<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.trinitydesktop.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=SlavekB</id>
	<title>Trinity Desktop Project Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.trinitydesktop.net/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=SlavekB"/>
	<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/Special:Contributions/SlavekB"/>
	<updated>2026-04-13T00:43:16Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.13</generator>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.1.6&amp;diff=4467</id>
		<title>Changelog For R14.1.6</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.1.6&amp;diff=4467"/>
		<updated>2025-11-10T00:47:31Z</updated>

		<summary type="html">&lt;p&gt;SlavekB: Initial version&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= dependencies =&lt;br /&gt;
== tde-cmake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=30054f8c [30054f8c]] Add handling of xpm files to tde_install_icons macro&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=c3ebd68d [c3ebd68d]] Update version to R14.1.6&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
= core =&lt;br /&gt;
== tdelibs ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=5cd98c1c [5cd98c1c]] Update version to R14.1.6&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tdebase ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=771bd77f [771bd77f]] Add draft version of release notes for R14.1.6&lt;br /&gt;
&lt;br /&gt;
== tdegraphics ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=5ae9b4e6 [5ae9b4e6]] Add support for Poppler &amp;amp;gt;= 25.10.&amp;lt;br/&amp;gt;Fix confusing formatting in DocumentData::addTocChildren.&lt;/div&gt;</summary>
		<author><name>SlavekB</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.1.5&amp;diff=4463</id>
		<title>Changelog For R14.1.5</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.1.5&amp;diff=4463"/>
		<updated>2025-11-09T10:11:15Z</updated>

		<summary type="html">&lt;p&gt;SlavekB: Update 20251109&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= dependencies =&lt;br /&gt;
== tde-cmake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=117c2a6d [117c2a6d]] Update to final version R14.1.5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=da0068e1 [da0068e1]] Update version to R14.1.5&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt/commit/?id=894037c3 [894037c3]] Amend to previous &amp;#039;replace TRUE/FALSE&amp;#039; commit&amp;lt;br/&amp;gt;(manually cherry-picked from commit 649c4c61a1f1f479f4532b196f68df476cef2680)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt/commit/?id=6e4a70d4 [6e4a70d4]] Replace TRUE/FALSE with boolean values true/false - part 3&amp;lt;br/&amp;gt;(cherry picked and manually edited from commit 6dd781c483eea56f51ae0eff47d857976b5d0f0d)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt/commit/?id=81ade129 [81ade129]] Replace TRUE/FALSE with boolean values true/false - part 2&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt/commit/?id=35ced32e [35ced32e]] Replace TRUE/FALSE with boolean values true/false - part 1&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt/commit/?id=7dd4848d [7dd4848d]] Fix handling of socket notifier events in gmainloop functions.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tqt/issues/231 #231]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt/commit/?id=d4981524 [d4981524]] Improve X11 &amp;#039;ProcessEvents()&amp;#039; with some code from the equivalent glib version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt/commit/?id=d7d6cb21 [d7d6cb21]] Explicitly add &amp;#039;ExcludeTimers&amp;#039; to &amp;#039;ProcessEvent&amp;#039; enum&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt/commit/?id=5e1b3105 [5e1b3105]] Do not check for expired TQt timers in &amp;#039;gsourcePrepare&amp;#039; and &amp;#039;gsourceCheck&amp;#039;&amp;lt;br/&amp;gt;since timers are only activated by the main GUI thread in &amp;#039;gsourceDispatch&amp;#039;.&amp;lt;br/&amp;gt;This solves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/635 TDE/tdebase#635]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt/commit/?id=331b0cab [331b0cab]] Update readme to reflect the change from TQt3 to TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt/commit/?id=68744b0c [68744b0c]] Add missing templates for translations.&lt;br /&gt;
&lt;br /&gt;
== akode ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/akode/commit/?id=025229b6 [025229b6]] Cleanup some warnings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/akode/commit/?id=60d071a8 [60d071a8]] Whitespace cleanup&lt;br /&gt;
&lt;br /&gt;
== dbus-1-tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dbus-1-tqt/commit/?id=4f3444b1 [4f3444b1]] add a static interface method to the class generator&lt;br /&gt;
&lt;br /&gt;
== libr ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libr/commit/?id=47ca6398 [47ca6398]] Use compilation config-time checks instead of linker version&amp;lt;br/&amp;gt;To rely on current linker&amp;#039;s version to determine the libbfd version is&amp;lt;br/&amp;gt;unreliable. In particular it&amp;#039;s likely to yield wrong result in next&amp;lt;br/&amp;gt;use-cases:&amp;lt;br/&amp;gt; - cross-compilations&amp;lt;br/&amp;gt; - build with non-GNU toolchain&amp;lt;br/&amp;gt; - just  build with another linker version&amp;lt;br/&amp;gt;Unfortunately libbfd doesn&amp;#039;t provide a reliable way to retrieve version&amp;lt;br/&amp;gt;information, so we will have to check for features in specific versions&amp;lt;br/&amp;gt;we are interested in.&amp;lt;br/&amp;gt;Note: this essentially reverts most of the changes introduced by&amp;lt;br/&amp;gt;c57eae31615bc70072c7e99d712c2285817bd2e5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libr/commit/?id=f12839f5 [f12839f5]] Update for API change in binutils 2.45.&amp;lt;br/&amp;gt;Simplify binutils version definitions.&lt;br /&gt;
&lt;br /&gt;
== sip4-tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/sip4-tqt/commit/?id=390e31ff [390e31ff]] Add a spec for linux-clang&amp;lt;br/&amp;gt;Fixes: https://mirror.git.trinitydesktop.org/gitea/TDE/sip4-tqt/issues/35&amp;lt;br/&amp;gt;Co-authored-by: Alexander Golubev &lt;br /&gt;
&lt;br /&gt;
== pytqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=f662ab30 [f662ab30]] Fix issue [https://mirror.git.trinitydesktop.org/gitea/TDE/pytqt/issues/39 #39] Sip defines those as int fields in the generated code&lt;br /&gt;
&lt;br /&gt;
= core =&lt;br /&gt;
== tdelibs ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=16015a9e [16015a9e]] Update to final version R14.1.5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=4e086ed9 [4e086ed9]] Changes accessories-character-map icons K to a T&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=8a376f63 [8a376f63]] Removed no longer required dummy kinstance.h file&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=20209555 [20209555]] Rename kinstance.{h,cpp} to tdeinstance.{h,cpp}. A dummy kinstance.h has been temporarily added to keep other apps building while the replacement is completed across all TDE code base.&amp;lt;br/&amp;gt;(manually cherry-picked from commit cfe383b06)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=e3335858 [e3335858]] Fix build with PCRE2 disabled&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=5dd51ef5 [5dd51ef5]] Fix build with SSL disabled&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7bfcba48 [7bfcba48]] Fix build WITH_LIBBFD and libbfd 2.34+&amp;lt;br/&amp;gt;Closes: https://mirror.git.trinitydesktop.org/gitea/TDE/tdelibs/issues/368&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=dd898a20 [dd898a20]] Allow build without libnm installed&amp;lt;br/&amp;gt;libnm is not actually required, but rather used only to determine the&amp;lt;br/&amp;gt;value of NM_VPN_SERVICE_DIR. So it&amp;#039;s fine to build with NM support but&amp;lt;br/&amp;gt;without the lib. Since we already provide a default for the parameter&amp;lt;br/&amp;gt;print a warning instead of a fatal message in case the value couldn&amp;#039;t&amp;lt;br/&amp;gt;be determined.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=a04f73e5 [a04f73e5]] updated go.png icon and top-left.png&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=f9984cdb [f9984cdb]] adds the T to konqi&amp;#039;s bib&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=72ece6c6 [72ece6c6]] improves the crystalsvg icons and other misc textures&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=ca275a63 [ca275a63]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=3afb7eb4 [3afb7eb4]] Fix up few tqt3 -&amp;amp;gt; tqt renames missed in previous commit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=07fcd9de [07fcd9de]] Adapt path to new tqt location&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=ba278f6b [ba278f6b]] Update version to R14.1.5&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tdebase ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=0bec493f [0bec493f]] Add final version of release notes for R14.1.5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ba91c3db [ba91c3db]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1108949b [1108949b]] starttde: drop support for kde4 session shutdown&amp;lt;br/&amp;gt;As noticed in the patch attached to #322 the code was broken for ages&amp;lt;br/&amp;gt;anyway.&amp;lt;br/&amp;gt;Bug: https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/322&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=0dfdbf7e [0dfdbf7e]] starttde: remove some obsolete comments&amp;lt;br/&amp;gt;- I believe the PATH order question was resolved by place_before_in_path&amp;lt;br/&amp;gt;  function.&amp;lt;br/&amp;gt;- tdeinit_phase1 is no more experimental after a decade.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ff06d2b2 [ff06d2b2]] starttde: drop support for autouse of &amp;amp;#126;/.kde as TDEHOME&amp;lt;br/&amp;gt;The changes are loosely based on starttde proposed by @Woodsman in [1].&amp;lt;br/&amp;gt;[1]: https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/322&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a53681f3 [a53681f3]] starttde: make adding games to PATH conditional&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7bf546b2 [7bf546b2]] starttde: set XDG_CURRENT_DESKTOP unless already defined&amp;lt;br/&amp;gt;Bug: https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/322&amp;lt;br/&amp;gt;Co-authored-by: Alexander Golubev &lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=71b4350a [71b4350a]] starttde: A lot of minor changes&amp;lt;br/&amp;gt;Namely:&amp;lt;br/&amp;gt;- Re-wrapping of text&amp;lt;br/&amp;gt;- Some rewording of comments&amp;lt;br/&amp;gt;- Replacement of back-ticks `` with $()&amp;lt;br/&amp;gt;- A few additional output messages&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5a925407 [5a925407]] starttde: fix idents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e5488519 [e5488519]] kicker: change the internal layout of systray&amp;lt;br/&amp;gt;This makes clocks embedded into systray unaffected by systray&amp;#039;s margin&amp;lt;br/&amp;gt;value.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d628b687 [d628b687]] kicker: redraw systray after changing its layout&amp;lt;br/&amp;gt;This fixes an issue with systray not being redrawn upon panel width&amp;lt;br/&amp;gt;change.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e57d8d3f [e57d8d3f]] kicker: add an option to set external margin for tray icons&amp;lt;br/&amp;gt;This commit adds an option to set both: margin (space from an icon to&amp;lt;br/&amp;gt;the border) and spacing (space between two neighbouring icons). The&amp;lt;br/&amp;gt;option to tweak spacing was previously introduced in fa284a4598 and was&amp;lt;br/&amp;gt;called &amp;quot;margin&amp;quot; the actual margin was reduced to 0. Unfortunately that&amp;lt;br/&amp;gt;had its own unwanted side-effects listed in #647. Before fa284a4598 the&amp;lt;br/&amp;gt;margin and spacing were fixed to be 1.&amp;lt;br/&amp;gt;This commit restores old defaults for margin &amp;amp; spacing i.e. 1 to better&amp;lt;br/&amp;gt;conform to config of older systems. Effectively this resolved most&amp;lt;br/&amp;gt;issues raised in #647 and eliminates any regressions, though there are&amp;lt;br/&amp;gt;some caveat cases when the behaviour is not ideal e.g. next settings:&amp;lt;br/&amp;gt;    panel_width=47&amp;lt;br/&amp;gt;    spacing=1&amp;lt;br/&amp;gt;    margin=0&amp;lt;br/&amp;gt;result in next layout:&amp;lt;br/&amp;gt;    [0px][icon][2px][icon][1px]&amp;lt;br/&amp;gt;when ideal would be:&amp;lt;br/&amp;gt;    [1px][icon][1px][icon][1px]&amp;lt;br/&amp;gt;On the other hand in such a case a user should probably just use&amp;lt;br/&amp;gt;margin=spacing=1.&amp;lt;br/&amp;gt;Besides that commit contains some minor refactoring.&amp;lt;br/&amp;gt;Bug: https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/647&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2b3d07c2 [2b3d07c2]] kicker: minor fixup of spacing in a file&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5a35ab90 [5a35ab90]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=faddf457 [faddf457]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=cea9fcba [cea9fcba]] add minor diagnostics to starttde&amp;lt;br/&amp;gt;  .. to see which XDG_CONFIG_DIRS are set by the script.&amp;lt;br/&amp;gt;  This is interesting on platform which use this environment varialble&amp;lt;br/&amp;gt;  to find the desktop files from the trinity installation.&amp;lt;br/&amp;gt;  See https://mirror.git.trinitydesktop.org/gitea/TDE/tde/issues/232&amp;lt;br/&amp;gt;  for a use case where this kind of output is useful.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=981802ad [981802ad]] Remove copypaste artifacts &amp;quot;i=&amp;quot; from main_low_apply() calls&amp;lt;br/&amp;gt;This fixes a crash in tderandrtray on display reconnect, noticed during&amp;lt;br/&amp;gt;debugging TDE/tdelibs/376.&amp;lt;br/&amp;gt;Bug: https://mirror.git.trinitydesktop.org/gitea/TDE/tdelibs/issues/376&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5f202267 [5f202267]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2d93220f [2d93220f]] kdesktop: simplify lock process code. This ensure correct cleanup in case of unexpected termination of the process.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=af61964f [af61964f]] kdesktop: make sure the saver/lock remains responsive even when invokation has failed.&amp;lt;br/&amp;gt;This could happen for example when a popup menu is open and the saver&amp;lt;br/&amp;gt;autolock timeout expires. Before this commit, both kdesktop and the&amp;lt;br/&amp;gt;X11 server would be in a dirty start and the saver/lock would either not&amp;lt;br/&amp;gt;work anymore or not hide the windows on the screen.&amp;lt;br/&amp;gt;It was necessary to kill and restart kdesktop to restore proper&amp;lt;br/&amp;gt;functionality.&amp;lt;br/&amp;gt;Note: the conditional return value of 0 or 12 at main.cpp:554 is a temporary&amp;lt;br/&amp;gt;measure to prevent the screen to forcibly lock if the user forgets a popup&amp;lt;br/&amp;gt;menu open and the saver timeout expires. Once the issue with input grabbing&amp;lt;br/&amp;gt;is solved, we can remove the conditional return value and simply return an error&amp;lt;br/&amp;gt;in such condition. Same applies to the variable trinity_desktop_lock_failed_grab,&amp;lt;br/&amp;gt;which will no longer be needed in such case.o&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7d838f42 [7d838f42]] kdesktop: rename some methods to better differentiate between the lock process terminating and the screen getting unlocked&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=90aa4f4c [90aa4f4c]] kdesktop: simplify duplicated code&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=71d899bb [71d899bb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8b77e8e8 [8b77e8e8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=92abe4ff [92abe4ff]] Fixes andes-venezolanos Wallpaper that has the K underneath the T&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5fe42444 [5fe42444]] Changes lower case k to lower case t on klipper icon + other few changes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9f2cbbb8 [9f2cbbb8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=02fff752 [02fff752]] Restores the Trinity logo on lineart.svgz + other changes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=feb3d144 [feb3d144]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2e0f267a [2e0f267a]] Use tdeinstance.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9e404dea [9e404dea]] More improvements to various wallpapers and some other various textures&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f79d9859 [f79d9859]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e3814d80 [e3814d80]] Kicker: aesthetic improvements&amp;lt;br/&amp;gt;* New icon margin option for the system tray applet&amp;lt;br/&amp;gt;* Panel blur effect strength is now configurable&amp;lt;br/&amp;gt;* 3D border option tin minipager&amp;lt;br/&amp;gt;* Ability to rename desktops when minipager label not displaying desktop name&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2f42993e [2f42993e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c2b18a1e [c2b18a1e]] [minor] tdeioslave/media: remove a trailing \n in the error string&amp;lt;br/&amp;gt;Note that other strings assigned to m_errorStr don&amp;#039;t have a trailing endline.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e7164133 [e7164133]] kate: [minor] remove an unmatched cloasing tag&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d4b3598f [d4b3598f]] kdesktop: fix deadlock condition between kdesktop and kdesktop lock.&amp;lt;br/&amp;gt;The logic to handle communication with kdesktop_lock is now running&amp;lt;br/&amp;gt;completely in a separate thread and event loop, meaning the main GUI&amp;lt;br/&amp;gt;thread remains responsive all the time and can handle interaction with&amp;lt;br/&amp;gt;X11, DCOP and DBUS calls. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/589 #589]&amp;lt;br/&amp;gt;The commit also solves the first problem reported in issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/640 #640] and&amp;lt;br/&amp;gt;loosely related to PR #526.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a1675350 [a1675350]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a0c0208c [a0c0208c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=209a1d0c [209a1d0c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=3bd9f798 [3bd9f798]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f95183d4 [f95183d4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=77e310b1 [77e310b1]] Improving graphic of Konqueror&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=3dd72a4e [3dd72a4e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=dbed4c45 [dbed4c45]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c45ee09d [c45ee09d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7f36db47 [7f36db47]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ecaede25 [ecaede25]] improvement to the konqui wallpaper&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=de1885f0 [de1885f0]] improvenments to the crystalsvg icons &amp;amp; over misc tde textures&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5301f030 [5301f030]] Add improved handbook text about the panel button stacking behavior&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=97a133a5 [97a133a5]] TWin: Fix tiling from window menu and geom_restore. Resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/624 #624]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=786c710e [786c710e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7f412e76 [7f412e76]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=aa1b40e5 [aa1b40e5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a8360fb7 [a8360fb7]] twin: allow wider tiling bands and increase activation delay timer granularity&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e0e7c87f [e0e7c87f]] Fix typo in krootbacking/main.cpp&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=68e822b1 [68e822b1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1f0b2eb4 [1f0b2eb4]] twin: Use screen geometry when active borders are in tiling mode&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=0fdf9a3e [0fdf9a3e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2eb01e65 [2eb01e65]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=cd40ceaa [cd40ceaa]] kdesktop: add documentation about POSIX signals usage&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5432b6f8 [5432b6f8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=36b81fcd [36b81fcd]] Add draft R14.1.5 release notes&lt;br /&gt;
&lt;br /&gt;
== tdepim ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=f0a5f0b7 [f0a5f0b7]] Updates top-left.png trinity logo to the new version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=c2414c0a [c2414c0a]] update the logo the kmail to have new version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=89161d92 [89161d92]] tdenetwork: remove trust item and trust list related code. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdepim/issues/162 #162]&amp;lt;br/&amp;gt;libgpgme-dev 2.0 completely removed the code related to trust item and&amp;lt;br/&amp;gt;trust list. Moreover according the their author, that code was only&amp;lt;br/&amp;gt;working for a brief time around 2003. In view of that, the code in TDE&amp;lt;br/&amp;gt;has been fully removed rather than making conditional based on the&amp;lt;br/&amp;gt;library version available.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=6905cc3e [6905cc3e]] Addendum to last commit (only for r14.1.x branch)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=ba74d79c [ba74d79c]] Use tdeinstance.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=a88d4d64 [a88d4d64]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
&lt;br /&gt;
== tdemultimedia ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=3a4cb3d9 [3a4cb3d9]] Use tdeinstance.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=50b77ee6 [50b77ee6]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=ef68c572 [ef68c572]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=8c5bf7fe [8c5bf7fe]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
&lt;br /&gt;
== tdenetwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=fcb57dca [fcb57dca]] kopete/sms: fix FTBFS when building with gsmlib&amp;lt;br/&amp;gt;This is a fixup to the previous series of patches to kopete/sms.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=d865714d [d865714d]] kopete/sms: overhaul build/configure process with gsmlib&amp;lt;br/&amp;gt;* Build cpp files conditionally rather than #ifdef their content&amp;lt;br/&amp;gt;* Rename {INCLUDE_SMSGSM -&amp;amp;gt; HAVE_GSMLIB} for consistency&amp;lt;br/&amp;gt;* Merge gsmlib&amp;#039;s configuration check to the ConfigureChecks.cmake in the&amp;lt;br/&amp;gt;  root directory.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=9e16e0eb [9e16e0eb]] kopete/sms: fix account manipulation issues&amp;lt;br/&amp;gt;This fixes error message on account creation about inability to load&amp;lt;br/&amp;gt;service with empty name. As well as issue about that settings after&amp;lt;br/&amp;gt;changing them won&amp;#039;t apply until restart of kopete.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=009ba79c [009ba79c]] kopete/sms: fix a crash caused by returning a reference to local object&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=61f8e96f [61f8e96f]] kopete/sms: move INCLUDE_SMSGSM to the root config&amp;lt;br/&amp;gt;This fixes INCLUDE_SMSGSM&amp;#039;s #ifdef`s in&amp;lt;br/&amp;gt;kopete/protocols/sms/serviceloader.cpp which were ignored before.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=719f290d [719f290d]] Use tdeinstance.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=93a42da1 [93a42da1]] kopete/sms: Remove deprecated throw() specifiers&amp;lt;br/&amp;gt;This fixes FTBFS when kopete is built with BUILD_KOPETE_PROTOCOL_SMS and&amp;lt;br/&amp;gt;WITH_GSM and c++ standard &amp;amp;gt;=c++17.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=70641582 [70641582]] minor adjustment tweaks to the blue &amp;amp; green konqi background&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=8dc325fb [8dc325fb]] Add &amp;quot;Paste&amp;quot; command to krdc (#102).&amp;lt;br/&amp;gt;This adds a &amp;quot;Paste&amp;quot; command to the toolbar which sends the current&amp;lt;br/&amp;gt;clipboard content to the remote host as key presses.&amp;lt;br/&amp;gt;Not implemented for RDP as we appear to defer to rdesktop and I&amp;#039;m not&amp;lt;br/&amp;gt;sure if we can reliably do it there (also krdc RDP isn&amp;#039;t working for me&amp;lt;br/&amp;gt;right now).&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=eea2e3ba [eea2e3ba]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=17553d03 [17553d03]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=081b0d43 [081b0d43]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=13518ffe [13518ffe]] changes the kopete konqi theme kde backgrounds to trinity&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=2cab1f30 [2cab1f30]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=b2cb25ce [b2cb25ce]] Use the normal mouse pointer when local mouse pointer is enabled in krdc.&amp;lt;br/&amp;gt;The previously-included mouse pointer is invisible against dark&amp;lt;br/&amp;gt;backgrounds.&amp;lt;br/&amp;gt;https://mirror.git.trinitydesktop.org/gitea/TDE/tdenetwork/issues/98&lt;br /&gt;
&lt;br /&gt;
== tdegraphics ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=ddb0c7bf [ddb0c7bf]] Addendum to last commit (only for r14.1.x branch)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=15e9344f [15e9344f]] Use tdeinstance.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=5f9f01f4 [5f9f01f4]] KPDF: Fix fullscreen crash due to uninitialized pointer&amp;lt;br/&amp;gt;This fixes #132.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=fb5831b3 [fb5831b3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=ea2da03e [ea2da03e]] kpdf: fix SEGV described in issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdegraphics/issues/127 #127]&amp;lt;br/&amp;gt;The crash only happens when building in debug mode.&amp;lt;br/&amp;gt;&amp;#039;m_showToolBarActionr&amp;#039; needs to be created after the &amp;#039;kpdf_part&amp;#039; has&amp;lt;br/&amp;gt;been created.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=7735a26b [7735a26b]] kolourpaint: use smooth resize as default selection at start&lt;br /&gt;
&lt;br /&gt;
== tdetoys ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=58268265 [58268265]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=fc48d6a8 [fc48d6a8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=04807af2 [04807af2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=b4a2a361 [b4a2a361]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdeutils ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=b8bb7f14 [b8bb7f14]] Use tdeinstance.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=43307b77 [43307b77]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=a5397d21 [a5397d21]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=242ac4c9 [242ac4c9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=80ca7b28 [80ca7b28]] ark: Fix unzip v6 date parsing&amp;lt;br/&amp;gt;unzip v6 changed the date format from MM-DD-YY to YYYY-MM-DD.&amp;lt;br/&amp;gt;Fixes: https://bugs.trinitydesktop.org/show_bug.cgi?id=3207&lt;br /&gt;
&lt;br /&gt;
== tdeedu ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=10fc13c5 [10fc13c5]] Kalzim: Add CMake detection and link for nums and zarith libraries.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdeedu/issues/63 #63]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=ebb81972 [ebb81972]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=d18d1920 [d18d1920]] Texture improvements to kanagram &amp;amp; khangman&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=5bddbfac [5bddbfac]] Use tdeinstance.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=b3c87903 [b3c87903]] kig: fix build without scripting&lt;br /&gt;
&lt;br /&gt;
== tdegames ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=27ebcd13 [27ebcd13]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=1e76d71a [1e76d71a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=91b9533c [91b9533c]] changes the K on the token to a T&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=5470828b [5470828b]] Use tdeinstance.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f41b7082 [f41b7082]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=ec84191b [ec84191b]] changes the 9th card deck KDE text to TDE&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e13796cf [e13796cf]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdeaccessibility ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=c4b20052 [c4b20052]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=b2581634 [b2581634]] Use tdeinstance.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=6b9a905c [6b9a905c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=3f62b4f4 [3f62b4f4]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdeaddons ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=a2d0c490 [a2d0c490]] Add an option to build without SSL&amp;lt;br/&amp;gt;Required in case tdelibs were build without SSL support&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=cc4a08b7 [cc4a08b7]] Use tdeinstance.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=422954ba [422954ba]] konq-plugins: use TDEMacros for the test&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=a9d7f7d0 [a9d7f7d0]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdeadmin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=ccd32f67 [ccd32f67]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdeartwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=89c2adc7 [89c2adc7]] Improvements to kubical.png &amp;amp; crystal_fire.png + Icon Changes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=07d48ec5 [07d48ec5]] improvements to the icon themes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=56911bd3 [56911bd3]] Use tdeinstance.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=a5ff0336 [a5ff0336]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=6fbdf338 [6fbdf338]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=0ca1bde0 [0ca1bde0]] Adding the T to Konqi/Tonki&amp;#039;s scarf&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=dfd8266e [dfd8266e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=ea4a1721 [ea4a1721]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=ed0386ff [ed0386ff]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=0516d59c [0516d59c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=3032bc36 [3032bc36]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=06b7e636 [06b7e636]] Add &amp;quot;flying_konqi.png&amp;quot; Wallpaper&lt;br /&gt;
&lt;br /&gt;
== tdebindings ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=07057daf [07057daf]] Use tdeinstance.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=94983cd1 [94983cd1]] Fix issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebindings/issues/40 #40]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=457d756c [457d756c]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
&lt;br /&gt;
== tdesdk ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=2864cea0 [2864cea0]] Use tdeinstance.h&lt;br /&gt;
&lt;br /&gt;
== tdevelop ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=5f7b2eed [5f7b2eed]] Use tdeinstance.h&lt;br /&gt;
&lt;br /&gt;
== tdewebdev ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=2551a3a5 [2551a3a5]] Remove kxsldbg - has been moved to a separate repository.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=903281bf [903281bf]] Use tdeinstance.h&lt;br /&gt;
&lt;br /&gt;
== tde-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e0043601 [e0043601]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=19aa5ce5 [19aa5ce5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=251f4083 [251f4083]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=419bca17 [419bca17]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ed228bf [7ed228bf]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=749c2718 [749c2718]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=35106f8e [35106f8e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6291ec70 [6291ec70]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=86295673 [86295673]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=99629b6c [99629b6c]] Remove kxsldbg - has been moved to a separate repository.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=437a8aab [437a8aab]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9bdc3edb [9bdc3edb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16f58c10 [16f58c10]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=90137c4c [90137c4c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2aff0db2 [2aff0db2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=59968c59 [59968c59]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1b573430 [1b573430]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=279e0c6a [279e0c6a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=39b84d12 [39b84d12]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02d582fa [02d582fa]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0634e725 [0634e725]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e8a8feac [e8a8feac]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b06a9fa0 [b06a9fa0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=07c1b61a [07c1b61a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8acd3413 [8acd3413]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b96bef33 [b96bef33]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4189cd3b [4189cd3b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d9941114 [d9941114]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=43b32428 [43b32428]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=337ce141 [337ce141]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2dddfe62 [2dddfe62]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4494fd08 [4494fd08]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b0046caf [b0046caf]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9044ad0e [9044ad0e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ca459988 [ca459988]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=03c74ed4 [03c74ed4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b1ad275 [3b1ad275]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f7b441f1 [f7b441f1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4d4a53f2 [4d4a53f2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1713d695 [1713d695]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4994015 [a4994015]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=14dedf2c [14dedf2c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4bd0eb06 [4bd0eb06]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=65423420 [65423420]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1d1cf346 [1d1cf346]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30ed5b19 [30ed5b19]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7149afd4 [7149afd4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=34a0a8cd [34a0a8cd]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4449db39 [4449db39]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2c175a4 [e2c175a4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ca60e587 [ca60e587]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9b6e19f [c9b6e19f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4d3a9d6e [4d3a9d6e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e997ab6f [e997ab6f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0ba11a48 [0ba11a48]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fa8b9bcf [fa8b9bcf]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b2d894b4 [b2d894b4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=55fa48ee [55fa48ee]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e1dfdbc7 [e1dfdbc7]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3dfdbe0e [3dfdbe0e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=816725c7 [816725c7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e5eef14a [e5eef14a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8fd36ee6 [8fd36ee6]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=42158b7c [42158b7c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ed2a4354 [ed2a4354]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0ba33030 [0ba33030]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=07b07995 [07b07995]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76f14029 [76f14029]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ea7a01d1 [ea7a01d1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a380e385 [a380e385]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=780a49ae [780a49ae]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b939c3a0 [b939c3a0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0471e64c [0471e64c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a3968e35 [a3968e35]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dd2adbd5 [dd2adbd5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e778e31b [e778e31b]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1c5fec6c [1c5fec6c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a04bb391 [a04bb391]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=000f256b [000f256b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0edec6ac [0edec6ac]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73a6d944 [73a6d944]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd148815 [bd148815]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8eda9a8f [8eda9a8f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=27a722c2 [27a722c2]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
= libraries =&lt;br /&gt;
== libkipi ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=fb5937f3 [fb5937f3]] Use tdeinstance.h&lt;br /&gt;
&lt;br /&gt;
== kipi-plugins ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=b72e9858 [b72e9858]] Use tdeinstance.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=3696c6a3 [3696c6a3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=99419d2d [99419d2d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=6c1380a7 [6c1380a7]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== libtdeldap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtdeldap/commit/?id=ae06b27e [ae06b27e]] Add systemd PAM module to common-session&amp;lt;br/&amp;gt;This is required for DBUS and related services to function properly&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtdeldap/commit/?id=341554f0 [341554f0]] Add group support&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtdeldap/commit/?id=dcffb305 [dcffb305]] Update for OpenLDAP 2.5&amp;lt;br/&amp;gt;OpenLDAP 2.5 switches from HDB to MDB.  Update schema to match.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtdeldap/commit/?id=01f0efc9 [01f0efc9]] Add initial Kerberos password change support&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtdeldap/commit/?id=ad930c33 [ad930c33]] Add support for nslcd&amp;lt;br/&amp;gt;nslcd is required on newer versions of Debian, and uses its own configuration&amp;lt;br/&amp;gt;file instead of /etc/ldap.conf&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtdeldap/commit/?id=cf5d7853 [cf5d7853]] Add jpegPhoto LDAP attribute to LDAPUserInfo object&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtdeldap/commit/?id=5d304494 [5d304494]] Clear binary attribute data on modify if replacement binary data length is 0&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtdeldap/commit/?id=231ec5d9 [231ec5d9]] Fix OpenSSL command line arguments&lt;br /&gt;
&lt;br /&gt;
== pytde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytde/commit/?id=caf4e2d3 [caf4e2d3]] Amendment to previous commit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytde/commit/?id=1d4c1cd3 [1d4c1cd3]] Use tdeinstance.h&lt;br /&gt;
&lt;br /&gt;
== pytdeextensions ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytdeextensions/commit/?id=2352b08f [2352b08f]] Use tdeinstance.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytdeextensions/commit/?id=13ecfc35 [13ecfc35]] split() CXX value from python config var or env&amp;lt;br/&amp;gt;This fixes FTBFS caused by last commit (5e40676)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytdeextensions/commit/?id=a5986a99 [a5986a99]] A more consistent compiler and flags config&amp;lt;br/&amp;gt;For compiler:&amp;lt;br/&amp;gt;* use the same one that was used to build python&amp;lt;br/&amp;gt;* [if none] use the one from CXX env var&amp;lt;br/&amp;gt;* [if none] fallback to c++&amp;lt;br/&amp;gt;For CXXFLAGS:&amp;lt;br/&amp;gt;* use python&amp;#039;s recommended CFLAGS&amp;lt;br/&amp;gt;* append our own -fno-strict-aliasing&amp;lt;br/&amp;gt;* append user-provided CXXFLAGS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytdeextensions/commit/?id=80f40bce [80f40bce]] Pass correct -rpath to libtool when build with --root&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytdeextensions/commit/?id=5d29a068 [5d29a068]] Avoid byte-compiling in case it is disabled&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytdeextensions/commit/?id=d25660c8 [d25660c8]] Fixup some warnings&lt;br /&gt;
&lt;br /&gt;
= applications/development =&lt;br /&gt;
== kdbg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=c99967dd [c99967dd]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=38aa8325 [38aa8325]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kdiff3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=322e3e77 [322e3e77]] Amendment to previous commit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=5298aa00 [5298aa00]] Use tdeinstance.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=ce90f9f0 [ce90f9f0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=4b88ffcb [4b88ffcb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=9ee069ed [9ee069ed]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=d1f8d0bd [d1f8d0bd]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=91db616e [91db616e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=10ed942a [10ed942a]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kpicosim ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=a15007f7 [a15007f7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=00c04c7d [00c04c7d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=475eb9ce [475eb9ce]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=164d8377 [164d8377]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=28693aab [28693aab]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=567a3222 [567a3222]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=7c8510e5 [7c8510e5]] Add missing Categories and GenericName to desktop file.&amp;lt;br/&amp;gt;This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/kpicosim/issues/13 #13]&lt;br /&gt;
&lt;br /&gt;
== kscope ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=a0ca78ea [a0ca78ea]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kxmleditor ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=18152897 [18152897]] Use tdeinstance.h&lt;br /&gt;
&lt;br /&gt;
== piklab ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=e4b7d21f [e4b7d21f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=a2ccd54f [a2ccd54f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=9efceb00 [9efceb00]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdesvn ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=68558afe [68558afe]] Fix build&amp;amp;run of tests&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=0292a9a6 [0292a9a6]] cmake: replace deprecated exec_program() with execute_process()&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=57e05c82 [57e05c82]] Use tdeinstance.h&lt;br /&gt;
&lt;br /&gt;
== universal-indent-gui-tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/universal-indent-gui-tqt/commit/?id=ddd09d7b [ddd09d7b]] Use centralized cmake version.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/universal-indent-gui-tqt/commit/?id=2f85d2ce [2f85d2ce]] Clean the executable bit on source and configuration files.&lt;br /&gt;
&lt;br /&gt;
= applications/games =&lt;br /&gt;
== tdeknighttour ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeknighttour/commit/?id=acbca0ec [acbca0ec]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeknighttour/commit/?id=6f19364b [6f19364b]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdepacman ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=00285ce3 [00285ce3]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= applications/graphics =&lt;br /&gt;
== digikam ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=4935462f [4935462f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=376e7858 [376e7858]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=65f45719 [65f45719]] Fix static library dependencies. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/digikam/issues/56 #56]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=88d5c6f7 [88d5c6f7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=1c0a0ab3 [1c0a0ab3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=aa7a1bb4 [aa7a1bb4]] Use tdeinstance.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=3daf55a1 [3daf55a1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=346f9201 [346f9201]] Exclude from the installation of unwanted and now no longer existent Makefile.am.&amp;lt;br/&amp;gt;This solves FTBFS that came with issue [https://mirror.git.trinitydesktop.org/gitea/TDE/digikam/issues/52 #52]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=b3429f19 [b3429f19]] Remove the unwanted x-test language from desktop file translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=588cca23 [588cca23]] Add desktop files translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=d3702134 [d3702134]] Drop autotools support&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=ea9d449a [ea9d449a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=b83f9e4f [b83f9e4f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=d3700fa0 [d3700fa0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=4f18aea2 [4f18aea2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=61cb1ebe [61cb1ebe]] Remove no longer used static libraries in cmake files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=0254a594 [0254a594]] Fix showfoto usability.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/digikam/issues/50 #50]&amp;lt;br/&amp;gt;The problem seems to be a known issue already addressed by the original&amp;lt;br/&amp;gt;authors. This is an extract from the &amp;#039;ChangeLog&amp;#039; file that best&amp;lt;br/&amp;gt;describes the issue:&amp;lt;br/&amp;gt;```&amp;lt;br/&amp;gt;Fix a linking problem with showfoto, image plugins and&amp;lt;br/&amp;gt;--enable-gcc-hidden-visibility:&amp;lt;br/&amp;gt;All image plugins link to libdigikam.so.&amp;lt;br/&amp;gt;The showfoto executable however does not link to this lib, but&amp;lt;br/&amp;gt;statically links the relevant parts.&amp;lt;br/&amp;gt;With visibility hidden, now the linker obviously cannot see the&amp;lt;br/&amp;gt;already linked DImgInterface class,&amp;lt;br/&amp;gt;and there would be two different static variables for&amp;lt;br/&amp;gt;DImgInterface::instance(). One with the loaded&amp;lt;br/&amp;gt;image, the other (from the image plugins) with a null image.&amp;lt;br/&amp;gt;```&amp;lt;br/&amp;gt;Linking against libdigikam.so instead of including the libraries in a&amp;lt;br/&amp;gt;static way solves the issue.&lt;br /&gt;
&lt;br /&gt;
== gwenview ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=01ed8a79 [01ed8a79]] Fix FTBFS because of missing header&amp;lt;br/&amp;gt;The FTBFS happens on a system with minimal-ish config of tdelibs and tqt&amp;lt;br/&amp;gt;i.e. no threading, no ssl etc. I didn&amp;#039;t checked which one of the options&amp;lt;br/&amp;gt;triggers the FTBFS specifically, though it hardly matters.&lt;br /&gt;
&lt;br /&gt;
== gwenview-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=c1dfe023 [c1dfe023]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=92982a79 [92982a79]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=6a7de3c0 [6a7de3c0]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== ksquirrel ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=aefe5040 [aefe5040]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=9d4d3dc3 [9d4d3dc3]] Add desktop files translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=0f388499 [0f388499]] Drop support for automake builds&lt;br /&gt;
&lt;br /&gt;
= applications/internet =&lt;br /&gt;
== kbiff ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=b56694a2 [b56694a2]] Make check for WITH_MLED non-fatal&amp;lt;br/&amp;gt;There is no reason for the configuration check to be fatal, because the&amp;lt;br/&amp;gt;system the package builds on may be different from the one that it will&amp;lt;br/&amp;gt;run on.&amp;lt;br/&amp;gt;On the other hand the flag is pretty useless nowadays anyway, so print a&amp;lt;br/&amp;gt;hefty warning if the interface is missing.&lt;br /&gt;
&lt;br /&gt;
== konversation ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=7987e374 [7987e374]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kshowmail ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=c99f4572 [c99f4572]] Add missing Category to desktop file. This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/kshowmail/issues/16 #16]&lt;br /&gt;
&lt;br /&gt;
== ktorrent ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=51067729 [51067729]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=14e0cffb [14e0cffb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=a61385e1 [a61385e1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=002acc87 [002acc87]] Add desktop files translations.&amp;lt;br/&amp;gt;Fixed name for info widget plugin in desktop file.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=d205f4cb [d205f4cb]] Drop support for autotools&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=7e90bb19 [7e90bb19]] Add cmake rules for utests and fix tester program&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=f95d80e6 [f95d80e6]] Remove empty files and unused code&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=4bceb112 [4bceb112]] Fix CMake FTBFS&lt;br /&gt;
&lt;br /&gt;
== kvirc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a85d1534 [a85d1534]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=f27cc4a4 [f27cc4a4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=33df7408 [33df7408]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=c5983faa [c5983faa]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kvpnc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=80b9ccd1 [80b9ccd1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=1f233e20 [1f233e20]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=5aaf336d [5aaf336d]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== smb4k ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=71ee36f1 [71ee36f1]] Use tdeinstance.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=837c2257 [837c2257]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=cada7ba2 [cada7ba2]] Use tdeinstance.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=58d51b46 [58d51b46]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= applications/misc =&lt;br /&gt;
== bibletime ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=df84fe45 [df84fe45]] Add linking of the clucene-shared library if needed.&amp;lt;br/&amp;gt;This resolve FTBFS when building with the upstream state of the clucene&amp;lt;br/&amp;gt;library, which does not list clucene-shared in the linking libraries.&amp;lt;br/&amp;gt;See Issue [https://mirror.git.trinitydesktop.org/gitea/TDE/bibletime/issues/31 #31]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=a361f52b [a361f52b]] Use tdeinstance.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=896b5d40 [896b5d40]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=20cea301 [20cea301]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=bd0f86ab [bd0f86ab]] Remove sword version conditionals for 1.6 and 1.7&amp;lt;br/&amp;gt;These checks are no longer necessary since sword 1.7+ is required.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=b878468e [b878468e]] Require sword version 1.7 or newer&amp;lt;br/&amp;gt;See: [https://mirror.git.trinitydesktop.org/gitea/TDE/bibletime/issues/32 TDE/bibletime#32]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=519310b6 [519310b6]] Fix text rendering in display windows&amp;lt;br/&amp;gt;sword 1.7 introduced new APIs to SWModule, one of which is renderText.&amp;lt;br/&amp;gt;The old RenderText returned a const char*, however the new version&amp;lt;br/&amp;gt;returns a SWBuf copy on the stack. This doesn&amp;#039;t work when passing it to&amp;lt;br/&amp;gt;TQString::fromUTF8 as the internal buffer is freed before the TQString&amp;lt;br/&amp;gt;is constructed.&amp;lt;br/&amp;gt;Note that RenderText in sword 1.7 and newer is a deprecated wrapper&amp;lt;br/&amp;gt;around renderText.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=2853c718 [2853c718]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== compizconfig-backend-tdeconfig ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/compizconfig-backend-tdeconfig/commit/?id=ada1f19c [ada1f19c]] Use tdeinstance.h&lt;br /&gt;
&lt;br /&gt;
== desktop-effects-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=5c94fb93 [5c94fb93]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kcmldap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=5fd63aaa [5fd63aaa]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=a2ce3885 [a2ce3885]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=0ec15749 [0ec15749]] Save Kerberos settings before creating machine entry in LDAP database in bonding wizard&lt;br /&gt;
&lt;br /&gt;
== kcmldapcontroller ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=09752aaa [09752aaa]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=0134f73e [0134f73e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=76ae3217 [76ae3217]] Add support for group display names&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=3dc66978 [3dc66978]] Add memberOf overlay and enable&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=77f49884 [77f49884]] Update for OpenLDAP 2.5&amp;lt;br/&amp;gt;OpenLDAP 2.5 switches from HDB to MDB.  Update schema to match.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=755f944e [755f944e]] Only enable supported SASL mechanisms&amp;lt;br/&amp;gt;Without this, OpenLDAP will try to use SASL/SPNEGO instead of GSSAPI, which will fail on Heimdal servers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=1f2f8b97 [1f2f8b97]] Fix OpenLDAP GSSAPI authentication&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=74358a77 [74358a77]] Write NSS configuration file on realm controller creation&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=1fb3a28f [1fb3a28f]] Don&amp;#039;t attempt to access the LDAP server if the realm DC is blank&amp;lt;br/&amp;gt;If the realm DC is blank, it indicates that configuration has not reached&amp;lt;br/&amp;gt;a point where connection to the LDAP server is possible.  Providing a blank&amp;lt;br/&amp;gt;DC to LDAP will always result in an invalid DN error.&amp;lt;br/&amp;gt;This resolves spurious popups when creating the first realm control server&amp;lt;br/&amp;gt;in a given realm.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=9011d2d0 [9011d2d0]] Use correct path for TDE slapd plugin libraries&lt;br /&gt;
&lt;br /&gt;
== kcmldapmanager ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=bd5bacfa [bd5bacfa]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=5f15f7fd [5f15f7fd]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=3adbfc8a [3adbfc8a]] Add display name support to LDAP groups&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=645c0b00 [645c0b00]] Add ability to set user profile avatars&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=be12862d [be12862d]] Import ChFaceDlg from tdebase password manager KCM&amp;lt;br/&amp;gt;TODO: Determine if ChFaceDlg should be moved to tdelibs or if&amp;lt;br/&amp;gt;enough differentiation exists to justify separate LDAP variant&lt;br /&gt;
&lt;br /&gt;
== kerberostray ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=c6157ada [c6157ada]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=66b6c98e [66b6c98e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=440584d1 [440584d1]] Add Kerberos password change option to popup menu&lt;br /&gt;
&lt;br /&gt;
== krecipes ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=00aca3f2 [00aca3f2]] Use TQImage rather than TQPixmap in the backend-oriented code&amp;lt;br/&amp;gt;TQImage is more suitable for i/o operations and long-term storage rather&amp;lt;br/&amp;gt;than TQPixmap (which is better for immediate display on the screen). The&amp;lt;br/&amp;gt;UI rarely does displays all those photos and does it one-by-one (i.e.&amp;lt;br/&amp;gt;there is no big gallery), so there is no significant performance penalty&amp;lt;br/&amp;gt;for the use of TQImage. On the contrary this way we should save some&amp;lt;br/&amp;gt;memory on allocations associated X11 stuff for pixmaps and loading time&amp;lt;br/&amp;gt;when the database contains a lot of photos.&amp;lt;br/&amp;gt;Note that there is yet another use of TQPixmap in `htmlexporter` which&amp;lt;br/&amp;gt;cannot be replaced because it uses TQPainter, which didn&amp;#039;t supported&amp;lt;br/&amp;gt;QImage until Qt5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=8f59af12 [8f59af12]] Fix tests&amp;#039; execution without X11&amp;lt;br/&amp;gt;Note: kretest segfaults without a GUI because it makes use of TQPicture&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=7b2d5032 [7b2d5032]] Use locale-unaware functions when importing files&amp;lt;br/&amp;gt;Locale-aware version of MixedNumber::fromString() were causing problems&amp;lt;br/&amp;gt;when locale has a different decimal separator than dot (`.`).&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=84991f49 [84991f49]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=e0b3c0bd [e0b3c0bd]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=08dd1962 [08dd1962]] Fix FTBFS introduced by commit fbc41d7.&amp;lt;br/&amp;gt;The tests require an active X session, so they can not be part of an&amp;lt;br/&amp;gt;automated build system that runs in a clean X-less environment.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=fbc41d79 [fbc41d79]] Fix importers/exporters bugs. Fix tests and add them to build process.&amp;lt;br/&amp;gt;The file `mx2test.txt` is taken from KRecipes 2.1 source code.&amp;lt;br/&amp;gt;Other tests have been adjusted based on the tests in KRecipes 2.1 source code.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=9a622918 [9a622918]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=56287acd [56287acd]] Add desktop files translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=dfc4e985 [dfc4e985]] Exclude tests binaries from translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=17f75d30 [17f75d30]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=c19a8472 [c19a8472]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=ca15b14d [ca15b14d]] Drop support for automake builds&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=7a5739d9 [7a5739d9]] Add cmake rules for tests files and make tests runnable.&lt;br /&gt;
&lt;br /&gt;
= applications/multimedia =&lt;br /&gt;
== amarok ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=21846706 [21846706]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=a17a5fbd [a17a5fbd]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b9bc67d4 [b9bc67d4]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=7fa14b61 [7fa14b61]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=3b19281b [3b19281b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=0dbcbb72 [0dbcbb72]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=5c456e07 [5c456e07]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=ec7ba582 [ec7ba582]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=a5c1201a [a5c1201a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b8c11599 [b8c11599]] Fix crash on collection rescan&amp;lt;br/&amp;gt;Closes: https://mirror.git.trinitydesktop.org/gitea/TDE/amarok/issues/87&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4c559eaf [4c559eaf]] Use tdeinstance.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=6363f013 [6363f013]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=cb84694b [cb84694b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=9400c8f1 [9400c8f1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=038e6d71 [038e6d71]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=e7f61b66 [e7f61b66]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=ea735672 [ea735672]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=78113b0f [78113b0f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=9e75d9e9 [9e75d9e9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=8ca704de [8ca704de]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=283b3ada [283b3ada]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=834e9684 [834e9684]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=7793336b [7793336b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=c69bae6e [c69bae6e]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=37ac9a1f [37ac9a1f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4cbb1a05 [4cbb1a05]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== codeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=04fa0bc0 [04fa0bc0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=66365179 [66365179]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=03a5b461 [03a5b461]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=4a40edbd [4a40edbd]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=6d6bea81 [6d6bea81]] Add mute checkbox to volume slider&amp;lt;br/&amp;gt;Part of https://mirror.git.trinitydesktop.org/gitea/TDE/codeine/issues/5&lt;br /&gt;
&lt;br /&gt;
== k3b ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=b65e67bf [b65e67bf]] Use tdeinstance.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=42420798 [42420798]] Fix discovery of sox binary&amp;lt;br/&amp;gt;Closes: https://mirror.git.trinitydesktop.org/gitea/TDE/k3b/issues/58&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=3a0b3976 [3a0b3976]] Fix normalize/normalize-audio discovery&amp;lt;br/&amp;gt;Look for both binary names &amp;quot;normalize-audio&amp;quot; (Debian) and &amp;quot;normalize&amp;quot;&amp;lt;br/&amp;gt;(all the rest distributions) when looking for the executable.&amp;lt;br/&amp;gt;Bug: https://mirror.git.trinitydesktop.org/gitea/TDE/k3b/issues/58&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=ef96f9ee [ef96f9ee]] Fixup spaces in some files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=fe3c00a6 [fe3c00a6]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=3eb3a479 [3eb3a479]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=51762e91 [51762e91]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=72d9c6a2 [72d9c6a2]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== k3b-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=d9771b85 [d9771b85]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=34987592 [34987592]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=69d4b451 [69d4b451]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=c0f12cc4 [c0f12cc4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=e51a0994 [e51a0994]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== k9copy ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=04a9cc33 [04a9cc33]] Fix location of call to avcodec_close for old version of libavcodec&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=73b7471b [73b7471b]] Fix FTBFS with ffmeg 8.0. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/k9copy/issues/37 #37]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=6fa85b81 [6fa85b81]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kaffeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=6656ec16 [6656ec16]] Use tdeinstance.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=99995941 [99995941]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=5fdbd1dd [5fdbd1dd]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kmplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=caac64c0 [caac64c0]] Use tdeinstance.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=beda85ac [beda85ac]] Fix a typo introduced by 433b311&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=8d0392d4 [8d0392d4]] Remove mentions of dbus-tqt as it is not actually used&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=8d5a0ac5 [8d5a0ac5]] cmake: fix detection of libXext and libXv&amp;lt;br/&amp;gt;Also require them only if appropriate backends are getting built&lt;br /&gt;
&lt;br /&gt;
== rosegarden ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=81c43c5a [81c43c5a]] Solves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/rosegarden/issues/34 #34] &amp;#039;value&amp;#039; is always &amp;#039;&amp;amp;gt;= m_mediumKnee&amp;#039; if we enter that branch&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=2a455560 [2a455560]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== soundkonverter ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=dacf7d40 [dacf7d40]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tderadio ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=8f14f955 [8f14f955]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=f38a34c5 [f38a34c5]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= applications/office =&lt;br /&gt;
== basket ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=924efdee [924efdee]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=e1c34502 [e1c34502]] Use tdeinstance.h&lt;br /&gt;
&lt;br /&gt;
== kbibtex ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=2bd24b31 [2bd24b31]] Use tdeinstance.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=aa4a9260 [aa4a9260]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kile ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=89c6305f [89c6305f]] Use tdeinstance.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=691e48c2 [691e48c2]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kmymoney ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=22320406 [22320406]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=1492adbb [1492adbb]] Use tdeinstance.h&lt;br /&gt;
&lt;br /&gt;
== knowit ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=3da8daac [3da8daac]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=aed15235 [aed15235]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=bd9d66e8 [bd9d66e8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=21253102 [21253102]] Add properties dialog entry to file menu&amp;lt;br/&amp;gt;Can be useful to quickly access options such as permissions.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=41395393 [41395393]] Add last save status widget to status bar&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=ae9235ef [ae9235ef]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== koffice ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=4bea8e1f [4bea8e1f]] chalk: add missing include in a .ui&amp;lt;br/&amp;gt;This fixes FTBFS on a system with minimal-ish configuration of&amp;lt;br/&amp;gt;tqt/tdelibs.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=8c43bd93 [8c43bd93]] Use tdeinstance.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=da1d4d6a [da1d4d6a]] filters/xsltfilter: fix FTBFS against libxml 2.13+&amp;lt;br/&amp;gt;See: https://gitlab.gnome.org/GNOME/libxml2/-/commit/c011e7605d42030cf21acdece466aaddaeb5a360&amp;lt;br/&amp;gt;Closes: https://mirror.git.trinitydesktop.org/gitea/TDE/koffice/issues/96&lt;br /&gt;
&lt;br /&gt;
== koffice-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=c5cf5090 [c5cf5090]] Use tdeinstance.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=4d23c3cb [4d23c3cb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=9075159c [9075159c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ac477751 [ac477751]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=72155f9d [72155f9d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=1ae8cde2 [1ae8cde2]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kpilot ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=7de33020 [7de33020]] Use tdeinstance.h&lt;br /&gt;
&lt;br /&gt;
= applications/settings =&lt;br /&gt;
== kdpkg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=387abed3 [387abed3]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kima ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=4773a051 [4773a051]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kiosktool ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=b0654131 [b0654131]] Use tdeinstance.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=1f315aa1 [1f315aa1]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kmyfirewall ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=5c40c90e [5c40c90e]] Use tdeinstance.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=5938d02a [5938d02a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=2d6e2d3a [2d6e2d3a]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tde-systemsettings ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-systemsettings/commit/?id=8287c4e5 [8287c4e5]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdealternatives ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdealternatives/commit/?id=1e811349 [1e811349]] Replace includehints section with includes in .ui files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdealternatives/commit/?id=9b5946d4 [9b5946d4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdealternatives/commit/?id=07f94fa3 [07f94fa3]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdenetworkmanager ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=24c5c10c [24c5c10c]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdesudo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesudo/commit/?id=ee74a6b0 [ee74a6b0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesudo/commit/?id=eef9bf28 [eef9bf28]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= applications/system =&lt;br /&gt;
== dolphin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=40bfd867 [40bfd867]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=30fbae06 [30fbae06]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=bce354fc [bce354fc]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=a382937d [a382937d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=ffd6c547 [ffd6c547]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=1513a0e9 [1513a0e9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=a37f13e7 [a37f13e7]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kbfx ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=6af8430d [6af8430d]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== knemo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=46ded288 [46ded288]] Use tdeinstance.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=6be64555 [6be64555]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=393b648a [393b648a]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== krusader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=7a7d3793 [7a7d3793]] Removed auto-generated cpp file that will be recreated from .ui file. This is blocking cmake builds&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=30a13fe5 [30a13fe5]] Restructure location of man file so that the &amp;#039;tde_conditional_add_project_docs&amp;#039; macro will correctly handled it during cmake build&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=f6fbaeaf [f6fbaeaf]] Restructure doc folder to allow used of &amp;#039;tde_conditional_add_project_docs&amp;#039; macro in cmake build&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=f9abd9d5 [f9abd9d5]] Restructure source folders&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=14d42d28 [14d42d28]] Remove original translation files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=6405bf4d [6405bf4d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=257ce9d6 [257ce9d6]] Copy translations to new folder&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=61991fd0 [61991fd0]] Cleanup pending references to files removed in commit b78b0a8&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=f6aec4b7 [f6aec4b7]] Remove unneeded files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=3eb33ce8 [3eb33ce8]] Fix FTBFS in local builds due to missing linkage of libkjs&amp;lt;br/&amp;gt;(undefined reference to symbol KJS::ValueImp::dispatchToObject(ExecState*))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=753b0ef6 [753b0ef6]] Use tdeinstance.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=823c0800 [823c0800]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=4c93616e [4c93616e]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kshutdown ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=8537b52c [8537b52c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=d9a9118e [d9a9118e]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== ksystemlog ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=604128f0 [604128f0]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kvkbd ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=17fcb3af [17fcb3af]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=4e9d9144 [4e9d9144]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== polkit-agent-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=4d5c00a7 [4d5c00a7]] Add missing &amp;amp;lt;includes&amp;amp;gt; in a .ui&amp;lt;br/&amp;gt;This fixes FTBFS on a system with minimal-ish configuration of&amp;lt;br/&amp;gt;tqt/tdelibs.&lt;br /&gt;
&lt;br /&gt;
== tdebluez ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ece9ca00 [ece9ca00]] Remove empty includehints section from .ui files&lt;br /&gt;
&lt;br /&gt;
== tdepowersave ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=adfc28f7 [adfc28f7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=807d15d8 [807d15d8]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== xdg-desktop-portal-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/xdg-desktop-portal-tde/commit/?id=30c096d5 [30c096d5]] Use TDE instead of Trinity. This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/638 TDE/tdebase#638]&lt;br /&gt;
&lt;br /&gt;
== yakuake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=85d31431 [85d31431]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=78151ecb [78151ecb]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= applications/tdeio =&lt;br /&gt;
== tdeio-appinfo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=dd0c4f04 [dd0c4f04]] Use tdeinstance.h&lt;br /&gt;
&lt;br /&gt;
== tdeio-apt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=411538b5 [411538b5]] Use tdeinstance.h&lt;br /&gt;
&lt;br /&gt;
== tdeio-ftps ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-ftps/commit/?id=c6d0c461 [c6d0c461]] Use tdeinstance.h&lt;br /&gt;
&lt;br /&gt;
== tdeio-gopher ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-gopher/commit/?id=795d0c3a [795d0c3a]] Use tdeinstance.h&lt;br /&gt;
&lt;br /&gt;
== tdeio-locate ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=54425693 [54425693]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=07918a13 [07918a13]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdeio-umountwrapper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=ad338b55 [ad338b55]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= applications/themes =&lt;br /&gt;
== gtk-qt-engine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=65bd9833 [65bd9833]] Use the complete definition of the prototype function gtk_style_render_icon.&amp;lt;br/&amp;gt;This solves FTBFS in checking the compatibility of pointers.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=8b0e27be [8b0e27be]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=798f5f1f [798f5f1f]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kgtk-qt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=cffd7e8d [cffd7e8d]] Use the complete definition of the prototype functions.&amp;lt;br/&amp;gt;This solves FTBFS in checking the compatibility of pointers.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=72ec6643 [72ec6643]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=5306f5e7 [5306f5e7]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tde-style-baghira ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=c43d3e02 [c43d3e02]] Use tdeinstance.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=7dbcdd01 [7dbcdd01]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=21243626 [21243626]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=0b30a90b [0b30a90b]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=1183181b [1183181b]] Add option to center popup and fix typo&lt;br /&gt;
&lt;br /&gt;
== tde-style-polyester ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-polyester/commit/?id=4e436dc4 [4e436dc4]] Add missing &amp;amp;lt;includes&amp;amp;gt; in a .ui&amp;lt;br/&amp;gt;This fixes FTBFS on a system with minimal-ish configuration of&amp;lt;br/&amp;gt;tqt/tdelibs.&lt;br /&gt;
&lt;br /&gt;
== tde-style-qtcurve ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=f9942e8b [f9942e8b]] Setup gcc visibility and clean up cmake files. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tde-style-qtcurve/issues/22 #22]&lt;br /&gt;
&lt;br /&gt;
== twin-style-dekorator ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=630590d0 [630590d0]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== twin-style-suse2 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=60b2bbb9 [60b2bbb9]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= applications/utilities =&lt;br /&gt;
== abakus ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=bb15b884 [bb15b884]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=2b871c9c [2b871c9c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=652bf810 [652bf810]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== filelight ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=317bbd8c [317bbd8c]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kbarcode ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=6a3f4000 [6a3f4000]] Fix build WITH_NATIVE_GNU_BARCODE enabled.&amp;lt;br/&amp;gt;I verified that app compiles and starts fine with the GnuBarcode backend&amp;lt;br/&amp;gt;enabled. During runtime no noticeable regressions were spotted.&amp;lt;br/&amp;gt;The whole virtual BarkodeEngine::operator=() thing seems to me like&amp;lt;br/&amp;gt;quite a lousy design, but I don&amp;#039;t feel comfortable enough to rework the&amp;lt;br/&amp;gt;code.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=f5912310 [f5912310]] Avoid linking with kjs if javascript support is dissabled&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=ae6631f3 [ae6631f3]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kchmviewer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=f02aa21b [f02aa21b]] Use tdeinstance.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=dbbf7cbc [dbbf7cbc]] Fix misspelled DCOP-bingings document&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=0fbfccea [0fbfccea]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kdirstat ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=149b7814 [149b7814]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== knutclient ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=33ea62d2 [33ea62d2]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kommando ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kommando/commit/?id=7f216eca [7f216eca]] Use &amp;amp;lt;include&amp;amp;gt; rather than &amp;amp;lt;includehint&amp;amp;gt; in .ui file&amp;lt;br/&amp;gt;This fixes FTBFS on a system with minimal-ish configuration of&amp;lt;br/&amp;gt;tqt/tdelibs.&amp;lt;br/&amp;gt;Note: tqtdesigner also wants to resave thees &amp;amp;lt;includehints&amp;amp;gt; as&amp;lt;br/&amp;gt;&amp;amp;lt;includes&amp;amp;gt;. I suspect the former one were used by some earlier versions&amp;lt;br/&amp;gt;of designer.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kommando/commit/?id=c14117aa [c14117aa]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kommando/commit/?id=19629531 [19629531]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kommando/commit/?id=53da2a6b [53da2a6b]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kompose ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=198b4a51 [198b4a51]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== krename ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=27ac4ea4 [27ac4ea4]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= packaging =&lt;br /&gt;
== packaging ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=ee79e7db [ee79e7db]] ArchLinux: Update for final R14.1.5.&amp;lt;br/&amp;gt;Removed packages for dependencies that are already&amp;lt;br/&amp;gt;part of the official repository.&amp;lt;br/&amp;gt;Added gtk2 packages to dependencies as per AUR.&amp;lt;br/&amp;gt;Added some new pkgbuilds.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=ef09f740 [ef09f740]] RPM: final update for 14.1.5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=d114f25b [d114f25b]] FreeBSD: Update for final R14.1.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=9a981abe [9a981abe]] RPM: update packaging for R14.1.5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=16831320 [16831320]] DEB krusader: remove krusader-trinity-dbg .deb package. Debug symbols are build into krusader-trinity-dbgsym&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=18638b67 [18638b67]] DEB krusader: remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=72d5a372 [72d5a372]] DEB tdebase: Refresh patches.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=160d292d [160d292d]] DEB tdexsldbg: Move from tdewebdev into a standalone package.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=75094529 [75094529]] DEB pytdeextensions: Switch to use debhelper with pybuild instead of python-distutils.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=abf4a945 [abf4a945]] DEB tde-cdbs: Add recognition of build system by Makefile.am.in.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=ab0c4bcb [ab0c4bcb]] DEB tde-cmake: Allow unusual CMake package version prefix.&amp;lt;br/&amp;gt;This solves the situation where Debian was forced to return&amp;lt;br/&amp;gt;to the older CMake version, but due to the continuity of the&amp;lt;br/&amp;gt;versions it was necessary to use an unusual prefix.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=770b9070 [770b9070]] DEB tdeedu (dilos): Add libzarith-ocaml-dev to Build-depends.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=0b35d461 [0b35d461]] DEB tdeedu: Add libzarith-ocaml-dev to Build-depends.&amp;lt;br/&amp;gt;This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdeedu/issues/64 TDE/tdeedu#64]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=36be5e27 [36be5e27]] DEB smartcardauth: Switch to using tde-cdbs rules.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=759e5b4f [759e5b4f]] DEB: Remove direct include for cmake.mk. Now it is automatically included by tde.mk,&amp;lt;br/&amp;gt;or using tde.mk rules for CMake builds with cdbs &amp;amp;gt;= 0.4.177.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=14652414 [14652414]] DEB tde-cdbs: Add basic CMake build rules from cmake.mk to tde.mk.&amp;lt;br/&amp;gt;Added automatic selection of build system based on the presence&amp;lt;br/&amp;gt;of CMakeLists.txt or Makefile.am.&amp;lt;br/&amp;gt;Note: cmake.mk is removed in cdbs &amp;amp;gt;= 0.4.177&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=d4551f06 [d4551f06]] DEB krusader: update for new folder structure&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=bb377119 [bb377119]] DEB tdepim: update following new version of libgpgme++ library&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f7b306c0 [f7b306c0]] DEB: add forky and remove buster support&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=de428810 [de428810]] DEB tdelibs: remove kinstance.h from installed files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=07b5c72d [07b5c72d]] DEB tdelibs: rename kinstance.{h,cpp}&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=248f63b3 [248f63b3]] DEB: fix debian/rules to allow the source packages to be created without having tde-cdbs installed&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=b1be00ee [b1be00ee]] DEB tdebase: rename kde4ever.png into trinity4ever.png. This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/625 TDE/tdebase#625]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=75d03f59 [75d03f59]] DEB ubuntu: add support for Questing and drop support for Mantic&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f893f36e [f893f36e]] DEB krecipes: add &amp;#039;check&amp;#039; target&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=9b12b395 [9b12b395]] ArchLinux tdegraphics: Force rebuild due to poppler update to 25.05.x.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=b2ff13a1 [b2ff13a1]] RPM: add packages for tdealternatives and tdeknighttour&amp;lt;br/&amp;gt;&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=2285eed7 [2285eed7]] FreeBSD digikam: Backport commit TDE/digikam@0254a5942b - closes [https://mirror.git.trinitydesktop.org/gitea/TDE/digikam/issues/50 TDE/digikam#50]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=ec0d786d [ec0d786d]] ArchLinux digikam: Backport commit TDE/digikam@0254a5942b - closes [https://mirror.git.trinitydesktop.org/gitea/TDE/digikam/issues/50 TDE/digikam#50]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=94875a08 [94875a08]] ArchLinux tdelibs: Force rebuild due to libxml2 update to release 2.14.x.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=24087e6e [24087e6e]] DEB tqt: rename source package to &amp;#039;tqt&amp;#039;&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=20b49211 [20b49211]] DEB: rename tqt3 to tqt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=e42724bc [e42724bc]] DEB: fix debian/rules to allow the source packages to be created without having tde-cdbs installed&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=19d08f5b [19d08f5b]] RPM: update for building 14.1.4&amp;lt;br/&amp;gt;&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=187788a4 [187788a4]] DEB tde-cdbs: Separate the common CDBS class into the package.&amp;lt;br/&amp;gt;For all packages changed dependence from cdbs to tde-cdbs&amp;lt;br/&amp;gt;and rules modified to use tde.mk class from /usr/share/cdbs.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=e12a2d72 [e12a2d72]] DEB tdenetwork: adjust to removed dot mouse cursor files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=9c1114a4 [9c1114a4]] DEB tde-style-qtcurve: clean up debian/rules&lt;/div&gt;</summary>
		<author><name>SlavekB</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.1.5&amp;diff=4172</id>
		<title>Changelog For R14.1.5</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.1.5&amp;diff=4172"/>
		<updated>2025-05-20T00:21:59Z</updated>

		<summary type="html">&lt;p&gt;SlavekB: Update 20250520&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= dependencies =&lt;br /&gt;
== tde-cmake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=da0068e1 [da0068e1]] Update version to R14.1.5&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt/commit/?id=68744b0c [68744b0c]] Add missing templates for translations.&lt;br /&gt;
&lt;br /&gt;
== dbus-1-tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dbus-1-tqt/commit/?id=4f3444b1 [4f3444b1]] add a static interface method to the class generator&lt;br /&gt;
&lt;br /&gt;
= core =&lt;br /&gt;
== tdelibs ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=72ece6c6 [72ece6c6]] improves the crystalsvg icons and other misc textures&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=ca275a63 [ca275a63]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=3afb7eb4 [3afb7eb4]] Fix up few tqt3 -&amp;amp;gt; tqt renames missed in previous commit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=07fcd9de [07fcd9de]] Adapt path to new tqt location&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=ba278f6b [ba278f6b]] Update version to R14.1.5&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tdebase ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7f412e76 [7f412e76]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=aa1b40e5 [aa1b40e5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a8360fb7 [a8360fb7]] twin: allow wider tiling bands and increase activation delay timer granularity&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e0e7c87f [e0e7c87f]] Fix typo in krootbacking/main.cpp&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=68e822b1 [68e822b1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1f0b2eb4 [1f0b2eb4]] twin: Use screen geometry when active borders are in tiling mode&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=0fdf9a3e [0fdf9a3e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2eb01e65 [2eb01e65]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=cd40ceaa [cd40ceaa]] kdesktop: add documentation about POSIX signals usage&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5432b6f8 [5432b6f8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=36b81fcd [36b81fcd]] Add draft R14.1.5 release notes&lt;br /&gt;
&lt;br /&gt;
== tdepim ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=a88d4d64 [a88d4d64]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
&lt;br /&gt;
== tdemultimedia ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=50b77ee6 [50b77ee6]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=ef68c572 [ef68c572]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=8c5bf7fe [8c5bf7fe]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
&lt;br /&gt;
== tdenetwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=2cab1f30 [2cab1f30]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=b2cb25ce [b2cb25ce]] Use the normal mouse pointer when local mouse pointer is enabled in krdc.&amp;lt;br/&amp;gt;The previously-included mouse pointer is invisible against dark&amp;lt;br/&amp;gt;backgrounds.&amp;lt;br/&amp;gt;https://mirror.git.trinitydesktop.org/gitea/TDE/tdenetwork/issues/98&lt;br /&gt;
&lt;br /&gt;
== tdegraphics ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=fb5831b3 [fb5831b3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=ea2da03e [ea2da03e]] kpdf: fix SEGV described in issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdegraphics/issues/127 #127]&amp;lt;br/&amp;gt;The crash only happens when building in debug mode.&amp;lt;br/&amp;gt;&amp;#039;m_showToolBarActionr&amp;#039; needs to be created after the &amp;#039;kpdf_part&amp;#039; has&amp;lt;br/&amp;gt;been created.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=7735a26b [7735a26b]] kolourpaint: use smooth resize as default selection at start&lt;br /&gt;
&lt;br /&gt;
== tdetoys ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=b4a2a361 [b4a2a361]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdeutils ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=80ca7b28 [80ca7b28]] ark: Fix unzip v6 date parsing&amp;lt;br/&amp;gt;unzip v6 changed the date format from MM-DD-YY to YYYY-MM-DD.&amp;lt;br/&amp;gt;Fixes: https://bugs.trinitydesktop.org/show_bug.cgi?id=3207&lt;br /&gt;
&lt;br /&gt;
== tdegames ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e13796cf [e13796cf]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdeartwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=0516d59c [0516d59c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=3032bc36 [3032bc36]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=06b7e636 [06b7e636]] Add &amp;quot;flying_konqi.png&amp;quot; Wallpaper&lt;br /&gt;
&lt;br /&gt;
== tde-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0ba33030 [0ba33030]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=07b07995 [07b07995]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76f14029 [76f14029]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ea7a01d1 [ea7a01d1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a380e385 [a380e385]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=780a49ae [780a49ae]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b939c3a0 [b939c3a0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0471e64c [0471e64c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a3968e35 [a3968e35]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dd2adbd5 [dd2adbd5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e778e31b [e778e31b]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1c5fec6c [1c5fec6c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a04bb391 [a04bb391]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=000f256b [000f256b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0edec6ac [0edec6ac]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73a6d944 [73a6d944]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd148815 [bd148815]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8eda9a8f [8eda9a8f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=27a722c2 [27a722c2]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
= applications/development =&lt;br /&gt;
== kdiff3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=91db616e [91db616e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=10ed942a [10ed942a]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kpicosim ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=475eb9ce [475eb9ce]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=164d8377 [164d8377]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=28693aab [28693aab]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=567a3222 [567a3222]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=7c8510e5 [7c8510e5]] Add missing Categories and GenericName to desktop file.&amp;lt;br/&amp;gt;This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/kpicosim/issues/13 #13]&lt;br /&gt;
&lt;br /&gt;
= applications/games =&lt;br /&gt;
== tdeknighttour ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeknighttour/commit/?id=acbca0ec [acbca0ec]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeknighttour/commit/?id=6f19364b [6f19364b]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= applications/graphics =&lt;br /&gt;
== digikam ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=61cb1ebe [61cb1ebe]] Remove no longer used static libraries in cmake files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=0254a594 [0254a594]] Fix showfoto usability.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/digikam/issues/50 #50]&amp;lt;br/&amp;gt;The problem seems to be a known issue already addressed by the original&amp;lt;br/&amp;gt;authors. This is an extract from the &amp;#039;ChangeLog&amp;#039; file that best&amp;lt;br/&amp;gt;describes the issue:&amp;lt;br/&amp;gt;```&amp;lt;br/&amp;gt;Fix a linking problem with showfoto, image plugins and&amp;lt;br/&amp;gt;--enable-gcc-hidden-visibility:&amp;lt;br/&amp;gt;All image plugins link to libdigikam.so.&amp;lt;br/&amp;gt;The showfoto executable however does not link to this lib, but&amp;lt;br/&amp;gt;statically links the relevant parts.&amp;lt;br/&amp;gt;With visibility hidden, now the linker obviously cannot see the&amp;lt;br/&amp;gt;already linked DImgInterface class,&amp;lt;br/&amp;gt;and there would be two different static variables for&amp;lt;br/&amp;gt;DImgInterface::instance(). One with the loaded&amp;lt;br/&amp;gt;image, the other (from the image plugins) with a null image.&amp;lt;br/&amp;gt;```&amp;lt;br/&amp;gt;Linking against libdigikam.so instead of including the libraries in a&amp;lt;br/&amp;gt;static way solves the issue.&lt;br /&gt;
&lt;br /&gt;
= applications/internet =&lt;br /&gt;
== kshowmail ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=c99f4572 [c99f4572]] Add missing Category to desktop file. This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/kshowmail/issues/16 #16]&lt;br /&gt;
&lt;br /&gt;
== ktorrent ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=4bceb112 [4bceb112]] Fix CMake FTBFS&lt;br /&gt;
&lt;br /&gt;
== kvirc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=c5983faa [c5983faa]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== smb4k ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=837c2257 [837c2257]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= applications/misc =&lt;br /&gt;
== bibletime ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=b878468e [b878468e]] Require sword version 1.7 or newer&amp;lt;br/&amp;gt;See: [https://mirror.git.trinitydesktop.org/gitea/TDE/bibletime/issues/32 TDE/bibletime#32]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=519310b6 [519310b6]] Fix text rendering in display windows&amp;lt;br/&amp;gt;sword 1.7 introduced new APIs to SWModule, one of which is renderText.&amp;lt;br/&amp;gt;The old RenderText returned a const char*, however the new version&amp;lt;br/&amp;gt;returns a SWBuf copy on the stack. This doesn&amp;#039;t work when passing it to&amp;lt;br/&amp;gt;TQString::fromUTF8 as the internal buffer is freed before the TQString&amp;lt;br/&amp;gt;is constructed.&amp;lt;br/&amp;gt;Note that RenderText in sword 1.7 and newer is a deprecated wrapper&amp;lt;br/&amp;gt;around renderText.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=2853c718 [2853c718]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== desktop-effects-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=5c94fb93 [5c94fb93]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= applications/multimedia =&lt;br /&gt;
== amarok ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=8ca704de [8ca704de]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=283b3ada [283b3ada]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=834e9684 [834e9684]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=7793336b [7793336b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=c69bae6e [c69bae6e]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=37ac9a1f [37ac9a1f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4cbb1a05 [4cbb1a05]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== codeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=66365179 [66365179]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=03a5b461 [03a5b461]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=4a40edbd [4a40edbd]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=6d6bea81 [6d6bea81]] Add mute checkbox to volume slider&amp;lt;br/&amp;gt;Part of https://mirror.git.trinitydesktop.org/gitea/TDE/codeine/issues/5&lt;br /&gt;
&lt;br /&gt;
== k3b ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=72d9c6a2 [72d9c6a2]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== k3b-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=e51a0994 [e51a0994]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== k9copy ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=6fa85b81 [6fa85b81]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kaffeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=99995941 [99995941]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=5fdbd1dd [5fdbd1dd]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== rosegarden ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=2a455560 [2a455560]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= applications/settings =&lt;br /&gt;
== kmyfirewall ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=2d6e2d3a [2d6e2d3a]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= applications/system =&lt;br /&gt;
== dolphin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=a382937d [a382937d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=ffd6c547 [ffd6c547]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=1513a0e9 [1513a0e9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=a37f13e7 [a37f13e7]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== knemo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=6be64555 [6be64555]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=393b648a [393b648a]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== krusader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=823c0800 [823c0800]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=4c93616e [4c93616e]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kvkbd ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=17fcb3af [17fcb3af]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=4e9d9144 [4e9d9144]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdepowersave ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=807d15d8 [807d15d8]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= applications/themes =&lt;br /&gt;
== gtk-qt-engine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=798f5f1f [798f5f1f]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tde-style-qtcurve ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=f9942e8b [f9942e8b]] Setup gcc visibility and clean up cmake files. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tde-style-qtcurve/issues/22 #22]&lt;br /&gt;
&lt;br /&gt;
= applications/utilities =&lt;br /&gt;
== kchmviewer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=dbbf7cbc [dbbf7cbc]] Fix misspelled DCOP-bingings document&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=0fbfccea [0fbfccea]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kommando ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kommando/commit/?id=53da2a6b [53da2a6b]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= packaging =&lt;br /&gt;
== packaging ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=9b12b395 [9b12b395]] ArchLinux tdegraphics: Force rebuild due to poppler update to 25.05.x.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=b2ff13a1 [b2ff13a1]] RPM: add packages for tdealternatives and tdeknighttour&amp;lt;br/&amp;gt;&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=2285eed7 [2285eed7]] FreeBSD digikam: Backport commit TDE/digikam@0254a5942b - closes [https://mirror.git.trinitydesktop.org/gitea/TDE/digikam/issues/50 TDE/digikam#50]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=ec0d786d [ec0d786d]] ArchLinux digikam: Backport commit TDE/digikam@0254a5942b - closes [https://mirror.git.trinitydesktop.org/gitea/TDE/digikam/issues/50 TDE/digikam#50]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=94875a08 [94875a08]] ArchLinux tdelibs: Force rebuild due to libxml2 update to release 2.14.x.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=24087e6e [24087e6e]] DEB tqt: rename source package to &amp;#039;tqt&amp;#039;&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=20b49211 [20b49211]] DEB: rename tqt3 to tqt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=e42724bc [e42724bc]] DEB: fix debian/rules to allow the source packages to be created without having tde-cdbs installed&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=19d08f5b [19d08f5b]] RPM: update for building 14.1.4&amp;lt;br/&amp;gt;&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=187788a4 [187788a4]] DEB tde-cdbs: Separate the common CDBS class into the package.&amp;lt;br/&amp;gt;For all packages changed dependence from cdbs to tde-cdbs&amp;lt;br/&amp;gt;and rules modified to use tde.mk class from /usr/share/cdbs.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=e12a2d72 [e12a2d72]] DEB tdenetwork: adjust to removed dot mouse cursor files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=9c1114a4 [9c1114a4]] DEB tde-style-qtcurve: clean up debian/rules&lt;/div&gt;</summary>
		<author><name>SlavekB</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.1.5&amp;diff=3992</id>
		<title>Changelog For R14.1.5</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.1.5&amp;diff=3992"/>
		<updated>2025-05-12T14:48:53Z</updated>

		<summary type="html">&lt;p&gt;SlavekB: Initial version&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= dependencies =&lt;br /&gt;
== tde-cmake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=da0068e1 [da0068e1]] Update version to R14.1.5&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt/commit/?id=68744b0c [68744b0c]] Add missing templates for translations.&lt;br /&gt;
&lt;br /&gt;
== dbus-1-tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dbus-1-tqt/commit/?id=4f3444b1 [4f3444b1]] add a static interface method to the class generator&lt;br /&gt;
&lt;br /&gt;
= core =&lt;br /&gt;
== tdelibs ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=3afb7eb4 [3afb7eb4]] Fix up few tqt3 -&amp;amp;gt; tqt renames missed in previous commit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=07fcd9de [07fcd9de]] Adapt path to new tqt location&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=ba278f6b [ba278f6b]] Update version to R14.1.5&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tdebase ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2eb01e65 [2eb01e65]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=cd40ceaa [cd40ceaa]] kdesktop: add documentation about POSIX signals usage&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5432b6f8 [5432b6f8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=36b81fcd [36b81fcd]] Add draft R14.1.5 release notes&lt;br /&gt;
&lt;br /&gt;
== tdepim ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=a88d4d64 [a88d4d64]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
&lt;br /&gt;
== tdemultimedia ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=50b77ee6 [50b77ee6]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=ef68c572 [ef68c572]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=8c5bf7fe [8c5bf7fe]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
&lt;br /&gt;
== tdenetwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=2cab1f30 [2cab1f30]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=b2cb25ce [b2cb25ce]] Use the normal mouse pointer when local mouse pointer is enabled in krdc.&amp;lt;br/&amp;gt;The previously-included mouse pointer is invisible against dark&amp;lt;br/&amp;gt;backgrounds.&amp;lt;br/&amp;gt;https://mirror.git.trinitydesktop.org/gitea/TDE/tdenetwork/issues/98&lt;br /&gt;
&lt;br /&gt;
== tdegraphics ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=7735a26b [7735a26b]] kolourpaint: use smooth resize as default selection at start&lt;br /&gt;
&lt;br /&gt;
== tdeutils ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=80ca7b28 [80ca7b28]] ark: Fix unzip v6 date parsing&amp;lt;br/&amp;gt;unzip v6 changed the date format from MM-DD-YY to YYYY-MM-DD.&amp;lt;br/&amp;gt;Fixes: https://bugs.trinitydesktop.org/show_bug.cgi?id=3207&lt;br /&gt;
&lt;br /&gt;
== tdegames ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e13796cf [e13796cf]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tde-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0471e64c [0471e64c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a3968e35 [a3968e35]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dd2adbd5 [dd2adbd5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e778e31b [e778e31b]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1c5fec6c [1c5fec6c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a04bb391 [a04bb391]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=000f256b [000f256b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0edec6ac [0edec6ac]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73a6d944 [73a6d944]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd148815 [bd148815]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8eda9a8f [8eda9a8f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=27a722c2 [27a722c2]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
= applications/development =&lt;br /&gt;
== kdiff3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=10ed942a [10ed942a]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kpicosim ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=475eb9ce [475eb9ce]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=164d8377 [164d8377]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=28693aab [28693aab]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=567a3222 [567a3222]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=7c8510e5 [7c8510e5]] Add missing Categories and GenericName to desktop file.&amp;lt;br/&amp;gt;This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/kpicosim/issues/13 #13]&lt;br /&gt;
&lt;br /&gt;
= applications/games =&lt;br /&gt;
== tdeknighttour ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeknighttour/commit/?id=acbca0ec [acbca0ec]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeknighttour/commit/?id=6f19364b [6f19364b]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= applications/graphics =&lt;br /&gt;
== digikam ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=61cb1ebe [61cb1ebe]] Remove no longer used static libraries in cmake files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=0254a594 [0254a594]] Fix showfoto usability.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/digikam/issues/50 #50]&amp;lt;br/&amp;gt;The problem seems to be a known issue already addressed by the original&amp;lt;br/&amp;gt;authors. This is an extract from the &amp;#039;ChangeLog&amp;#039; file that best&amp;lt;br/&amp;gt;describes the issue:&amp;lt;br/&amp;gt;```&amp;lt;br/&amp;gt;Fix a linking problem with showfoto, image plugins and&amp;lt;br/&amp;gt;--enable-gcc-hidden-visibility:&amp;lt;br/&amp;gt;All image plugins link to libdigikam.so.&amp;lt;br/&amp;gt;The showfoto executable however does not link to this lib, but&amp;lt;br/&amp;gt;statically links the relevant parts.&amp;lt;br/&amp;gt;With visibility hidden, now the linker obviously cannot see the&amp;lt;br/&amp;gt;already linked DImgInterface class,&amp;lt;br/&amp;gt;and there would be two different static variables for&amp;lt;br/&amp;gt;DImgInterface::instance(). One with the loaded&amp;lt;br/&amp;gt;image, the other (from the image plugins) with a null image.&amp;lt;br/&amp;gt;```&amp;lt;br/&amp;gt;Linking against libdigikam.so instead of including the libraries in a&amp;lt;br/&amp;gt;static way solves the issue.&lt;br /&gt;
&lt;br /&gt;
= applications/internet =&lt;br /&gt;
== kshowmail ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=c99f4572 [c99f4572]] Add missing Category to desktop file. This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/kshowmail/issues/16 #16]&lt;br /&gt;
&lt;br /&gt;
== ktorrent ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=4bceb112 [4bceb112]] Fix CMake FTBFS&lt;br /&gt;
&lt;br /&gt;
== smb4k ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=837c2257 [837c2257]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= applications/misc =&lt;br /&gt;
== bibletime ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=2853c718 [2853c718]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== desktop-effects-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=5c94fb93 [5c94fb93]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= applications/multimedia =&lt;br /&gt;
== amarok ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=c69bae6e [c69bae6e]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=37ac9a1f [37ac9a1f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4cbb1a05 [4cbb1a05]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== codeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=03a5b461 [03a5b461]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=4a40edbd [4a40edbd]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=6d6bea81 [6d6bea81]] Add mute checkbox to volume slider&amp;lt;br/&amp;gt;Part of https://mirror.git.trinitydesktop.org/gitea/TDE/codeine/issues/5&lt;br /&gt;
&lt;br /&gt;
== kaffeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=5fdbd1dd [5fdbd1dd]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== rosegarden ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=2a455560 [2a455560]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= applications/settings =&lt;br /&gt;
== kmyfirewall ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=2d6e2d3a [2d6e2d3a]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= applications/system =&lt;br /&gt;
== dolphin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=ffd6c547 [ffd6c547]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=1513a0e9 [1513a0e9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=a37f13e7 [a37f13e7]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== knemo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=6be64555 [6be64555]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=393b648a [393b648a]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== krusader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=4c93616e [4c93616e]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= applications/themes =&lt;br /&gt;
== gtk-qt-engine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=798f5f1f [798f5f1f]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tde-style-qtcurve ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=f9942e8b [f9942e8b]] Setup gcc visibility and clean up cmake files. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tde-style-qtcurve/issues/22 #22]&lt;br /&gt;
&lt;br /&gt;
= applications/utilities =&lt;br /&gt;
== kchmviewer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=dbbf7cbc [dbbf7cbc]] Fix misspelled DCOP-bingings document&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=0fbfccea [0fbfccea]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kommando ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kommando/commit/?id=53da2a6b [53da2a6b]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= packaging =&lt;br /&gt;
== packaging ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=9b12b395 [9b12b395]] ArchLinux tdegraphics: Force rebuild due to poppler update to 25.05.x.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=b2ff13a1 [b2ff13a1]] RPM: add packages for tdealternatives and tdeknighttour&amp;lt;br/&amp;gt;&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=2285eed7 [2285eed7]] FreeBSD digikam: Backport commit TDE/digikam@0254a5942b - closes [https://mirror.git.trinitydesktop.org/gitea/TDE/digikam/issues/50 TDE/digikam#50]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=ec0d786d [ec0d786d]] ArchLinux digikam: Backport commit TDE/digikam@0254a5942b - closes [https://mirror.git.trinitydesktop.org/gitea/TDE/digikam/issues/50 TDE/digikam#50]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=94875a08 [94875a08]] ArchLinux tdelibs: Force rebuild due to libxml2 update to release 2.14.x.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=24087e6e [24087e6e]] DEB tqt: rename source package to &amp;#039;tqt&amp;#039;&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=20b49211 [20b49211]] DEB: rename tqt3 to tqt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=e42724bc [e42724bc]] DEB: fix debian/rules to allow the source packages to be created without having tde-cdbs installed&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=19d08f5b [19d08f5b]] RPM: update for building 14.1.4&amp;lt;br/&amp;gt;&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=187788a4 [187788a4]] DEB tde-cdbs: Separate the common CDBS class into the package.&amp;lt;br/&amp;gt;For all packages changed dependence from cdbs to tde-cdbs&amp;lt;br/&amp;gt;and rules modified to use tde.mk class from /usr/share/cdbs.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=e12a2d72 [e12a2d72]] DEB tdenetwork: adjust to removed dot mouse cursor files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=9c1114a4 [9c1114a4]] DEB tde-style-qtcurve: clean up debian/rules&lt;/div&gt;</summary>
		<author><name>SlavekB</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.1.4&amp;diff=3973</id>
		<title>Changelog For R14.1.4</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.1.4&amp;diff=3973"/>
		<updated>2025-04-28T00:01:28Z</updated>

		<summary type="html">&lt;p&gt;SlavekB: Update 20250427&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= common =&lt;br /&gt;
== admin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=c5527c8d [c5527c8d]] Drop support for discontinued DGUX&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=5e534df0 [5e534df0]] Remove support for SCOv3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=739ff08c [739ff08c]] Remove support for discontinued Reliant/Sinix unix&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=09c83bda [09c83bda]] Remove support for Tru64 and OSF&lt;br /&gt;
&lt;br /&gt;
== libltdl ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libltdl/commit/?id=fd27d0b6 [fd27d0b6]] Replace dl linking with cmake-based variable&lt;br /&gt;
&lt;br /&gt;
== libtdevnc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtdevnc/commit/?id=f0c31733 [f0c31733]] Remove support for OSF&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtdevnc/commit/?id=224a905a [224a905a]] Remove support for Metrowerks compiler&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtdevnc/commit/?id=3e084698 [3e084698]] Replace pthread linking with cmake-based variable&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtdevnc/commit/?id=c9195aae [c9195aae]] Drop Borland compiler specific code&lt;br /&gt;
&lt;br /&gt;
= dependencies =&lt;br /&gt;
== tde-cmake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=e34e1cfe [e34e1cfe]] Update to final version R14.1.4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=353adbba [353adbba]] Use CMake command create_symlink instead of calling ls -s,&amp;lt;br/&amp;gt;because it is resistant to repeated calls.&amp;lt;br/&amp;gt;This solves FTBFS with CMake &amp;amp;gt;= 3.11, because in the case of update&amp;lt;br/&amp;gt;a library file, as a result of a tdelfeditor call, this will cause&amp;lt;br/&amp;gt;repeated calls for targets that are dependent on the library.&amp;lt;br/&amp;gt;As a result, it is now possible to use call based on POST_BUILD,&amp;lt;br/&amp;gt;and there is no need to distinguish the way of calling created in&amp;lt;br/&amp;gt;the commit e22f5ace4a1eae9b299a8b8c60ceb339c73a2e3c.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=6d754b3d [6d754b3d]] Raise the minimum required version of CMake to 3.10.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=017b2818 [017b2818]] tde_add_project_docs: Automatically add project name only in known cases.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=580befe5 [580befe5]] Update version to R14.1.4&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tqt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=308e9a46 [308e9a46]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=cc42c3a8 [cc42c3a8]] Fix usage of condition variable in TQThread which could lead to a thread being run multiple times in parallel.&amp;lt;br/&amp;gt;Although highly unlikely, the following situation was possible:&amp;lt;br/&amp;gt;- a thread is restarted while still running. The call to the second &amp;#039;start()&amp;#039; blocks because the thread is still running&amp;lt;br/&amp;gt;- the OS decides to randomly wake up the thread that called &amp;#039;start()&amp;#039;&amp;lt;br/&amp;gt;- a second thread is started and runs in parallel to the first thread, with obvious undefined behavior&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=67cb0f67 [67cb0f67]] Fix editing of text containing surrogate characters.&amp;lt;br/&amp;gt;This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tqt3/issues/162 #162]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=fd79f0c8 [fd79f0c8]] Extend work on supporting surrogate characters done in commit e0a38072&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=7f62b554 [7f62b554]] Drop support for discontinued DGUX&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b6453725 [b6453725]] Add support for surrogate pairs to TQChar API.&amp;lt;br/&amp;gt;This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tqt3/issues/162 #162]&amp;lt;br/&amp;gt;The new code is partially taken from Qt4 but with some local rework.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=c919740e [c919740e]] Fix FTBFS with gcc 15. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tqt3/issues/214 #214]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b559abe7 [b559abe7]] Add support for Unicode surrogate characters and planes above zero.&amp;lt;br/&amp;gt;If the selected font supports the required characters, the text will be displayed correctly.&amp;lt;br/&amp;gt;If the selected font does not support such characters, empty boxes will be displayed in place of the expected text.&amp;lt;br/&amp;gt;Part of the code changes comes from Qt4 code.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=1c9111b3 [1c9111b3]] Drop code for obsolete FreeType 1&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=c147c900 [c147c900]] Remove support for Tru64, OSF and SCO v3.2&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=10cded64 [10cded64]] Remove support for discontinued Reliant/Sinix unix&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=84094516 [84094516]] Remove support for Metrowerks compiler&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b3f74bb1 [b3f74bb1]] Drop Borland compiler specific code&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=64d2e753 [64d2e753]] Rename Q_EXPORT to TQ_EXPORT&amp;lt;br/&amp;gt;Manually cherry picked from commit 01d46198&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=094cadcf [094cadcf]] Remove unnecessary files&lt;br /&gt;
&lt;br /&gt;
== akode ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/akode/commit/?id=63eb8316 [63eb8316]] Fix vorbis seeking&amp;lt;br/&amp;gt;Since seeking can return 0 (offset = 0, whence = SEEK_SET), it is&amp;lt;br/&amp;gt;incorrect to return -1 in these cases.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/akode/commit/?id=bca48577 [bca48577]] Replace dl linking with cmake-based variable&lt;br /&gt;
&lt;br /&gt;
== arts ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/arts/commit/?id=58123c91 [58123c91]] Remove support for OSF&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/arts/commit/?id=5d649b16 [5d649b16]] Replace pthread and dl linking with cmake-based variables&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/arts/commit/?id=f386da73 [f386da73]] Drop Borland compiler specific code&lt;br /&gt;
&lt;br /&gt;
== dbus-1-tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dbus-1-tqt/commit/?id=4cf7fc3e [4cf7fc3e]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
&lt;br /&gt;
== libr ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libr/commit/?id=1e4fe94f [1e4fe94f]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libr/commit/?id=36afce6e [36afce6e]] Removed unusued files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libr/commit/?id=c2a083fd [c2a083fd]] Replace pthread and dl linking with cmake-based variables&lt;br /&gt;
&lt;br /&gt;
== sip4-tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/sip4-tqt/commit/?id=9894c75c [9894c75c]] Drop support for discontinued DGUX&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/sip4-tqt/commit/?id=322c0be6 [322c0be6]] Remove support for discontinued Reliant/Sinix unix&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/sip4-tqt/commit/?id=9532bfb6 [9532bfb6]] Remove support for Metrowerks compiler&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/sip4-tqt/commit/?id=da8126b7 [da8126b7]] Remove support for Tru64 and OSF&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/sip4-tqt/commit/?id=c88f3c77 [c88f3c77]] Fix part accidentally removed with Borland things.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/sip4-tqt/commit/?id=a0850da0 [a0850da0]] Drop Borland compiler specific code&lt;br /&gt;
&lt;br /&gt;
== tqscintilla ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqscintilla/commit/?id=aa501952 [aa501952]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqscintilla/commit/?id=6923f459 [6923f459]] Drop Borland compiler specific code&lt;br /&gt;
&lt;br /&gt;
== pytqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=2d2a6621 [2d2a6621]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=f89d120a [f89d120a]] Drop Borland compiler specific code&lt;br /&gt;
&lt;br /&gt;
== polkit-tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-tqt/commit/?id=91cc89ce [91cc89ce]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-tqt/commit/?id=da5de499 [da5de499]] Make sure TQ_EXPORT is defined before it is used&lt;br /&gt;
&lt;br /&gt;
= core =&lt;br /&gt;
== tdelibs ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=8e6ceb4a [8e6ceb4a]] Update to final version R14.1.4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=6ebbfb34 [6ebbfb34]] initialize m_cryptKeySlotCount in contructor (tdestoragedevice.cpp)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7f262311 [7f262311]] Print message about unclassified device only once&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=98213ace [98213ace]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=78e4f416 [78e4f416]] Add support for unicode surrogate characters to Kate/KWrite&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7d3bf3e6 [7d3bf3e6]] KRFCDate minutes/seconds can be omitted (ISO8601)&amp;lt;br/&amp;gt;ISO 8601 allows for dates and times to be represented with&amp;lt;br/&amp;gt;&amp;quot;reduced precision&amp;quot;.  In the case of times, this means the&amp;lt;br/&amp;gt;minutes and seconds can be omitted.&amp;lt;br/&amp;gt;More automated tests have been enabled, with the remaining&amp;lt;br/&amp;gt;ones to be fixed up in a later PR.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=0418e523 [0418e523]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=1b218d0b [1b218d0b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=9742e136 [9742e136]] tdehw: Add libnm dependency&amp;lt;br/&amp;gt;This will ensure that the correct directory is searched by tdehw when&amp;lt;br/&amp;gt;looking for VPN service files.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=c5fbd1f8 [c5fbd1f8]] tdehw: Check /usr/lib/NetworkManager for VPN service definitions.&amp;lt;br/&amp;gt;It&amp;#039;s not exactly clear when this change occurred, but the VPN service&amp;lt;br/&amp;gt;definitions (plugins) can now be stored in /usr/lib/NetworkManager.&amp;lt;br/&amp;gt;The old path is still searched to keep compatibility.&amp;lt;br/&amp;gt;This fixes [https://mirror.git.trinitydesktop.org/gitea/TDE/tdenetworkmanager/issues/5 TDE/tdenetworkmanager#5] which details how TDENetworkManager&amp;lt;br/&amp;gt;is unable to find any VPN plugins despite them being installed and&amp;lt;br/&amp;gt;accessible from other NM applets.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=e708dcce [e708dcce]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=3b242145 [3b242145]] Replace obsolete kstddirs.h with kstandarddirs.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=f67e8017 [f67e8017]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=3b9cbd74 [3b9cbd74]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=37ba9684 [37ba9684]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=bb108ec9 [bb108ec9]] Drop support for discontinued DGUX&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=2e50625d [2e50625d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=62c5d8c7 [62c5d8c7]] Prefer to use pkg-config to detect tiff library.&amp;lt;br/&amp;gt;This solves FTBFS with tiff library &amp;amp;gt;= 4.7.0.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tde-packaging/issues/385 TDE/tde-packaging#385]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7ad68283 [7ad68283]] Remove support for SCOv3.2&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=40fb163b [40fb163b]] Remove support for Tru64 and OSF&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=2a3a843d [2a3a843d]] Rename Q_EXPORT to TQ_EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=e3ff1dab [e3ff1dab]] Remove support for Metrowerks compiler&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=1a7ac74c [1a7ac74c]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=dda508cd [dda508cd]] Fix a typo and thus FTBFS from the previous commit.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=307060d9 [307060d9]] Replace dl linking with cmake-based variable&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=226e5aa1 [226e5aa1]] tderandrtray: prevent division-by-zero corner case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=a5b57afd [a5b57afd]] tderandr: use different variables for nested for loops&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=27665403 [27665403]] libtderandr: update gamma setting code&amp;lt;br/&amp;gt;This fixes [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/163 TDE/tdebase#163]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=fa29eceb [fa29eceb]] NetBSD also supports acl_get_perm_np&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=3e8e587b [3e8e587b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=25b6385a [25b6385a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=029634c0 [029634c0]] Drop Borland compiler specific code&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=fcbf2cd7 [fcbf2cd7]] change ftp pass command case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=91b5d541 [91b5d541]] Update version to R14.1.4&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tdebase ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=269558b1 [269558b1]] Add final version of release notes for R14.1.4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=90151256 [90151256]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a83f4f35 [a83f4f35]] Fix FTBFS when building kxkb without tdehw library.&amp;lt;br/&amp;gt;This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/550 #550]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=10966312 [10966312]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=47c45b04 [47c45b04]] Fix build of documentation for KWrite.&amp;lt;br/&amp;gt;There is no separate build option for KWrite,&amp;lt;br/&amp;gt;but it is built together with Kate.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7966a20f [7966a20f]] Make sure to build documentation, this relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/483 #483]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7b4df436 [7b4df436]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b335851c [b335851c]] Fix typo in backport commit from issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/550 #550]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=13ab2f1b [13ab2f1b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=db1cd693 [db1cd693]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=994e59ce [994e59ce]] Kxkb: layout switching and UI bugfixes and minor refactoring&amp;lt;br/&amp;gt;* Layout switching&amp;lt;br/&amp;gt;  - Improved layout change logic (indicator is now always updated when the actual switch occurs). This fixes layout switching triggered by the X11 shortcut not being synchronized with layout switching from the tray icon click and the TDE shortcut.&amp;lt;br/&amp;gt;  - Kxkb will ignore XkbStateNotify events not related to XkbGroupState which caused strange behaviour with the system tray context menu.&amp;lt;br/&amp;gt;  - Reapply Xkb settings when a keyboard device changes state&amp;lt;br/&amp;gt;  - Do not run setxkbmap without arguments&amp;lt;br/&amp;gt;  - Catch and process changes to Xkb layouts and options&amp;lt;br/&amp;gt;  - Always check for Xkb opcode in X11 events, this fixes invalid group issue (Michele Calgaro)&amp;lt;br/&amp;gt;* Tray indicator&amp;lt;br/&amp;gt;  - Do not reload all Kxkb settings every time we are requested to get a pixmap!&amp;lt;br/&amp;gt;  - Tray indicator pixmap manager improvements&amp;lt;br/&amp;gt;  - Fix Quit tray icon menu item&amp;lt;br/&amp;gt;* Configuration&amp;lt;br/&amp;gt;  - Optimize settings reloading&amp;lt;br/&amp;gt;  - Do not reload settings every time getKxkbOptions() is called; if settings actually need to be re-read, it must be done maunally before calling this function&amp;lt;br/&amp;gt;  - Use pointer to global KxkbConfig instance instead of keeping own copy&amp;lt;br/&amp;gt;  - Fixed optimized loading of initial settings using KxkbConfig::LOAD_INIT_OPTIONS (I had sort of broken it in the past)&amp;lt;br/&amp;gt;  - Removed unused KxkbConfig::LOAD_ACTIVE_OPTIONS&amp;lt;br/&amp;gt;  - `newInstance()` now delegates calling setLayout() to readSettings()&amp;lt;br/&amp;gt;  - Merged `initTray()` into `readSettings()` - no reason to exist as separate function&amp;lt;br/&amp;gt;* Refactoring&amp;lt;br/&amp;gt;  - Merged KxkbLabelController into KxkbSystemTray&amp;lt;br/&amp;gt;  - Rename LayoutIcon to LayoutIconManager for clarity&amp;lt;br/&amp;gt;  - Minor code cleanup in LayoutIconManager&amp;lt;br/&amp;gt;  - Remove use of singleton pattern for LayoutIconManager&amp;lt;br/&amp;gt;  - Make XKBExtension a singleton.&amp;lt;br/&amp;gt;  - Add counter to XKBExtension to prevent it from processing configuration changes likely caused by KXkb&amp;lt;br/&amp;gt;  - `XKBExtension::getServerOptions()` now also returns layout and variant information in a XkbOptions struct&amp;lt;br/&amp;gt;  - New `KxkbConfig::setFromXkbOptions()` member can update current configuration from a XkbOptions struct&amp;lt;br/&amp;gt;  - No need to use `tdeApp` pointer in KXKBApp (KUniqueApplication) class&amp;lt;br/&amp;gt;  - Consistent code style and more appropriate function names and return types&amp;lt;br/&amp;gt;  - Commented option sections for clarity&amp;lt;br/&amp;gt;  - Removed superfluous debug messages&amp;lt;br/&amp;gt;  - Add proper copyright header to extension.*&amp;lt;br/&amp;gt;* Settings GUI&amp;lt;br/&amp;gt;  - Make &amp;quot;Transparent background&amp;quot; checkbox available for theme colors in the GUI&amp;lt;br/&amp;gt;  - Add customization options &amp;quot;Stretch flag&amp;quot;, &amp;quot;Dim flag&amp;quot;, &amp;quot;Show indicator bevel&amp;quot;&amp;lt;br/&amp;gt;  - Disable KMilo checkbox when layout notifications disabled&amp;lt;br/&amp;gt;  - Fix reading settings for TDE layout hotkeys&amp;lt;br/&amp;gt;This resolves #547.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=3e119c74 [3e119c74]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b6148e83 [b6148e83]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=59d811fb [59d811fb]] Fix CMake rules for relationship between add_custom_target and add_custom_command&amp;lt;br/&amp;gt;for konsole fonts. This solves the warning about the use of wrong syntax.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b0de2850 [b0de2850]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5c32db45 [5c32db45]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=097a5af1 [097a5af1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=32b2e705 [32b2e705]] Replace obsolete kstddirs.h with kstandarddirs.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a04bf27c [a04bf27c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=30511c91 [30511c91]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=01cebe82 [01cebe82]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8daf4871 [8daf4871]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=fb7f3943 [fb7f3943]] Fix building with gcc 15. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/578 #578]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=dd99e185 [dd99e185]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=3318e839 [3318e839]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=4b7fb59d [4b7fb59d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=14533f00 [14533f00]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=3aafc8a8 [3aafc8a8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=73d6ad4e [73d6ad4e]] Add 15 color schemes taken from https://www.opendesktop.org.&amp;lt;br/&amp;gt;- Jewels (8 schemes): taken from https://www.opendesktop.org/p/1123760, no license specified&amp;lt;br/&amp;gt;- Seasons (4 schemes): taken from https://www.opendesktop.org/p/1123759, no license specified&amp;lt;br/&amp;gt;- Different: taken from https://www.opendesktop.org/p/1123251, no license specified&amp;lt;br/&amp;gt;- Lila: taken from https://www.opendesktop.org/p/1123580, no license specified&amp;lt;br/&amp;gt;- Pinkie: taken from https://www.opendesktop.org/p/1994203, Creative Common 0 license&amp;lt;br/&amp;gt;Given the files are available on opendesktop.org, it seems reasonable to assumed that all files&amp;lt;br/&amp;gt;without explicit license are publicly available and therefore redistributable under GPL2 license.&amp;lt;br/&amp;gt;Should this not be the case, we kindly ask the authors of the files to reach out&amp;lt;br/&amp;gt;to us and we will promptly remove any offending file.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=0d341a03 [0d341a03]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=309a5b23 [309a5b23]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d031f9e9 [d031f9e9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=687f2d0f [687f2d0f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d6e068ec [d6e068ec]] KDialog: add --attach option as alias for --embed&amp;lt;br/&amp;gt;For compatibility with latest kdialog&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=6c589b6e [6c589b6e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b0b4e43a [b0b4e43a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=90cd05fc [90cd05fc]] Remove support for Tru64 and OSF&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e111bb70 [e111bb70]] Remove support for Metrowerks compiler&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b07fe822 [b07fe822]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=248b3bdb [248b3bdb]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9bd69e36 [9bd69e36]] Replace pthread and dl linking with cmake-based variables&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=0fe16128 [0fe16128]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=89a4225a [89a4225a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b154383f [b154383f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a0a61f48 [a0a61f48]] Use a right printing format for the second argument, bool is not a string&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b471506d [b471506d]] tdeioslave/fish: Use CMake code to generate fishcode.h.&amp;lt;br/&amp;gt;Executable bit on these scripts in the source code is no longer needed.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d32e6ec5 [d32e6ec5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=fd463ac0 [fd463ac0]] kcminit: fix initialization of multiple modules provided by a single library. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/554 #554]&amp;lt;br/&amp;gt;The problem was that libinput was serving multiple modules and after initializing the first one, the others would be ignored because of a check on whether the library itself had already been initialized.&amp;lt;br/&amp;gt;The solution is rather simple and checks not only the library name but also the module factory name. This ensures each library/factory module is correctly initialized.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=6dcde90a [6dcde90a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=4b233251 [4b233251]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a0a38e09 [a0a38e09]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=db98de11 [db98de11]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e23c04d3 [e23c04d3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e8f9f459 [e8f9f459]] tderandrtray: restructure context menu.&amp;lt;br/&amp;gt;When using big monitors the context menu was getting very crowded and&amp;lt;br/&amp;gt;didn&amp;#039;t entirely fit on the screen, making it difficult to navigate&amp;lt;br/&amp;gt;hidden entries. The restructured menu uses submenus for each category,&amp;lt;br/&amp;gt;therefore all the menu can be easily navigated.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=6a5431ca [6a5431ca]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=50057059 [50057059]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=6c3f826e [6c3f826e]] l10n: Set es_AR as a base language for Argentina.&amp;lt;br/&amp;gt;Thanks Alejo Fernández for notifying it.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7d4e7b8e [7d4e7b8e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f70e368a [f70e368a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=26070c72 [26070c72]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c028d235 [c028d235]] Drop Borland compiler specific code&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=01b4e6da [01b4e6da]] Don&amp;#039;t stat files twice when sending to trash&amp;lt;br/&amp;gt;TQDir::entryInfoList will call some variation of stat on each file when&amp;lt;br/&amp;gt;creating the return list, so there is no need to stat the file again.&amp;lt;br/&amp;gt;See: [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/445 TDE/tdebase#445]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d32b065f [d32b065f]] Add draft R14.1.4 release notes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=bd043798 [bd043798]] Fix broken links in R14.1.3 release notes&lt;br /&gt;
&lt;br /&gt;
== tdepim ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=409b67ac [409b67ac]] kmail: Rename TLS to STARTTLS and SSL to SSL/TLS&amp;lt;br/&amp;gt;Avoid confusion between TLS and STARTTLS in the UI when configuring&amp;lt;br/&amp;gt;accounts.&amp;lt;br/&amp;gt;The values of EncryptionMethods (private) match the ID of the radio&amp;lt;br/&amp;gt;buttons, and since the button order changed, the values need to as well.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=0a058702 [0a058702]] akregator/librss: Fix autotest failure&amp;lt;br/&amp;gt;The tests would fail when building packages since TDEIO::Job seems to&amp;lt;br/&amp;gt;depend on either the GUI being active? Perhaps it&amp;#039;s more to do with&amp;lt;br/&amp;gt;TDEInstance...&amp;lt;br/&amp;gt;See: https://mirror.git.trinitydesktop.org/gitea/gitea/TDE/tdepim/pulls/152#issuecomment-68688&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=2649f82a [2649f82a]] akregator-librss: use namespaces&amp;lt;br/&amp;gt;Check element namespace rather than assuming a prefix, which can result&amp;lt;br/&amp;gt;in incorrect metadata displaying.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=8e7ad7ec [8e7ad7ec]] akregator: Add automated tests for librss&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=6220155d [6220155d]] Fix a typo and thus FTBFS from the previous commit.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=30947024 [30947024]] Remove support for Tru64 and OSF&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=68129f0f [68129f0f]] Remove support for Metrowerks compiler&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=69430d0f [69430d0f]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=3def342f [3def342f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=966ee875 [966ee875]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=fa1eb649 [fa1eb649]] Format url links in event descriptions making them clickable&amp;lt;br/&amp;gt;This allows to click through links in events in description fields&amp;lt;br/&amp;gt;wherever the description field is displayed from libkcal.&amp;lt;br/&amp;gt;This is useful since links to virtual meetings are often attached in the&amp;lt;br/&amp;gt;description field in recent years&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=1a970c2a [1a970c2a]] Drop Borland compiler specific code&lt;br /&gt;
&lt;br /&gt;
== tdemultimedia ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=6ccc327f [6ccc327f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=88201497 [88201497]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=d63f706d [d63f706d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=e70961b5 [e70961b5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=9301b6b1 [9301b6b1]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=4c5dfe0e [4c5dfe0e]] tdefile-plugin: Add MP4 plugin&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=88b3619b [88b3619b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=d80a6451 [d80a6451]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=7bd4ec56 [7bd4ec56]] Improve code for detection of architecture and MMX support&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=4a65e267 [4a65e267]] Fix building with gcc 15. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdemultimedia/issues/91 #91]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=238f8b93 [238f8b93]] Remove support for OSF&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=0d45868c [0d45868c]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=88cb1417 [88cb1417]] Replace pthread and dl linking with cmake-based variables&lt;br /&gt;
&lt;br /&gt;
== tdenetwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=ee1f23d3 [ee1f23d3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=7146bc59 [7146bc59]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=3f993bfb [3f993bfb]] Remove support for OSF&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=c982cc10 [c982cc10]] Replace pthread linking with cmake-based variable&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=f75aa942 [f75aa942]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=d5639276 [d5639276]] Drop Borland compiler specific code&lt;br /&gt;
&lt;br /&gt;
== tdegraphics ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=08c6e651 [08c6e651]] KPDF Shell: fix printing action&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=cbbd51c9 [cbbd51c9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=1c42c490 [1c42c490]] KPDF Shell: Instances can now be reused&amp;lt;br/&amp;gt;This commit adds support for reusing existing KPDF instances to display externally opened documents in new tabs instead of new windows.&amp;lt;br/&amp;gt;The feature depends on whether the corresponding option is checked and on whether KPDF is invoked with any URLs.&amp;lt;br/&amp;gt;This commit adds a DCOP interface which contains tab-related methods.&amp;lt;br/&amp;gt;Also breakoff tabs are now launched in a new instance instead of creating a new Shell widget in the same app, as this causes problems with the KPDFShellDCOPInterface. As a useful bonus, the new &amp;quot;--new-instance&amp;quot; CLI switch is now available to users and scripts.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=8fc0d169 [8fc0d169]] KPDF Shell: Add option to show close button on tabs&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=4c0b40a9 [4c0b40a9]] KPDF Shell: Fix bugs related to tabbing&amp;lt;br/&amp;gt;* Update tab caption when user opens another document&amp;lt;br/&amp;gt;* Fix activation event setting window/tab title to full URL&amp;lt;br/&amp;gt;* Add tooltip with full path to tabs&amp;lt;br/&amp;gt;Resolves #119.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=0599e57e [0599e57e]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=063aaff4 [063aaff4]] Adjust backport commit from issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdegraphics/issues/117 #117] for r14.1.x.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=e4ea46ef [e4ea46ef]] KPDF Shell: add tabs&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdegraphics/issues/116 #116]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=2358a2e7 [2358a2e7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=84bc8776 [84bc8776]] Fix building with gcc 15. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdegraphics/issues/112 #112]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=11511413 [11511413]] Add support for Poppler &amp;amp;gt;= 25.01.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=6234f070 [6234f070]] Remove support for OSF&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=c1675d5a [c1675d5a]] Remove support for Metrowerks compiler&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=58ab99b7 [58ab99b7]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=cdfa1838 [cdfa1838]] Don&amp;#039;t use obsolete header kapp.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=89d04084 [89d04084]] Drop Borland compiler specific code&lt;br /&gt;
&lt;br /&gt;
== tdetoys ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=a88edb98 [a88edb98]] kteatime: make sure to initialize &amp;#039;firstFrame&amp;#039;.&amp;lt;br/&amp;gt;This solves issue 49. See discussion in PR #50 for details.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=3114e19a [3114e19a]] kteatime: improve layout of the configuration dialog&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=65c5f446 [65c5f446]] kteatime: stop puffing if notication window is clicked. Also hide notification if systray icon is clicked.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdetoys/issues/47 #47]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=3e42ab33 [3e42ab33]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=c46aecd7 [c46aecd7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=387d29ea [387d29ea]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=81acaaba [81acaaba]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=37bb7d31 [37bb7d31]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=f3b9c609 [f3b9c609]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=5691a15b [5691a15b]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdeutils ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=194a97c7 [194a97c7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=ce626669 [ce626669]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=cd140bbf [cd140bbf]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=7e2fcbb5 [7e2fcbb5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=a5684367 [a5684367]] Fix FTBFS with gcc 15. This resolves issue 97&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=dec3b5b6 [dec3b5b6]] Remove support for OSF&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=62dd96a7 [62dd96a7]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=7304b1a1 [7304b1a1]] Update KJots to use KTextEdit&amp;lt;br/&amp;gt;KEdit is deprecated and KTextEdit is one of the replacements.  KTextEdit&amp;lt;br/&amp;gt;doesn&amp;#039;t provide the find &amp;amp; replace functionality, so we have to&amp;lt;br/&amp;gt;re-implement that in KJotsEdit.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=f5130739 [f5130739]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=9717db99 [9717db99]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=ba72c879 [ba72c879]] Drop Borland compiler specific code&lt;br /&gt;
&lt;br /&gt;
== tdeedu ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=fd06779f [fd06779f]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=f1a4e21e [f1a4e21e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=b5390074 [b5390074]] Fix FTBFS with gcc 15. This resolves issue 54&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=55fa9f4b [55fa9f4b]] Remove support for OSF&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=4c48b6d6 [4c48b6d6]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=bd6b22d5 [bd6b22d5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=cfe784e1 [cfe784e1]] Drop Borland compiler specific code&lt;br /&gt;
&lt;br /&gt;
== tdegames ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=664580ff [664580ff]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=d62a856c [d62a856c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=74829e62 [74829e62]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=07be3253 [07be3253]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=48241d9c [48241d9c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=56ddad72 [56ddad72]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=fd4215b7 [fd4215b7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=2f4fd43b [2f4fd43b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=67f61127 [67f61127]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=aedb0ecd [aedb0ecd]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=45669d74 [45669d74]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=106411f8 [106411f8]] Remove commented code about KUniqueApplication&lt;br /&gt;
&lt;br /&gt;
== tdeaccessibility ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=ed92fe58 [ed92fe58]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=17acf663 [17acf663]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=d346cd1a [d346cd1a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=cf7dc5ce [cf7dc5ce]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=6128fce5 [6128fce5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=33ef793d [33ef793d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=ef07c24d [ef07c24d]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=ac4cdf7e [ac4cdf7e]] Don&amp;#039;t use obsolete header kapp.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=9b8b2d55 [9b8b2d55]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdeaddons ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=05330e04 [05330e04]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=0900b7aa [0900b7aa]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=0d123585 [0d123585]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=3dc43e5f [3dc43e5f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=b4839146 [b4839146]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=4696c6e3 [4696c6e3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=608353e8 [608353e8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=feef99a5 [feef99a5]] Remove support for OSF&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=c29407e3 [c29407e3]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=ba1b04e7 [ba1b04e7]] Replace pthread linking with cmake-based variable&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=144d7196 [144d7196]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=441776e7 [441776e7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=43cd2fd3 [43cd2fd3]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdeadmin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=69a9f085 [69a9f085]] Update slackware related config and documentation.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=3dd3a866 [3dd3a866]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=62e22daa [62e22daa]] Drop support for discontinued DGUX&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=2cd52929 [2cd52929]] Remove support for OSF&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=8f1ff5a9 [8f1ff5a9]] Remove support for discontinued Reliant/Sinix unix&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=bc66b561 [bc66b561]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=05c69df6 [05c69df6]] Don&amp;#039;t use obsolete header kapp.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=28279b37 [28279b37]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdeartwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=93717e87 [93717e87]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=1750b9b6 [1750b9b6]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=fb23cf11 [fb23cf11]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=4ef4c30c [4ef4c30c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=72448cc1 [72448cc1]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=8bdda42f [8bdda42f]] Add &amp;#039;Modern Times&amp;#039; and &amp;#039;Progessive&amp;#039; vector wallpapers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=806da231 [806da231]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=f6ddaa84 [f6ddaa84]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=af14ce5b [af14ce5b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=0b605ea6 [0b605ea6]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=e7b122a0 [e7b122a0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=11fe744e [11fe744e]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdebindings ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=e3d93d88 [e3d93d88]] Replace obsolete kstddirs.h with kstandarddirs.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=01852bbd [01852bbd]] Rename Q_EXPORT to TQ_EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=211a1658 [211a1658]] Remove unnecessary files&lt;br /&gt;
&lt;br /&gt;
== tdesdk ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=0821b7f9 [0821b7f9]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=7fe83e6a [7fe83e6a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=665dce1c [665dce1c]] Replace obsolete kstddirs.h with kstandarddirs.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=4bc96324 [4bc96324]] Remove support for Metrowerks compiler&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=1577c48e [1577c48e]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=cced8d41 [cced8d41]] Replace dl linking with cmake-based variable&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=75b09d88 [75b09d88]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=b344a23b [b344a23b]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdevelop ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=d2d30bfb [d2d30bfb]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=b9618de1 [b9618de1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=5501b097 [5501b097]] Drop support for discontinued DGUX&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=b093cc7c [b093cc7c]] Remove support for SCOv3.2&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=cf4d2a35 [cf4d2a35]] Remove support for discontinued Reliant/Sinix unix&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=f015ebc3 [f015ebc3]] Remove support for Tru64 and OSF&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=2e18fa62 [2e18fa62]] Remove support for Metrowerks compiler&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=4aa698f7 [4aa698f7]] Don&amp;#039;t use obsolete header kapp.h and fix some renames&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=423172b6 [423172b6]] Drop Borland compiler specific code&lt;br /&gt;
&lt;br /&gt;
== tdewebdev ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=6d9f250d [6d9f250d]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=6f9718f5 [6f9718f5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=28dd80bf [28dd80bf]] Remove app.tdevelop from the list for kommanderplugin.tar.gz.&amp;lt;br/&amp;gt;This solves FTBFS because app.tdevelop has been removed by issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdewebdev/issues/56 #56]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=9e1fb66c [9e1fb66c]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=d04bc044 [d04bc044]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=fd8b4305 [fd8b4305]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=f2af844a [f2af844a]] kxsldbg: Remove obsolete initialization of SAX1 parser.&amp;lt;br/&amp;gt;The call does not do any operation and causes FTBFS with libxml2 &amp;amp;gt;= 2.13.0.&lt;br /&gt;
&lt;br /&gt;
== tde-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aa0d9043 [aa0d9043]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a6c5a62 [4a6c5a62]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d1ab22e0 [d1ab22e0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ea1fc2d3 [ea1fc2d3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d089ae6e [d089ae6e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c06ef314 [c06ef314]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1c0141d2 [1c0141d2]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2c89386f [2c89386f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b4072555 [b4072555]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f6e85a74 [f6e85a74]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8294e30c [8294e30c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e9117eee [e9117eee]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bfaaabf4 [bfaaabf4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f8227935 [f8227935]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ce556b6c [ce556b6c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c867f2e5 [c867f2e5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7a713376 [7a713376]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9d51b379 [9d51b379]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f96a42c3 [f96a42c3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9d2e9438 [9d2e9438]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=54fc68a2 [54fc68a2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=412f5b84 [412f5b84]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=69b82f58 [69b82f58]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6d29ddc1 [6d29ddc1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eeaca387 [eeaca387]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=60b1563f [60b1563f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3fa5dcf9 [3fa5dcf9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6ddadce9 [6ddadce9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8c4bb17f [8c4bb17f]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8ae1afc4 [8ae1afc4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5bfa6e75 [5bfa6e75]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f841f950 [f841f950]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3bf75d72 [3bf75d72]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f2c57b3f [f2c57b3f]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a3b436c8 [a3b436c8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=96076008 [96076008]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a341e303 [a341e303]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b1ee0813 [b1ee0813]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6bc3003b [6bc3003b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=38fd2f24 [38fd2f24]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2fd3c986 [2fd3c986]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=35c2eb5e [35c2eb5e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=04f14eae [04f14eae]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=edce1ac2 [edce1ac2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=790a753b [790a753b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4897a039 [4897a039]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9d2b7b2e [9d2b7b2e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a9f3f18 [8a9f3f18]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5f001b99 [5f001b99]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=822a799b [822a799b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3419a152 [3419a152]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=988a3435 [988a3435]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=09a08216 [09a08216]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2ec288e [a2ec288e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=07ac6933 [07ac6933]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2163ae3 [a2163ae3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2b5aba1 [e2b5aba1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a51cb335 [a51cb335]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0f6cf274 [0f6cf274]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=05029136 [05029136]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=96a684db [96a684db]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1eaf3fe6 [1eaf3fe6]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4c748b7e [4c748b7e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4740dc8a [4740dc8a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b9401df8 [b9401df8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0c490a80 [0c490a80]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6eb9ff5 [d6eb9ff5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b67ca68e [b67ca68e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=70e51f08 [70e51f08]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=85bee046 [85bee046]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0707ff52 [0707ff52]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=65fcbe72 [65fcbe72]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4ed3c604 [4ed3c604]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1fbc6c0e [1fbc6c0e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=86bd7804 [86bd7804]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=589d8010 [589d8010]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=74bbedb5 [74bbedb5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dffe9726 [dffe9726]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ddee0f9e [ddee0f9e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d7dadb7a [d7dadb7a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=367b5f09 [367b5f09]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a1bd4117 [a1bd4117]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8fd877da [8fd877da]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7cce152c [7cce152c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=38bd4e84 [38bd4e84]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f418bdfb [f418bdfb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9222922d [9222922d]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0766f858 [0766f858]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a9b758b8 [a9b758b8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=37fa5b54 [37fa5b54]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=696a2a5a [696a2a5a]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76204f80 [76204f80]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9c22d941 [9c22d941]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17b43233 [17b43233]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c5949186 [c5949186]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=40b7c8aa [40b7c8aa]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b0294196 [b0294196]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0100dce6 [0100dce6]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=821468c8 [821468c8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=257452c2 [257452c2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bcc7584d [bcc7584d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=83f9ff48 [83f9ff48]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b2cc3869 [b2cc3869]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b742fe31 [b742fe31]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=07a60d4b [07a60d4b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7f8cde4d [7f8cde4d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc5f4d17 [bc5f4d17]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8349dee [a8349dee]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=21585ec8 [21585ec8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ade3f357 [ade3f357]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f6e7503a [f6e7503a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=490f9205 [490f9205]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c06e93b0 [c06e93b0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a9955d2 [9a9955d2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45d47081 [45d47081]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c79e295 [3c79e295]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1b1020a5 [1b1020a5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c382a076 [c382a076]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=24359b9f [24359b9f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c771466 [3c771466]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=268e4996 [268e4996]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4e0d9af1 [4e0d9af1]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6064086f [6064086f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=11e75cae [11e75cae]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e06036b7 [e06036b7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=15f9a016 [15f9a016]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5d363b12 [5d363b12]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f126f969 [f126f969]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0a7803eb [0a7803eb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a35cc5d [2a35cc5d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=33c486f8 [33c486f8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ff1c70b [2ff1c70b]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b0d832f6 [b0d832f6]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cad21b0f [cad21b0f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6e0c900 [d6e0c900]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48d9417b [48d9417b]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=83cb2dbe [83cb2dbe]] Don&amp;#039;t use obsolete header kapp.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b4cecd23 [b4cecd23]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41e7a996 [41e7a996]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= libraries =&lt;br /&gt;
== libkdcraw ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=89f85a89 [89f85a89]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=4234f332 [4234f332]] Remove unnecessary files&lt;br /&gt;
&lt;br /&gt;
== libkexiv2 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkexiv2/commit/?id=25306b86 [25306b86]] Remove unnecessary files&lt;br /&gt;
&lt;br /&gt;
== libkipi ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=2609dcfa [2609dcfa]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kipi-plugins ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=4617a1f7 [4617a1f7]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=ce01cefa [ce01cefa]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=8fa5c25b [8fa5c25b]] Drop support for discontinued DGUX&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=387bfa9c [387bfa9c]] Remove support for Tru64, OSF and SCO v3.2&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=727c8a71 [727c8a71]] Rename Q_EXPORT to TQ_EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=75016ef7 [75016ef7]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=71037f45 [71037f45]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=4df63035 [4df63035]] Don&amp;#039;t use obsolete header kapp.h&lt;br /&gt;
&lt;br /&gt;
== libksquirrel ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libksquirrel/commit/?id=f5b49a52 [f5b49a52]] Prefer to use pkg-config to detect tiff library.&amp;lt;br/&amp;gt;This solves FTBFS with tiff library &amp;amp;gt;= 4.7.0.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libksquirrel/commit/?id=906c59e6 [906c59e6]] Remove support for Metrowerks compiler&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libksquirrel/commit/?id=0b452510 [0b452510]] Drop Borland compiler specific code&lt;br /&gt;
&lt;br /&gt;
== libtdeldap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtdeldap/commit/?id=7988ec1a [7988ec1a]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
&lt;br /&gt;
== libtqt-perl ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=35ae72ca [35ae72ca]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=8e2be4fd [8e2be4fd]] Drop support for discontinued DGUX&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=7935b309 [7935b309]] Remove support for Tru64, OSF and SCO v3.2&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=d4b46271 [d4b46271]] Rename Q_EXPORT to TQ_EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=94b90eeb [94b90eeb]] Don&amp;#039;t use obsolete header kapp.h&lt;br /&gt;
&lt;br /&gt;
== pytde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytde/commit/?id=c7d8a242 [c7d8a242]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytde/commit/?id=ae837e99 [ae837e99]] Replace obsolete kstddirs.h with kstandarddirs.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytde/commit/?id=f94954b6 [f94954b6]] Add missing licenses to TDEAboutData.LicenseKey&amp;lt;br/&amp;gt;GPL_V3, LGPL_V3, and MIT.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytde/commit/?id=94894e34 [94894e34]] Don&amp;#039;t use obsolete header kuniqueapp.h&lt;br /&gt;
&lt;br /&gt;
== pytdeextensions ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytdeextensions/commit/?id=3aac4e82 [3aac4e82]] Fix FTBFS caused by &amp;#039;mkpath&amp;#039; returning nothing&lt;br /&gt;
&lt;br /&gt;
= applications/development =&lt;br /&gt;
== kdbg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=23feddeb [23feddeb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=3abb318b [3abb318b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=00d954f0 [00d954f0]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=295bfb51 [295bfb51]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=076b5481 [076b5481]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=565262e1 [565262e1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=e2c7fa7f [e2c7fa7f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=e798ca19 [e798ca19]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=4a3bd3b4 [4a3bd3b4]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kdiff3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=a5377ee0 [a5377ee0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=f22c803d [f22c803d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=7135c780 [7135c780]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=6dd5ed2c [6dd5ed2c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=d17a6c05 [d17a6c05]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=950f5f3e [950f5f3e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=be7fe9c3 [be7fe9c3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=97327149 [97327149]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kpicosim ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=51aa0f88 [51aa0f88]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=191287fc [191287fc]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=ee224f9d [ee224f9d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=62fe47b0 [62fe47b0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=0c4e36f1 [0c4e36f1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=751d6bac [751d6bac]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=48de3fbd [48de3fbd]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=53ea1825 [53ea1825]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kscope ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=e8961203 [e8961203]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=6c659bf7 [6c659bf7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=f5a47884 [f5a47884]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=53631546 [53631546]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=e9272aef [e9272aef]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=c732edf3 [c732edf3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=e130d4b4 [e130d4b4]] Don&amp;#039;t use obsolete header kapp.h&lt;br /&gt;
&lt;br /&gt;
== ktechlab ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=cf95585a [cf95585a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=43017817 [43017817]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=274d46fb [274d46fb]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=ad7d6879 [ad7d6879]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=c37994f8 [c37994f8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=952e9af9 [952e9af9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=ec8a1837 [ec8a1837]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kxmleditor ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=9ee7ef99 [9ee7ef99]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=768c4081 [768c4081]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=9e000188 [9e000188]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=48031d27 [48031d27]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=09c85de9 [09c85de9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=f0b2b407 [f0b2b407]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=acac23f6 [acac23f6]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== piklab ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=65965bb6 [65965bb6]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=3595b752 [3595b752]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=6b4d56af [6b4d56af]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=da82a743 [da82a743]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=22e70c67 [22e70c67]] Remove the original translation directory layout.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=f2932a78 [f2932a78]] Move translations to a new directory layout.&amp;lt;br/&amp;gt;Add translations for *.desktop files.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=7541f392 [7541f392]] Drop autotools support&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=cf89569f [cf89569f]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
&lt;br /&gt;
== tdesvn ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=a3f8a965 [a3f8a965]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=109a7999 [109a7999]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=3a827f8f [3a827f8f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=98c36d26 [98c36d26]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=917abfc0 [917abfc0]] Don&amp;#039;t use obsolete header kapp.h&lt;br /&gt;
&lt;br /&gt;
== universal-indent-gui-tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/universal-indent-gui-tqt/commit/?id=ec3911b9 [ec3911b9]] Add dialog to display information about files and paths.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/universal-indent-gui-tqt/issues/6 #6]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/universal-indent-gui-tqt/commit/?id=4f7c336a [4f7c336a]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/universal-indent-gui-tqt/commit/?id=0de781a2 [0de781a2]] Drop Borland compiler specific code&lt;br /&gt;
&lt;br /&gt;
= applications/games =&lt;br /&gt;
== knights ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=9bc7b536 [9bc7b536]] Add category to desktop file and minor clean up.&amp;lt;br/&amp;gt;This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/knights/issues/24 #24]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=c44868a4 [c44868a4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=a98c00cf [a98c00cf]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=0782c6be [0782c6be]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=9184ab1f [9184ab1f]] Replace TRUE/FALSE with boolean values true/false&amp;lt;br/&amp;gt;Manually cherry-picked from commit bc9439c&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=453bebd0 [453bebd0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=3ddb3ced [3ddb3ced]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=2283daff [2283daff]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=bb40c7c2 [bb40c7c2]] Replace obsolete kstddirs.h with kstandarddirs.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=bca6ea75 [bca6ea75]] Don&amp;#039;t use obsolete header kapp.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=75ecc7f0 [75ecc7f0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=0e2d3430 [0e2d3430]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdepacman ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=c43bdcf7 [c43bdcf7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=ca2d8f39 [ca2d8f39]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=afd45af8 [afd45af8]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=8147a524 [8147a524]] Replace obsolete kstddirs.h with kstandarddirs.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=2f92c075 [2f92c075]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=cf588861 [cf588861]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=9e8b0218 [9e8b0218]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=dec9a36e [dec9a36e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=de0de844 [de0de844]] Don&amp;#039;t use obsolete header kapp.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=d8011878 [d8011878]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=6a0da078 [6a0da078]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= applications/graphics =&lt;br /&gt;
== digikam ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=bbb36b6c [bbb36b6c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=d25f64ed [d25f64ed]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=e9ff8448 [e9ff8448]] Use JasPer 3 init/cleanup functions&amp;lt;br/&amp;gt;The jas_init() and jas_cleanup() where deprecated in JasPer 3.0. There&amp;lt;br/&amp;gt;was also a functionality change in jas_init() which has stopped&amp;lt;br/&amp;gt;registering jas_cleanup() with &amp;#039;atexit(3)&amp;#039;, meaning that, when compiled&amp;lt;br/&amp;gt;with JasPer 3 or newer, there have been memory leaks in certain&amp;lt;br/&amp;gt;instances.&amp;lt;br/&amp;gt;This commit also introduces a memory limit for JasPer, without which,&amp;lt;br/&amp;gt;JasPer will log warnings to the standard error stream.  We set a&amp;lt;br/&amp;gt;maximum of 512 MB, but will use whatever JasPer was configured with if&amp;lt;br/&amp;gt;it is lower.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=18fbfb1e [18fbfb1e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=a297ab0c [a297ab0c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=70f17a01 [70f17a01]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=58825af5 [58825af5]] Drop support for discontinued DGUX&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=6c470287 [6c470287]] Fix FTBFS with gcc 15. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/digikam/issues/44 #44]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=a53aeabf [a53aeabf]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=9a9cfffc [9a9cfffc]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=e88dde83 [e88dde83]] Prefer to use pkg-config to detect tiff library.&amp;lt;br/&amp;gt;This solves FTBFS with tiff library &amp;amp;gt;= 4.7.0.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=713537e7 [713537e7]] Remove support for Tru64, OSF and SCOv3.2&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=ca6bae31 [ca6bae31]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=9eae5e75 [9eae5e75]] Rename Q_EXPORT to TQ_EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=5cc4de00 [5cc4de00]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=47b248cf [47b248cf]] Remove support for Metrowerks compiler&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=81f98985 [81f98985]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=4a6bd574 [4a6bd574]] Fix jpegint.h required&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=5855792a [5855792a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=58c3636c [58c3636c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=86d7f0e2 [86d7f0e2]] Conversion to cmake building system&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=d0df2861 [d0df2861]] Move digitaglinktree man page to main doc folder&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=21215bad [21215bad]] Move &amp;#039;icons&amp;#039; and &amp;#039;pics&amp;#039; folders to main level&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=5bed6e4a [5bed6e4a]] Rename &amp;#039;digikam&amp;#039; folder to &amp;#039;src&amp;#039;&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=0bfbf616 [0bfbf616]] Move &amp;#039;data&amp;#039; folder to main level and group &amp;#039;icons&amp;#039; and &amp;#039;pics&amp;#039; subfolders for &amp;#039;digikam&amp;#039; and &amp;#039;showfoto&amp;#039;&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=f18a159e [f18a159e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=b5b04665 [b5b04665]] Remove unnecessary files. The images in the &amp;#039;es&amp;#039; folder are copied of those in the &amp;#039;en&amp;#039; folder, just saved in 32bits instead of 8 bits&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=f853267e [f853267e]] Remove old translation &amp;#039;po&amp;#039; folder&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=1bd50579 [1bd50579]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=f596e773 [f596e773]] Add man pages from Debian packaging repository&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=e8ef025c [e8ef025c]] Add xpm pictures from Debian packaging repository&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=374d1a9f [374d1a9f]] Copy translations to new folder&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=94c383c6 [94c383c6]] Restructure doc folder&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=ad8a278e [ad8a278e]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=85c033f6 [85c033f6]] Don&amp;#039;t use obsolete header kapp.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=7112c90b [7112c90b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=a854d8ca [a854d8ca]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=1dcdb689 [1dcdb689]] Drop Borland compiler specific code&lt;br /&gt;
&lt;br /&gt;
== gwenview ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=f7cfd2e7 [f7cfd2e7]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=f7d83fbf [f7d83fbf]] Improve code for detection of architecture and MMX support&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=d9988d63 [d9988d63]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=bb8b1ee6 [bb8b1ee6]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=d951c34c [d951c34c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=1b3f45be [1b3f45be]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=eb288fd5 [eb288fd5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=3cecdf0f [3cecdf0f]] Remove unnecessary code&lt;br /&gt;
&lt;br /&gt;
== gwenview-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=af5d28a4 [af5d28a4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=fa74a666 [fa74a666]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=ab5b8a43 [ab5b8a43]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=29a6a4ac [29a6a4ac]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=3a7cc463 [3a7cc463]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=ed47f6b2 [ed47f6b2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=38d092e9 [38d092e9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=b35460a3 [b35460a3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=c4a55da1 [c4a55da1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=7d5c5dfa [7d5c5dfa]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=01186571 [01186571]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=dae9e247 [dae9e247]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== ksquirrel ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=746bb4a8 [746bb4a8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=e4235d2d [e4235d2d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=b7cb1d44 [b7cb1d44]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=84ba1fb3 [84ba1fb3]] Switch to cmake building system&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=caf01321 [caf01321]] Fix bad code, this was highlighted when building with cmake and ninja&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=37453a72 [37453a72]] Remove unnecessary html files in documentation folder&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=ad7676c4 [ad7676c4]] Remove old &amp;#039;po&amp;#039; translations folder&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=489b7722 [489b7722]] Copy translations to new folder&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=8f8f8441 [8f8f8441]] Rename &amp;#039;ksquirrel&amp;#039; folder to &amp;#039;src&amp;#039;&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=42463502 [42463502]] Restructure doc folder&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=f8f44574 [f8f44574]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=5b02649a [5b02649a]] Drop support for discontinued DGUX&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=4f5d5c7e [4f5d5c7e]] Remove support for Tru64, OSF and SCOv3.2&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=c0a35d97 [c0a35d97]] Rename Q_EXPORT to TQ_EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=e4ee2f20 [e4ee2f20]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=eb8cd673 [eb8cd673]] Don&amp;#039;t use obsolete header kapp.h&lt;br /&gt;
&lt;br /&gt;
== potracegui ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=ced2d974 [ced2d974]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=cc9d14f8 [cc9d14f8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=d95706c5 [d95706c5]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= applications/internet =&lt;br /&gt;
== kasablanca ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=475ff76f [475ff76f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=e1cd7f6e [e1cd7f6e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=7e8f2ece [7e8f2ece]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=247a3bbd [247a3bbd]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=146dc19d [146dc19d]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=eb19b7ba [eb19b7ba]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=9c363f02 [9c363f02]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=d76c30bf [d76c30bf]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=5817f73b [5817f73b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=d9cb4c37 [d9cb4c37]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=b06d1666 [b06d1666]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=5f5d29b7 [5f5d29b7]] Don&amp;#039;t use obsolete header kapp.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=4126ede7 [4126ede7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=eeb0cb1d [eeb0cb1d]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kbiff ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=f47c3f9b [f47c3f9b]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=347f4859 [347f4859]] Replace obsolete kstddirs.h with kstandarddirs.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=fb46efc4 [fb46efc4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=45c3633b [45c3633b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=7c1714c2 [7c1714c2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=56b607ef [56b607ef]] Don&amp;#039;t use obsolete header kapp.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=97bcd459 [97bcd459]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=4af6d93a [4af6d93a]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kftpgrabber ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=764fe8d5 [764fe8d5]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=f4b02bae [f4b02bae]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== knmap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=40679aaf [40679aaf]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=c7cf11b2 [c7cf11b2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=6dc68075 [6dc68075]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=47215726 [47215726]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=7c69df74 [7c69df74]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=640c59e8 [640c59e8]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== konversation ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=34ab4850 [34ab4850]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=21274d26 [21274d26]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=e661b5f3 [e661b5f3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=db18a468 [db18a468]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=846991cf [846991cf]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=66e26e77 [66e26e77]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=6bc8a762 [6bc8a762]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=385362df [385362df]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kopete-otr ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=499bfcd7 [499bfcd7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=faad9030 [faad9030]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=c894094d [c894094d]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=cd0d9909 [cd0d9909]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=e71cdc2f [e71cdc2f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=99b5fa2a [99b5fa2a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=4560845f [4560845f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=d7f80d55 [d7f80d55]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=5ea6a5c7 [5ea6a5c7]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kshowmail ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=b243c8db [b243c8db]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=4eadd1c1 [4eadd1c1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=df48ed07 [df48ed07]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=3a620ec8 [3a620ec8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=b23b5c53 [b23b5c53]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=bbf6a49d [bbf6a49d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=10374a8b [10374a8b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=adac5a4d [adac5a4d]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kstreamripper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=9dd9a568 [9dd9a568]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=f217517e [f217517e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=214197c6 [214197c6]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=468f79ee [468f79ee]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=ac30ce03 [ac30ce03]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=de50668d [de50668d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=aed1a0cc [aed1a0cc]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=4b1b274e [4b1b274e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=03d4461f [03d4461f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=938a4550 [938a4550]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== ktorrent ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=03aa6721 [03aa6721]] CMake: Install information about the license in the case of the use of built-in flags.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=1816b8c5 [1816b8c5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=19e442ac [19e442ac]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=00f9fa93 [00f9fa93]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=0df1636b [0df1636b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=0e4baf2d [0e4baf2d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=73da2158 [73da2158]] Conversion to cmake building system&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=bb099158 [bb099158]] Restructure source files into &amp;#039;src&amp;#039; subfolder&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=7271fa27 [7271fa27]] Fix wrong include paths in makefiles&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=f4e18c1e [f4e18c1e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=b0f0db18 [b0f0db18]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=254e2119 [254e2119]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=e8e381e3 [e8e381e3]] Remove original translation files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=fa88e4b2 [fa88e4b2]] Restructure location of translation files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=48efc916 [48efc916]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=5bd01ce2 [5bd01ce2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=a6da271a [a6da271a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=d79f6ef4 [d79f6ef4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=930bf61e [930bf61e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=b9d1b230 [b9d1b230]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=c58df181 [c58df181]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=36ee14ac [36ee14ac]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=bc96a348 [bc96a348]] Convert README to Markdown&lt;br /&gt;
&lt;br /&gt;
== kvirc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a3e17579 [a3e17579]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=05e6b926 [05e6b926]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=e7c7a00c [e7c7a00c]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a2bd3638 [a2bd3638]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=4e88a0f1 [4e88a0f1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=7732bd07 [7732bd07]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=5c134fc1 [5c134fc1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=14d20269 [14d20269]] Replace obsolete kstddirs.h with kstandarddirs.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=82a5a9fb [82a5a9fb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=be1f8b0c [be1f8b0c]] Drop support for discontinued DGUX&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=f0d9ffb2 [f0d9ffb2]] Remove support for SCOv3.2&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=5a2dbe95 [5a2dbe95]] Remove support for Tru64 and OSF&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=0fdceb99 [0fdceb99]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=d2bcdd45 [d2bcdd45]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a154ffd2 [a154ffd2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=225ccfe3 [225ccfe3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=31dfe20d [31dfe20d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=3fb799ad [3fb799ad]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=648fa672 [648fa672]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=c287499c [c287499c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=0c5486b7 [0c5486b7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a066bf3e [a066bf3e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=ae286a82 [ae286a82]] Don&amp;#039;t use obsolete header kapp.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=88a04322 [88a04322]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kvpnc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=39876d71 [39876d71]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=f45740dc [f45740dc]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=3e9f0a9f [3e9f0a9f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=e78a2eea [e78a2eea]] Replace obsolete kstddirs.h with kstandarddirs.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=b9de1789 [b9de1789]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=3b21977b [3b21977b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=4ce07b95 [4ce07b95]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=4783d1b3 [4783d1b3]] Don&amp;#039;t use obsolete header kapp.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=28f26dfa [28f26dfa]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=d550cf6d [d550cf6d]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== smb4k ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=a8d22ee1 [a8d22ee1]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=69645a9e [69645a9e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=90224eae [90224eae]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=a210ca5e [a210ca5e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=21e482df [21e482df]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=0863ad4c [0863ad4c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=ff89b1de [ff89b1de]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=42877b3d [42877b3d]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=7ee4a6e3 [7ee4a6e3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=13a6e07e [13a6e07e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=4e8b1cfb [4e8b1cfb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=fb89d0ad [fb89d0ad]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=fcf5f230 [fcf5f230]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=b4d703b7 [b4d703b7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=59ee147b [59ee147b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=cb52f16b [cb52f16b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=2f0f6188 [2f0f6188]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= applications/misc =&lt;br /&gt;
== bibletime ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=2868f9e4 [2868f9e4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=9bdefded [9bdefded]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=c74c32e7 [c74c32e7]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=bc91969a [bc91969a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=5e1b7c37 [5e1b7c37]] Replace obsolete kstddirs.h with kstandarddirs.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=d3ab2ed5 [d3ab2ed5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=ec2bcad4 [ec2bcad4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=5b160099 [5b160099]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=fc0ea970 [fc0ea970]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=849e4104 [849e4104]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=8d86934f [8d86934f]] Don&amp;#039;t use obsolete header kapp.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=932390c9 [932390c9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=73c1053a [73c1053a]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== compizconfig-backend-tdeconfig ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/compizconfig-backend-tdeconfig/commit/?id=99c3d65d [99c3d65d]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
&lt;br /&gt;
== desktop-effects-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=6125f818 [6125f818]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=568837a9 [568837a9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=fa57e050 [fa57e050]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=9d91f135 [9d91f135]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=ad688531 [ad688531]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=54e8c9ec [54e8c9ec]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=c4e6e309 [c4e6e309]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=d8465d32 [d8465d32]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=d1e184f4 [d1e184f4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=11ca5d60 [11ca5d60]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kcmldap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=564b5504 [564b5504]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=e447b938 [e447b938]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=a09a9311 [a09a9311]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=b77231ab [b77231ab]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=15af3d4c [15af3d4c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=4ddb3b5d [4ddb3b5d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=76c5371a [76c5371a]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kcmldapcontroller ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=8851ee65 [8851ee65]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=ae950097 [ae950097]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=40bf1527 [40bf1527]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=85d90a60 [85d90a60]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=92e5bc95 [92e5bc95]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=a065d744 [a065d744]] Remove support for Tru64&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=cdec898a [cdec898a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=b02617a1 [b02617a1]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kcmldapmanager ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=0fcd26ab [0fcd26ab]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=73803e84 [73803e84]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=a3c79098 [a3c79098]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=f8b02e38 [f8b02e38]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=876a4b31 [876a4b31]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=30de098d [30de098d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=3c3277fb [3c3277fb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=9c842151 [9c842151]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=df75b4ff [df75b4ff]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kerberostray ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=0256f20e [0256f20e]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=c445a8e5 [c445a8e5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=8453e949 [8453e949]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=b191b5b4 [b191b5b4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=b2588a97 [b2588a97]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=970fa9dc [970fa9dc]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=18a558eb [18a558eb]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== krecipes ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=e3823d26 [e3823d26]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=96267a56 [96267a56]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=f09ece50 [f09ece50]] Drop support for discontinued DGUX&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=1dd8e723 [1dd8e723]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=be961207 [be961207]] Remove support for Tru64, OSF and SCOv3.2&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=9c105493 [9c105493]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=79e4ae15 [79e4ae15]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=9ffefd6d [9ffefd6d]] Rename Q_EXPORT to TQ_EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=20adb2e8 [20adb2e8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=d8d55853 [d8d55853]] CMake conversion&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=ec41c8e0 [ec41c8e0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=a30fc407 [a30fc407]] Remove &amp;#039;po&amp;#039; folder&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=5ba8c073 [5ba8c073]] Fix path for translations template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=a17d8168 [a17d8168]] Remove autotools code to extract translation messages&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=75de44ef [75de44ef]] Generalize inclusion of file generated by tquic&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=40fbabf0 [40fbabf0]] Remove check for obsolete sqlite support. Check only for aqlite3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=54c9cce8 [54c9cce8]] Copy translations to new folder&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=ae6ac9ec [ae6ac9ec]] Remove duplication of mime type icons in final packages&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=07235992 [07235992]] Add krecipes.xpm from tde-packaging repo&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=2879ff70 [2879ff70]] Rearrange folders structure to remove unnecessary &amp;#039;krecipes&amp;#039; second level subfolder&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=3eb38d25 [3eb38d25]] Remove unused scripts&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=9a047e99 [9a047e99]] Adjust structure of &amp;#039;doc&amp;#039; folder to prepare for cmake conversion&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=0681055b [0681055b]] Remove duplicated picture files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=04f85823 [04f85823]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= applications/multimedia =&lt;br /&gt;
== amarok ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=080818f0 [080818f0]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=bd5b2910 [bd5b2910]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=d62d269a [d62d269a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=48240d14 [48240d14]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=ae297c6e [ae297c6e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b458da3d [b458da3d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=8979d695 [8979d695]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b35d5f94 [b35d5f94]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=a13008f2 [a13008f2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=dc06be29 [dc06be29]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b57b1bcf [b57b1bcf]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=729f0d31 [729f0d31]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=6f57e70b [6f57e70b]] Fix the problem of linking taglib2 on 32 bit architectures&amp;lt;br/&amp;gt;if taglib is not built with large files support.&amp;lt;br/&amp;gt;This resolves the last part from issue [https://mirror.git.trinitydesktop.org/gitea/TDE/amarok/issues/60 #60]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=1b7e6ee0 [1b7e6ee0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=13f69163 [13f69163]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=56bdbba2 [56bdbba2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=e8a6d230 [e8a6d230]] Remove support for Tru64 and OSF&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=30122776 [30122776]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=494152d0 [494152d0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=5a755f60 [5a755f60]] Remove support for Metrowerks compiler&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b82eb4ca [b82eb4ca]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=d8eccd51 [d8eccd51]] Replace pthread and dl linking with cmake-based variables&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=6754ee38 [6754ee38]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=ea7e1de8 [ea7e1de8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=7f020271 [7f020271]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=7df26224 [7df26224]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=ba09fdf8 [ba09fdf8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=a37c751e [a37c751e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=1ff059b4 [1ff059b4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=f3798116 [f3798116]] Drop Borland compiler specific code&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=d200bcbd [d200bcbd]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== codeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=27a20e43 [27a20e43]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=a80c2281 [a80c2281]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=0bd23b1b [0bd23b1b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=282e3b3a [282e3b3a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=459ca556 [459ca556]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=afa861f1 [afa861f1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=63784b74 [63784b74]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=9e46c40d [9e46c40d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=07cea2a7 [07cea2a7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=832f8c33 [832f8c33]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=b8894a29 [b8894a29]] Create a AudioView widget for audio-only streams&amp;lt;br/&amp;gt;Currently Codeine will show a blank area when playing an audio-only&amp;lt;br/&amp;gt;file, such as music.  This patch adds a new widget that contains an&amp;lt;br/&amp;gt;instance of the Analyzer::Block class, so instead of a blank area it&amp;lt;br/&amp;gt;contains a &amp;quot;visualizer&amp;quot; of sorts.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=3f8d1f80 [3f8d1f80]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=c9c1ea99 [c9c1ea99]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=bf46a952 [bf46a952]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=673f35da [673f35da]] Fix mouse events not changing volume&amp;lt;br/&amp;gt;Using the scroll wheel over the volume slider would not change the&amp;lt;br/&amp;gt;volume, neither would dragging the slider (until released) or clicking&amp;lt;br/&amp;gt;on the slider.&amp;lt;br/&amp;gt;This patch fixes the above.&amp;lt;br/&amp;gt;See: [https://mirror.git.trinitydesktop.org/gitea/TDE/codeine/issues/5 TDE/codeine#5]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=2ae19828 [2ae19828]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=458d9e74 [458d9e74]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=4e3fee35 [4e3fee35]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=86a889ec [86a889ec]] Allow seeking in FLAC&amp;lt;br/&amp;gt;Xine has supported seeking in FLAC files since 1.1.16.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=78ee9427 [78ee9427]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=52787fc2 [52787fc2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=77b92dd8 [77b92dd8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=55b425fe [55b425fe]] Update the xineScope to remove global variables.&amp;lt;br/&amp;gt;This patch updates xineScope.c to better align with Amarok&amp;#039;s code. As a&amp;lt;br/&amp;gt;result, the analyzer is more accurate.  For instance, when playing an&amp;lt;br/&amp;gt;audio file and there is a silent spot, the blocks will correctly &amp;quot;drop&amp;quot;&amp;lt;br/&amp;gt;to the bottom, leaving an empty analyzer.  The previous behaviour would&amp;lt;br/&amp;gt;leave some blocks &amp;quot;stuck&amp;quot; in their position&amp;lt;br/&amp;gt;See: [https://mirror.git.trinitydesktop.org/gitea/TDE/codeine/issues/23 TDE/codeine#23]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=4fe9282a [4fe9282a]] Fix the audio analyzer&amp;lt;br/&amp;gt;Most of the code was already borrowed from Amarok, but wasn&amp;#039;t properly&amp;lt;br/&amp;gt;finished. This just updates the code to more closely match what is&amp;lt;br/&amp;gt;currently in TDE&amp;#039;s Amarok.&amp;lt;br/&amp;gt;The Analyzer still sits in the statusBar(), which is cool, but can have&amp;lt;br/&amp;gt;some delays when watching a video (the video itself is unaffected).&amp;lt;br/&amp;gt;See: [https://mirror.git.trinitydesktop.org/gitea/TDE/codeine/issues/23 TDE/codeine#23]&lt;br /&gt;
&lt;br /&gt;
== k3b ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=c9fb1134 [c9fb1134]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=baf77040 [baf77040]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=39f2157d [39f2157d]] Improve code for detection of architecture and MMX support&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=0a362fbf [0a362fbf]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=d30c0048 [d30c0048]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=8b3b42f2 [8b3b42f2]] Remove support for Metrowerks compiler&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=ff389e81 [ff389e81]] Replace dl linking with cmake-based variable&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=58e823a0 [58e823a0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=cc357e0d [cc357e0d]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== k3b-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=2442c831 [2442c831]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=7b4f2697 [7b4f2697]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=ca9858b0 [ca9858b0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=68067010 [68067010]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=ee29ca91 [ee29ca91]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=a452069a [a452069a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=e92dd9ff [e92dd9ff]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=82e47ed8 [82e47ed8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=74dfa43b [74dfa43b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=56421e62 [56421e62]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=f1243b05 [f1243b05]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=008fd6bd [008fd6bd]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=824f3086 [824f3086]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=bb2763e2 [bb2763e2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=83a252e4 [83a252e4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=e345f072 [e345f072]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=0576dce9 [0576dce9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=e9c9b963 [e9c9b963]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=ac6b1043 [ac6b1043]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=70e05626 [70e05626]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=c941d5a9 [c941d5a9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=9ca714a0 [9ca714a0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=4cadbd8d [4cadbd8d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=49b8f281 [49b8f281]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=7a30981a [7a30981a]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== k9copy ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=9c9146a7 [9c9146a7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=e6d364c3 [e6d364c3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=a94ca847 [a94ca847]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=a319b03a [a319b03a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=9f55d804 [9f55d804]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=34135f2e [34135f2e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=2fcb842b [2fcb842b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=ed327b80 [ed327b80]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=5bd63e28 [5bd63e28]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kaffeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=7c88ce5e [7c88ce5e]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=6f523b56 [6f523b56]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=396ef527 [396ef527]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=27c3efef [27c3efef]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=8adc9a77 [8adc9a77]] Avoid special chars in filenames. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/kaffeine/issues/35 #35]&amp;lt;br/&amp;gt;Remove executable permission on the data file.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=bb496844 [bb496844]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=158b9e8a [158b9e8a]] Don&amp;#039;t use obsolete header kapp.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=0a6cf772 [0a6cf772]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kmplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=2704ee99 [2704ee99]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=7c88f17d [7c88f17d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=6155a28d [6155a28d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=ffe01a28 [ffe01a28]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=d6fbeef5 [d6fbeef5]] Remove support for OSF&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=e288b269 [e288b269]] Remove support for Metrowerks compiler&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=fe2b6c97 [fe2b6c97]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=143678cb [143678cb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=5931ac6f [5931ac6f]] Remove unused code that was causing a dependency on dbus-tqt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=ffd1a2b2 [ffd1a2b2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=92db16d6 [92db16d6]] Don&amp;#039;t use obsolete header kapp.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=1134bdfa [1134bdfa]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=4af8454b [4af8454b]] Drop Borland compiler specific code&lt;br /&gt;
&lt;br /&gt;
== kplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=e176b777 [e176b777]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=796f3291 [796f3291]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=93a02c90 [93a02c90]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== mplayerthumbs ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=af1feee8 [af1feee8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=a91a80c5 [a91a80c5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=35dbb541 [35dbb541]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=58c0af11 [58c0af11]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=393c4341 [393c4341]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=e48d1077 [e48d1077]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== rosegarden ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=b5f60334 [b5f60334]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=802e5f93 [802e5f93]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=c811c531 [c811c531]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=9be11f74 [9be11f74]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=d01cf6d5 [d01cf6d5]] Replace obsolete kstddirs.h with kstandarddirs.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=c8b8a3a4 [c8b8a3a4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=f7c38227 [f7c38227]] Replace pthread and dl linking with cmake-based variables&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=26b578da [26b578da]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=21ee7435 [21ee7435]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=5b798766 [5b798766]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=61f13c84 [61f13c84]] Don&amp;#039;t use obsolete header kapp.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=db471093 [db471093]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== soundkonverter ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=7b37a1c2 [7b37a1c2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=bcb87f43 [bcb87f43]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=68d98be2 [68d98be2]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=caad67b9 [caad67b9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=e87b798a [e87b798a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=cdf80866 [cdf80866]] Replace obsolete kstddirs.h with kstandarddirs.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=62c53338 [62c53338]] Fix the problem of linking taglib2 on 32 bit architectures&amp;lt;br/&amp;gt;if taglib is not built with large files support.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=34d73347 [34d73347]] Fix FTBFS due to undefined uchar&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=4fa25f40 [4fa25f40]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=959f3b95 [959f3b95]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tderadio ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=7de9864e [7de9864e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=862e5470 [862e5470]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=f4149da5 [f4149da5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=dc4947b8 [dc4947b8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=d18af581 [d18af581]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=e0eebdd5 [e0eebdd5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=aa823b61 [aa823b61]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=83184e5a [83184e5a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=764a7d91 [764a7d91]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=4d618f81 [4d618f81]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=f51a973a [f51a973a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=345cbeac [345cbeac]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=2bff75b5 [2bff75b5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=862cdfd9 [862cdfd9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=50563ea6 [50563ea6]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=09a1d993 [09a1d993]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=7aff0dc5 [7aff0dc5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=74199b65 [74199b65]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=3e335908 [3e335908]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=db94a7b2 [db94a7b2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=6079b175 [6079b175]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=34185b77 [34185b77]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=3e59e81d [3e59e81d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=eee4884a [eee4884a]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= applications/office =&lt;br /&gt;
== basket ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=3fc2b59b [3fc2b59b]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=33811796 [33811796]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=e9eba40d [e9eba40d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=e12749a8 [e12749a8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=cbcb8f92 [cbcb8f92]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=b26be4d7 [b26be4d7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=2c6e187e [2c6e187e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=a275b2f8 [a275b2f8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=67b2740c [67b2740c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=c8c2383c [c8c2383c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=ee1f7258 [ee1f7258]] Don&amp;#039;t use obsolete header kapp.h&lt;br /&gt;
&lt;br /&gt;
== kbibtex ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=59be12b1 [59be12b1]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=a034edf0 [a034edf0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=8497348b [8497348b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=dee68028 [dee68028]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=9b442575 [9b442575]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=79924925 [79924925]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kbookreader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=cb497e8f [cb497e8f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=67ab04e4 [67ab04e4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=2fb75bad [2fb75bad]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=776f8430 [776f8430]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=36dddbff [36dddbff]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=0676f2c5 [0676f2c5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=0c2746f0 [0c2746f0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=53a734a2 [53a734a2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=bf97bf20 [bf97bf20]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=e21e1fd8 [e21e1fd8]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kile ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=e99e14cb [e99e14cb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=c9d20498 [c9d20498]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=7ae2e602 [7ae2e602]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=069edccf [069edccf]] Don&amp;#039;t use obsolete header kapp.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=5c22a987 [5c22a987]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=b45cabb0 [b45cabb0]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kmymoney ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=4e2cf1f1 [4e2cf1f1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=dadec5db [dadec5db]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=cde62dc2 [cde62dc2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=9d63b808 [9d63b808]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=d2cab608 [d2cab608]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=8cfdcc9f [8cfdcc9f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=f183afa3 [f183afa3]] Replace obsolete kstddirs.h with kstandarddirs.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=f990faf1 [f990faf1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=605f6b5a [605f6b5a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=5327a900 [5327a900]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=1fdebb7b [1fdebb7b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=49c8666b [49c8666b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=767a98da [767a98da]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=61f9661d [61f9661d]] Use tde_install_symlink to create symlink during installation,&amp;lt;br/&amp;gt;instead of calling add_custom_command, add_custom_target and install.&amp;lt;br/&amp;gt;This not only simplifies the code, but prevents the problem of repeated&amp;lt;br/&amp;gt;starting of the &amp;#039;ln&amp;#039; command with CMake &amp;amp;gt;= 3.31, which led to FTBFS.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=97297061 [97297061]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=6705047a [6705047a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=d729b2f0 [d729b2f0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=606925f8 [606925f8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=5cc1751a [5cc1751a]] Drop Borland compiler specific code&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=8990f929 [8990f929]] Need to include definition of Q_UNUSED macro&lt;br /&gt;
&lt;br /&gt;
== knowit ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=8a376c8b [8a376c8b]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=c3908e08 [c3908e08]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=ac3ef8d3 [ac3ef8d3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=2cec7b88 [2cec7b88]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=40cac258 [40cac258]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=93cd845a [93cd845a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=91e11e2a [91e11e2a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=f793d1d3 [f793d1d3]] Add dockOnStart option to control window show status on startup.&amp;lt;br/&amp;gt;Knowit could already be docked, but on startup the window would&amp;lt;br/&amp;gt;annoyingly show up minimized in the taskbar instead of being fully docked.&amp;lt;br/&amp;gt;The new option allows to choose the window status when starting up in&amp;lt;br/&amp;gt;docked mode: either the window shows in normal state or is fully docked.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=d05ea4d7 [d05ea4d7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=39a84551 [39a84551]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=690231c5 [690231c5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=6cb259a3 [6cb259a3]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== koffice ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=0bd9d545 [0bd9d545]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=8a735791 [8a735791]] Fix FTBFS with gcc 15 and remove obsolete patch file. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/koffice/issues/90 #90]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=1ba9cb51 [1ba9cb51]] Remove support for Metrowerks compiler&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=61b01d35 [61b01d35]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=17c5a991 [17c5a991]] Remove unnecessary kprocio.h inclusion&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=88bef7ec [88bef7ec]] Fix FTBFS caused by commit dbc953c5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=e05e9903 [e05e9903]] Drop Borland compiler specific code&lt;br /&gt;
&lt;br /&gt;
== koffice-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=396e7d09 [396e7d09]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ffdfedcf [ffdfedcf]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=c1af5b6f [c1af5b6f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=85ecc5ca [85ecc5ca]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=90b9d42b [90b9d42b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=09dbce8d [09dbce8d]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kpilot ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=bc1e1feb [bc1e1feb]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=6a8d645c [6a8d645c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=f25f95c0 [f25f95c0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=4dacd09e [4dacd09e]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tellico ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=58a57016 [58a57016]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=e67ee2a6 [e67ee2a6]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=8bd84215 [8bd84215]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=15467e01 [15467e01]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=8b444313 [8b444313]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=6a140c21 [6a140c21]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=e7e6c33c [e7e6c33c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=77cb05e3 [77cb05e3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=58b5bd4d [58b5bd4d]] Fix FTBFS with gcc 15. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tellico/issues/28 #28]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=42a0c2b1 [42a0c2b1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=5a00a6bb [5a00a6bb]] Remove support for Metrowerks compiler&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=d6b49323 [d6b49323]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=36887f67 [36887f67]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= applications/settings =&lt;br /&gt;
== kdpkg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=e7f7403f [e7f7403f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=444f3692 [444f3692]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=fb9a7733 [fb9a7733]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=a55b57ad [a55b57ad]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=de9d086a [de9d086a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=2cabcb73 [2cabcb73]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=586149f6 [586149f6]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=a60b3fbc [a60b3fbc]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=7919dc82 [7919dc82]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=8562a99f [8562a99f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=b00a86dd [b00a86dd]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kima ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=b0fdde70 [b0fdde70]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=22d77e51 [22d77e51]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=e80c5ee4 [e80c5ee4]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=c91cfb08 [c91cfb08]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=a185cc36 [a185cc36]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=22903040 [22903040]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=1febc9cf [1febc9cf]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=e1b6e276 [e1b6e276]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=f211eaa6 [f211eaa6]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=07e31dc9 [07e31dc9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=6ac9341e [6ac9341e]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kiosktool ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=09e9d4a2 [09e9d4a2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=3bbaf759 [3bbaf759]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=05c74ef3 [05c74ef3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=4d21df82 [4d21df82]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kkbswitch ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=26eb21a5 [26eb21a5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=6b1e3803 [6b1e3803]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=481239c1 [481239c1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=bd307ff9 [bd307ff9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=ff941390 [ff941390]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=497edbc0 [497edbc0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=488d6393 [488d6393]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=852a81f5 [852a81f5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=295752d2 [295752d2]] Don&amp;#039;t use obsolete header kapp.h and remove some old conditional code&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=bc141f64 [bc141f64]] Don&amp;#039;t use obsolete header kuniqueapp.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=9c14cb78 [9c14cb78]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=7a1d9c4a [7a1d9c4a]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== klcddimmer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=9b51a614 [9b51a614]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=66c5f7c1 [66c5f7c1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=0e46aaf3 [0e46aaf3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=dc2d702e [dc2d702e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=0afd9b09 [0afd9b09]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=6091ece2 [6091ece2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=1aa5cacc [1aa5cacc]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=d03eaffd [d03eaffd]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kmyfirewall ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=5c009f8c [5c009f8c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=0e960a5b [0e960a5b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=2e1486da [2e1486da]] Move translations to a new directory layout.&amp;lt;br/&amp;gt;Add translations for *.desktop files.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=fb640751 [fb640751]] Drop autotools support&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=b397827f [b397827f]] Add CMake rules for parts that are now not used and are not ready for building.&amp;lt;br/&amp;gt;This is the equivalent for the existing automake rules that will be removed.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=59842c03 [59842c03]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=64a04e98 [64a04e98]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=dcdaec2e [dcdaec2e]] Don&amp;#039;t use obsolete header kapp.h&lt;br /&gt;
&lt;br /&gt;
== tde-systemsettings ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-systemsettings/commit/?id=d191ca89 [d191ca89]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-systemsettings/commit/?id=88a3fed2 [88a3fed2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-systemsettings/commit/?id=c816772d [c816772d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-systemsettings/commit/?id=eed80cd5 [eed80cd5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-systemsettings/commit/?id=c89e0776 [c89e0776]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-systemsettings/commit/?id=612a806e [612a806e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-systemsettings/commit/?id=ba8689d8 [ba8689d8]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdenetworkmanager ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=18e57c5a [18e57c5a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=653d9964 [653d9964]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=b5354ef7 [b5354ef7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=8a990e09 [8a990e09]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=b397ad70 [b397ad70]] Replace obsolete kstddirs.h with kstandarddirs.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=e8f506a5 [e8f506a5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=a2185a3e [a2185a3e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=eac4c0c9 [eac4c0c9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=64bb51fe [64bb51fe]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=dcaab848 [dcaab848]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdesudo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesudo/commit/?id=ff502304 [ff502304]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesudo/commit/?id=4166f1da [4166f1da]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesudo/commit/?id=5bf6e2fa [5bf6e2fa]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesudo/commit/?id=5682ed0b [5682ed0b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesudo/commit/?id=03a8056c [03a8056c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesudo/commit/?id=daf519ce [daf519ce]] Don&amp;#039;t use obsolete header kapp.h&lt;br /&gt;
&lt;br /&gt;
== wlassistant ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/wlassistant/commit/?id=1b007cfd [1b007cfd]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/wlassistant/commit/?id=f93ff57f [f93ff57f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/wlassistant/commit/?id=c843d9d7 [c843d9d7]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/wlassistant/commit/?id=8f4d683b [8f4d683b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/wlassistant/commit/?id=d6596c93 [d6596c93]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/wlassistant/commit/?id=30635da3 [30635da3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/wlassistant/commit/?id=918a8b97 [918a8b97]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= applications/system =&lt;br /&gt;
== dolphin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=9daafd9a [9daafd9a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=1a8aa118 [1a8aa118]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=ccc89d96 [ccc89d96]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=24b39488 [24b39488]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=8ebdbccf [8ebdbccf]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=31b25f24 [31b25f24]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=63a157bf [63a157bf]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=a28de22c [a28de22c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=271a4f12 [271a4f12]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=5dcd4553 [5dcd4553]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=91abe1cc [91abe1cc]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=90edcaf9 [90edcaf9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=07bb3207 [07bb3207]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=8ffd09fb [8ffd09fb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=7a74c6d2 [7a74c6d2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=e405c353 [e405c353]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=5a4cfee4 [5a4cfee4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=0a5ce02c [0a5ce02c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=3096e28d [3096e28d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=2eb90e8c [2eb90e8c]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== katapult ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=ed6126bd [ed6126bd]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=f85ed1c8 [f85ed1c8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=9c008906 [9c008906]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=c538cc3d [c538cc3d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=ec913db9 [ec913db9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=8e15abac [8e15abac]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=31a3016f [31a3016f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=9a4f1b91 [9a4f1b91]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=d00fa5cc [d00fa5cc]] Don&amp;#039;t use obsolete header kapp.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=aa3f239e [aa3f239e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=1cf61461 [1cf61461]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=431d3b69 [431d3b69]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=1db2ab9f [1db2ab9f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=61191071 [61191071]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kbfx ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=b4810f7b [b4810f7b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=f84323df [f84323df]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=4239ec91 [4239ec91]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=27a604df [27a604df]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=46a435d8 [46a435d8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=c47a5a57 [c47a5a57]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=3dec94aa [3dec94aa]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=290d1c47 [290d1c47]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kcmautostart ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=7c303bc1 [7c303bc1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=d116237f [d116237f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=5f73b618 [5f73b618]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=559c7b26 [559c7b26]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=0b3f2522 [0b3f2522]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=c123d023 [c123d023]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=8aed970b [8aed970b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=612d7c43 [612d7c43]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=d3c0e70b [d3c0e70b]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kdbusnotification ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=d0aa4355 [d0aa4355]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=5d66c64f [5d66c64f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=e953f045 [e953f045]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=4858bdfd [4858bdfd]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=2bb7d511 [2bb7d511]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=3255cc9d [3255cc9d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=e9287544 [e9287544]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=b9d177de [b9d177de]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=0eec2d83 [0eec2d83]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=7fc136bb [7fc136bb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=bbad35e4 [bbad35e4]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== klamav ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=3c3ec627 [3c3ec627]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=8d071a71 [8d071a71]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=2a709304 [2a709304]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=452371aa [452371aa]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=f8e06865 [f8e06865]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=a6263d7d [a6263d7d]] Remove support for Metrowerks compiler&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=afa55817 [afa55817]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=e06f6d73 [e06f6d73]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=0d663ee9 [0d663ee9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=ab66a359 [ab66a359]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=f387a03d [f387a03d]] Drop Borland compiler specific code&lt;br /&gt;
&lt;br /&gt;
== knemo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=06f5570b [06f5570b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=6b95d77a [6b95d77a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=f19180af [f19180af]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== knetload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=e4533345 [e4533345]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=7dce7374 [7dce7374]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=fd87ec82 [fd87ec82]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=f58a8a6c [f58a8a6c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=9e899d05 [9e899d05]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=654d223a [654d223a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=6942bd86 [6942bd86]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== knetstats ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=8723d068 [8723d068]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=60edc58a [60edc58a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=9c2bd640 [9c2bd640]] Don&amp;#039;t use obsolete header kapp.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=8a01eaa6 [8a01eaa6]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kooldock ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kooldock/commit/?id=a7efb32e [a7efb32e]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kooldock/commit/?id=d056c409 [d056c409]] Don&amp;#039;t use obsolete header kapp.h&lt;br /&gt;
&lt;br /&gt;
== krusader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=fc9662cc [fc9662cc]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=ba273e10 [ba273e10]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=b5236741 [b5236741]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=c2812030 [c2812030]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=c7c59a1d [c7c59a1d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=84f1dfb4 [84f1dfb4]] Drop support for discontinued DGUX&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=419fd3e0 [419fd3e0]] Remove support for Tru64, OSF and SCOv3.2&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=0f2883fc [0f2883fc]] Rename Q_EXPORT to TQ_EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=b17ab2eb [b17ab2eb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=f6ae89eb [f6ae89eb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=b533a326 [b533a326]] Remove unneeded kprocio.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=2aac3413 [2aac3413]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=12e543ec [12e543ec]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=eda2dc78 [eda2dc78]] Don&amp;#039;t use obsolete header kapp.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=1099fffd [1099fffd]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=aa9743aa [aa9743aa]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kshutdown ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=d0b70fe7 [d0b70fe7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=5aeae313 [5aeae313]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=0b11ba19 [0b11ba19]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=ca5c23a2 [ca5c23a2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=542ae3ee [542ae3ee]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=34dc639a [34dc639a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=a4e47a03 [a4e47a03]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=a8510471 [a8510471]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=b51f4c56 [b51f4c56]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=66902f18 [66902f18]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=853a1281 [853a1281]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=80dadfbc [80dadfbc]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=51fb0338 [51fb0338]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== ksystemlog ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=989a35b5 [989a35b5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=3d6ebcd4 [3d6ebcd4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=42bd9749 [42bd9749]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=dba9da27 [dba9da27]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=3fba3d9a [3fba3d9a]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kvkbd ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=22d51dbc [22d51dbc]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=bc8945ba [bc8945ba]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=737705e0 [737705e0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=6cb1cfca [6cb1cfca]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=f8c80d36 [f8c80d36]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=e97b3562 [e97b3562]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=cc3005c7 [cc3005c7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=94db920d [94db920d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=2b44f2d2 [2b44f2d2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=a16518a4 [a16518a4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=b8e667e6 [b8e667e6]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== polkit-agent-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=bb66f139 [bb66f139]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=c02d20c6 [c02d20c6]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=381bf1ec [381bf1ec]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=a217d872 [a217d872]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=2ad11e29 [2ad11e29]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=12c8f7d3 [12c8f7d3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=f9292552 [f9292552]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== smartcardauth ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smartcardauth/commit/?id=ef1870aa [ef1870aa]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
&lt;br /&gt;
== tastymenu ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=227ea383 [227ea383]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=7bcae824 [7bcae824]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=fb644e03 [fb644e03]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=2e5baa5e [2e5baa5e]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=e4b30561 [e4b30561]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=f4a08a8f [f4a08a8f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=95bf41ab [95bf41ab]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=94a19663 [94a19663]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=57ca2528 [57ca2528]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdebluez ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=beca91ef [beca91ef]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=fa28128e [fa28128e]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=41bb1cfa [41bb1cfa]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=a145cb5e [a145cb5e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ae949c78 [ae949c78]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=b8d6d258 [b8d6d258]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdedocker ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=c8dad93e [c8dad93e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=8de20ca2 [8de20ca2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=0e490114 [0e490114]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=dd6ed4e4 [dd6ed4e4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=e39c74ed [e39c74ed]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=80ce43ce [80ce43ce]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=53ed7e36 [53ed7e36]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=883fd506 [883fd506]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=785f1388 [785f1388]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdepowersave ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=d4751861 [d4751861]] autoreformatting the whole file (format: BSD/Allman with TDE reqs)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=59e94436 [59e94436]] keep track of discovered but not handled devices, so that we do not complain over and over&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=ac0f1e3e [ac0f1e3e]] Minor code clean up&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=2f8669ce [2f8669ce]] fix debug calls&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=3509eddb [3509eddb]] enable dcop method functionality&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=ae1c0b86 [ae1c0b86]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=a6839ffd [a6839ffd]] as per title fixed a typo&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=6798aab8 [6798aab8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=b10dfd01 [b10dfd01]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=163835de [163835de]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=561d8002 [561d8002]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=eea6294e [eea6294e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=aec9fd53 [aec9fd53]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=bb84b173 [bb84b173]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdesshaskpass ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=de364be0 [de364be0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=45724fc6 [45724fc6]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=48fdb842 [48fdb842]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== xdg-desktop-portal-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/xdg-desktop-portal-tde/commit/?id=84a87037 [84a87037]] Fix location of desktop file to be aligned with other applications&lt;br /&gt;
&lt;br /&gt;
== yakuake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=74ba9c60 [74ba9c60]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=292906d7 [292906d7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=73cd30ff [73cd30ff]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=40fff550 [40fff550]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=e52382ab [e52382ab]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=0425136e [0425136e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=264cf95b [264cf95b]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= applications/tdeio =&lt;br /&gt;
== tdeio-appinfo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=1243c435 [1243c435]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=aa17eaf8 [aa17eaf8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=46ba34ba [46ba34ba]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=4d146298 [4d146298]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=1b4a3929 [1b4a3929]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=9648a866 [9648a866]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=e22e33bb [e22e33bb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=1819857f [1819857f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=113d0803 [113d0803]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=06fde377 [06fde377]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=0a736b88 [0a736b88]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=ceb04304 [ceb04304]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=4a624ad7 [4a624ad7]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdeio-apt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=f3de342a [f3de342a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=4611cb6c [4611cb6c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=4f71853d [4f71853d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=f8d2bff5 [f8d2bff5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=d57858df [d57858df]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=a12113e1 [a12113e1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=0b574253 [0b574253]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdeio-ftps ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-ftps/commit/?id=9aa06fef [9aa06fef]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-ftps/commit/?id=02db5929 [02db5929]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-ftps/commit/?id=26c04b07 [26c04b07]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-ftps/commit/?id=a4898d67 [a4898d67]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-ftps/commit/?id=c816422c [c816422c]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdeio-gopher ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-gopher/commit/?id=1ebe54c9 [1ebe54c9]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdeio-locate ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=e23b02d4 [e23b02d4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=3c0e0bb3 [3c0e0bb3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=c78fbc49 [c78fbc49]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=d78a1315 [d78a1315]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=8dd479bf [8dd479bf]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=0ccddd27 [0ccddd27]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=7b3cc78e [7b3cc78e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=37479df0 [37479df0]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdeio-sword ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=ea4cfc88 [ea4cfc88]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=c9482be8 [c9482be8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=29cbfd1a [29cbfd1a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=95bf77d5 [95bf77d5]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdeio-umountwrapper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=1804ea56 [1804ea56]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=2977bfab [2977bfab]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=a7755def [a7755def]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= applications/themes =&lt;br /&gt;
== gtk-qt-engine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=6f23c6de [6f23c6de]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=c51ec1fb [c51ec1fb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=322d8dd8 [322d8dd8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=66230041 [66230041]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=8ec84522 [8ec84522]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=8289eeca [8289eeca]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=bcf92663 [bcf92663]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=72946acb [72946acb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=96b283cb [96b283cb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=8e7c7752 [8e7c7752]] Unref imggc and add separate CDE checks&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=e632e7f2 [e632e7f2]] Add some comments in drawTQPixmapToWindow()&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=1030a83a [1030a83a]] Remove bitmap offset from radio for qtcurve&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=0c94b667 [0c94b667]] Include user gtkrc for custom overrides&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=be71c38f [be71c38f]] Use TDE icon theme in gtkrc&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=1b21cceb [1b21cceb]] Additional scrollbar corrections&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=a34fbf73 [a34fbf73]] Add Palemoon to mozillaFix&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=ae6ebcca [ae6ebcca]] Use bitmap masks for some widgets&lt;br /&gt;
&lt;br /&gt;
== gtk3-tqt-engine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk3-tqt-engine/commit/?id=fb7b54fd [fb7b54fd]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
&lt;br /&gt;
== kgtk-qt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=7d473f15 [7d473f15]] Fix FTBFS caused by previous commit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=f6c5410c [f6c5410c]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=38966e3c [38966e3c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=d02faf34 [d02faf34]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== ksplash-engine-moodin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=f3f0ac0a [f3f0ac0a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=1172d25e [1172d25e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=96080b71 [96080b71]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=183c6fd3 [183c6fd3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=521288d2 [521288d2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=d5e9762f [d5e9762f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=a64cb7d5 [a64cb7d5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=1e0d36a8 [1e0d36a8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=2595be51 [2595be51]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=2fcef145 [2fcef145]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=75f44052 [75f44052]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=c04b1c69 [c04b1c69]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=d524fbc7 [d524fbc7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=42407d10 [42407d10]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=930291eb [930291eb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=78c00523 [78c00523]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=2c23f182 [2c23f182]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=a3e954bb [a3e954bb]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== qt4-tqt-theme-engine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qt4-tqt-theme-engine/commit/?id=13c98d8d [13c98d8d]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
&lt;br /&gt;
== tde-style-baghira ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=08350726 [08350726]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=9aa48be4 [9aa48be4]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=03e1920e [03e1920e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=7f51369a [7f51369a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=6cefb888 [6cefb888]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=e0ab3e39 [e0ab3e39]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=02b07061 [02b07061]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=d0aa53a9 [d0aa53a9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=be2a2ccd [be2a2ccd]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=8fb1b8be [8fb1b8be]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=f340e800 [f340e800]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=64a15bb6 [64a15bb6]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=534ab375 [534ab375]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=8424f9d0 [8424f9d0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=d351b180 [d351b180]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=71d3a0af [71d3a0af]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=76e9dd34 [76e9dd34]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=cc318488 [cc318488]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=f3333a0b [f3333a0b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=12a033b2 [12a033b2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=ad12143e [ad12143e]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tde-style-domino ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=6161ba3a [6161ba3a]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=404611da [404611da]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=3a33338e [3a33338e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=e5a4fd1e [e5a4fd1e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=29152c8e [29152c8e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=622f3192 [622f3192]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=a0fdba59 [a0fdba59]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=0a18ab00 [0a18ab00]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=c689885c [c689885c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=927aeb7d [927aeb7d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=d75c1499 [d75c1499]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=348417ae [348417ae]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=8763434f [8763434f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=189c2a4b [189c2a4b]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tde-style-ia-ora ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=9dec2dce [9dec2dce]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=865992b7 [865992b7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=e736a46d [e736a46d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=a43a29e4 [a43a29e4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=ecebf3c8 [ecebf3c8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=007c1c8d [007c1c8d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=8ac7ea1a [8ac7ea1a]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tde-style-lipstik ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=f03e4b54 [f03e4b54]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=a0f21fcd [a0f21fcd]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=66a8293c [66a8293c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=f0bffd37 [f0bffd37]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=8bf328a7 [8bf328a7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=d4cad15e [d4cad15e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=ad8676c0 [ad8676c0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=8c1376be [8c1376be]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=9630a6fe [9630a6fe]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=cbe439ff [cbe439ff]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=50d9f71b [50d9f71b]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tde-style-polyester ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-polyester/commit/?id=52bcee9e [52bcee9e]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-polyester/commit/?id=a510deff [a510deff]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-polyester/commit/?id=bc88bc4f [bc88bc4f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-polyester/commit/?id=c0790af5 [c0790af5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-polyester/commit/?id=723825c5 [723825c5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-polyester/commit/?id=d2acd5f7 [d2acd5f7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-polyester/commit/?id=4f58c19b [4f58c19b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-polyester/commit/?id=e2717a0b [e2717a0b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-polyester/commit/?id=f4dea374 [f4dea374]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-polyester/commit/?id=25331302 [25331302]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-polyester/commit/?id=ec73453e [ec73453e]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tde-style-qtcurve ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=4d658898 [4d658898]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=3eedb6af [3eedb6af]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=5d54d74d [5d54d74d]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=06de69ce [06de69ce]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=8f6005b1 [8f6005b1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=de4751fa [de4751fa]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=2afa0c83 [2afa0c83]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=8859156e [8859156e]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdmtheme ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=f253b083 [f253b083]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=9dceeb97 [9dceeb97]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=76853569 [76853569]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=67fbfa50 [67fbfa50]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=67974335 [67974335]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=6b83df57 [6b83df57]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=c2907e81 [c2907e81]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== twin-style-crystal ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=6ee9fed5 [6ee9fed5]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=dbe5c4cb [dbe5c4cb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=59fc5d87 [59fc5d87]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=f1b26535 [f1b26535]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=b2dfa62d [b2dfa62d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=7b58bd21 [7b58bd21]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=8049d722 [8049d722]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=0e34bdcf [0e34bdcf]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=95224ca9 [95224ca9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=b5d7261e [b5d7261e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=26c70f08 [26c70f08]] Don&amp;#039;t use obsolete header kapp.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=7d77a1a0 [7d77a1a0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=c29cd5fa [c29cd5fa]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== twin-style-dekorator ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=83bdf6d8 [83bdf6d8]] Added file &amp;#039;readme-theme_format&amp;#039; to extras to provide a rought overview over the anatomy of themes and files. Also added information on this and the &amp;#039;update_filenames.sh&amp;#039; script to the README.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=83410a03 [83410a03]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=f157307a [f157307a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=02e363f8 [02e363f8]] Updated templaTor theme to also contain inactive parts.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=baf6878b [baf6878b]] Fixed regression on loading of certain border parts.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=756e1cd1 [756e1cd1]] Implement optional images for inactive states.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=f9080726 [f9080726]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=9729cc1d [9729cc1d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=ff013ff8 [ff013ff8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=6b8e9cc0 [6b8e9cc0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=779c3b3e [779c3b3e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=2a2efc95 [2a2efc95]] Add testing logic for each image in kcm dialog as well.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=18a83dff [18a83dff]] Move logic for loading border images into it&amp;#039;s own method. The method checks for new and old filenames on each image, and can be extended in the future to handle images for inactive frames as well.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=4028a281 [4028a281]] Add script &amp;#039;update_filenames.sh&amp;#039; to extras to ease updating themes to the new naming scheme. Also can directly create theme archive if desired.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=6d26b125 [6d26b125]] Update templaTor theme to use new filenames.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=521f6d7e [521f6d7e]] Allow themes to use new filenames mirroring the new part names by checking for leftUpperCornerFrameBg.png, falling back to old file names if neccessary. Also use new files names in kcm.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=bc0eb61f [bc0eb61f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=cfbec1f1 [cfbec1f1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=323a4339 [323a4339]] Add templaTor theme to serve as template and visual reference for artists, including all possible frame parts and masks as well as the new optional top- and shaded-bottom-border.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=7c321609 [7c321609]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=a224bbb9 [a224bbb9]] Changed names of side frame parts from top / bottom to upper / lower to enhance code readability.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=eee01cd7 [eee01cd7]] Folded conditional checks for top and bottom-shaded frame into one liners. Replaced further instances of TRUE with true.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=d8a1aed5 [d8a1aed5]] Corrected drawing error on unequal bottom frame sizes.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=6516f6e4 [6516f6e4]] Renamed variables used for mask bitmaps to remove historical typo and clarify their purpose.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=0dbee160 [0dbee160]] Cleaned up empty lines and lines beginning with spaces. Changed evaluation of new frame parts to use &amp;amp;&amp;amp; instead of ||, also replaced TRUE with true.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=50430830 [50430830]] Add support for top border above the title bar and for bottom border on shaded windows. Adjust resizing handles to consider the new images.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=3b689404 [3b689404]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=4058f7c7 [4058f7c7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=95f8b4ce [95f8b4ce]] Use the images [left|right]BottomsFrameBg.png and [left|right]BottomFrameBg.png to determine bottom handle sizes.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=f95f8d14 [f95f8d14]] Add Euforie theme from https://www.pling.com/p/1004842&amp;lt;br/&amp;gt;There is no indication of the license for this theme, but since it is available on&amp;lt;br/&amp;gt;Pling it is reasonable to assume it is free to use. Should the author&amp;lt;br/&amp;gt;think this is not the case, please reach out to us and we will remove&amp;lt;br/&amp;gt;the theme.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=1462c1b6 [1462c1b6]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=cb5a7dbb [cb5a7dbb]] Fix SEGV on login caused by PR #11 when transparency is disabled&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=6996b929 [6996b929]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=f9c27dfd [f9c27dfd]] Add pseudotransparency for DeKorator themes with transparent pixmaps&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=c96f427b [c96f427b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=6b9b5f2a [6b9b5f2a]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== twin-style-fahrenheit ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-fahrenheit/commit/?id=873faccc [873faccc]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-fahrenheit/commit/?id=5c9d7805 [5c9d7805]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-fahrenheit/commit/?id=d672021b [d672021b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-fahrenheit/commit/?id=b6d52634 [b6d52634]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-fahrenheit/commit/?id=d6f0bb2a [d6f0bb2a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-fahrenheit/commit/?id=e19eaf33 [e19eaf33]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-fahrenheit/commit/?id=3e619d5d [3e619d5d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-fahrenheit/commit/?id=fc0ba262 [fc0ba262]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== twin-style-machbunt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=d6217929 [d6217929]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=b4216f18 [b4216f18]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=171ab8ff [171ab8ff]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=293d9242 [293d9242]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=7dd0c54e [7dd0c54e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=b7d763bf [b7d763bf]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=c0d7b4a8 [c0d7b4a8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=6e2fd6db [6e2fd6db]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=d842859d [d842859d]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== twin-style-mallory ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-mallory/commit/?id=9c78108f [9c78108f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-mallory/commit/?id=c282d5fe [c282d5fe]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-mallory/commit/?id=b1777a86 [b1777a86]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-mallory/commit/?id=26854e6d [26854e6d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-mallory/commit/?id=b34301f3 [b34301f3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-mallory/commit/?id=4e31ebc8 [4e31ebc8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-mallory/commit/?id=b704db1e [b704db1e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-mallory/commit/?id=38025587 [38025587]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-mallory/commit/?id=34c24a52 [34c24a52]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-mallory/commit/?id=519ef5a7 [519ef5a7]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== twin-style-suse2 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=3c179898 [3c179898]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=c58213b8 [c58213b8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=4237c6c9 [4237c6c9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=eb2be553 [eb2be553]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=95e68b6d [95e68b6d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=333669f8 [333669f8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=48533bbb [48533bbb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=8b67c95b [8b67c95b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=e4768912 [e4768912]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= applications/utilities =&lt;br /&gt;
== abakus ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=25d19211 [25d19211]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=f6f9c53e [f6f9c53e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=23cc1e95 [23cc1e95]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=345ae81a [345ae81a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=41d912bd [41d912bd]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=c9203d5c [c9203d5c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=f23e50d0 [f23e50d0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=4ffad5e4 [4ffad5e4]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== filelight ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=a5dbb4b8 [a5dbb4b8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=c1269517 [c1269517]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=2e127038 [2e127038]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kbarcode ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=b1249ebf [b1249ebf]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=412a56a1 [412a56a1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=0d4f8550 [0d4f8550]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=3419b400 [3419b400]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=3ea47634 [3ea47634]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=b3109055 [b3109055]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=b6a3bbff [b6a3bbff]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kchmviewer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=705f5a57 [705f5a57]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=82e8cf62 [82e8cf62]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=fc1659ba [fc1659ba]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=812911c1 [812911c1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=10116217 [10116217]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=c58d568a [c58d568a]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kcpuload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=b8a53921 [b8a53921]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=1ae2aa41 [1ae2aa41]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=c3936604 [c3936604]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=6111c73b [6111c73b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=8ba2d831 [8ba2d831]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=f7de777b [f7de777b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=93c0d149 [93c0d149]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=0bb70fa5 [0bb70fa5]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kdirstat ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=33db1baa [33db1baa]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=8a85bcaa [8a85bcaa]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=0024ce0e [0024ce0e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=f4ff5b2e [f4ff5b2e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=4c2cedc0 [4c2cedc0]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=7ddf3675 [7ddf3675]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=f9b37ee3 [f9b37ee3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=db6e4447 [db6e4447]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=75d69d5e [75d69d5e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=ef7d4755 [ef7d4755]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=1ae9f206 [1ae9f206]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=5bf259e9 [5bf259e9]] Don&amp;#039;t use obsolete header kapp.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=29201afb [29201afb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=256d867a [256d867a]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== keep ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=f6b5042d [f6b5042d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=ee68d4d6 [ee68d4d6]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=b4fccc86 [b4fccc86]] Don&amp;#039;t use obsolete header kapp.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=486774e9 [486774e9]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== knutclient ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=c281cf56 [c281cf56]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=8ba7dc04 [8ba7dc04]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=7747a0cb [7747a0cb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=56d3acb6 [56d3acb6]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=aa7357c6 [aa7357c6]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=abda4942 [abda4942]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=b371c3bb [b371c3bb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=9f17add4 [9f17add4]] Don&amp;#039;t use obsolete header kapp.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=f68730b0 [f68730b0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=810ba5fa [810ba5fa]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kommando ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kommando/commit/?id=aaaca4cd [aaaca4cd]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kommando/commit/?id=77102d60 [77102d60]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kommando/commit/?id=3251b34b [3251b34b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kommando/commit/?id=a7368481 [a7368481]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kommando/commit/?id=c2c8b9df [c2c8b9df]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kommando/commit/?id=1271409b [1271409b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kommando/commit/?id=544a063f [544a063f]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kompose ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=efbdd80b [efbdd80b]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=528d8273 [528d8273]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=dfd50ab1 [dfd50ab1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=336cebb1 [336cebb1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=60356e4c [60356e4c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=8fdce963 [8fdce963]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=3022efaa [3022efaa]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=1b419be4 [1b419be4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=b697a75e [b697a75e]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== krename ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=ce442b5d [ce442b5d]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=103b35e7 [103b35e7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=3997a7c8 [3997a7c8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=06f80a77 [06f80a77]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=2aa72917 [2aa72917]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=cd0b60f1 [cd0b60f1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=68d4a6d3 [68d4a6d3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=6c509176 [6c509176]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=b8220931 [b8220931]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=4c74a135 [4c74a135]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== ksensors ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=e9c9f69f [e9c9f69f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=1948acab [1948acab]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=0cf6c309 [0cf6c309]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=fd3853c9 [fd3853c9]] Replace obsolete kstddirs.h with kstandarddirs.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=074410e0 [074410e0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=52108100 [52108100]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=99d2c4e7 [99d2c4e7]] Don&amp;#039;t use obsolete header kapp.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=fdc3a332 [fdc3a332]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=798ba8c0 [798ba8c0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=e2622310 [e2622310]] Don&amp;#039;t use obsolete header kuniqueapp.h&lt;br /&gt;
&lt;br /&gt;
== mathemagics ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mathemagics/commit/?id=b9568ff7 [b9568ff7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mathemagics/commit/?id=56a8ab07 [56a8ab07]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mathemagics/commit/?id=4c7c324a [4c7c324a]] Don&amp;#039;t use obsolete header kapp.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mathemagics/commit/?id=0ae690fa [0ae690fa]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mathemagics/commit/?id=678bd56e [678bd56e]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== qalculate-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=da891dbf [da891dbf]] Replace TRUE/FALSE with boolean values true/false&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=dc7edbd1 [dc7edbd1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=a15dc06a [a15dc06a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=94d8d26f [94d8d26f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=f3d5bfcf [f3d5bfcf]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=7f38d7cd [7f38d7cd]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=024e7217 [024e7217]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= packaging =&lt;br /&gt;
== packaging ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f81c67c1 [f81c67c1]] ArchLinux: Update for final R14.1.4.&amp;lt;br/&amp;gt;Add pkgbuilds for several applications.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=01b47625 [01b47625]] FreeBSD: Update for final R14.1.4.&amp;lt;br/&amp;gt;Add ports for several applications.&amp;lt;br/&amp;gt;Switch several ports to CMake.&amp;lt;br/&amp;gt;Disable building with cdparanoia.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=50f482cb [50f482cb]] DEB ubiquity: Update rules to fix FTBFS on Plucky.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=8b2cb9c3 [8b2cb9c3]] DEB casper: Update rules to fix FTBFS on Plucky.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=2bad36f6 [2bad36f6]] DEB tdealternatives: Add the trinity suffix to make the name of the package consistent with the rest.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=092bf06c [092bf06c]] DEB tdeknighttour: Add the trinity suffix to make the name of the package consistent with the rest.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=5cc00448 [5cc00448]] DEB tqt3: Update a list of installed translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=ac063689 [ac063689]] DEB: Move gutenprint from Depends to Recommends&amp;lt;br/&amp;gt;because it will no longer be available on all architectures.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=d36290c0 [d36290c0]] DEB debian-tde.mk: Add common rules for updating config files for automake.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=ee3cd4f0 [ee3cd4f0]] DEB tdebindings: fix FTBFS caused by missing setuptools dependency&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=44cf58b5 [44cf58b5]] DEB pytdeextensions: fix FTBFS caused by missing setuptools dependency&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=1d51454c [1d51454c]] DEB sip4-tqt: fix FTBFS caused by missing setuptools dependency&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=90a7edbd [90a7edbd]] DEB tdemultimedia: add tdefile plugin for mp4 files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=3c2f3996 [3c2f3996]] DEB: add tdealternatives&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=c173f145 [c173f145]] DEB ktorrent: conversion to cmake building system&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=75b6b937 [75b6b937]] RPM: update support for Opensuse TW&amp;lt;br/&amp;gt;&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=ad9b7bf0 [ad9b7bf0]] RPM: support for upcoming Fedora 42 and 43&amp;lt;br/&amp;gt;&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=b130d66c [b130d66c]] DEB: add tdeknighttour packaging files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=a809b2ec [a809b2ec]] DEB ksquirrel: Add tdebase-trinity-dev to Build-Depends.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=6a3b4ede [6a3b4ede]] DEB ksquirrel: switch to cmake building system&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=2dffe511 [2dffe511]] DEB tdelibs: Add libnm-dev to Build-depends.&amp;lt;br/&amp;gt;This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdelibs/issues/338 TDE/tdelibs#338]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=828ca3cf [828ca3cf]] DEB: Make adjustments for time64 ABI in the &amp;#039;control&amp;#039; file before building -&amp;lt;br/&amp;gt;in the cleaning phase and not to return the changes back. This is workaround&amp;lt;br/&amp;gt;due to newer dpkg, where cdbs rules for debhelper do not reflect additional&amp;lt;br/&amp;gt;changes in the control file made during build.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=6606c94e [6606c94e]] DEB tdebase: refresh patches&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=c7827e9c [c7827e9c]] DEB tdelibs: Fix installation rules for tdecmshell with &amp;#039;t64&amp;#039; package.&amp;lt;br/&amp;gt;Fix package name in lintian rules with &amp;#039;t64&amp;#039; package.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=052a6813 [052a6813]] DEB tdebase: add new color themes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=39e822a5 [39e822a5]] DEB: remove kaffeine-mozilla module&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=34a4b68c [34a4b68c]] DEB libkdcraw: Build without OpenMP on i386 architecture.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=1e34ee19 [1e34ee19]] DEB digikam: cmake conversion&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=807e19a2 [807e19a2]] FreeBSD libksquirrel: Add lcms to LIB_DEPENDS.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=2329d40b [2329d40b]] FreeBSD: Move gfind and gsed from BUILD_DEPENDS to EXTRACT_DEPENDS&amp;lt;br/&amp;gt;because they may be needed in the post-patch phase.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=4df5a6e0 [4df5a6e0]] RPM: update spec files for building on OBS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=16a17122 [16a17122]] DEB tde-cmake: Raise the minimum required version of CMake to 3.10.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=a410668c [a410668c]] DEB kmplayer: remove dependency on dbus-tqt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=1a3ecd26 [1a3ecd26]] DEB digikam: Remove rules related to man pages.&amp;lt;br/&amp;gt;This is completing issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tde-packaging/issues/390 #390]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=59649f44 [59649f44]] DEB digikam: moved man pages to main repository&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=c7eb760a [c7eb760a]] DEB digikam: moved xpm pictures to main repository&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=8361abef [8361abef]] DEB digikam: remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=97629f02 [97629f02]] DEB: Add support for Ubuntu Plucky, drop support for Ubuntu Lunar.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=828e5dc8 [828e5dc8]] DEB: Add support for Raspbian Trixie, drop support for Raspbian Buster.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=cb07f785 [cb07f785]] DEB krecipes: cmake conversion&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=cd51bc21 [cd51bc21]] DEB kvpn: Refresh patch due to replace kapp.h include.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=3c454513 [3c454513]] RPM: Minor update after building all packages&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=c4fd5e03 [c4fd5e03]] DEB krecipes: remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=8c7b84b3 [8c7b84b3]] DEB krecipes: moved krecipes.xpm to main repository&lt;/div&gt;</summary>
		<author><name>SlavekB</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.2.0&amp;diff=3514</id>
		<title>Changelog For R14.2.0</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.2.0&amp;diff=3514"/>
		<updated>2024-11-12T01:52:23Z</updated>

		<summary type="html">&lt;p&gt;SlavekB: Update 20241111&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= common =&lt;br /&gt;
== admin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=85116532 [85116532]] Remove support for discontinued Reliant/Sinix unix&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=8f4fde8c [8f4fde8c]] Don&amp;#039;t explicetly include tqt.h anymore&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=e9976e36 [e9976e36]] Use tquic directly instead of uic&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=e45962e5 [e45962e5]] Use tqmoc directly instead of tmoc&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=34c35e11 [34c35e11]] Use proper TQt headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=3c012e46 [3c012e46]] tqt-replace and uic-tqt are no longer required&lt;br /&gt;
&lt;br /&gt;
= dependencies =&lt;br /&gt;
== tde-cmake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=eb4d7722 [eb4d7722]] Detects tqt-mt instead of tqt or tqtqui.&amp;lt;br/&amp;gt;Required to drop tqtinterface.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=fd707ac5 [fd707ac5]] Use tquic directly instead of relying on tqtinterface info&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=52da2507 [52da2507]] Use tqmoc directly instead of tmoc&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=b2d2b467 [b2d2b467]] tqt-replace is no longer required&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=9fae6b57 [9fae6b57]] Update version to R14.2.0&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tqt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=792e93f6 [792e93f6]] Remove support for discontinued Reliant/Sinix unix&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=5b77d97b [5b77d97b]] Rename tqrtlcodec-h.html into tqhebrewcodec-h.html&amp;lt;br/&amp;gt;This was missed out in commit c113da20.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=c489c62c [c489c62c]] Update tqt-mt.pc to export the same parameters previously exported in tqt.pc and tqtqui.pc.&amp;lt;br/&amp;gt;Required to drop tqtinterface.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=69e1261d [69e1261d]] Drop Borland compiler specific code&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=c9a75bcc [c9a75bcc]] Fix up left over stuff from commit 397b9afa&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=fed2da8d [fed2da8d]] Move time related functions from tqtinterface/tqapplication.{h,cpp}&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=397b7afa [397b7afa]] Rename ntqapplication, ntqconfig and ntqmodules files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=755d4692 [755d4692]] Remove leftover header file. Should have been removed in commit 6964feed&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=c6a6cade [c6a6cade]] Remove unnecessary references to developer local folders&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=e93b60df [e93b60df]] Rename uic to tquic&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=8066b054 [8066b054]] Remove use of glib thread code. Use pthread instead&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=1e335369 [1e335369]] Fix up leftover from commit 6964feed8&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=58765756 [58765756]] Rename moc to tqmoc&lt;br /&gt;
* [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&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=6964feed [6964feed]] Remove obsolete Netscape plugin and its classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=81288cfc [81288cfc]] Make sure to release thread resources back to the OS once the thread completes.&amp;lt;br/&amp;gt;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.&amp;lt;br/&amp;gt;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.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=24b42848 [24b42848]] Fix fallover case for TQEvent::MetaCall&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=0d546f99 [0d546f99]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (452 of 452 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=8e653076 [8e653076]] Fix possible SEGV if the sender object list was null and thread support enabled&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=232dd26c [232dd26c]] Remove temporary code required for the tqinterface migration phase introduced in commit 8ac0e970&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=87219292 [87219292]] Rename private q* headers into equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=6f57abfc [6f57abfc]] Rename remaining ntq[s-z]* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=0582c90a [0582c90a]] Rename remaining ntq[m-r]* related files to equivalent tq* (except ntqmodules.h)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=39f8a475 [39f8a475]] Rename remaining ntq[i-l]* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=e42ec295 [e42ec295]] Rename remaining ntq[d-h]* related files to equivalent tq*&lt;br /&gt;
* [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)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=7b1d2ad2 [7b1d2ad2]] Remove obsolete ntqabstractlayout.h header&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=367ff3fb [367ff3fb]] Rename global classes nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=d35eedcd [d35eedcd]] Rename style nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=82ecd834 [82ecd834]] Rename layout nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=42957a3f [42957a3f]] Rename more widget nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=fef84691 [fef84691]] Rename basic widget nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=8ef4ea45 [8ef4ea45]] Rename environment class nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=0e787fb7 [0e787fb7]] Rename text class nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=1e9fa8e0 [1e9fa8e0]] Rename graphics class nt* related files to equivalent tq* (part 2)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a30f5359 [a30f5359]] Rename graphics class nt* related files to equivalent tq* (part 1)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=25ad1267 [25ad1267]] Fix errors in qt.dcf introduced in commit 8a071b48. This relates to&amp;lt;br/&amp;gt;issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tqt3/issues/171 #171]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=252a2ec8 [252a2ec8]] Rename IO and network class nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=87d29563 [87d29563]] Rename utility class nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=628b0bb7 [628b0bb7]] Rename drag-n-drop nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=7552c6d7 [7552c6d7]] Rename main window nt* related files to equivalent tq*. The file&amp;lt;br/&amp;gt;&amp;quot;ntqsession.h&amp;quot; was totally unnecessary and has been removed.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=c113da20 [c113da20]] Rename codec nt* related files to equivalent tq*.&amp;lt;br/&amp;gt;The qrtlcodec files have been renamed into tqhebrewcodec files, for consistency with file naming used for other codecs.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=aeefd3fe [aeefd3fe]] Rename threading nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=2cbcca0d [2cbcca0d]] Rename date and time nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a09a6bc0 [a09a6bc0]] Remove documentation for QWS classes and Qt/Embedded&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=bba3e1fa [bba3e1fa]] Fix wrong documentation changes introduced in recent commits&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=8a071b48 [8a071b48]] Remove documentation about activeqt, because the latter is part of the commercial edition of Qt3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=7bc57326 [7bc57326]] Rename style nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=ccbc1c35 [ccbc1c35]] Rename icon nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=0cf411b0 [0cf411b0]] Rename text nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=e6077c30 [e6077c30]] Rename str nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=8c029298 [8c029298]] Rename image nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=0881ed50 [0881ed50]] Rename ptr nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=1f0ce853 [1f0ce853]] Rename template library nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=8ac0e970 [8ac0e970]] Rename ntqwidget* related files to equivalent tqwidget*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=68b81013 [68b81013]] Rename nt* canvas related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=1702a6da [1702a6da]] Rename nt* dom and xml related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=5fffa303 [5fffa303]] Rename nt* sql related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=04913ce7 [04913ce7]] Rename ntqobject*.h and qobject*.cpp to tqobject*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=c11c0f22 [c11c0f22]] Move tqt.h from tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=486211a7 [486211a7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=f5bf794e [f5bf794e]] Update translations binary files&amp;lt;br/&amp;gt;because they are not generated during build.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=4bcca712 [4bcca712]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (464 of 464 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=e90af998 [e90af998]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (464 of 464 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=7e24b2b6 [7e24b2b6]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (464 of 464 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=1938504e [1938504e]] Zero padding bytes in DndReceiverProp struct.&amp;lt;br/&amp;gt;This removes valgrind&amp;#039;s complains about accessing uninitialized memory.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=ee0c5d58 [ee0c5d58]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a6829398 [a6829398]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=d2122705 [d2122705]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=e0a3cab4 [e0a3cab4]] Minor adjustments to porting documentation&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=f2b3ea52 [f2b3ea52]] Drop compatibility code for TQSignal&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=fb6884ea [fb6884ea]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=2e817b4b [2e817b4b]] Remove dangled symlinks for droped compat headers.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=c3bb8881 [c3bb8881]] Drop compatibility code for TQButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=9492e618 [9492e618]] Drop compatibility code for TQThread&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=979f5621 [979f5621]] Drop compatibility code for TQLineEdit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=83991feb [83991feb]] Remove Qt4 related stuff&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=48ea22d0 [48ea22d0]] Drop compatibility code for TQToolButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b1bfbe79 [b1bfbe79]] Drop compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=bfd62a0b [bfd62a0b]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a8466ab3 [a8466ab3]] Translated using Weblate (Chinese (zh))&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3 - examples-i18n&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3-examples-i18n/zh/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=5350a724 [5350a724]] Drop TQT_NO_COMPAT code from mkspecs files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a75445b4 [a75445b4]] Drop Qt2 obsolete classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b6e9b6c6 [b6e9b6c6]] Added translation using Weblate (Turkish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=af9d6b11 [af9d6b11]] Added translation using Weblate (Turkish)&lt;br /&gt;
&lt;br /&gt;
== avahi-tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/avahi-tqt/commit/?id=b907b398 [b907b398]] Use tqmoc instead of moc&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/avahi-tqt/commit/?id=51f0b3f7 [51f0b3f7]] moc-tqt is no longer required&lt;br /&gt;
&lt;br /&gt;
== dbus-tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dbus-tqt/commit/?id=02f7aa7b [02f7aa7b]] Don&amp;#039;t explicetly include tqt.h anymore&lt;br /&gt;
&lt;br /&gt;
== sip4-tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/sip4-tqt/commit/?id=112446ca [112446ca]] Remove support for discontinued Reliant/Sinix unix&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/sip4-tqt/commit/?id=cbc2d404 [cbc2d404]] Don&amp;#039;t explicetly include tqt.h anymore&lt;br /&gt;
&lt;br /&gt;
== pytqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=b978584c [b978584c]] Updated after renaming of ntqconfig.h in tqt3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=df4895c1 [df4895c1]] Adjust to current tqt3 version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=aa676491 [aa676491]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=cba16275 [cba16275]] Drop compatibility code for TQThread&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=8bd235be [8bd235be]] Addons to previous commit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=28273a01 [28273a01]] Drop Qt2&amp;#039;s TQSemiModal class.&lt;br /&gt;
&lt;br /&gt;
= core =&lt;br /&gt;
== tdelibs ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=ce4d0c5d [ce4d0c5d]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdefile - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdefile-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=c582c385 [c582c385]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (35 of 35 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdecore - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdecore-events/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=58d2f86c [58d2f86c]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (48 of 48 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeprint - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeprint-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=3f01108d [3f01108d]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdespell - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdespell-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=dd57fbdc [dd57fbdc]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeioslave-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=c2d398f1 [c2d398f1]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (333 of 333 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=a9b850f2 [a9b850f2]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=c89e9ba6 [c89e9ba6]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdehtml - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdehtml-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=3dcf6f51 [3dcf6f51]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (179 of 179 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/all languages&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/all-languages/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=74f5ead7 [74f5ead7]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdecertpart.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdecertpartdesktop/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=b2e30979 [b2e30979]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=47dce7ac [47dce7ac]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/kmcop - kmcop.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/kmcop-kmcopdesktop/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=56f1afc4 [56f1afc4]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/interfaces - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/interfaces-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=661f9f45 [661f9f45]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=da881069 [da881069]] Don&amp;#039;t explicetly include tqt.h anymore&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=42388dbf [42388dbf]] Adapt to renamed tqt3 header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=5d1bee81 [5d1bee81]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (333 of 333 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=8a70d5cd [8a70d5cd]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 0.0% (0 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/knotify - knotify.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/knotify-knotifydesktop/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=2d3173aa [2d3173aa]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 85.7% (18 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio-desktop-files/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=dc9d10b2 [dc9d10b2]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 20.0% (2 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeioslave-desktop-files/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=1da84e1f [1da84e1f]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (179 of 179 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/all languages&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/all-languages/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=d71e4896 [d71e4896]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=07dae957 [07dae957]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=df2cc312 [df2cc312]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=6ee815d4 [6ee815d4]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7715aa29 [7715aa29]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=5f597674 [5f597674]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=b997cf38 [b997cf38]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=1c2d2a35 [1c2d2a35]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=391e3157 [391e3157]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=b18a5730 [b18a5730]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=45372e27 [45372e27]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=5fc507a7 [5fc507a7]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=93e86eef [93e86eef]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=35621174 [35621174]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=85cb6cbd [85cb6cbd]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=c726740c [c726740c]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=dc9bb26c [dc9bb26c]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=79c48bca [79c48bca]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=1abd4756 [1abd4756]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=82343c63 [82343c63]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=f1b3a717 [f1b3a717]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=e38e0d20 [e38e0d20]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=88d6f964 [88d6f964]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=b02c5737 [b02c5737]] Update the extraction of translations for renamed tqxml in TQt3.&amp;lt;br/&amp;gt;This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/tqt3/issues/155 TDE/tqt3#155]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cc43ae59 [cc43ae59]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (333 of 333 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=dd5ee318 [dd5ee318]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.4% (324 of 329 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=e77d93dc [e77d93dc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=39d31bf7 [39d31bf7]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=3c503d85 [3c503d85]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=48310270 [48310270]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/knotify - knotify.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/knotify-knotifydesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=5efbce07 [5efbce07]] tdehw lib: drop definition of TDEDiskDeviceStatus::Hotpluggable&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cca633c6 [cca633c6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (179 of 179 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/all languages&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/all-languages/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=9755ecd9 [9755ecd9]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=503eb0d9 [503eb0d9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=29b84bd0 [29b84bd0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=f6627610 [f6627610]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7f7e5585 [7f7e5585]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.4% (323 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7a35fcf1 [7a35fcf1]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=f49e67f0 [f49e67f0]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=920d56d2 [920d56d2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=a7316f73 [a7316f73]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=4e0aa6d5 [4e0aa6d5]] Fix functionality broken by commit 8233b2e5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=8233b2e5 [8233b2e5]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=74cb596c [74cb596c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdemarkdown - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdemarkdown-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=29f58681 [29f58681]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (327 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=c6bc3af7 [c6bc3af7]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cdf964bb [cdf964bb]] Update version to R14.2.0&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tdebase ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8acb7577 [8acb7577]] Don&amp;#039;t explicetly include tqt.h anymore&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c7ba1b0b [c7ba1b0b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=76a504ef [76a504ef]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9a8ee2bc [9a8ee2bc]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys - khotkeys.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-khotkeysdesktop/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d007ed89 [d007ed89]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=3adb56d3 [3adb56d3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys - khotkeys.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-khotkeysdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=93072301 [93072301]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=858064d3 [858064d3]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9563c7f1 [9563c7f1]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys - khotkeys.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-khotkeysdesktop/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=86627602 [86627602]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys - khotkeys.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-khotkeysdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=77b84ffd [77b84ffd]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b5af02e6 [b5af02e6]] TDESynDaemon: change timeout from 150 to 300&amp;lt;br/&amp;gt;The old timeout was causing the touchpad to be re-enabled too quickly.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=02fe8ba5 [02fe8ba5]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys - khotkeys.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-khotkeysdesktop/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7398d006 [7398d006]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys - khotkeys.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-khotkeysdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8b519565 [8b519565]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7f1a1e93 [7f1a1e93]] Adapt to renamed tqt3 header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=235d4c9e [235d4c9e]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (106 of 106 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeioslave-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=6cad14c0 [6cad14c0]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 79.6% (364 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=80a07957 [80a07957]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 81.4% (372 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=90365e7b [90365e7b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c2db60eb [c2db60eb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=3b3ce430 [3b3ce430]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper-desktop-files/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ccfcf4d1 [ccfcf4d1]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=cc5cfd87 [cc5cfd87]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 95.6% (22 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=309c9f67 [309c9f67]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/klipper - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=77175601 [77175601]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1fe99ddf [1fe99ddf]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb-events/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e6de59d5 [e6de59d5]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kappfinder - kappfinder.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kappfinder-kappfinderdesktop/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=666871e2 [666871e2]] Translated using Weblate (German)&amp;lt;br/&amp;gt;Currently translated at 100.0% (81 of 81 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-events/de/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1e9c0766 [1e9c0766]] Translated using Weblate (German)&amp;lt;br/&amp;gt;Currently translated at 76.4% (26 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/de/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2f2aeed0 [2f2aeed0]] Translated using Weblate (German)&amp;lt;br/&amp;gt;Currently translated at 50.5% (50 of 99 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdm - sessions&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdm-sessions/de/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7213dd85 [7213dd85]] Translated using Weblate (German)&amp;lt;br/&amp;gt;Currently translated at 86.6% (13 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - compat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-compat/de/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=352d2ee3 [352d2ee3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb-events/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=54dda569 [54dda569]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=da5ee729 [da5ee729]] Added translation using Weblate (Czech)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=6182e327 [6182e327]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d6c81f5c [d6c81f5c]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=07782b25 [07782b25]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d0edcdc0 [d0edcdc0]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=065201c1 [065201c1]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ba458f64 [ba458f64]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c4a74517 [c4a74517]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a7f6377b [a7f6377b]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=09b4bf52 [09b4bf52]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=01a37ebe [01a37ebe]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=23e4dfc9 [23e4dfc9]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a2413540 [a2413540]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8cf1dbb7 [8cf1dbb7]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=61f5b36b [61f5b36b]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5f30621f [5f30621f]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2edb735c [2edb735c]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=581c88bb [581c88bb]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=3e7642cc [3e7642cc]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d63db6fb [d63db6fb]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=cefcd40a [cefcd40a]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=0099d96a [0099d96a]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=902bba19 [902bba19]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=813cc31e [813cc31e]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=38b517a1 [38b517a1]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=815d0e52 [815d0e52]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=14d4fe96 [14d4fe96]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=979bf732 [979bf732]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=6cf6af20 [6cf6af20]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=70013023 [70013023]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ef616793 [ef616793]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e89a8c92 [e89a8c92]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f6ef25ac [f6ef25ac]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=193c53fe [193c53fe]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1048eefc [1048eefc]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b1571209 [b1571209]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d2d552dd [d2d552dd]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=614ccad3 [614ccad3]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kpersonalizer - kpersonalizer.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kpersonalizer-kpersonalizerdesktop/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8e6e529b [8e6e529b]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplash - themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplash-themes/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=268b7ba9 [268b7ba9]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplash - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplash-desktop-files/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b026f6f0 [b026f6f0]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 99.6% (250 of 251 strings)&amp;lt;br/&amp;gt;Translation: tdebase/l10n - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/l10n-desktop-files/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f57f6dc9 [f57f6dc9]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker-desktop-files/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=dbfab40f [dbfab40f]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdm - themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdm-themes/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=114c2dbd [114c2dbd]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 98.9% (98 of 99 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdm - sessions&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdm-sessions/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=526ec427 [526ec427]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 98.0% (50 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1224ccfd [1224ccfd]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 28.5% (6 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-desktop-files/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=525f0e7a [525f0e7a]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper-desktop-files/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e7d1b507 [e7d1b507]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ab28f32e [ab28f32e]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=343f6eb8 [343f6eb8]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=748c99fa [748c99fa]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7505074f [7505074f]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5df54bca [5df54bca]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=45a33de5 [45a33de5]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1276dc7e [1276dc7e]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8497b918 [8497b918]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=6179c39f [6179c39f]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7e7f908e [7e7f908e]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 79.4% (27 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5267dbeb [5267dbeb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys - khotkeys.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-khotkeysdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5d3b7b6b [5d3b7b6b]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=915c3a95 [915c3a95]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - directories&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-directories/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=060c43a4 [060c43a4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8d823fa8 [8d823fa8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=60c0ef10 [60c0ef10]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=fb37868d [fb37868d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 73.5% (78 of 106 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2aa1caea [2aa1caea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 62.3% (283 of 454 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=eb40ec52 [eb40ec52]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8703669a [8703669a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9ce33d10 [9ce33d10]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 73.5% (78 of 106 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d0b0d5d2 [d0b0d5d2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b8f8006b [b8f8006b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=117567d0 [117567d0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 68.7% (22 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f4de2e73 [f4de2e73]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=651c743d [651c743d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - directories&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-directories/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5a8baaa0 [5a8baaa0]] Added R14.1.3 release notes draft&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=11fe84fc [11fe84fc]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=29bf0c46 [29bf0c46]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 73.5% (78 of 106 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e4de8ebc [e4de8ebc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 68.7% (22 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b36c32fc [b36c32fc]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-events/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b525cb14 [b525cb14]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 62.1% (282 of 454 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=4449d863 [4449d863]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b65f90a0 [b65f90a0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi - presets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi-presets/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c04e4905 [c04e4905]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8d642b33 [8d642b33]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=214a7434 [214a7434]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f067db30 [f067db30]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplash - themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplash-themes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=51e06d90 [51e06d90]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (35 of 35 strings)&amp;lt;br/&amp;gt;Translation: tdebase/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/wallpapers-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ccb9a31c [ccb9a31c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin clients - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-clients-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e3264169 [e3264169]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (251 of 251 strings)&amp;lt;br/&amp;gt;Translation: tdebase/l10n - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/l10n-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=de4f14d1 [de4f14d1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeprint - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeprint-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=526d59e6 [526d59e6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=81b38918 [81b38918]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 61.8% (281 of 454 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8214f3e0 [8214f3e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=517f7bee [517f7bee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f1e7be5e [f1e7be5e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 76.8% (266 of 346 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kappfinder - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kappfinder-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=55573505 [55573505]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d582a3c5 [d582a3c5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c3b71a55 [c3b71a55]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2253217b [2253217b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi - presets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi-presets/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5f5e9000 [5f5e9000]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - compat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-compat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=361361b7 [361361b7]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f9d06cee [f9d06cee]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb-events/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a5b06864 [a5b06864]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=55af1724 [55af1724]] Remove usage of TDEDiskDeviceStatus::Hotpluggable&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f093a1be [f093a1be]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdm - themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdm-themes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=21ecd990 [21ecd990]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplash - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplash-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=607f0804 [607f0804]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdehtml_plugins.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdehtml_pluginsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5f815bd0 [5f815bd0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkonq - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkonq-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8175c850 [8175c850]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksysguard - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksysguard-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7c8d600d [7c8d600d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=3faa7b1b [3faa7b1b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kate - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kate-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f6fb0d91 [f6fb0d91]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 61.8% (281 of 454 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=70af14e2 [70af14e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 48.5% (168 of 346 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kappfinder - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kappfinder-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=035c2698 [035c2698]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - directories&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-directories/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a1cbb16b [a1cbb16b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.8% (248 of 251 strings)&amp;lt;br/&amp;gt;Translation: tdebase/l10n - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/l10n-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a26bb216 [a26bb216]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1103f2b1 [1103f2b1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c836bb9d [c836bb9d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=00eab673 [00eab673]] Translated using Weblate (Greek)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/el/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9e7b4bb1 [9e7b4bb1]] TWin: Fix loading of window decoration configuration libraries&amp;lt;br/&amp;gt;Accidentally broken by commit 84ab47055d.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=748a54ff [748a54ff]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=dddd52ff [dddd52ff]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=30d54139 [30d54139]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2317bee2 [2317bee2]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=4c64b274 [4c64b274]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-events/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c0ca8145 [c0ca8145]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f1f2e40a [f1f2e40a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5eec362c [5eec362c]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2986ff6e [2986ff6e]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2937383d [2937383d]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-data/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9ab75fc1 [9ab75fc1]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ea076539 [ea076539]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi - presets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi-presets/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8a8431ab [8a8431ab]] twin: renames twin3_ to twin_ in user theme config files. This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/351 #351] and PR #364.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=91cb2036 [91cb2036]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.0% (33 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=88ea7160 [88ea7160]] KWin: rename client libraries twin3_* -&amp;amp;gt; twin_*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=84ab4705 [84ab4705]] Make TWin look for `twin_` libraries&amp;lt;br/&amp;gt;This is now the preferred way of calling the decoration libraries&amp;lt;br/&amp;gt;(in place of `twin3_`). The old names that start with `twin3_` are&amp;lt;br/&amp;gt;still recognized for compatibility reasons.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/351 #351]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e8336ee5 [e8336ee5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2da663c3 [2da663c3]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8210b058 [8210b058]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=74eb1d78 [74eb1d78]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=90b19e21 [90b19e21]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ce84a0c6 [ce84a0c6]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=950f0ce7 [950f0ce7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tde_release_notes.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tde_release_notesdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d61158c7 [d61158c7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdcop - kdcop.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdcop-kdcopdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ddc6b3af [ddc6b3af]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeintegration.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeintegrationdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1771a344 [1771a344]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5ec66d53 [5ec66d53]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - compat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-compat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=653159ea [653159ea]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=143cff2e [143cff2e]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=78937d51 [78937d51]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9ab17ab4 [9ab17ab4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e539275a [e539275a]] Add release notes draft for R14.2.x series&lt;br /&gt;
&lt;br /&gt;
== tdepim ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=6444ec68 [6444ec68]] Re-add tqui linking for tdepim library.&amp;lt;br/&amp;gt;Although the tests indicated that it was not needed, it led to FTBFS.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=f0bf8c68 [f0bf8c68]] Don&amp;#039;t explicetly include tqt.h and don&amp;#039;t look for libtqui anymore.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=f8f28b44 [f8f28b44]] Adapt to latest tqt3 version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=1d22724f [1d22724f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libtdepim - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=80854783 [80854783]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=cc1d59e9 [cc1d59e9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=0b1c762f [0b1c762f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdepim/akregator - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/akregator-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=f1d159b3 [f1d159b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeabc - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeabc-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=fcf0ec84 [fcf0ec84]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=1239d800 [1239d800]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdepim/ktnef - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/ktnef-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=36939501 [36939501]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knotes - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knotes-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=61180ac3 [61180ac3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmobile - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmobile-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=59fb5a85 [59fb5a85]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=36eae050 [36eae050]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdepim/karm - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/karm-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=1dd75eba [1dd75eba]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kandy - kandy.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kandy-kandydesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=215ba850 [215ba850]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 83.3% (5 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdepim/akregator - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/akregator-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=32a1708d [32a1708d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=2278f487 [2278f487]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: tdepim/konsolekalendar - konsolekalendar.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/konsolekalendar-konsolekalendardesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=abef6a1e [abef6a1e]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=c1f9a97a [c1f9a97a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdepimresources - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdepimresources-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=1a30a1d8 [1a30a1d8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korn - korn.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korn-korndesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=f37c6a89 [f37c6a89]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kalarm - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kalarm-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=3113eb08 [3113eb08]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdepim/akregator - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/akregator-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=5863ef46 [5863ef46]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=0e164959 [0e164959]] Fix functionality broken by commit fd0046c4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=fd0046c4 [fd0046c4]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=860c8799 [860c8799]] Drop deprecated kitchensync code&lt;br /&gt;
&lt;br /&gt;
== tdemultimedia ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=c5e80026 [c5e80026]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdemid - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdemid-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=ec115020 [ec115020]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=1c71f523 [1c71f523]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/libkcddb - libkcddb.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/libkcddb-libkcddbdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=94ca3a13 [94ca3a13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kscd - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kscd-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=6c3e9a2f [6c3e9a2f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=775b1efd [775b1efd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kappfinder - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kappfinder-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=a452bd94 [a452bd94]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaudiocreator - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaudiocreator-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=514a0715 [514a0715]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=cb937aa9 [cb937aa9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaudiocreator - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaudiocreator-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=261327ee [261327ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaboodle - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaboodle-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=ab65a990 [ab65a990]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== tdenetwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=7aaebb15 [7aaebb15]] Use tqmoc directly instead of tmoc&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=62b5b91d [62b5b91d]] Adapt to latest tqt3 version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=01aee861 [01aee861]] Update following tqt3 recent updates&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=d069063d [d069063d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krfb - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krfb-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=2d50a61f [2d50a61f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmktalkd - kcmktalkd.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmktalkd-kcmktalkddesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=ff2cfdf8 [ff2cfdf8]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete-events/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=1fd646e1 [1fd646e1]] tqt-replace is no longer required&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=7cf631be [7cf631be]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=15fd0d5c [15fd0d5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=bff9d105 [bff9d105]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=1e65a9c9 [1e65a9c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krfb - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krfb-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=65f0237b [65f0237b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=0f7aec08 [0f7aec08]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=8b0277b3 [8b0277b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=ea8c2556 [ea8c2556]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kwifi - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kwifi-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=7dbed250 [7dbed250]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=1732e27c [1732e27c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc - ksirc.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc-ksircdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=f0b3ae6b [f0b3ae6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krfb - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krfb-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=0bf1f09c [0bf1f09c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krdc - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krdc-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=cd3b9bc6 [cd3b9bc6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=6c1bfe1c [6c1bfe1c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/knewsticker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/knewsticker-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e540875f [e540875f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=9f39152c [9f39152c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=ec7c5f92 [ec7c5f92]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmlanbrowser - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmlanbrowser-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=bd2c6b41 [bd2c6b41]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kdict - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kdict-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=055c3ba8 [055c3ba8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmktalkd - kcmktalkd.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmktalkd-kcmktalkddesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e8441a98 [e8441a98]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/dcoprss - rssservice.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/dcoprss-rssservicedesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== tdegraphics ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=2a49f484 [2a49f484]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksvg - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksvg-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=32a0eae8 [32a0eae8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=0464b42f [0464b42f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksvg - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksvg-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=83ca390f [83ca390f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kooka - kooka.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kooka-kookadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=b946ccf6 [b946ccf6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kolourpaint - kolourpaint.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kolourpaint-kolourpaintdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=c3994f8f [c3994f8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=c8525154 [c8525154]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kfax - kfax.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kfax-kfaxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=82790fe5 [82790fe5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcoloredit - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcoloredit-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=6628c1cf [6628c1cf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdeiconedit - tdeiconedit.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdeiconedit-tdeiconeditdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=6fec2493 [6fec2493]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewshell - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewshell-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=0ac60cd7 [0ac60cd7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kuickshow - kuickshow.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kuickshow-kuickshowdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=b7a2fb44 [b7a2fb44]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksnapshot - ksnapshot.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksnapshot-ksnapshotdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=d73ec8db [d73ec8db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler - kruler.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler-krulerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=4207cf76 [4207cf76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpovmodeler - kpovmodeler.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpovmodeler-kpovmodelerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=a34651aa [a34651aa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=df90b4db [df90b4db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kfaxview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kfaxview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=10228ff7 [10228ff7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kdvi - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kdvi-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=786ba559 [786ba559]] Fix functionality broken by commit d26dabfe.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=d26dabfe [d26dabfe]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=fdd22494 [fdd22494]] Drop deprecated kmrml code&lt;br /&gt;
&lt;br /&gt;
== tdetoys ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=8a640dc8 [8a640dc8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 71.4% (10 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=47ebe98c [47ebe98c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (285 of 285 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather - stations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather-stations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=bfb7d592 [bfb7d592]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=97649015 [97649015]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kworldclock - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kworldclock-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=29e37f55 [29e37f55]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/ktux - ktux.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/ktux-ktuxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=4eb6f321 [4eb6f321]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kteatime - kteatime.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kteatime-kteatimedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=75d71ec8 [75d71ec8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kodo - kodo.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kodo-kododesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=ef99089e [ef99089e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/amor - amor.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/amor-amordesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=528f19d2 [528f19d2]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeutils ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=a9e3e4cf [a9e3e4cf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kdf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kdf-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== tdeedu ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=758ae2a6 [758ae2a6]] Adapt to latest tqt3 version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=0c53c58d [0c53c58d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=d99f3098 [d99f3098]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=05b36881 [05b36881]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kverbos - kverbos.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kverbos-kverbosdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=b2b4038e [b2b4038e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kturtle - kturtle.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kturtle-kturtledesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=9edf12e3 [9edf12e3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/ktouch - ktouch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/ktouch-ktouchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=373f572e [373f572e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kiten - kiten.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kiten-kitendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=894d22c5 [894d22c5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars - kstars.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars-kstarsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=b245468a [b245468a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kpercentage - kpercentage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kpercentage-kpercentagedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=9a430435 [9a430435]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kmplot - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kmplot-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=7cbde739 [7cbde739]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/klettres - klettres.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/klettres-klettresdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=3f41eb31 [3f41eb31]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/klatin - klatin.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/klatin-klatindesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=274c00f5 [274c00f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kig - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kig-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=d076ba6e [d076ba6e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/khangman - khangman.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/khangman-khangmandesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e7ecdbc7 [e7ecdbc7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography - kgeography.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography-kgeographydesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=7ec075a1 [7ec075a1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/keduca - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/keduca-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e45f4ee3 [e45f4ee3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kbruch - kbruch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kbruch-kbruchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e73aad5f [e73aad5f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kanagram - kanagram.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kanagram-kanagramdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=026dd7e1 [026dd7e1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kalzium - kalzium.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kalzium-kalziumdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=92daf7c2 [92daf7c2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/blinken - blinken.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/blinken-blinkendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=ad620012 [ad620012]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=1b57c822 [1b57c822]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== tdegames ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=707ed9c6 [707ed9c6]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=72486eea [72486eea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/tdefifteen - tdefifteen.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/tdefifteen-tdefifteendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=1af92e8c [1af92e8c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk - knetwalk.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk-knetwalkdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=b4e10441 [b4e10441]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/twin4 - twin4.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/twin4-twin4desktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=60e6b4b7 [60e6b4b7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ktuberling - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ktuberling-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f86cc3b2 [f86cc3b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kspaceduel - kspaceduel.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kspaceduel-kspacedueldesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=1723a2e2 [1723a2e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksokoban - ksokoban.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksokoban-ksokobandesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=b8bfa029 [b8bfa029]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksnake - ksnake.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksnake-ksnakedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f3055d26 [f3055d26]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=25bbc148 [25bbc148]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet - ksirtet.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet-ksirtetdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=bc6ebdd9 [bc6ebdd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksame - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksame-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=245abf4b [245abf4b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kshisen - kshisen.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kshisen-kshisendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=a24aefaf [a24aefaf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f361902f [f361902f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi - kreversi.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi-kreversidesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=bdbf75db [bdbf75db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kpoker - kpoker.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kpoker-kpokerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=8010109b [8010109b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kpat - kpat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kpat-kpatdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=30b2fe6b [30b2fe6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/konquest - konquest.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/konquest-konquestdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e3c0ddc0 [e3c0ddc0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kolf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kolf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=214ce742 [214ce742]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmines - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmines-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e2876665 [e2876665]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e58b9568 [e58b9568]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmines - kmines.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmines-kminesdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=564ede18 [564ede18]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmahjongg - kmahjongg.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmahjongg-kmahjonggdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=a1f2098b [a1f2098b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegames/klickety - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/klickety-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=04405ac0 [04405ac0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kjumpingcube - kjumpingcube.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kjumpingcube-kjumpingcubedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=ddeb59d5 [ddeb59d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kgoldrunner - KGoldrunner.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kgoldrunner-kgoldrunnerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=6aa6a2fc [6aa6a2fc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kenolaba - kenolaba.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kenolaba-kenolabadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=c2e382ff [c2e382ff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbounce - kbounce.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbounce-kbouncedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=43a1ef1a [43a1ef1a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kblackbox - kblackbox.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kblackbox-kblackboxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=47443995 [47443995]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbackgammon - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbackgammon-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=51730a13 [51730a13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbackgammon - kbackgammon.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbackgammon-kbackgammondesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f4e1241f [f4e1241f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kasteroids - kasteroids.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kasteroids-kasteroidsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=195f32ff [195f32ff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegames/atlantik - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/atlantik-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=078f8a60 [078f8a60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/atlantik - atlantik.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/atlantik-atlantikdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=23f73f6d [23f73f6d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=89209b44 [89209b44]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeaccessibility ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=99c5a516 [99c5a516]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (42 of 42 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kttsd - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kttsd-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=f4c5f32a [f4c5f32a]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/ksayit - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/ksayit-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=9d2395df [9d2395df]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmouth - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmouth-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=7f5b20fb [7f5b20fb]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmousetool - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmousetool-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=b3787c8f [b3787c8f]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmag - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmag-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=a32460f3 [a32460f3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (42 of 42 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kttsd - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kttsd-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=cfd35998 [cfd35998]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/ksayit - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/ksayit-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=cb6bf67c [cb6bf67c]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmouth - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmouth-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=a27ad605 [a27ad605]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmousetool - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmousetool-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=03efc91e [03efc91e]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmag - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmag-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=2c1df2ca [2c1df2ca]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 88.0% (37 of 42 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kttsd - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kttsd-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=21a05449 [21a05449]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (42 of 42 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kttsd - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kttsd-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=546f0a26 [546f0a26]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmousetool - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmousetool-desktop-files/nl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=0c8252ff [0c8252ff]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmag - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmag-desktop-files/nl/&lt;br /&gt;
&lt;br /&gt;
== tdeaddons ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=d690b440 [d690b440]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 84.3% (54 of 64 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-plugins-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=03cd3e59 [03cd3e59]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-plugins-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=30247b50 [30247b50]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/ksig - ksig.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/ksig-ksigdesktop/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=b09b92d4 [b09b92d4]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (44 of 44 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-plugins-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=882296ce [882296ce]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 90.6% (58 of 64 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-plugins-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=4edc3085 [4edc3085]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tutorials - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tutorials-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=20c96954 [20c96954]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (64 of 64 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-plugins-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=462e8067 [462e8067]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (64 of 64 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-plugins-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=7247f36b [7247f36b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tutorials - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tutorials-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=729f8436 [729f8436]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-plugins-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=c75bb91d [c75bb91d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/ksig - ksig.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/ksig-ksigdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=8b19a3d4 [8b19a3d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (44 of 44 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-plugins-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== tdeadmin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=fecc551d [fecc551d]] Remove support for discontinued Reliant/Sinix unix&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=912bf664 [912bf664]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kuser - kuser.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kuser-kuserdesktop/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=28becdbc [28becdbc]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/ksysv - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/ksysv-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=38c9590b [38c9590b]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=2ae061e1 [2ae061e1]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage - kpackage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage-kpackagedesktop/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=c65d7c6d [c65d7c6d]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kcmlilo - lilo.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kcmlilo-lilodesktop/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=0dbdc521 [0dbdc521]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kdat - kdat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kdat-kdatdesktop/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=978178b9 [978178b9]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kcron - kcron.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kcron-kcrondesktop/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=0e4b285b [0e4b285b]] Translated using Weblate (German)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kuser - kuser.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kuser-kuserdesktop/de/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=94d0449c [94d0449c]] Translated using Weblate (German)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/ksysv - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/ksysv-desktop-files/de/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=c96eeaef [c96eeaef]] Translated using Weblate (German)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf-desktop-files/de/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=b32b18a1 [b32b18a1]] Translated using Weblate (German)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kdat - kdat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kdat-kdatdesktop/de/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=e11057e4 [e11057e4]] Translated using Weblate (German)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kcron - kcron.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kcron-kcrondesktop/de/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=2526da1f [2526da1f]] Translated using Weblate (German)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kcmlilo - lilo.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kcmlilo-lilodesktop/de/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=7c269be3 [7c269be3]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 50.0% (1 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage - kpackage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage-kpackagedesktop/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=b60f7565 [b60f7565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kuser - kuser.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kuser-kuserdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=39dd6199 [39dd6199]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/ksysv - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/ksysv-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=1ec384e5 [1ec384e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=78260ae7 [78260ae7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage - kpackage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage-kpackagedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=18052ec0 [18052ec0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kdat - kdat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kdat-kdatdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=68dbc1fc [68dbc1fc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kcron - kcron.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kcron-kcrondesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== tdeartwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=3055de54 [3055de54]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/wallpapers-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=cd51daaf [cd51daaf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/twin-styles - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/twin-styles-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=e76fde84 [e76fde84]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/icon themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/icon-themes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=480c8a32 [480c8a32]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/icon themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/icon-themes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=d5891cb6 [d5891cb6]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/wallpapers-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=b7c7780f [b7c7780f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeartwork/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/wallpapers-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=25e4ea58 [25e4ea58]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=0afaf315 [0afaf315]] twin-styles: twin3_ to twin_ conversion&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=5f90bc99 [5f90bc99]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (314 of 314 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/tdescreensaver - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/tdescreensaver-desktop-files/it/&lt;br /&gt;
&lt;br /&gt;
== tdebindings ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=225aca6e [225aca6e]] Fix FTBFS caused by removal of tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=62762a26 [62762a26]] Use tq* header after last round of renaming in tqt3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=b8e21c74 [b8e21c74]] Remove Netscape plugin and Motif extension classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=5c077518 [5c077518]] Adapt to latest tqt3 version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=84ec6486 [84ec6486]] Drop compatibility code for TQSignal&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=13378021 [13378021]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=02712db1 [02712db1]] Drop compatibility code for TQButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=53442b53 [53442b53]] Drop obsolete TQLineEdit methods&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=1b35744b [1b35744b]] Drop compatibility code for TQToolButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=476cadbf [476cadbf]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=941081ce [941081ce]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=dcffc0bc [dcffc0bc]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
== tdesdk ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=4bd8a802 [4bd8a802]] Don&amp;#039;t look for libtqui anymore.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=59829e86 [59829e86]] Translated using Weblate (German)&amp;lt;br/&amp;gt;Currently translated at 97.8% (45 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbabel - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbabel-desktop-files/de/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=e116e963 [e116e963]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbabel - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbabel-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=ba42cd60 [ba42cd60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=0b324ad9 [0b324ad9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=26ea0a31 [26ea0a31]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdecachegrind - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdecachegrind-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=7b277c01 [7b277c01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/scheck - scheck.themerc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/scheck-scheckthemerc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=8d7ac8ea [8d7ac8ea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kuiviewer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kuiviewer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=70cbb21e [70cbb21e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbugbuster - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbugbuster-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=5951f56b [5951f56b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/cervisia - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/cervisia-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=0c03e09c [0c03e09c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/cervisia - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/cervisia-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=b221bea0 [b221bea0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kompare - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kompare-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d50abb28 [d50abb28]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.1% (27 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=3523578c [3523578c]] Fix functionality broken by commit d619f66&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d619f66a [d619f66a]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tdevelop ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=4a372325 [4a372325]] Remove support for discontinued Reliant/Sinix unix&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=700a7e43 [700a7e43]] Don&amp;#039;t explicetly include tqt.h anymore&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=94d117e0 [94d117e0]] Use tqmoc directly instead of tmoc&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=f3ab5af2 [f3ab5af2]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 75.8% (455 of 600 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=c67ee46d [c67ee46d]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop-events/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=a574698a [a574698a]] Adapt to latest tqt3 version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=3219b370 [3219b370]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=f4724912 [f4724912]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop-desktop-files/&lt;br /&gt;
&lt;br /&gt;
== tdewebdev ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=db7f64f6 [db7f64f6]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kxsldbg - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kxsldbg-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=3ac39ad1 [3ac39ad1]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kimagemapeditor - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kimagemapeditor-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=c5fb2d31 [c5fb2d31]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 66.6% (2 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/klinkstatus - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/klinkstatus-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=67e7c23c [67e7c23c]] Adapt to latest tqt3 version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=e5b0f94a [e5b0f94a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=07ecde1c [07ecde1c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kxsldbg - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kxsldbg-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=0e7ff51f [0e7ff51f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/klinkstatus - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/klinkstatus-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=13d63148 [13d63148]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kimagemapeditor - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kimagemapeditor-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=e16b4e3b [e16b4e3b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=6552a392 [6552a392]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== tde-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4e7e3093 [4e7e3093]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/tdefile_rpm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/tdefile_rpm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=15c6aa7b [15c6aa7b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/tdefile_deb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/tdefile_deb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f5d6f1af [f5d6f1af]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmag&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmag/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fc8e5672 [fc8e5672]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2828811b [2828811b]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (72 of 72 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/i18n - entry.desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/i18n-entrydesktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51b115f0 [51b115f0]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=713a31fb [713a31fb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppplogview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppplogview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1b7243ae [1b7243ae]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6248252b [6248252b]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5c8f5ca7 [5c8f5ca7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.3% (933 of 1010 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kommander&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kommander/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=235ce004 [235ce004]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.2% (471 of 500 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdecachegrind&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdecachegrind/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9337e1d0 [9337e1d0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/ksmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3046f9bc [3046f9bc]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=03f09ac0 [03f09ac0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/superkaramba&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/superkaramba/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=21cc57f1 [21cc57f1]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ee57a92 [7ee57a92]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (201 of 201 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cce30d5b [cce30d5b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libtaskmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskmanager/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25609067 [25609067]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ea638cf5 [ea638cf5]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (162 of 162 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4a46265 [a4a46265]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdebase/knetattach&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/knetattach/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c35c9588 [c35c9588]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (181 of 181 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1564fdf1 [1564fdf1]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (292 of 292 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9527b3d5 [9527b3d5]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (230 of 230 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eb10db12 [eb10db12]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (420 of 420 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a0031169 [a0031169]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0fd23a58 [0fd23a58]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (72 of 72 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kpat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kpat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=763921c0 [763921c0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeio_sieve&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeio_sieve/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d736aef1 [d736aef1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_remote&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_remote/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cf6f0932 [cf6f0932]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (245 of 245 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kontact&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kontact/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c3c9a520 [c3c9a520]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail_text_vcard_plugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail_text_vcard_plugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02955a5e [02955a5e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (201 of 201 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d9f55651 [d9f55651]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1cf006e0 [1cf006e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdebase/knetattach&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/knetattach/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f328166b [f328166b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (230 of 230 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2644b1c [e2644b1c]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (201 of 201 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b4597c5d [b4597c5d]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libtaskmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskmanager/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10b64776 [10b64776]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=26be3921 [26be3921]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (162 of 162 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8dbf94c4 [8dbf94c4]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdebase/knetattach&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/knetattach/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7543281d [7543281d]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (181 of 181 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1073a9fb [1073a9fb]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (292 of 292 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45994c61 [45994c61]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (230 of 230 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cfec18c6 [cfec18c6]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (420 of 420 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=20e12441 [20e12441]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48f97cf5 [48f97cf5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6d31d07a [6d31d07a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a9e27c6 [4a9e27c6]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=af135878 [af135878]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2c78ab70 [2c78ab70]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c195bd10 [c195bd10]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2301704 [e2301704]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8ddd7d27 [8ddd7d27]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 96.5% (2490 of 2578 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5fae7cc0 [5fae7cc0]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1010 of 1010 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kommander&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kommander/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=068f4e77 [068f4e77]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7993f3b [e7993f3b]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1a79c5e9 [1a79c5e9]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevtipofday&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevtipofday/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=55de1686 [55de1686]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5195 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6f75f28f [6f75f28f]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/libKTTSD&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/libkttsd/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=368fc49a [368fc49a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (48 of 48 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/artsmodules&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/artsmodules/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a4cd332 [9a4cd332]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.7% (367 of 368 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kate/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ecc700aa [ecc700aa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (292 of 292 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=86ce250a [86ce250a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8708364f [8708364f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=92b2f0a8 [92b2f0a8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c66a43a8 [c66a43a8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 85.1% (138 of 162 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3865e1f0 [3865e1f0]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 75.3% (122 of 162 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6e13309d [6e13309d]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (162 of 162 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d6f7d48 [7d6f7d48]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ea0ccdd [7ea0ccdd]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (162 of 162 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bf17fa56 [bf17fa56]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=39bb5c66 [39bb5c66]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 75.3% (122 of 162 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6deccc67 [6deccc67]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ad23337 [2ad23337]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=15bbb8ad [15bbb8ad]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a08f6f37 [a08f6f37]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (201 of 201 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=faf8fb8c [faf8fb8c]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (115 of 115 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c186f9a2 [c186f9a2]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (330 of 330 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e539d531 [e539d531]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_sftp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b679569d [b679569d]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_sftp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=22a4ca79 [22a4ca79]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kaddressbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kaddressbook/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=91d0dae9 [91d0dae9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2023bebc [2023bebc]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dffcd964 [dffcd964]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=29e35919 [29e35919]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=11535892 [11535892]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_flac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_flac/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=051e0f23 [051e0f23]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a9b057a5 [a9b057a5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=694fa2dd [694fa2dd]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df62813a [df62813a]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libtaskmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskmanager/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c36489a0 [c36489a0]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cb0de884 [cb0de884]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdebase/knetattach&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/knetattach/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e26ea16f [e26ea16f]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (181 of 181 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b390e4d8 [b390e4d8]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (292 of 292 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3f8ca34a [3f8ca34a]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (230 of 230 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5b01c813 [5b01c813]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (103 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kasbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kasbarextension/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=23f2e2b7 [23f2e2b7]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 97.0% (100 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kasbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kasbarextension/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f0936d02 [f0936d02]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 93.3% (28 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libtaskmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskmanager/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8d8b436e [8d8b436e]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (181 of 181 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0715a602 [0715a602]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=66b3fc76 [66b3fc76]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4e5d9f2 [a4e5d9f2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=db30e520 [db30e520]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/libtaskmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskmanager/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ddde2d90 [ddde2d90]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3f86919b [3f86919b]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdebase/knetattach&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/knetattach/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2598df06 [2598df06]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/knetattach&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/knetattach/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc8638eb [bc8638eb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f6e7c05d [f6e7c05d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/ksmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4c4c3ed [a4c4c3ed]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c21b696c [c21b696c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0ad61895 [0ad61895]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 80.0% (8 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_asus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_asus/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=69d4bb8f [69d4bb8f]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 66.6% (4 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_raw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_raw/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6b87879e [6b87879e]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 85.0% (17 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmiccconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmiccconfig/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=900946f0 [900946f0]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a57515f6 [a57515f6]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a684f2b2 [a684f2b2]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 30.0% (6 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmiccconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmiccconfig/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6e4ced59 [6e4ced59]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 96.5% (56 of 58 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/twin_art_clients&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/twin_art_clients/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e91699a6 [e91699a6]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (286 of 287 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/klock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/klock/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9eb75f0b [9eb75f0b]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (60 of 60 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/libtdeedu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/libtdeedu/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cd145a4e [cd145a4e]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (111 of 111 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/khangman&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/khangman/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cfa0480f [cfa0480f]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/keduca&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/keduca/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=01f79e50 [01f79e50]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (88 of 88 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kanagram&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kanagram/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=696734ac [696734ac]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (386 of 386 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kolourpaint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kolourpaint/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5ee9a20d [5ee9a20d]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.3% (37 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcoloredit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcoloredit/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9dc4db8e [9dc4db8e]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.9% (185 of 187 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/libkcddb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/libkcddb/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=efbb2e2e [efbb2e2e]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 94.4% (34 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_vorbis&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_vorbis/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1333440c [1333440c]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libkleopatra&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkleopatra/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=19dba44a [19dba44a]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 92.3% (24 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_blogging&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_blogging/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=75f8babe [75f8babe]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (74 of 74 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmobile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmobile/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ffcf2409 [ffcf2409]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.7% (359 of 360 strings)&amp;lt;br/&amp;gt;Translation: tdepim/akregator&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/akregator/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0a7f43c0 [0a7f43c0]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 90.0% (27 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=805f9722 [805f9722]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 84.6% (11 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kickermenu_kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kickermenu_kate/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4c59ba59 [4c59ba59]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.1% (225 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e01c81aa [e01c81aa]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b29a0184 [b29a0184]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2be1b2a0 [2be1b2a0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd25612e [bd25612e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4c2af65 [d4c2af65]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3870da7f [3870da7f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=93265c20 [93265c20]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0928f522 [0928f522]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=768eb738 [768eb738]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ebbe7fb7 [ebbe7fb7]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a685c520 [a685c520]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 99.0% (413 of 417 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libtdepim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a6c45482 [a6c45482]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 66.6% (12 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kay&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kay/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b1606b8c [b1606b8c]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (292 of 292 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c79bd61 [3c79bd61]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4bfd546b [4bfd546b]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 86.3% (76 of 88 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kpersonalizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kpersonalizer/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8bdbcfe2 [8bdbcfe2]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.1% (2714 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1f1863d8 [1f1863d8]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3bff50c1 [3bff50c1]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2e885b52 [2e885b52]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a490f14b [a490f14b]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=03162dd2 [03162dd2]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=20259c10 [20259c10]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=37dd609c [37dd609c]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0492e08b [0492e08b]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=70075fe0 [70075fe0]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9b5150e [c9b5150e]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bf7d8b96 [bf7d8b96]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1b0e5f2a [1b0e5f2a]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bea014ba [bea014ba]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cfabd897 [cfabd897]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b5dd7e37 [b5dd7e37]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7bc019e6 [7bc019e6]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e0bd24f [1e0bd24f]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=24dfd0ed [24dfd0ed]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=98ef2841 [98ef2841]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f8b5ce1e [f8b5ce1e]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=33aac2d1 [33aac2d1]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5e0bb642 [5e0bb642]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=07377164 [07377164]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee5d31b5 [ee5d31b5]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b5085e5 [2b5085e5]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ead1b876 [ead1b876]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7e9f353a [7e9f353a]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=58a4a407 [58a4a407]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73421a19 [73421a19]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51aa6e19 [51aa6e19]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68f3bb9a [68f3bb9a]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9065d097 [9065d097]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6d902faa [6d902faa]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6f4277d4 [6f4277d4]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a0de4535 [a0de4535]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cdfaa0f7 [cdfaa0f7]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b0f167fe [b0f167fe]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8aaea1b6 [8aaea1b6]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c6652021 [c6652021]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b0640072 [b0640072]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a6782aa5 [a6782aa5]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c92c19e0 [c92c19e0]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=036dc793 [036dc793]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f081e42b [f081e42b]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=11a0dbd2 [11a0dbd2]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4d72ddc [c4d72ddc]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da86d6db [da86d6db]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=beab1346 [beab1346]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ddbb8cd0 [ddbb8cd0]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=24b7c583 [24b7c583]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f7ea6f6c [f7ea6f6c]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c281d9b [3c281d9b]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6f78d66 [d6f78d66]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e90880c3 [e90880c3]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc904ef6 [bc904ef6]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0aafd0a14 [0aafd0a14]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6169c7e9 [6169c7e9]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=60162d58 [60162d58]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc247df1 [bc247df1]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ace78a1 [2ace78a1]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8f90fce0 [8f90fce0]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ca52b85 [7ca52b85]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e6edce6 [1e6edce6]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=902befa5 [902befa5]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fc148ae3 [fc148ae3]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6ad276c3 [6ad276c3]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb8d18be [bb8d18be]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a82a85b [9a82a85b]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fe8a20e [4fe8a20e]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a70ccb41 [a70ccb41]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0530cfe9 [0530cfe9]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fb088850 [fb088850]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=90609151 [90609151]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cfc3bda0 [cfc3bda0]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b48e9dc9 [b48e9dc9]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=effa4881 [effa4881]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a0241f3b [a0241f3b]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5747ea65 [5747ea65]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b54d37aa [b54d37aa]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a22bb1ae [a22bb1ae]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b6dfc42c [b6dfc42c]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16c27422 [16c27422]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61436888 [61436888]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eff05ef7 [eff05ef7]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1b250e36 [1b250e36]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d1e3f46 [7d1e3f46]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bba765a5 [bba765a5]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=38ab219c [38ab219c]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b80af83c [b80af83c]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9764ba37 [9764ba37]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=52e29a9d [52e29a9d]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cc0cdb80 [cc0cdb80]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c0b7d75 [6c0b7d75]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02a81a1f [02a81a1f]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=93a14056 [93a14056]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6ca70560 [6ca70560]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ab212382 [ab212382]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=77ae3c5f [77ae3c5f]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da2541d9 [da2541d9]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3509c7d0 [3509c7d0]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d93acd3f [d93acd3f]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8aafd6f5 [8aafd6f5]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d3f0d4de [d3f0d4de]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f955dbfe [f955dbfe]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=528e0ddb [528e0ddb]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5583b1aa [5583b1aa]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7c012027 [7c012027]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30b3108b [30b3108b]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=09ddf6b8 [09ddf6b8]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c7428cae [c7428cae]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=63a7f53b [63a7f53b]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=705dcdac [705dcdac]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c627fcf8 [c627fcf8]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d905fba7 [d905fba7]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a616c35 [8a616c35]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8ebb90e3 [8ebb90e3]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ec8b0335 [ec8b0335]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=99ed9d15 [99ed9d15]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=14f9ad26 [14f9ad26]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 50.0% (2 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdefileaudiopreview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdefileaudiopreview/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da7b7a3a [da7b7a3a]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 66.6% (4 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/libtdescreensaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/libtdescreensaver/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30ddf1a6 [30ddf1a6]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 97.8% (411 of 420 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8ee4d659 [8ee4d659]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12e84191 [12e84191]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=98c60757 [98c60757]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2079f7b6 [2079f7b6]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=667bc8e8 [667bc8e8]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=32e248ab [32e248ab]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=594ad630 [594ad630]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=405251a6 [405251a6]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8f1a8fbf [8f1a8fbf]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6da8ee99 [6da8ee99]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=40f78616 [40f78616]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8eb81a22 [8eb81a22]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=310e0914 [310e0914]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cad4fbfc [cad4fbfc]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fa8b2a87 [fa8b2a87]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fd288ca3 [fd288ca3]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d7ac729b [d7ac729b]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a832252 [4a832252]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=017b3b31 [017b3b31]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=57dcec2e [57dcec2e]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8945f724 [8945f724]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3dc7abdb [3dc7abdb]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8ea8e880 [8ea8e880]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b999545d [b999545d]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fceefaa3 [fceefaa3]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 33.3% (5 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/knotify&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/knotify/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5257669b [5257669b]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 11.5% (3 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio_help&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio_help/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a29c6be5 [a29c6be5]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 18.1% (218 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d8e5ecc8 [d8e5ecc8]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 11.1% (8 of 72 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/i18n - entry.desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/i18n-entrydesktop-files/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9ee9f878 [9ee9f878]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (58 of 58 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=40ef5041 [40ef5041]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 85.2% (75 of 88 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kpersonalizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kpersonalizer/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f7896b23 [f7896b23]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplash&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplash/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d117158f [d117158f]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kgreet_winbind&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kgreet_winbind/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bfa16de3 [bfa16de3]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 90.0% (9 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kgreet_classic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kgreet_classic/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0cb261aa [0cb261aa]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 96.1% (25 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_tom&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_tom/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6cd1dc0e [6cd1dc0e]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 40.0% (2 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_remotemenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_remotemenu/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4d3f8768 [4d3f8768]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_tdeprint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_tdeprint/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f1516858 [f1516858]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 42.8% (3 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_konsole/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0720e002 [0720e002]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 66.6% (2 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_systemmenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_systemmenu/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=676b8a87 [676b8a87]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkicker/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3e39c352 [3e39c352]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 75.0% (3 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_recentdocs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_recentdocs/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b787361 [7b787361]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kickermenu_kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kickermenu_kate/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61b8363c [61b8363c]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 60.0% (3 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_prefmenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_prefmenu/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8b1a4d84 [8b1a4d84]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkicker/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=af61dc15 [af61dc15]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 99.6% (260 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd4e1e41 [bd4e1e41]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (152 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdmconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmconfig/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fce7fe6c [fce7fe6c]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (126 of 126 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdmgreet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmgreet/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17725789 [17725789]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bbccf8a0 [bbccf8a0]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_finger&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_finger/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=50665128 [50665128]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 38.0% (8 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_pop3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_pop3/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=743e082d [743e082d]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 23.0% (3 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_ldap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_ldap/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0c56b5c [c0c56b5c]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 96.1% (25 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_man&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_man/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=01f477fb [01f477fb]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (152 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_media&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_media/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=688817be [688817be]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_floppy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_floppy/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b0d0a622 [b0d0a622]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (37 of 37 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_trash&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_trash/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3a1d74a0 [3a1d74a0]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 28.5% (2 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_fish&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_fish/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9d0dca8f [9d0dca8f]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 33.3% (3 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_nntp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_nntp/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4ef0c77 [d4ef0c77]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 42.8% (3 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_nfs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_nfs/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bf7c18ac [bf7c18ac]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 44.8% (13 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_smtp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_smtp/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=00b6ca0b [00b6ca0b]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 50.0% (2 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_home&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_home/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=74339bec [74339bec]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 50.0% (2 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_tar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_tar/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=33d91c00 [33d91c00]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 38.0% (8 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_smb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_smb/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5c40139b [5c40139b]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 40.0% (2 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_remote&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_remote/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a3c4d52f [a3c4d52f]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (50 of 50 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_print&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_print/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=495c0b7c [495c0b7c]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 40.0% (2 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeprint_part&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeprint_part/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25ba04c8 [25ba04c8]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 18.1% (2 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_thumbnail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_thumbnail/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6503339b [6503339b]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 53.8% (7 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_mac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_mac/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=56c0e444 [56c0e444]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 64.1% (25 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_sftp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=20677036 [20677036]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 83.3% (5 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_settings&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_settings/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=43e66079 [43e66079]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 50.0% (2 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_system&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_system/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1c889ad4 [1c889ad4]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 17.3% (4 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kstart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kstart/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc04aebe [bc04aebe]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 98.5% (70 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=28e79aca [28e79aca]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/appletproxy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/appletproxy/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dbbada13 [dbbada13]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 99.0% (611 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3af99205 [3af99205]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c2ec047e [c2ec047e]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4b8cc14 [d4b8cc14]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9239d442 [9239d442]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ec220289 [ec220289]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e1e1d68c [e1e1d68c]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0e4d32e [c0e4d32e]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8fd97e1b [8fd97e1b]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d3dc69bb [d3dc69bb]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=83cafd25 [83cafd25]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=63feb0b5 [63feb0b5]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c5791169 [c5791169]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=981a1e22 [981a1e22]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d961b689 [d961b689]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0332f20b [0332f20b]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d58dcfa4 [d58dcfa4]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e90a912b [e90a912b]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2f64008 [e2f64008]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4469efb4 [4469efb4]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7c72465d [7c72465d]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=814c3430 [814c3430]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a322ccef [a322ccef]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f40b8806 [f40b8806]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5c74bfd4 [5c74bfd4]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b05c722 [3b05c722]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e430870a [e430870a]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=86506f74 [86506f74]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dbd1c4b0 [dbd1c4b0]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=05e25904 [05e25904]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1450ae16 [1450ae16]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=278fd0e5 [278fd0e5]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fcc25710 [fcc25710]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c95cd9ef [c95cd9ef]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b9a56e24 [b9a56e24]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7abb789 [e7abb789]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cc2072fa [cc2072fa]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b0c89d3f [b0c89d3f]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=debfcbb0 [debfcbb0]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=698e6d12 [698e6d12]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=29b23d97 [29b23d97]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6284cd42 [6284cd42]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02239f98 [02239f98]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12f0b82a [12f0b82a]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c5abb248 [c5abb248]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=20abf1d9 [20abf1d9]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fa7c3b88 [fa7c3b88]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6efcbc29 [6efcbc29]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c6527a34 [c6527a34]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d1343ffa [d1343ffa]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8f9706af [8f9706af]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=64aebe0d [64aebe0d]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1c5fcb38 [1c5fcb38]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b070f8c2 [b070f8c2]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7caf29d4 [7caf29d4]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.1% (114 of 115 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=96fc6890 [96fc6890]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3bf91bbf [3bf91bbf]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ee30d59 [3ee30d59]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=52211206 [52211206]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=01a00817 [01a00817]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.2% (95 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78585e41 [78585e41]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3992dedd [3992dedd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kate/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=06262ce3 [06262ce3]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=00d469cf [00d469cf]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bcce5928 [bcce5928]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (43 of 43 strings)&amp;lt;br/&amp;gt;Translation: tdebase/joystick&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/joystick/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7306f205 [7306f205]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f5738263 [f5738263]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a524b293 [a524b293]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b2cf3b9 [3b2cf3b9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d82307b0 [d82307b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=11475c66 [11475c66]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0d015df0 [0d015df0]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (420 of 420 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=531245f0 [531245f0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12be706f [12be706f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=deed92e4 [deed92e4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c7dbbbfa [c7dbbbfa]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48ed4b75 [48ed4b75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (69 of 69 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abe4cdc3 [abe4cdc3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (366 of 368 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kate/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4e1cf589 [4e1cf589]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (2467 of 2578 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3385d5fb [3385d5fb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=796c9cfe [796c9cfe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (355 of 355 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kuser&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kuser/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=564b9380 [564b9380]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (127 of 127 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdepimwizards&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdepimwizards/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c79192e4 [c79192e4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.0% (188 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libkleopatra&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkleopatra/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48773f92 [48773f92]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.2% (95 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e0407e34 [e0407e34]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.9% (364 of 368 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kate/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1a8a2dd3 [1a8a2dd3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (198 of 198 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmcrypto&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmcrypto/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ed0a582 [1ed0a582]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (173 of 173 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=895cb0ad [895cb0ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (127 of 127 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwinrules&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwinrules/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6d585224 [6d585224]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 90.2% (93 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=24c82153 [24c82153]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5e2ee3a0 [5e2ee3a0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (123 of 123 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=15917a56 [15917a56]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (170 of 170 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30ddf256 [30ddf256]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (68 of 68 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwindecoration&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwindecoration/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5dc94c3a [5dc94c3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplash&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplash/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=675a8015 [675a8015]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (380 of 380 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kxsldbg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kxsldbg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ed5f4af8 [ed5f4af8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.9% (929 of 1010 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kommander&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kommander/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0bd23588 [0bd23588]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0d32caee [0d32caee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (306 of 306 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/ktouch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/ktouch/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7f6475eb [7f6475eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (990 of 990 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd1bf66e [bd1bf66e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (416 of 416 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d95998de [d95998de]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e3522bd2 [e3522bd2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (1235 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8b22db15 [8b22db15]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmstyle&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmstyle/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f921c1e2 [f921c1e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (366 of 366 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksysguard&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksysguard/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=af6659cd [af6659cd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (112 of 112 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a993f23d [a993f23d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (84 of 84 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtaskbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtaskbar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e8176e10 [e8176e10]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmiccconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmiccconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8e12ed68 [8e12ed68]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (330 of 330 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=db4f1433 [db4f1433]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kreadconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kreadconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dcff00f6 [dcff00f6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6400a78b [6400a78b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=95dfd238 [95dfd238]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8f150a03 [8f150a03]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=457f1159 [457f1159]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (199 of 199 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=28486ba0 [28486ba0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdehwdevicetray&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdehwdevicetray/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1b0d0cd0 [1b0d0cd0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (223 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6ccdbbdb [6ccdbbdb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (2467 of 2578 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0a5ecea6 [0a5ecea6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - tdehtmlsettings&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-tdehtmlsettings/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d2018b37 [d2018b37]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (553 of 553 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kgpg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kgpg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=60c329bd [60c329bd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (225 of 225 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9f05344d [9f05344d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (205 of 205 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdemid&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdemid/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8c5d76b [a8c5d76b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (37 of 37 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeabc_slox&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeabc_slox/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dc218365 [dc218365]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_kolab&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_kolab/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=80f2f368 [80f2f368]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2431 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fc6a3bf [4fc6a3bf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdebase/trashapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/trashapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1b781f5a [1b781f5a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (88 of 88 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kpersonalizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kpersonalizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=66c6f08a [66c6f08a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (66 of 66 strings)&amp;lt;br/&amp;gt;Translation: tdebase/privacy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/privacy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=58e832a2 [58e832a2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (366 of 366 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksysguard&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksysguard/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0b4f6d0f [0b4f6d0f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0a44c427 [0a44c427]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b645157c [b645157c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb4b2001 [bb4b2001]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksystraycmd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksystraycmd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c5f1d6c3 [c5f1d6c3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.2% (30 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevtipofday&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevtipofday/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=309e3e6d [309e3e6d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.8% (5277 of 5622 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1d9c56e4 [1d9c56e4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (416 of 416 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bcf267a0 [bcf267a0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2431 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d0d04394 [d0d04394]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (181 of 181 strings)&amp;lt;br/&amp;gt;Translation: tdepim/karm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/karm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=083ecc5c [083ecc5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (197 of 197 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f72816d6 [f72816d6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.4% (115 of 123 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=74f0f572 [74f0f572]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmenergy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmenergy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=103d1f13 [103d1f13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ac60833c [ac60833c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (50 of 50 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7768704e [7768704e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (42 of 42 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkurifilt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkurifilt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dfd51532 [dfd51532]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0796f2d5 [0796f2d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=173600ff [173600ff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.6% (468 of 500 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdecachegrind&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdecachegrind/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e47f07a4 [e47f07a4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (223 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=daf1982c [daf1982c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.5% (2464 of 2578 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b1614943 [b1614943]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (121 of 121 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/klinkstatus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/klinkstatus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41fc90d7 [41fc90d7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (183 of 183 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kimagemapeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kimagemapeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6e3dcd2b [6e3dcd2b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9848ebfd [9848ebfd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (833 of 833 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a002df0 [8a002df0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.8% (464 of 500 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdecachegrind&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdecachegrind/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b3e65559 [b3e65559]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (208 of 208 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbugbuster&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbugbuster/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f98ef4a5 [f98ef4a5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1016 of 1016 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbabel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbabel/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=46d210ec [46d210ec]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (382 of 382 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/cervisia&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/cervisia/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82b1a200 [82b1a200]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (355 of 355 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kuser&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kuser/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d9b1dac5 [d9b1dac5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6d631e04 [6d631e04]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - kuick&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-kuick/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bfeb6261 [bfeb6261]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (48 of 48 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - metabar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-metabar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=503622d8 [503622d8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - kuick-kcm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-kuick-kcm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de6a09e6 [de6a09e6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - imgallery&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-imgallery/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c85ebc44 [c85ebc44]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - dub&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-dub/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bcc9edad [bcc9edad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (316 of 316 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbackgammon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbackgammon/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b6004e2 [2b6004e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (68 of 68 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kpercentage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kpercentage/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82fc7442 [82fc7442]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdewalletmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdewalletmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=216f3b21 [216f3b21]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (217 of 217 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/ark&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/ark/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ed52dde7 [ed52dde7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (256 of 256 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kooka&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kooka/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ebaec3f5 [ebaec3f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e75d3976 [e75d3976]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (403 of 403 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=987886cb [987886cb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=922ded6e [922ded6e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (254 of 254 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8e8d1a70 [8e8d1a70]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (332 of 332 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c5c42c80 [c5c42c80]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (138 of 138 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kscd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kscd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=59494524 [59494524]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (320 of 320 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de5ec621 [de5ec621]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdepimresources&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdepimresources/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=43dafded [43dafded]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeio_imap4&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeio_imap4/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ebaac0f2 [ebaac0f2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (37 of 37 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeabc_slox&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeabc_slox/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=62a67547 [62a67547]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 38.4% (5 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_remote&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_remote/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5f621317 [5f621317]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (1235 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=59dc39df [59dc39df]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (723 of 723 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fe507f67 [fe507f67]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2431 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=59780318 [59780318]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (129 of 129 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kandy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kandy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=452ad70f [452ad70f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.7% (341 of 360 strings)&amp;lt;br/&amp;gt;Translation: tdepim/akregator&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/akregator/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f53aa4aa [f53aa4aa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (126 of 126 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdmgreet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmgreet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=99db62ed [99db62ed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (366 of 366 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksysguard&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksysguard/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a7ad59e6 [a7ad59e6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d31236e0 [d31236e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41b945d4 [41b945d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (59 of 59 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsamba&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsamba/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3e8e13a7 [3e8e13a7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.9% (227 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=be697a7c [be697a7c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (140 of 140 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=413ebd68 [413ebd68]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (101 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=826389da [826389da]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (67 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bbcddbeb [bbcddbeb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (420 of 420 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5bb90fbc [5bb90fbc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1013 of 1013 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeprint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeprint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f8076892 [f8076892]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=399a56ef [399a56ef]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb519326 [bb519326]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (990 of 990 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fed66336 [fed66336]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.0% (188 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libkleopatra&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkleopatra/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c21ebe63 [c21ebe63]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a86478db [a86478db]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kgamma&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kgamma/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=846b2220 [846b2220]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_au&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_au/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e204875a [e204875a]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (332 of 332 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d7d7e68a [d7d7e68a]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (187 of 187 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/libkcddb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/libkcddb/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f4a69841 [f4a69841]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1249ad0c [1249ad0c]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (92 of 92 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/artsbuilder&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/artsbuilder/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=26a0c71d [26a0c71d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdelicense&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdelicense/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c7e556d [6c7e556d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdehwdevicetray&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdehwdevicetray/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b0b7c2f9 [b0b7c2f9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f2357e9e [f2357e9e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (382 of 382 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/cervisia&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/cervisia/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3db290ed [3db290ed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (553 of 553 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kgpg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kgpg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f4eeee18 [f4eeee18]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (215 of 215 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kdvi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kdvi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=28b8f5c6 [28b8f5c6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (403 of 403 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6e5e67fe [6e5e67fe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c644572d [c644572d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (254 of 254 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c04d02d5 [c04d02d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eca9f00f [eca9f00f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (320 of 320 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aafe9d29 [aafe9d29]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (1235 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ed12659f [ed12659f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (197 of 197 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a32e05d [8a32e05d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (45 of 45 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmfonts&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmfonts/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dcc721d8 [dcc721d8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (89 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d457974e [d457974e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tderandr&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tderandr/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=109b0e7a [109b0e7a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=447ccdba [447ccdba]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.5% (159 of 170 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4de62878 [4de62878]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 71.4% (20 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplash&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplash/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b534a608 [b534a608]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.9% (227 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1d3e9eec [1d3e9eec]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (290 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=69131504 [69131504]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0644a0ae [0644a0ae]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (127 of 127 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwinrules&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwinrules/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4c88bd94 [4c88bd94]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61e7c254 [61e7c254]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdecmshell&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdecmshell/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9ecf5f76 [9ecf5f76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0608cdc0 [0608cdc0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb7d136e [bb7d136e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (92 of 92 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/ksayit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/ksayit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c208d275 [c208d275]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (181 of 181 strings)&amp;lt;br/&amp;gt;Translation: tdepim/karm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/karm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68f6704e [68f6704e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f0664096 [f0664096]] Translated using Weblate (Tajik)&amp;lt;br/&amp;gt;Currently translated at 12.3% (642 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/tg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68d1962f [68d1962f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/tdefile_rpm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/tdefile_rpm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4e269151 [4e269151]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/tdefile_deb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/tdefile_deb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ad905f0 [1ad905f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/secpolicy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/secpolicy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=54317917 [54317917]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (202 of 202 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmouth&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmouth/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3a098bc9 [3a098bc9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kfouleggs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kfouleggs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=05551020 [05551020]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/ktimer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/ktimer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17c43d72 [17c43d72]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/ktux&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/ktux/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=815164b6 [815164b6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kmoon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kmoon/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dc916612 [dc916612]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=77b884d8 [77b884d8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - webarchiver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-webarchiver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=49ab2f9a [49ab2f9a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (122 of 122 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libksirtet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libksirtet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=14ef1ed5 [14ef1ed5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=91d9797f [91d9797f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=133ff3af [133ff3af]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7c316505 [7c316505]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (1235 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f173562f [f173562f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 75.6% (56 of 74 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmobile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmobile/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9fac545f [9fac545f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2431 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cd7ace3a [cd7ace3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (697 of 697 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kalarm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kalarm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=203b147b [203b147b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.5% (348 of 368 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kate/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=42659f46 [42659f46]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (101 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17a19efb [17a19efb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1013 of 1013 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeprint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeprint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e439266d [e439266d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdelicense&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdelicense/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6d019074 [6d019074]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.5% (2464 of 2578 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c300ad02 [c300ad02]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6590b5ab [6590b5ab]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdegames/klickety&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/klickety/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5e640f9d [5e640f9d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (108 of 108 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbattleship&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbattleship/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45d75aae [45d75aae]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (139 of 139 strings)&amp;lt;br/&amp;gt;Translation: tdegames/atlantik&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/atlantik/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f012b653 [f012b653]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (85 of 85 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/klettres&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/klettres/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bf29c600 [bf29c600]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kcmlirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kcmlirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bca56e64 [bca56e64]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (386 of 386 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kolourpaint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kolourpaint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1779433b [1779433b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f95219d2 [f95219d2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (84 of 84 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtaskbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtaskbar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c24cc5c3 [c24cc5c3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 80.9% (68 of 84 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtaskbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtaskbar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=668aacdb [668aacdb]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 84.7% (356 of 420 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a79dc217 [a79dc217]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5e5d11e6 [5e5d11e6]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a46fdb8 [4a46fdb8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=27658a95 [27658a95]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51d4d926 [51d4d926]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ad155181 [ad155181]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6b5aa2f8 [6b5aa2f8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.2% (30 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevtipofday&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevtipofday/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=736e94be [736e94be]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (287 of 287 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/klock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/klock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a03c66a [4a03c66a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (60 of 60 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/libtdeedu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/libtdeedu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8223c079 [8223c079]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/keduca&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/keduca/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10af1497 [10af1497]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (88 of 88 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kanagram&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kanagram/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=611f5ff9 [611f5ff9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (127 of 127 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdepimwizards&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdepimwizards/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=97cff302 [97cff302]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdepimresources&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdepimresources/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44957956 [44957956]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeio_imap4&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeio_imap4/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=80b4a0e1 [80b4a0e1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeio_groupwise&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeio_groupwise/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9e84130e [9e84130e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdefile_palm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdefile_palm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dcb7b17d [dcb7b17d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeabc2mutt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeabc2mutt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9d9d52cc [9d9d52cc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (42 of 42 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libksieve&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libksieve/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fb5af44a [fb5af44a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (119 of 119 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libkpgp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkpgp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a3935a5 [6a3935a5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libkmime&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkmime/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5c019dda [5c019dda]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (509 of 509 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libkcal&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkcal/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e07060ae [e07060ae]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44b253ff [44b253ff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_xmlrpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_xmlrpc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=91535bc3 [91535bc3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_groupware&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_groupware/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=018a78d6 [018a78d6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_blogging&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_blogging/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c9fa65a [3c9fa65a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knotes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knotes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1840a25c [1840a25c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (723 of 723 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8e8a1fa4 [8e8a1fa4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmailcvt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmailcvt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df1c4b4c [df1c4b4c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2431 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e82574a0 [e82574a0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (196 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kleopatra&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kleopatra/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=97772a4c [97772a4c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kgantt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kgantt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b61561ed [b61561ed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kdgantt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kdgantt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=075aba7f [075aba7f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kgreet_winbind&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kgreet_winbind/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=87d53d15 [87d53d15]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdehtmlkttsd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdehtmlkttsd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68eb516a [68eb516a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (45 of 45 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmfonts&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmfonts/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=215c24c8 [215c24c8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libtaskmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5fe22eb9 [5fe22eb9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmenergy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmenergy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d615a2ee [d615a2ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6adbe88e [6adbe88e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksystemtrayapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksystemtrayapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c976241 [3c976241]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_ldap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_ldap/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=320e6b48 [320e6b48]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libdmctl&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libdmctl/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=85b5a1ef [85b5a1ef]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (17 of 17 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin_lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin_lib/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dd5fe080 [dd5fe080]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_floppy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_floppy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b82923a [7b82923a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_tdeprint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_tdeprint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9ed3761d [9ed3761d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_fish&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_fish/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f2c1f71a [f2c1f71a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_tom&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_tom/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dc6e6b47 [dc6e6b47]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_nfs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_nfs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=96c5e946 [96c5e946]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kprinter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kprinter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a201e905 [a201e905]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmview1394&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmview1394/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dba4604c [dba4604c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kickermenu_kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kickermenu_kate/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=58d1feb5 [58d1feb5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_smb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_smb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c647f2df [c647f2df]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/krunapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/krunapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5f3395b4 [5f3395b4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kminipagerapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kminipagerapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30e72097 [30e72097]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (42 of 42 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkurifilt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkurifilt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a5b1e4e9 [a5b1e4e9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlaunch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlaunch/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=119f53de [119f53de]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_thumbnail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_thumbnail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9167d9f7 [9167d9f7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_mac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_mac/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4234440a [4234440a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdescreensaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdescreensaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=26ce6818 [26ce6818]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b94ce0e3 [b94ce0e3]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7710437d [7710437d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kgreet_classic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kgreet_classic/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3a27f099 [3a27f099]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kuiviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kuiviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0703091 [c0703091]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/tdestyle_phase_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/tdestyle_phase_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b32ca458 [b32ca458]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/tdepartsaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/tdepartsaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c2e9572a [c2e9572a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.6% (286 of 287 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/klock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/klock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aa7c66d5 [aa7c66d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - tdehtmlsettings&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-tdehtmlsettings/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2c9b00c7 [2c9b00c7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - news&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-news/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f967fad7 [f967fad7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/libKTTSD&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/libkttsd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=97d2243f [97d2243f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (464 of 464 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kttsd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kttsd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dc0c5f05 [dc0c5f05]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdessh&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdessh/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a94be40 [8a94be40]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/klaptopdaemon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/klaptopdaemon/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee8f55e8 [ee8f55e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (553 of 553 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kgpg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kgpg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d7e0bb07 [d7e0bb07]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_jabberdisco&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_jabberdisco/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2af0b590 [2af0b590]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (100 of 100 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmlanbrowser&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmlanbrowser/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25ce6319 [25ce6319]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 76.9% (30 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeio_sieve&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeio_sieve/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dcb73c3b [dcb73c3b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeio_scalix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeio_scalix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8513a40e [8513a40e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeio_mobile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeio_mobile/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7c4a2ea2 [7c4a2ea2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdefile_vcf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdefile_vcf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ab95a86 [7ab95a86]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdefile_rfc822&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdefile_rfc822/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=982de327 [982de327]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdefile_ics&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdefile_ics/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=857e92f7 [857e92f7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libkpimexchange&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkpimexchange/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c63ebce [3c63ebce]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libkholidays&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkholidays/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f567b7dc [f567b7dc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_tvanytime&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_tvanytime/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c95684ae [c95684ae]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_exchange&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_exchange/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4d66fd9 [c4d66fd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_birthday&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_birthday/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8d59fc8f [8d59fc8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 75.6% (56 of 74 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmobile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmobile/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=329de07f [329de07f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kcmkontactnt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kcmkontactnt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0fdc1ce2 [0fdc1ce2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (697 of 697 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kalarm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kalarm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ab617049 [ab617049]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdesud&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdesud/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=14193cb8 [14193cb8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_finger&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_finger/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=52349311 [52349311]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmartcard&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmartcard/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1269b256 [1269b256]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (68 of 68 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmarts&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmarts/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abd6fbd3 [abd6fbd3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 70.0% (14 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmiccconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmiccconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef0fbd9c [ef0fbd9c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdebase/dockbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/dockbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a247c68b [a247c68b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (101 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=622a9c17 [622a9c17]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6af81e6d [6af81e6d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (199 of 199 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c54408f [6c54408f]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 97.2% (810 of 833 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3520c03 [f3520c03]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ff3d0351 [ff3d0351]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 96.8% (281 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6676b51a [6676b51a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=652679db [652679db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (509 of 509 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libkcal&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkcal/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4ec790d [c4ec790d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (126 of 126 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdmgreet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmgreet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a4b0b04 [4a4b0b04]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (119 of 119 strings)&amp;lt;br/&amp;gt;Translation: tdebase/clockapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/clockapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aa4428d0 [aa4428d0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (103 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kasbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kasbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16170ee1 [16170ee1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (69 of 69 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin_clients&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin_clients/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc533829 [bc533829]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_remotemenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_remotemenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17c7452a [17c7452a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (67 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c8264c68 [c8264c68]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8c57cd28 [8c57cd28]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (59 of 59 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmcss&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmcss/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ff0698f [2ff0698f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=71dfa20f [71dfa20f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_groupdav&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_groupdav/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82565784 [82565784]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cef2c11e [cef2c11e]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=96bf2239 [96bf2239]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdebase/display&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/display/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9abd393e [9abd393e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_remote&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_remote/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eb5887d6 [eb5887d6]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=081240a8 [081240a8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5b1bde73 [5b1bde73]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6eb8004c [6eb8004c]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fdd4388e [fdd4388e]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ec883460 [ec883460]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b3dd6805 [b3dd6805]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.3% (174 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41b1da81 [41b1da81]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aead111d [aead111d]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (112 of 112 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=487084e7 [487084e7]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (330 of 330 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=290ade79 [290ade79]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (290 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=975f7fb8 [975f7fb8]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_sftp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0af94559 [0af94559]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d2ff02f4 [d2ff02f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (380 of 380 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kxsldbg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kxsldbg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d959dab2 [d959dab2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (37 of 37 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeabc_slox&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeabc_slox/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2e19e441 [2e19e441]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_nntp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_nntp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4492e46 [c4492e46]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_settings&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_settings/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d59b4539 [d59b4539]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=35ef10cc [35ef10cc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdewebdev/kxsldbg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kxsldbg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fdebdf92 [fdebdf92]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2f7e9fb1 [2f7e9fb1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=593757e5 [593757e5]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9d1c4d8d [9d1c4d8d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=edc1a288 [edc1a288]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=31f89957 [31f89957]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3492093 [f3492093]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cfe448e6 [cfe448e6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=31f9e216 [31f9e216]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7c0391c8 [7c0391c8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0f8bcb66 [0f8bcb66]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da9f835d [da9f835d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 35.8% (14 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_sftp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a05a1e8e [a05a1e8e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=38efb07d [38efb07d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7a86a9e9 [7a86a9e9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eeab8af9 [eeab8af9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - sort&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-sort/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2d5be52 [a2d5be52]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=552b8532 [552b8532]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (112 of 112 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=595f4f5b [595f4f5b]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 94.8% (37 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_sftp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=304c6f6e [304c6f6e]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_sftp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9943b550 [9943b550]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_sftp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e0be9ac5 [e0be9ac5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=80e6633a [80e6633a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_sftp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=778bdb6c [778bdb6c]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 92.8% (26 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6e92f7c8 [6e92f7c8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (112 of 112 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8e26842c [8e26842c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=923faa2d [923faa2d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eaeeefb9 [eaeeefb9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9ae8ff1 [c9ae8ff1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1621e39a [1621e39a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0fc856d1 [0fc856d1]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9b55d959 [9b55d959]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - sort&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-sort/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=66810721 [66810721]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ea4f230e [ea4f230e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=613385fc [613385fc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.8% (26 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c68dba8e [c68dba8e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.4% (124 of 126 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdmgreet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmgreet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=52dac94e [52dac94e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tderandr&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tderandr/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e52f03e3 [e52f03e3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (366 of 366 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksysguard&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksysguard/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=115111f5 [115111f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdesu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdesu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c6932ce3 [c6932ce3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=033dda75 [033dda75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_dir&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_dir/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=05744aef [05744aef]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (199 of 199 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a82a94f [6a82a94f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdehwdevicetray&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdehwdevicetray/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d7f1bbe0 [d7f1bbe0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1037156d [1037156d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2c19e5c8 [2c19e5c8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.5% (43 of 45 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmfonts&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmfonts/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2ebe335 [a2ebe335]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (152 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdmconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=775ef46d [775ef46d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 90.9% (20 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libtaskmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f39ee04f [f39ee04f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (88 of 88 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kpersonalizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kpersonalizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a22a4ed8 [a22a4ed8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (89 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3710f4f9 [3710f4f9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9c5b1703 [9c5b1703]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (73 of 73 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmdisplayconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmdisplayconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b3c9984f [b3c9984f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (66 of 66 strings)&amp;lt;br/&amp;gt;Translation: tdebase/privacy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/privacy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9b16155e [9b16155e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.2% (15 of 17 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin_lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin_lib/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c37ddf8b [c37ddf8b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.3% (117 of 119 strings)&amp;lt;br/&amp;gt;Translation: tdebase/clockapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/clockapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5c9677ba [5c9677ba]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.0% (101 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kasbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kasbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=40ed4bcf [40ed4bcf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.1% (67 of 69 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin_clients&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin_clients/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1c72135a [1c72135a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.1% (111 of 112 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=77741873 [77741873]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=967268e9 [967268e9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 65.0% (13 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmiccconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmiccconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ddaa2dd [1ddaa2dd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (64 of 64 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmscreensaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmscreensaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=92a6812e [92a6812e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (59 of 59 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsamba&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsamba/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=24e78a59 [24e78a59]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 84.6% (11 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kickermenu_kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kickermenu_kate/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5da41c8b [5da41c8b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdebase/extensionproxy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/extensionproxy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9dfa80f4 [9dfa80f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.0% (65 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=36da9c14 [36da9c14]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (37 of 37 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmcomponentchooser&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmcomponentchooser/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6e7a0b8d [6e7a0b8d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (64 of 64 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmmedia&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmmedia/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c97c02af [c97c02af]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.7% (36 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kminipagerapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kminipagerapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=907f51d8 [907f51d8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=97c4f442 [97c4f442]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/appletproxy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/appletproxy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2fdec0ef [2fdec0ef]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (127 of 127 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwinrules&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwinrules/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b727fbda [b727fbda]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.7% (12 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdescreensaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdescreensaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=434c598a [434c598a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/libtdescreensaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/libtdescreensaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4089fda0 [4089fda0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - sort&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-sort/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2cbc589c [2cbc589c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2d5d6b8 [e2d5d6b8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/libkcal&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkcal/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=151f6131 [151f6131]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=47c2ae17 [47c2ae17]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=faaf9772 [faaf9772]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5b3b00f1 [5b3b00f1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f34f2365 [f34f2365]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6983e752 [6983e752]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_smtp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_smtp/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d86b07fe [d86b07fe]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d1f33ee4 [d1f33ee4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e9ece646 [e9ece646]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=96d252b0 [96d252b0]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_asus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_asus/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df9a76ce [df9a76ce]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2036 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dfdb2488 [dfdb2488]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=59dbb13c [59dbb13c]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aa2a5d1a [aa2a5d1a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (331 of 331 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51ae0630 [51ae0630]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5dd3d57f [5dd3d57f]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1013 of 1013 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeprint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeprint/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=446206b2 [446206b2]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e285c92a [e285c92a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=80632599 [80632599]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_media&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_media/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ef9dbeb [7ef9dbeb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=967b322e [967b322e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdehwdevicetray&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdehwdevicetray/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=563b41e9 [563b41e9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=77a23fd7 [77a23fd7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=74110c83 [74110c83]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (331 of 331 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=716ad5fa [716ad5fa]] tdebase: remove translations for &amp;#039;Hotpluggable&amp;#039;. This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/442 TDE/tdebase#442]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=07decc39 [07decc39]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=42dfff61 [42dfff61]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c34e8b6a [c34e8b6a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=38041442 [38041442]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2725a156 [2725a156]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b54aba2 [2b54aba2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (833 of 833 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02030efa [02030efa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.2% (461 of 500 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdecachegrind&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdecachegrind/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5abddf59 [5abddf59]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1016 of 1016 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbabel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbabel/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fc1947d4 [fc1947d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - validators&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-validators/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=995b2521 [995b2521]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4722fda2 [4722fda2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 71.0% (49 of 69 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c7fe792b [c7fe792b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (89 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c55b4ce5 [c55b4ce5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (241 of 241 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonqhtml&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonqhtml/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aeed5fd8 [aeed5fd8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b7b847f5 [b7b847f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (223 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=255d26f7 [255d26f7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (238 of 238 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/ksim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/ksim/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78aad284 [78aad284]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (89 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76168eb5 [76168eb5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmperformance&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmperformance/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1fd85bdd [1fd85bdd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_pop3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_pop3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a58fce8 [2a58fce8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d228567 [7d228567]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfmclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfmclient/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d1527d8f [d1527d8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_smtp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_smtp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c363a97 [6c363a97]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (140 of 140 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ec080931 [ec080931]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc2988ac [bc2988ac]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd5194d2 [bd5194d2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=04ed4b52 [04ed4b52]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (76 of 76 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmusb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmusb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc1d1c98 [bc1d1c98]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (43 of 43 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kthememanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kthememanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ffa5d7e7 [ffa5d7e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (96 of 96 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeprintfax&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeprintfax/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=076c2fed [076c2fed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdestyle_keramik_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdestyle_keramik_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4ceab3f4 [4ceab3f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplashthemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplashthemes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=512d9f79 [512d9f79]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=47e26a43 [47e26a43]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (93 of 93 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdefontinst&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdefontinst/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3a144469 [3a144469]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_home&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_home/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cd272aca [cd272aca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmnotify&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmnotify/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d2ba7ada [d2ba7ada]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (290 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=135f1b2e [135f1b2e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=07c69212 [07c69212]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=03934f6b [03934f6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_system&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_system/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67680029 [67680029]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0e0ae526 [0e0ae526]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeio_svn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeio_svn/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a87c6d1 [8a87c6d1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_ts&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_ts/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aade5865 [aade5865]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_po&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_po/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=522da565 [522da565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_diff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_diff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=83c47a3a [83c47a3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_cpp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_cpp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4d9ffb4a [4d9ffb4a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kres_bugzilla&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kres_bugzilla/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cfa3a9ad [cfa3a9ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (208 of 208 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbugbuster&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbugbuster/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ebed3f3 [3ebed3f3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acb7bd01 [acb7bd01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kmenuapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kmenuapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b406e7b0 [b406e7b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=610e404f [610e404f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/krdb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/krdb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bf546323 [bf546323]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmspellchecking&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmspellchecking/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a6399d3 [4a6399d3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 65.0% (13 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmiccconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmiccconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=80a06e94 [80a06e94]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_tar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_tar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b26c4f5 [4b26c4f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_recentdocs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_recentdocs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=58999e40 [58999e40]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_prefmenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_prefmenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6ce221c9 [6ce221c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - sort&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-sort/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0390f05b [0390f05b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - webarchiver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-webarchiver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cf552d9d [cf552d9d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - wavecapture&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-wavecapture/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=433ee6e7 [433ee6e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - wakeup&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-wakeup/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=46159872 [46159872]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - tyler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-tyler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e02bff0f [e02bff0f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - tippecanoe&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-tippecanoe/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0761ee7 [c0761ee7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - txt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-txt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cd18979e [cd18979e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - mhtml&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-mhtml/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=712079e1 [712079e1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - lnk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-lnk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fce9e09 [4fce9e09]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - html&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-html/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25db3dca [25db3dca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - folder&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-folder/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef1f9ac7 [ef1f9ac7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-desktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10e3306c [10e3306c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - cert&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-cert/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3fec0e8 [f3fec0e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - synaescope&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-synaescope/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a86eaabb [a86eaabb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - searchbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-searchbar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5da3c28e [5da3c28e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - pitchablespeed&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-pitchablespeed/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dce4401c [dce4401c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - minitools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-minitools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=65231d72 [65231d72]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - microformat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-microformat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e048a4eb [e048a4eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (42 of 42 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - mediacontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-mediacontrol/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=03f6f36f [03f6f36f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - lyrics&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-lyrics/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=75a2d1a4 [75a2d1a4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kaddressbook - gmx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kaddressbook-gmx/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=111da4e5 [111da4e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kaddressbook - kworldclock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kaddressbook-kworldclock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=37ccc73b [37ccc73b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (53 of 53 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - ktimemon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-ktimemon/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=877faee6 [877faee6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (48 of 48 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - metabar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-metabar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a964e80 [8a964e80]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - mediaplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-mediaplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6215185a [6215185a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - delicious&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-delicious/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=432a8fd9 [432a8fd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - kmathapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-kmathapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2537b8d7 [2537b8d7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (33 of 33 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - kbinaryclock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-kbinaryclock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41b3507f [41b3507f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - xmltools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-xmltools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d895f991 [d895f991]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - xmlcheck&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-xmlcheck/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1477c443 [1477c443]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - textfilter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-textfilter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a96d906d [a96d906d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - tabbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-tabbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02b5b392 [02b5b392]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - snippets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-snippets/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=06908d1c [06908d1c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - pybrowse&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-pybrowse/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68019125 [68019125]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - openheader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-openheader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e4943b1f [e4943b1f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - modeline&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-modeline/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a8e169d [4a8e169d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - make&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-make/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8548c37e [8548c37e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - kjswrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-kjswrapper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=65197c45 [65197c45]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - insertcommand&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-insertcommand/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f33c05f3 [f33c05f3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - htmltools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-htmltools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a3220aa3 [a3220aa3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - helloworld&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-helloworld/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0768ae06 [0768ae06]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - fll_plugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-fll_plugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ed62a7e [7ed62a7e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - fll_initplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-fll_initplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4551fe7c [4551fe7c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - filetemplates&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-filetemplates/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a5773c33 [a5773c33]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - cppsymbolviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-cppsymbolviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d5f107a6 [d5f107a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - image&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-image/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=760d609c [760d609c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - charlatanui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-charlatanui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=49a7da4e [49a7da4e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - ffrs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-ffrs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44ff5289 [44ff5289]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - dub&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-dub/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f595c2f4 [f595c2f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (81 of 81 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - domtreeviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-domtreeviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5984420c [5984420c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - dirfilter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-dirfilter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8740f36c [8740f36c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - crashes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-crashes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2eea31a6 [2eea31a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - autorefresh&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-autorefresh/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0b43890b [0b43890b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - audio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-audio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b60fc4c0 [b60fc4c0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - ark&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-ark/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4f2e12e9 [4f2e12e9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - alsaplayerui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-alsaplayerui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8cf5b05b [8cf5b05b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - akregator&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-akregator/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e9608f5 [1e9608f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (3009 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb7f6413 [bb7f6413]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (101 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2297c73 [a2297c73]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16fc9290 [16fc9290]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30b25447 [30b25447]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0c9390e0 [0c9390e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_asus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_asus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c9b6e0a [3c9b6e0a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (464 of 464 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kttsd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kttsd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5f018862 [5f018862]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.8% (5277 of 5622 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9cd12c13 [9cd12c13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4373 of 4373 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fb393ca2 [fb393ca2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdelirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdelirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de26e8e7 [de26e8e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/superkaramba&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/superkaramba/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef2d1ac9 [ef2d1ac9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.7% (204 of 238 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/ksim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/ksim/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8225ecb4 [8225ecb4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0d8c5564 [0d8c5564]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_powerbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_powerbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=15e159f9 [15e159f9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cbaed96f [cbaed96f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_delli8k&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_delli8k/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=99665cc4 [99665cc4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilod&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilod/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76cf712f [76cf712f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kfloppy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kfloppy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a780ff13 [a780ff13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.1% (833 of 849 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kaddressbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kaddressbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=160a21e5 [160a21e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (288 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b39b69b0 [b39b69b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.8% (224 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=37c46a10 [37c46a10]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aaa64918 [aaa64918]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_raw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_raw/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b72b65e [2b72b65e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (197 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de33568d [de33568d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (121 of 121 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/klinkstatus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/klinkstatus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c46c273c [c46c273c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=463fe953 [463fe953]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.0% (23 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - webarchiver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-webarchiver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f902060c [f902060c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - imgallery&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-imgallery/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7291a5d [e7291a5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (254 of 254 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libtdegames&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libtdegames/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=60f4c2ad [60f4c2ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4d13a2c [c4d13a2c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (557 of 557 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kmplot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kmplot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8f16a587 [8f16a587]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4373 of 4373 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a1803a12 [a1803a12]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (765 of 765 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kalzium&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kalzium/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a9f1223f [a9f1223f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6f5c5077 [6f5c5077]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (138 of 138 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdeiconedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdeiconedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9f37b90b [9f37b90b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_xpm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_xpm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=124a1a5b [124a1a5b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_xbm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_xbm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1397cb2b [1397cb2b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_tiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_tiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8cd2a856 [8cd2a856]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_tga&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_tga/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2102c574 [2102c574]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_rgb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_rgb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=146a8054 [146a8054]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_ps&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_ps/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=21580aeb [21580aeb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pnm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pnm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee75c8c5 [ee75c8c5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_png&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_png/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=19cf3c62 [19cf3c62]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pdf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=107c467f [107c467f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pcx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pcx/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02a155ef [02a155ef]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (67 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_jpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_jpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d85c7052 [d85c7052]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_ico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_ico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2933d93 [e2933d93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_gif&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_gif/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4382f606 [4382f606]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (59 of 59 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_exr&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_exr/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5bddf5a5 [5bddf5a5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_dvi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_dvi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=921e29b3 [921e29b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_dds&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_dds/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0b56525a [0b56525a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_bmp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_bmp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5694df40 [5694df40]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (107 of 107 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/libkscan&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/libkscan/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4f70423 [d4f70423]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/libkfaximgage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/libkfaximgage/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1d63ec25 [1d63ec25]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (179 of 179 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewshell&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewshell/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4cd8d3e0 [4cd8d3e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewscannerplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewscannerplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d794493d [d794493d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kview_scale&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kview_scale/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5f74d61a [5f74d61a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewpresenterplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewpresenterplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1c6f60df [1c6f60df]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kvieweffectsplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kvieweffectsplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2c39783 [a2c39783]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewbrowserplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewbrowserplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=23706e02 [23706e02]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (123 of 123 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kuickshow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kuickshow/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=96c0bde1 [96c0bde1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (45 of 45 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksnapshot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksnapshot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6536643 [e6536643]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=40b76cfc [40b76cfc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (225 of 225 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=54045117 [54045117]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (256 of 256 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kooka&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kooka/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a0ba024f [a0ba024f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (386 of 386 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kolourpaint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kolourpaint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b9817b46 [b9817b46]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (131 of 131 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8614f6c [a8614f6c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kgamma&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kgamma/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=09d52dca [09d52dca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (215 of 215 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kdvi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kdvi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25b4dfd1 [25b4dfd1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcoloredit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcoloredit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51cd9478 [51cd9478]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewviewerpluginsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewviewerpluginsconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2c14518 [a2c14518]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewpluginsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewpluginsconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2746c521 [2746c521]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewgeneralconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewgeneralconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25650c93 [25650c93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewcanvasconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewcanvasconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4af32845 [4af32845]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcmkamera&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcmkamera/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb0c53ea [bb0c53ea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ff1ec9c1 [ff1ec9c1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (403 of 403 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c00aae5c [c00aae5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppplogview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppplogview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=93829039 [93829039]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (416 of 416 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c152d582 [c152d582]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (94 of 94 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kpf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kpf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=654c466b [654c466b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acdd4826 [acdd4826]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_avi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_avi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=85655c32 [85655c32]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (320 of 320 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12c3105c [12c3105c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (80 of 80 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_lame&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_lame/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acfe74f0 [acfe74f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.0% (17 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_xmlrpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_xmlrpc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8f561fa [b8f561fa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2430 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b59a52df [b59a52df]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.1% (833 of 849 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kaddressbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kaddressbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b15f99b [3b15f99b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.7% (341 of 360 strings)&amp;lt;br/&amp;gt;Translation: tdepim/akregator&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/akregator/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6fd71df1 [6fd71df1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12eb7e03 [12eb7e03]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.0% (250 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9937df39 [9937df39]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ae470e5 [2ae470e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=08998baf [08998baf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (67 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmcolors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmcolors/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10ac25e5 [10ac25e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdedebugdialog&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdedebugdialog/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0771e565 [0771e565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2865 of 2865 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/ppdtranslations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/ppdtranslations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c535e26d [c535e26d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73b6114f [73b6114f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=155b3201 [155b3201]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a4c12d6 [2a4c12d6]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=976a81b4 [976a81b4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (245 of 245 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kdat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kdat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9fe445d8 [9fe445d8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8660af8 [a8660af8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (152 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=807855fe [807855fe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=69bdd2bf [69bdd2bf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (416 of 416 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=85d49634 [85d49634]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6980e97e [6980e97e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (111 of 111 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dc165c85 [dc165c85]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2430 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5bd9ba76 [5bd9ba76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0fd4f012 [0fd4f012]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.0% (99 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ca026de0 [ca026de0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0eb200e2 [0eb200e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4af789bd [4af789bd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b3efd69f [b3efd69f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (72 of 72 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/i18n - entry.desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/i18n-entrydesktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e5046884 [e5046884]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.5% (2464 of 2578 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6ff96b0 [d6ff96b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.9% (929 of 1010 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kommander&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kommander/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=052541a5 [052541a5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6813630 [d6813630]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61348be4 [61348be4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (106 of 106 strings)&amp;lt;br/&amp;gt;Translation: tdegames/lskat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/lskat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ce4cc89a [ce4cc89a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f84f621b [f84f621b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.8% (5277 of 5622 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7adefbb7 [7adefbb7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (553 of 553 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kgpg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kgpg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a54f6ad [9a54f6ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.8% (722 of 723 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a7b6a48e [a7b6a48e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.0% (109 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=adb9ee02 [adb9ee02]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acbf941b [acbf941b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_systemmenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_systemmenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d1ace2d1 [d1ace2d1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (288 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c940de1b [c940de1b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ce53218 [7ce53218]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76141cbc [76141cbc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.7% (158 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44df28d5 [44df28d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1032 of 1032 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpovmodeler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpovmodeler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=77cf8f9c [77cf8f9c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (3008 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c8cacdab [c8cacdab]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 90.6% (155 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f38fa8f3 [f38fa8f3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b01edccd [b01edccd]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=04d54b46 [04d54b46]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=edde93c4 [edde93c4]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (331 of 332 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee87723d [ee87723d]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 94.7% (36 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=347c614b [347c614b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5d7a5d36 [5d7a5d36]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4a7354e [c4a7354e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17e37aec [17e37aec]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a93fc87 [5a93fc87]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (417 of 417 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libtdepim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fa7c437 [4fa7c437]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1428 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e157a91c [e157a91c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=35f9874a [35f9874a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=31e1fd99 [31e1fd99]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5196 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c29db08c [c29db08c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kasteroids&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kasteroids/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45c9efee [45c9efee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bac7cad2 [bac7cad2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.8% (722 of 723 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45438fab [45438fab]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmicons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmicons/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=184c41a3 [184c41a3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f2e51c15 [f2e51c15]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 55.1% (32 of 58 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78f3d660 [78f3d660]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c84bab9b [c84bab9b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9dceffa5 [9dceffa5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bea7c2b5 [bea7c2b5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2f6e4464 [2f6e4464]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (181 of 181 strings)&amp;lt;br/&amp;gt;Translation: tdepim/karm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/karm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b718443 [7b718443]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksystemtrayapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksystemtrayapplet/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df6f0d2f [df6f0d2f]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (290 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2282d9eb [2282d9eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.3% (21 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - alsaplayerui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-alsaplayerui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8ef3404 [a8ef3404]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (369 of 369 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3fb5a51f [3fb5a51f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (137 of 137 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kverbos&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kverbos/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6fd40db8 [6fd40db8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (205 of 205 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdemid&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdemid/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=789b5f42 [789b5f42]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (88 of 88 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kpersonalizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kpersonalizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bfa34bd2 [bfa34bd2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6da779c2 [6da779c2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.8% (224 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6038555 [e6038555]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dffecf21 [dffecf21]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.7% (157 of 159 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b0cd75a3 [b0cd75a3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (289 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=64e03b0c [64e03b0c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=805a0c6c [805a0c6c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c16120f [3c16120f]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f6b47865 [f6b47865]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.5% (3006 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=905b500e [905b500e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_wav&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_wav/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0376d619 [0376d619]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_theora&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_theora/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8c0bd602 [8c0bd602]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_sid&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_sid/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f96bfe38 [f96bfe38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_ogg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_ogg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=20da6100 [20da6100]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_m3u&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_m3u/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6ec9d7d [e6ec9d7d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=002f6b01 [002f6b01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9c288da4 [9c288da4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fdacc87 [4fdacc87]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_flac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_flac/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79bd92c0 [79bd92c0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_avi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_avi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8545225b [8545225b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_au&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_au/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16bb2152 [16bb2152]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (332 of 332 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61ff946a [61ff946a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (187 of 187 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/libkcddb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/libkcddb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=18dd016f [18dd016f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (111 of 111 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7047488 [e7047488]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=09ae6e3a [09ae6e3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a94f2253 [a94f2253]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kcmcddb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kcmcddb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=839723e8 [839723e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaboodle&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaboodle/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a3d5767a [a3d5767a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_vorbis&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_vorbis/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=039aa373 [039aa373]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (80 of 80 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_lame&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_lame/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1a2584a5 [1a2584a5]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 85.9% (1749 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ae0d186 [1ae0d186]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwindecoration&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwindecoration/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8e3a9bd8 [8e3a9bd8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a8bf169 [9a8bf169]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6329682c [6329682c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_flac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_flac/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=01a947f7 [01a947f7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48cbdde6 [48cbdde6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bda1bc83 [bda1bc83]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a94365d8 [a94365d8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b07c9fd5 [b07c9fd5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=99ddc47e [99ddc47e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=233603f3 [233603f3]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kickermenu_kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kickermenu_kate/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eb41c146 [eb41c146]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (261 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=035d412a [035d412a]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=252276b0 [252276b0]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a3c101a [5a3c101a]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3baf4ac [f3baf4ac]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0198f7b7 [0198f7b7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abbea754 [abbea754]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=22447195 [22447195]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67154ced [67154ced]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwinrules&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwinrules/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68257170 [68257170]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwindecoration&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwindecoration/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5b8921e6 [5b8921e6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b643ca2 [4b643ca2]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ea42728d [ea42728d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e0f759a [1e0f759a]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41a2a0a6 [41a2a0a6]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 87.7% (150 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7a72e540 [7a72e540]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1433ed29 [1433ed29]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4816e684 [4816e684]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c9f3b6c [3c9f3b6c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41444a5d [41444a5d]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 80.6% (2134 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=62275fac [62275fac]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4565a842 [4565a842]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eb88e6fc [eb88e6fc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a15c7835 [a15c7835]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7e214ab [e7e214ab]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ff4ced6a [ff4ced6a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c8260126 [c8260126]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4d00bce3 [4d00bce3]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cadd2b5d [cadd2b5d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9a96806 [c9a96806]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdelicense&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdelicense/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bda14f95 [bda14f95]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5196 of 5196 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dac4018a [dac4018a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 80.9% (1648 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b5c59d83 [b5c59d83]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=643497da [643497da]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e41785c [1e41785c]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (197 of 197 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1be1e3e9 [1be1e3e9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fbde5a66 [fbde5a66]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (326 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c1acc00 [6c1acc00]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (289 of 289 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9b635e1b [9b635e1b]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b0ef02e [7b0ef02e]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8dbd2744 [8dbd2744]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1b39883e [1b39883e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b5c8e7a [3b5c8e7a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=49367158 [49367158]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da6ebc69 [da6ebc69]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.5% (211 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=38d19787 [38d19787]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da4c604a [da4c604a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a289914a [a289914a]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmag&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmag/nl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=587622ea [587622ea]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d0076837 [d0076837]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=484fbfeb [484fbfeb]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 85.0% (805 of 946 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/katepart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/katepart/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a1c113b [5a1c113b]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 86.4% (369 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb4d9424 [bb4d9424]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 54.2% (247 of 455 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs_colors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs_colors/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3059b6dc [3059b6dc]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd92b2ee [bd92b2ee]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44c33da9 [44c33da9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.3% (158 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e405a694 [e405a694]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.8% (16 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmenergy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmenergy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1a8c65b3 [1a8c65b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 71.4% (5 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - image&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-image/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f91ae8b2 [f91ae8b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (197 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee561a5d [ee561a5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.5% (193 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b7818e1 [4b7818e1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegames/kmahjongg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmahjongg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=62c862a8 [62c862a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.6% (191 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=feb94ddc [feb94ddc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdewalletmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdewalletmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9cf3ed6a [9cf3ed6a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da73efd6 [da73efd6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdewalletmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdewalletmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=56f2e465 [56f2e465]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/krdb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/krdb/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ea2bd4b [2ea2bd4b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=289b8045 [289b8045]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 80.3% (1636 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17b287ee [17b287ee]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.9% (195 of 197 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e98cc110 [e98cc110]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7768467e [7768467e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ffe4047 [3ffe4047]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d42dfce9 [d42dfce9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 77.9% (1588 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c033f982 [c033f982]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=447af80a [447af80a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 76.8% (1565 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f9a53f48 [f9a53f48]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5cac2c06 [5cac2c06]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ec024ca [7ec024ca]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c624634e [c624634e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f86ccae9 [f86ccae9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6fc3c2e [d6fc3c2e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin_lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin_lib/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f322a111 [f322a111]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f09ec0ab [f09ec0ab]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ba5d62d1 [ba5d62d1]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.5% (209 of 210 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7e255c40 [7e255c40]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=86acd12e [86acd12e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4f3b4305 [4f3b4305]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eac33e90 [eac33e90]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (196 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17c51be5 [17c51be5]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0ab2398 [c0ab2398]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (326 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6b7fac1 [d6b7fac1]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (206 of 206 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4e97cea7 [4e97cea7]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e8274087 [e8274087]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d7fbab18 [d7fbab18]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3f1a08b4 [3f1a08b4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=92e6fc46 [92e6fc46]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6cf5249d [6cf5249d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48907031 [48907031]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.3% (148 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9ef855fe [9ef855fe]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.4% (170 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79e81b47 [79e81b47]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.9% (194 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=af5e01d0 [af5e01d0]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f262c268 [f262c268]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (326 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e03e491a [e03e491a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=299d7e9b [299d7e9b]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=963b03f8 [963b03f8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4643459 [a4643459]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 99.4% (171 of 172 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b6f0d602 [b6f0d602]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f6a6c8e5 [f6a6c8e5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67d451ba [67d451ba]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewpresenterplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewpresenterplugin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a18b92ba [a18b92ba]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d9a6697 [7d9a6697]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aaeda12b [aaeda12b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c999f37 [3c999f37]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdmconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmconfig/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef954c90 [ef954c90]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2aa378ca [2aa378ca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_zeroconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_zeroconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2cd8ff75 [2cd8ff75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cb5cf602 [cb5cf602]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krdc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krdc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fc00fa70 [fc00fa70]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (94 of 94 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kpf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kpf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=325dc4a8 [325dc4a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.8% (2984 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b912c6e7 [b912c6e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (248 of 248 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/knewsticker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/knewsticker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6e04a742 [6e04a742]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (103 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmwifi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmwifi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ca7235c9 [ca7235c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (100 of 100 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmlanbrowser&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmlanbrowser/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ddb067e7 [ddb067e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (43 of 43 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmktalkd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmktalkd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c7fc70f6 [c7fc70f6]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (196 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cff19a2f [cff19a2f]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bad75a4d [bad75a4d]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (327 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0115ec51 [0115ec51]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=75d3b850 [75d3b850]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ade36f2 [1ade36f2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ad7aeafe [ad7aeafe]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=57cd82f9 [57cd82f9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=405dc7df [405dc7df]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ee0c314 [3ee0c314]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdmconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmconfig/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2567a89d [2567a89d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b2441d13 [b2441d13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_zeroconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_zeroconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c669a79d [c669a79d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_lan&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_lan/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5ecccc8f [5ecccc8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_jabberdisco&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_jabberdisco/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=153f7022 [153f7022]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefile_torrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefile_torrent/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=db5cbbbc [db5cbbbc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kwireless&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kwireless/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=70391ee5 [70391ee5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kinetd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kinetd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0f541093 [0f541093]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kdictapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kdictapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16494e41 [16494e41]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/libtdepim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7648b3c9 [7648b3c9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b7ec603 [7b7ec603]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fb3fdb2b [fb3fdb2b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fe4514c8 [fe4514c8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=83bdc126 [83bdc126]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=63a90127 [63a90127]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/tdefifteen&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/tdefifteen/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df53a5b9 [df53a5b9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a27093a0 [a27093a0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 87.5% (14 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - audio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-audio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd2a6f38 [bd2a6f38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (89 of 89 strings)&amp;lt;br/&amp;gt;Translation: tdegames/twin4&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/twin4/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e64c11d2 [e64c11d2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (254 of 254 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libtdegames&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libtdegames/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7e30682d [7e30682d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (122 of 122 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libksirtet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libksirtet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ce1a3bf [3ce1a3bf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.2% (56 of 57 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ktuberling&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ktuberling/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2d940247 [2d940247]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9561b74 [c9561b74]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kshisen&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kshisen/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e67e6a7f [e67e6a7f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kolf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kolf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12861973 [12861973]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2e8f84f5 [2e8f84f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (381 of 381 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kgoldrunner&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kgoldrunner/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1256c7f6 [1256c7f6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f0087266 [f0087266]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (1235 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=06391dfe [06391dfe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 84.4% (87 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=71347685 [71347685]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79cebe5e [79cebe5e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78aaa659 [78aaa659]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (289 of 289 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=74773ebc [74773ebc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ac07e9f6 [ac07e9f6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdestyle_plastik_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdestyle_plastik_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e00cbcb5 [e00cbcb5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_kdatatool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_kdatatool/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c09081a6 [c09081a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdefileaudiopreview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdefileaudiopreview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=624183f5 [624183f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_autobookmarker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_autobookmarker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b00d45a6 [b00d45a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (946 of 946 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/katepart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/katepart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=db142dcb [db142dcb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabcformat_binary&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabcformat_binary/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7cd87b83 [7cd87b83]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_isearch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_isearch/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=11d74de2 [11d74de2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_file&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_file/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8c12f11 [b8c12f11]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_docwordcompletion&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_docwordcompletion/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dd4127b3 [dd4127b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_net&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_net/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6d341d34 [6d341d34]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_sql&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_sql/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=661b618f [661b618f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_dir&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_dir/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=650ebed1 [650ebed1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdestyle_highcontrast_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdestyle_highcontrast_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=681fb57e [681fb57e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2865 of 2865 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/ppdtranslations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/ppdtranslations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5410b42a [5410b42a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/libtdescreensaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/libtdescreensaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a4a938d [6a4a938d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_insertfile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_insertfile/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f1d18823 [f1d18823]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (44 of 44 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_ldaptdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_ldaptdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30f083cd [30f083cd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acbf80cd [acbf80cd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f8fb2e20 [f8fb2e20]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1013 of 1013 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeprint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeprint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aa0506f0 [aa0506f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (455 of 455 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs_colors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs_colors/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82e61934 [82e61934]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2739 of 2739 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a2ce6cb [9a2ce6cb]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73eb4e4d [73eb4e4d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=91f7be0d [91f7be0d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 64.5% (129 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a9fa5d76 [a9fa5d76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/taskbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/taskbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b382a9a [2b382a9a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktaskbarapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktaskbarapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30e0f112 [30e0f112]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/lockout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/lockout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e1c4e2b5 [e1c4e2b5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5317fab2 [5317fab2]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=92ad6a46 [92ad6a46]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0e61bcd [c0e61bcd]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dedebeb6 [dedebeb6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_delli8k&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_delli8k/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51c00880 [51c00880]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (206 of 206 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4a6e3eb [d4a6e3eb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c368d148 [c368d148]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a73707b4 [a73707b4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9af8d504 [9af8d504]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 97.3% (219 of 225 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=875d4c24 [875d4c24]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a757dd8a [a757dd8a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abcfb18a [abcfb18a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/libtaskbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskbar/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d481507 [7d481507]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kay&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kay/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fa9f0334 [fa9f0334]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5af0121c [5af0121c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdesud&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdesud/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e363127a [e363127a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/naughtyapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/naughtyapplet/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=54976205 [54976205]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 75.7% (1542 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8f32df4 [b8f32df4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a46e674 [8a46e674]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82b00602 [82b00602]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8919bb8a [8919bb8a]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3e98afc4 [3e98afc4]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51cb26bc [51cb26bc]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d5046c21 [d5046c21]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=500f2c45 [500f2c45]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 98.5% (70 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kspaceduel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kspaceduel/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=53f3360c [53f3360c]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksokoban&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksokoban/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fa57d92b [fa57d92b]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 48.9% (24 of 49 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksnake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksnake/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4d9d7c1 [a4d9d7c1]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 94.7% (18 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksmiletris&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksmiletris/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=63667467 [63667467]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 34.1% (27 of 79 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2b3a41b [e2b3a41b]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 38.0% (19 of 50 strings)&amp;lt;br/&amp;gt;Translation: tdegames/klines&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/klines/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=33531138 [33531138]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45486792 [45486792]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (58 of 58 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5e2914e7 [5e2914e7]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c716f74 [6c716f74]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a270de3 [5a270de3]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (322 of 322 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=404b586a [404b586a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8b023bb7 [8b023bb7]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (322 of 322 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10d7630d [10d7630d]] tdepim: remove kitchensync pot file again, since it was automatically re-added&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a8b0c96 [2a8b0c96]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f4de4713 [f4de4713]] tdepim: remove translations for kitchensync and multisynk&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=64d45800 [64d45800]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0c2a0ab3 [0c2a0ab3]] tdegraphics: remove translations for kmrml&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8aa58abf [8aa58abf]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=376b1bfe [376b1bfe]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a340797 [6a340797]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=90797510 [90797510]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e0706cf8 [e0706cf8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eee4a43c [eee4a43c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb21ba44 [bb21ba44]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
= libraries =&lt;br /&gt;
== libkdcraw ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=d13e9744 [d13e9744]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (74 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=50387262 [50387262]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 70.2% (52 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=fb8e7233 [fb8e7233]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (74 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=4720b9e3 [4720b9e3]] Added translation using Weblate (Chinese (Simplified))&lt;br /&gt;
&lt;br /&gt;
== libkipi ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=49e07b0f [49e07b0f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkipi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkipi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=b83bf7c2 [b83bf7c2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkipi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkipi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=1ea1d770 [1ea1d770]] Added translation using Weblate (Chinese (Traditional))&lt;br /&gt;
&lt;br /&gt;
== kipi-plugins ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=c42a6c92 [c42a6c92]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - galleryexport&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-galleryexport/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=5c749f7c [5c749f7c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.2% (513 of 602 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - metadataedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-metadataedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=e3f5013b [e3f5013b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - wallpaper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-wallpaper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=38e917f9 [38e917f9]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=aa3b7277 [aa3b7277]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.0% (512 of 602 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - metadataedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-metadataedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=62e89ce1 [62e89ce1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 40.1% (53 of 132 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - cdarchiving&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-cdarchiving/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=1fc6b1e0 [1fc6b1e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - viewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-viewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=f134eb8d [f134eb8d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=7115da7d [7115da7d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=c39b2d5d [c39b2d5d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=549a8d58 [549a8d58]] Added translation using Weblate (Chinese (Traditional))&lt;br /&gt;
&lt;br /&gt;
== libtqt-perl ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=6f64d330 [6f64d330]] Use tq* header after last round of renaming in tqt3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=f400a45b [f400a45b]] Remove Netscape plugin and Motif extension classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=838094bf [838094bf]] Adapt to latest tqt3 version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=ea4d4023 [ea4d4023]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=a8738810 [a8738810]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=076ec834 [076ec834]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
== pytdeextensions ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytdeextensions/commit/?id=cedb73e8 [cedb73e8]] Use proper TQt headers&lt;br /&gt;
&lt;br /&gt;
= applications/development =&lt;br /&gt;
== kdbg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=d172d233 [d172d233]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kdbg - kdbg.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbg-kdbgdesktop/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=48715acb [48715acb]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=db9f1ffa [db9f1ffa]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdbg - kdbg.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbg-kdbgdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=b171e1b2 [b171e1b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kdbg - kdbg.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbg-kdbgdesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== kdiff3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=b782bc4e [b782bc4e]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: applications/kdiff3 - plugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3-plugin/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=cdf36bca [cdf36bca]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: applications/kdiff3 - diff_ext&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3-diff_ext/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=98c4e262 [98c4e262]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=64857681 [64857681]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=04f45787 [04f45787]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: applications/kdiff3 - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=d556aa5c [d556aa5c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=ac9e1fb1 [ac9e1fb1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 67.2% (347 of 516 strings)&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=97fe01f4 [97fe01f4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3 - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=0a217c78 [0a217c78]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=453f35a8 [453f35a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 67.2% (347 of 516 strings)&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=47366761 [47366761]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: applications/kdiff3 - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=810025fb [810025fb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=b65164fa [b65164fa]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=abcdeb43 [abcdeb43]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=1bab9902 [1bab9902]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kpicosim ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=522e36dc [522e36dc]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/kpicosim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpicosim/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=6e43c674 [6e43c674]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=7cb62f42 [7cb62f42]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kpicosim - kpicosim.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpicosim-kpicosimdesktop/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=d59b264d [d59b264d]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=c938918a [c938918a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpicosim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpicosim/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=cbcafc43 [cbcafc43]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpicosim - kpicosim.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpicosim-kpicosimdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=8dabe60d [8dabe60d]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/kpicosim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpicosim/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=0f179c95 [0f179c95]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=96f6ef35 [96f6ef35]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kpicosim - kpicosim.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpicosim-kpicosimdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=9ec59898 [9ec59898]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=cc2e4443 [cc2e4443]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/kpicosim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpicosim/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=4db10d51 [4db10d51]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=39160972 [39160972]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kpicosim - kpicosim.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpicosim-kpicosimdesktop/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=21828c08 [21828c08]] Added translation using Weblate (Portuguese (Brazil))&lt;br /&gt;
&lt;br /&gt;
== kscope ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=14bc7750 [14bc7750]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kscope - kscope.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kscope-kscopedesktop/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=1597ea1e [1597ea1e]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=f192d4b0 [f192d4b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kscope - kscope.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kscope-kscopedesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=f762b97f [f762b97f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kscope - kscope.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kscope-kscopedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=baecf737 [baecf737]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== ktechlab ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=73e7a689 [73e7a689]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/ktechlab - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktechlab-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=988170c0 [988170c0]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=cbc3775c [cbc3775c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/ktechlab - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktechlab-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=21af6675 [21af6675]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/ktechlab - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktechlab-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=32d92995 [32d92995]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kxmleditor ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=651f3a1b [651f3a1b]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kxmleditor - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kxmleditor-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=9a307ec1 [9a307ec1]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=a09998f4 [a09998f4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kxmleditor - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kxmleditor-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=4ffd15b8 [4ffd15b8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kxmleditor - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kxmleditor-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=1c1d81ef [1c1d81ef]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== piklab ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=ee905d21 [ee905d21]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/piklab&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/piklab/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=f4e477f5 [f4e477f5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=6c0461f7 [6c0461f7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 0.4% (7 of 1669 strings)&amp;lt;br/&amp;gt;Translation: applications/piklab&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/piklab/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=f7b9e20a [f7b9e20a]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdesvn ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=4f136aa9 [4f136aa9]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=cf2e0e1a [cf2e0e1a]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=510d3ef5 [510d3ef5]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (739 of 739 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=424ed61f [424ed61f]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 93.3% (690 of 739 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=9d62df99 [9d62df99]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 87.1% (644 of 739 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=ec7be504 [ec7be504]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 81.3% (601 of 739 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=9406e1b3 [9406e1b3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdesvn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=e0305e19 [e0305e19]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=03ebafb7 [03ebafb7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 48.5% (359 of 739 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=5b9025cb [5b9025cb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 48.5% (359 of 739 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=1074ed80 [1074ed80]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdesvn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=2cdbcc87 [2cdbcc87]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 48.5% (359 of 739 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=f66e96c7 [f66e96c7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdesvn - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=e0823d75 [e0823d75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/games =&lt;br /&gt;
== knights ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=56cf8ad4 [56cf8ad4]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knights - knights.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knights-knightsdesktop/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=071e0e3d [071e0e3d]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/knights - pgn mimetype&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knights-pgn-mimetype/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=496a1e23 [496a1e23]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=18389232 [18389232]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=a8653725 [a8653725]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knights - knights.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knights-knightsdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=655b17e7 [655b17e7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knights - pgn mimetype&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knights-pgn-mimetype/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=f3e352ec [f3e352ec]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knights - knights.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knights-knightsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=c2ad1fa9 [c2ad1fa9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/knights - pgn mimetype&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knights-pgn-mimetype/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=9106aede [9106aede]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=d63c00f1 [d63c00f1]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdepacman ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=e53ecfe0 [e53ecfe0]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (59 of 59 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepacman&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepacman/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=0e17ae0c [0e17ae0c]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=d539ed96 [d539ed96]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepacman - tdepacman.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepacman-tdepacmandesktop/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=3fcba39a [3fcba39a]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 75.0% (3 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepacman - tdepacman.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepacman-tdepacmandesktop/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=0d79ec1f [0d79ec1f]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=8da3b218 [8da3b218]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepacman - tdepacman.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepacman-tdepacmandesktop/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=2a518878 [2a518878]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=1852b2de [1852b2de]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepacman&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepacman/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=25080f26 [25080f26]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepacman - tdepacman.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepacman-tdepacmandesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=71d98913 [71d98913]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (59 of 59 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepacman&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepacman/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=b28adc9a [b28adc9a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.6% (47 of 59 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepacman&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepacman/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=62ba7450 [62ba7450]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 57.6% (34 of 59 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepacman&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepacman/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=f210c65b [f210c65b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepacman - tdepacman.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepacman-tdepacmandesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=7664379d [7664379d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=d0b05e33 [d0b05e33]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
= applications/graphics =&lt;br /&gt;
== digikam ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=ae7eb93d [ae7eb93d]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 31.6% (710 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=614e84dc [614e84dc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 81.1% (1820 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=f36db868 [f36db868]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=428504bb [428504bb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1795 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=1e5802a1 [1e5802a1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1794 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=5ec04830 [5ec04830]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1794 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=365fc56f [365fc56f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=31f057f7 [31f057f7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1794 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=d1ed2afa [d1ed2afa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1793 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=1798610f [1798610f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=e809e384 [e809e384]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1793 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=53e13c18 [53e13c18]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2244 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=09a41f75 [09a41f75]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/&lt;br /&gt;
&lt;br /&gt;
== gwenview ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=c82903f8 [c82903f8]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=e6b15885 [e6b15885]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gwenview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=c01cc99f [c01cc99f]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=f73d02b6 [f73d02b6]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=80b9fc1a [80b9fc1a]] Adapt to latest tqt3 version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=b6f5bb63 [b6f5bb63]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=7183742f [7183742f]] Fix pthread required. This relates to PR #35.&lt;br /&gt;
&lt;br /&gt;
== gwenview-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=500e6046 [500e6046]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 51.1% (175 of 342 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=690fceb8 [690fceb8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=a3d5eaed [a3d5eaed]] Revert &amp;quot;Update translation template.&amp;quot; because the desktop files&amp;lt;br/&amp;gt;translation template must be part of the application repository.&amp;lt;br/&amp;gt;This reverts commit 0b840e0263626cff345f7ee7c4c14da48dae0c29.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=0b840e02 [0b840e02]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=6b0aaedb [6b0aaedb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (342 of 342 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=f3f98c63 [f3f98c63]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (342 of 342 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=6145e290 [6145e290]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (342 of 342 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=f3694437 [f3694437]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (342 of 342 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=bc00950d [bc00950d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (342 of 342 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=d1950f41 [d1950f41]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.9% (335 of 342 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=41a7389f [41a7389f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=332d87e3 [332d87e3]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=824111fb [824111fb]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.7% (341 of 342 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=ae02bedc [ae02bedc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=3f720a85 [3f720a85]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=3e754a52 [3e754a52]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=57175831 [57175831]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=827f6c7b [827f6c7b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/ru/&lt;br /&gt;
&lt;br /&gt;
== ksquirrel ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=1d1469b7 [1d1469b7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/ksquirrel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksquirrel/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=5c6fb850 [5c6fb850]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (517 of 517 strings)&amp;lt;br/&amp;gt;Translation: applications/ksquirrel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksquirrel/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=90ff7f82 [90ff7f82]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (517 of 517 strings)&amp;lt;br/&amp;gt;Translation: applications/ksquirrel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksquirrel/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=5ed6f0e2 [5ed6f0e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.9% (501 of 517 strings)&amp;lt;br/&amp;gt;Translation: applications/ksquirrel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksquirrel/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=812e8755 [812e8755]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.3% (493 of 517 strings)&amp;lt;br/&amp;gt;Translation: applications/ksquirrel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksquirrel/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=8dcaf788 [8dcaf788]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.3% (493 of 517 strings)&amp;lt;br/&amp;gt;Translation: applications/ksquirrel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksquirrel/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=6fbf4183 [6fbf4183]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/ksquirrel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksquirrel/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=36fc62e2 [36fc62e2]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (517 of 517 strings)&amp;lt;br/&amp;gt;Translation: applications/ksquirrel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksquirrel/it/&lt;br /&gt;
&lt;br /&gt;
== potracegui ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=57938d22 [57938d22]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/potracegui - potracegui.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/potracegui-potraceguidesktop/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=38dec847 [38dec847]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=fcf0d61e [fcf0d61e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/potracegui - potracegui.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/potracegui-potraceguidesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=0dc93a59 [0dc93a59]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/potracegui - potracegui.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/potracegui-potraceguidesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=454877ad [454877ad]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/potracegui - potracegui.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/potracegui-potraceguidesktop/it/&lt;br /&gt;
&lt;br /&gt;
= applications/internet =&lt;br /&gt;
== kasablanca ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=57c6ebae [57c6ebae]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kasablanca&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=edac703a [edac703a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=75d64611 [75d64611]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kasablanca - kasablanca.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca-kasablancadesktop/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=60ca6b1a [60ca6b1a]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=a9da006a [a9da006a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kasablanca - kasablanca.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca-kasablancadesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=81b3e027 [81b3e027]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kasablanca&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=2a9b7e7d [2a9b7e7d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kasablanca - kasablanca.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca-kasablancadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=159a8faf [159a8faf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 64.3% (74 of 115 strings)&amp;lt;br/&amp;gt;Translation: applications/kasablanca&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=4b9e3dcb [4b9e3dcb]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kbiff ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=39b39ac7 [39b39ac7]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff - kbiff.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff-kbiffdesktop/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=05666704 [05666704]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=bda8bbc7 [bda8bbc7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=ee84fefc [ee84fefc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=b44d8e25 [b44d8e25]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=b172523d [b172523d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=a9666982 [a9666982]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbiff - kbiff.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff-kbiffdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=c53c9a60 [c53c9a60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=2cc626b9 [2cc626b9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.8% (89 of 90 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=4069eda9 [4069eda9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff - kbiff.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff-kbiffdesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== kftpgrabber ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=b4fab372 [b4fab372]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/kftpgrabber - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kftpgrabber-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=5cf3157f [5cf3157f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kftpgrabber&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kftpgrabber/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=f5ef9f7c [f5ef9f7c]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=a682efb2 [a682efb2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kftpgrabber - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kftpgrabber-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=70edee2c [70edee2c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/kftpgrabber - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kftpgrabber-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== knmap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=569307d8 [569307d8]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=49ed1ded [49ed1ded]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=c9299bd0 [c9299bd0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=436617ea [436617ea]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=fcc0e57c [fcc0e57c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=a289b05a [a289b05a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=2721c5e0 [2721c5e0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=24febfa6 [24febfa6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=8f8a354b [8f8a354b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (221 of 221 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=b68bd35b [b68bd35b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=60528588 [60528588]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 16.2% (36 of 221 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=aea076a0 [aea076a0]] Added translation using Weblate (Ukrainian)&lt;br /&gt;
&lt;br /&gt;
== konversation ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=592af45d [592af45d]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation-events/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=17bb77c8 [17bb77c8]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=ef59720e [ef59720e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/konversation&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=565c54e6 [565c54e6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/konversation - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=0ce92e4a [0ce92e4a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/konversation - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation-events/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=1ced096f [1ced096f]] Adapt to latest tqt3 version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=adaa089b [adaa089b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.7% (1168 of 1362 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=1ca2d3d4 [1ca2d3d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=d5a93e3c [d5a93e3c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=99cac705 [99cac705]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.7% (1168 of 1362 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=7e09ebfb [7e09ebfb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.6% (1167 of 1362 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=efe05804 [efe05804]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/konversation&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=04e4928e [04e4928e]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=b5f177fc [b5f177fc]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation-events/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=dfedc855 [dfedc855]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.6% (1167 of 1362 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation/ru/&lt;br /&gt;
&lt;br /&gt;
== kopete-otr ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=1baf1718 [1baf1718]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kopete-otr - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kopete-otr-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=8875b134 [8875b134]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=deefb3d2 [deefb3d2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kopete-otr - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kopete-otr-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=95288d30 [95288d30]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kopete-otr - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kopete-otr-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=15094db2 [15094db2]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kshowmail ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=93c34be9 [93c34be9]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=95e01be9 [95e01be9]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=32edc2d7 [32edc2d7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=295eaf3d [295eaf3d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 50.4% (176 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=6d16605e [6d16605e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 50.1% (175 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=9e1b5a5d [9e1b5a5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 50.1% (175 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=ced2b753 [ced2b753]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=10272aed [10272aed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 49.8% (174 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=b13b420d [b13b420d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 49.5% (173 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
&lt;br /&gt;
== kstreamripper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=75673b1b [75673b1b]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (33 of 33 strings)&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=6c0c41a6 [6c0c41a6]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=daaef349 [daaef349]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kstreamripper - kstreamripper.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper-kstreamripperdesktop/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=a5976fcb [a5976fcb]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=b420dbaf [b420dbaf]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper - kstreamripper.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper-kstreamripperdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=e7e90ba3 [e7e90ba3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kstreamripper - kstreamripper.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper-kstreamripperdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=cd2d1f4f [cd2d1f4f]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=38dad7af [38dad7af]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 78.7% (26 of 33 strings)&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=c6c8865f [c6c8865f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=b57d1640 [b57d1640]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=04b2afc8 [04b2afc8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=3f95be57 [3f95be57]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=dbdd2a4e [dbdd2a4e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=6a970335 [6a970335]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=3ec99f94 [3ec99f94]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=457de6e0 [457de6e0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=1801e3aa [1801e3aa]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 80.0% (24 of 30 strings)&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=382d4392 [382d4392]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=5da88b7e [5da88b7e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=c621d368 [c621d368]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== ktorrent ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=7daab41e [7daab41e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=6760c174 [6760c174]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (875 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=1e588c37 [1e588c37]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=ccf782d8 [ccf782d8]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (875 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=523c79c3 [523c79c3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (875 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=46220b63 [46220b63]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 80.1% (701 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/ru/&lt;br /&gt;
&lt;br /&gt;
== kvirc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=fa70b685 [fa70b685]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - mediaplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-mediaplayer/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=9be916a5 [9be916a5]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=648910ec [648910ec]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - torrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-torrent/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=8b1bddee [8b1bddee]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - sharedfileswindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-sharedfileswindow/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=54c706a3 [54c706a3]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=d96f9efe [d96f9efe]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=7c81ba63 [7c81ba63]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - filetransferwindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-filetransferwindow/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=45c83e03 [45c83e03]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - editor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=1c1ff456 [1c1ff456]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - perl&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-perl/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=ea8fccbf [ea8fccbf]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - logview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-logview/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=4c85ca00 [4c85ca00]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - notifier&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=86c6044f [86c6044f]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - about&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-about/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=08387296 [08387296]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a9e6fbcf [a9e6fbcf]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=39390267 [39390267]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=ba93c756 [ba93c756]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=3d9d4d86 [3d9d4d86]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=db08892b [db08892b]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=c655ba2a [c655ba2a]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - perlcore&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-perlcore/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=57b43869 [57b43869]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=31fd50fb [31fd50fb]] Don&amp;#039;t explicetly include tqt.h anymore&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=c927d0a1 [c927d0a1]] Use tqmoc instead of tmoc&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=6856ab51 [6856ab51]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b1c1b31b [b1c1b31b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - perlcore&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-perlcore/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=ecc0f4e0 [ecc0f4e0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - theme&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-theme/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=89f8a536 [89f8a536]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - sharedfileswindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-sharedfileswindow/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=0c743c3a [0c743c3a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - dcc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-dcc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=398f8442 [398f8442]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=dfca4360 [dfca4360]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - torrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-torrent/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=98d66c76 [98d66c76]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - perl&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-perl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=75a561e5 [75a561e5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - filetransferwindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-filetransferwindow/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=5585f743 [5585f743]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - mediaplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-mediaplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=48222502 [48222502]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2588 of 2588 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=ca920d6e [ca920d6e]] Adapt to latest tqt3 version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=74f32349 [74f32349]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (182 of 182 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - dcc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-dcc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=e3708273 [e3708273]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (805 of 805 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=7295d79c [7295d79c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.1% (2411 of 2588 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=8348ba5d [8348ba5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.8% (2404 of 2588 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=ecf6f383 [ecf6f383]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (805 of 805 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=54662d94 [54662d94]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.8% (2404 of 2588 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=6de62e99 [6de62e99]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - mediaplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-mediaplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=310fb2b2 [310fb2b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (805 of 805 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=5290b915 [5290b915]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.8% (2404 of 2588 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=5bedfee4 [5bedfee4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (805 of 805 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=80098102 [80098102]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.8% (2404 of 2588 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=574f79d5 [574f79d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - torrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-torrent/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b9cb66f1 [b9cb66f1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (78 of 78 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - theme&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-theme/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=9390b2d9 [9390b2d9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - sharedfileswindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-sharedfileswindow/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=6e0f1e9c [6e0f1e9c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - perl&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-perl/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=302a040b [302a040b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - filetransferwindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-filetransferwindow/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=db90f695 [db90f695]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=33fece29 [33fece29]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=ab992aba [ab992aba]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - perlcore&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-perlcore/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=484c9ce8 [484c9ce8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=5c4d4a2a [5c4d4a2a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - editor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a7a4e202 [a7a4e202]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - about&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-about/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b7788073 [b7788073]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - notifier&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=391b00c9 [391b00c9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a0a87c06 [a0a87c06]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (805 of 805 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=12f4706c [12f4706c]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - mediaplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-mediaplayer/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=6280f2fb [6280f2fb]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - torrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-torrent/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=c0c52835 [c0c52835]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (78 of 78 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - theme&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-theme/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=0f4e51e5 [0f4e51e5]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - sharedfileswindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-sharedfileswindow/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=03eee71d [03eee71d]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - perlcore&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-perlcore/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=eb439f20 [eb439f20]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - perl&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-perl/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=df7ec3eb [df7ec3eb]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - notifier&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=d7deeb9d [d7deeb9d]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - logview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-logview/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=3a47fdca [3a47fdca]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - filetransferwindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-filetransferwindow/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a417c6a0 [a417c6a0]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - editor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=58a8d2a6 [58a8d2a6]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (182 of 182 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - dcc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-dcc/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=44846083 [44846083]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - notifier&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b435bad5 [b435bad5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - editor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b412083e [b412083e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - about&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-about/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b32a017a [b32a017a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.8% (2404 of 2588 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=02e908ee [02e908ee]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=e2dd007c [e2dd007c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a48e70a7 [a48e70a7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (794 of 805 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a7254dcc [a7254dcc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - theme&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-theme/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=25f3bffc [25f3bffc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=1e208b4f [1e208b4f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - logview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-logview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=3e94a25e [3e94a25e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - editor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=0c62fcd5 [0c62fcd5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - filetransferwindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-filetransferwindow/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a6e75ff9 [a6e75ff9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - dcc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-dcc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=2091bae5 [2091bae5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - notifier&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=90e47cbd [90e47cbd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - sharedfileswindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-sharedfileswindow/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=729d67a2 [729d67a2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=116c3821 [116c3821]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=5e2a1ae3 [5e2a1ae3]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== kvpnc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=dd3cae90 [dd3cae90]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: applications/kvpnc - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc-events/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=bdc6ede7 [bdc6ede7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 20.0% (495 of 2472 strings)&amp;lt;br/&amp;gt;Translation: applications/kvpnc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=8861f201 [8861f201]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=db85b3c9 [db85b3c9]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kvpnc - kvpnc.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc-kvpncdesktop/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=e18d54d7 [e18d54d7]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=9dd937cb [9dd937cb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvpnc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=cdba490f [cdba490f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvpnc - kvpnc.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc-kvpncdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=f4f8b693 [f4f8b693]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kvpnc - kvpnc.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc-kvpncdesktop/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=50b8ce0d [50b8ce0d]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=00364c7f [00364c7f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 19.8% (491 of 2472 strings)&amp;lt;br/&amp;gt;Translation: applications/kvpnc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=148bc21c [148bc21c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 19.3% (479 of 2472 strings)&amp;lt;br/&amp;gt;Translation: applications/kvpnc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=13e49f67 [13e49f67]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 17.9% (443 of 2472 strings)&amp;lt;br/&amp;gt;Translation: applications/kvpnc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=26680f70 [26680f70]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kvpnc - kvpnc.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc-kvpncdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=7b05f487 [7b05f487]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=e45d6713 [e45d6713]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 14.1% (351 of 2472 strings)&amp;lt;br/&amp;gt;Translation: applications/kvpnc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=a7492e4b [a7492e4b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvpnc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=da275e97 [da275e97]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=69565c3b [69565c3b]] Revert changes of translations related to unwanted renaming&amp;lt;br/&amp;gt;SLOT =&amp;amp;gt; TQ_SLOT in the message string.&amp;lt;br/&amp;gt;This revert commits:&amp;lt;br/&amp;gt;28bd29d299272a1d96d678c550de70c2dd442785&amp;lt;br/&amp;gt;f1197c6adc69b6acae78327e1481ce78ba7774ae&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=f1197c6a [f1197c6a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvpnc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=28bd29d2 [28bd29d2]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== smb4k ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=52e18e4d [52e18e4d]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 39.7% (277 of 697 strings)&amp;lt;br/&amp;gt;Translation: applications/smb4k&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/smb4k/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=550e4bc7 [550e4bc7]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/smb4k - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/smb4k-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=938e477e [938e477e]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=89087a60 [89087a60]] Added translation using Weblate (Georgian)&lt;br /&gt;
&lt;br /&gt;
== tork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=f21ba59c [f21ba59c]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/tork - applet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tork-applet/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=da1894ae [da1894ae]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: applications/tork - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tork-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=65b91d37 [65b91d37]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=68cedfd4 [68cedfd4]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=9074d9eb [9074d9eb]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/tork - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tork-events/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=1f90b005 [1f90b005]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=b3c0d5c3 [b3c0d5c3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tork - applet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tork-applet/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=dbeb8163 [dbeb8163]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tork - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tork-events/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=699da213 [699da213]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tork - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tork-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=9d6caa32 [9d6caa32]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/tork - applet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tork-applet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=caf382ba [caf382ba]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=56a31f9a [56a31f9a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/tork - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tork-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=5efe8cb7 [5efe8cb7]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=b478b393 [b478b393]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: applications/tork - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tork-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=e8c69c0a [e8c69c0a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: applications/tork - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tork-desktop-files/it/&lt;br /&gt;
&lt;br /&gt;
= applications/misc =&lt;br /&gt;
== bibletime ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=d2926268 [d2926268]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/bibletime&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/bibletime/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=d651bc20 [d651bc20]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=51b7b532 [51b7b532]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/bibletime - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/bibletime-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=aac14603 [aac14603]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=48ce54dd [48ce54dd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/bibletime - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/bibletime-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=e57d164d [e57d164d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=9d90808b [9d90808b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/bibletime - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/bibletime-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=de0a4201 [de0a4201]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=7c699d2d [7c699d2d]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== desktop-effects-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=97048bf0 [97048bf0]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=a2630112 [a2630112]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=5d77d1c8 [5d77d1c8]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=2403c4a6 [2403c4a6]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=099083a9 [099083a9]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=1ceae6ab [1ceae6ab]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=dd59cec2 [dd59cec2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=bad45df4 [bad45df4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=6662a768 [6662a768]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=a62a9b16 [a62a9b16]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=06672b03 [06672b03]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=dcf00169 [dcf00169]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=a1491403 [a1491403]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=5896fcd5 [5896fcd5]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=4ef8c50e [4ef8c50e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=7437087e [7437087e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=92556696 [92556696]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kcmldap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=9203ddf1 [9203ddf1]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kcm-ldap - ldapbonding.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-ldap-ldapbondingdesktop/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=f9556803 [f9556803]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=79d3502d [79d3502d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcm-ldap - ldapbonding.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-ldap-ldapbondingdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=766984bb [766984bb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcm-ldap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-ldap/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=10dc0c8c [10dc0c8c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kcm-ldap - ldapbonding.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-ldap-ldapbondingdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=2d2e48bf [2d2e48bf]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=5e83e4cf [5e83e4cf]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kcmldapcontroller ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=1ae39c78 [1ae39c78]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kcm-ldapcontroller - ldapcontroller.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-ldapcontroller-ldapcontrollerdesktop/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=306cb72b [306cb72b]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=b31568d5 [b31568d5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcm-ldapcontroller - ldapcontroller.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-ldapcontroller-ldapcontrollerdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=ee6faa20 [ee6faa20]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcm-ldapcontroller&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-ldapcontroller/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=9790ea48 [9790ea48]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kcm-ldapcontroller - ldapcontroller.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-ldapcontroller-ldapcontrollerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=db1459a6 [db1459a6]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=1c9b3a80 [1c9b3a80]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kcmldapmanager ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=a8dcaea2 [a8dcaea2]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kcm-ldapmanager - ldapmanager.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-ldapmanager-ldapmanagerdesktop/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=0bcc0e76 [0bcc0e76]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=c7866bfb [c7866bfb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcm-ldapmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-ldapmanager/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=41370d18 [41370d18]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcm-ldapmanager - ldapmanager.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-ldapmanager-ldapmanagerdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=61c492ee [61c492ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kcm-ldapmanager - ldapmanager.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-ldapmanager-ldapmanagerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=1b7e69e3 [1b7e69e3]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=580fd05b [580fd05b]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kerberostray ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=6a1d347f [6a1d347f]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (42 of 42 strings)&amp;lt;br/&amp;gt;Translation: applications/kerberostray&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kerberostray/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=cef29eb0 [cef29eb0]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=167f1501 [167f1501]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kerberostray - kerberostray.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kerberostray-kerberostraydesktop/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=779f9a47 [779f9a47]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=295e0071 [295e0071]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kerberostray - kerberostray.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kerberostray-kerberostraydesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=de2b84f8 [de2b84f8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kerberostray&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kerberostray/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=d29a0b08 [d29a0b08]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kerberostray - kerberostray.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kerberostray-kerberostraydesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=17fd3039 [17fd3039]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=a677a48f [a677a48f]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=f56d47b0 [f56d47b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kerberostray&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kerberostray/&lt;br /&gt;
&lt;br /&gt;
== krecipes ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=b7cee4f2 [b7cee4f2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krecipes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krecipes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=78528c48 [78528c48]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=58518909 [58518909]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 54.9% (617 of 1123 strings)&amp;lt;br/&amp;gt;Translation: applications/krecipes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krecipes/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=cd240323 [cd240323]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krecipes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krecipes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=22acd03d [22acd03d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=d2a4cb93 [d2a4cb93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 30.5% (343 of 1123 strings)&amp;lt;br/&amp;gt;Translation: applications/krecipes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krecipes/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/multimedia =&lt;br /&gt;
== amarok ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=af36f5ea [af36f5ea]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 70.6% (1756 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=a609e174 [a609e174]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=d7c2f011 [d7c2f011]] Don&amp;#039;t explicetly include tqt.h anymore&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=06bb7595 [06bb7595]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 82.0% (2040 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=2b1214b6 [2b1214b6]] Use tqmoc directly instead of tmoc&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=ae8b75aa [ae8b75aa]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=001234fb [001234fb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=570fb84d [570fb84d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=250ce4cb [250ce4cb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b21275ce [b21275ce]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=34a70a2d [34a70a2d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=6597c102 [6597c102]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=db6dfe09 [db6dfe09]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=52621df4 [52621df4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=aa067461 [aa067461]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=7e8b9a52 [7e8b9a52]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=9b954758 [9b954758]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=3f17994d [3f17994d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=e6e3ba96 [e6e3ba96]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=9d43419b [9d43419b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=73837f1a [73837f1a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=079f0cc9 [079f0cc9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b037abfb [b037abfb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=93aff8fd [93aff8fd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=7f396148 [7f396148]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=8ac0d326 [8ac0d326]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=086adc4f [086adc4f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4ebfa149 [4ebfa149]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 79.7% (1981 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4cc71ec3 [4cc71ec3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=2116bf2a [2116bf2a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=e6e2d189 [e6e2d189]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=c2a12e62 [c2a12e62]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=44ad188d [44ad188d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=83730846 [83730846]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4ddb9e62 [4ddb9e62]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=90520108 [90520108]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 84.7% (2105 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=40099ec0 [40099ec0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b767627f [b767627f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=bcd8d83e [bcd8d83e]] Fix functionality broken by commit 1c3e0630.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b04099ff [b04099ff]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=a7a79de0 [a7a79de0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=1c3e0630 [1c3e0630]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=5dedf79f [5dedf79f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=8b28bb5c [8b28bb5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=9038cb17 [9038cb17]] Translated using Weblate (Turkish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/tr/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=3c835108 [3c835108]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.8% (2406 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
&lt;br /&gt;
== codeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=cdea6d11 [cdea6d11]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (112 of 112 strings)&amp;lt;br/&amp;gt;Translation: applications/codeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/codeine/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=488e5c81 [488e5c81]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=4eacc389 [4eacc389]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=32704bb7 [32704bb7]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/codeine - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/codeine-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=e1bc4ff0 [e1bc4ff0]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=1ca971bd [1ca971bd]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=6eb38b02 [6eb38b02]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=cc897489 [cc897489]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=f6d6e206 [f6d6e206]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=36a0b351 [36a0b351]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=54d1a665 [54d1a665]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=033f32ab [033f32ab]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=28a3b75f [28a3b75f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=9f39f05e [9f39f05e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/codeine - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/codeine-desktop-files/&lt;br /&gt;
&lt;br /&gt;
== k3b ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=8ac94ab5 [8ac94ab5]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=de97f998 [de97f998]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=1cda53bb [1cda53bb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=e28f2192 [e28f2192]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=74808fa8 [74808fa8]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=2111da78 [2111da78]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=00a24ebc [00a24ebc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=987871f0 [987871f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=c2fbc8f1 [c2fbc8f1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=95a45a4f [95a45a4f]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=bbf83236 [bbf83236]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=894069eb [894069eb]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/pt/&lt;br /&gt;
&lt;br /&gt;
== k3b-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=7bf20e8f [7bf20e8f]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - tdefile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-tdefile/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=255fe092 [255fe092]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=f2e4bc45 [f2e4bc45]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - tdeio-videodvd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-tdeio-videodvd/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=d71e377e [d71e377e]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=7821f1a7 [7821f1a7]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (47 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=16ee7333 [16ee7333]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (33 of 33 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - setup&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-setup/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=18ea9d07 [18ea9d07]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - setup&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-setup/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=55d4a45f [55d4a45f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - tdeio-videodvd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-tdeio-videodvd/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=5a041147 [5a041147]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - tdefile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-tdefile/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=8b17c68f [8b17c68f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=7ed070aa [7ed070aa]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=416b3607 [416b3607]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=ea16c671 [ea16c671]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=91428c7e [91428c7e]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=91378f06 [91378f06]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (33 of 33 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - setup&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-setup/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=39f11b7e [39f11b7e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - tdefile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-tdefile/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=72fbdb5f [72fbdb5f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=d1943afc [d1943afc]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=0a8ee5ac [0a8ee5ac]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=41cb5f2d [41cb5f2d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=7faed94c [7faed94c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - tdeio-videodvd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-tdeio-videodvd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=35488411 [35488411]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=59bb404c [59bb404c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (33 of 33 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - setup&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-setup/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=14a8478d [14a8478d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=3f4f7f46 [3f4f7f46]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=8538da23 [8538da23]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=856ea287 [856ea287]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=34d0ff8c [34d0ff8c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=c29d6639 [c29d6639]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=84cd0b47 [84cd0b47]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (47 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=6f6f5263 [6f6f5263]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=bd308fa9 [bd308fa9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=e6010418 [e6010418]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (47 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=cb12df11 [cb12df11]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=ecef8905 [ecef8905]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=9c355f26 [9c355f26]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=1d1360a7 [1d1360a7]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=6f8f68cc [6f8f68cc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=47c13aee [47c13aee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=b92282bd [b92282bd]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 97.8% (46 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/bg/&lt;br /&gt;
&lt;br /&gt;
== k9copy ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=42ffe9c6 [42ffe9c6]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=2f7369b8 [2f7369b8]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=202e4054 [202e4054]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=5b67a635 [5b67a635]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=a25cd571 [a25cd571]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 64.0% (317 of 495 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=74f06e81 [74f06e81]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 64.0% (317 of 495 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=14601e8a [14601e8a]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 31.7% (157 of 495 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=1e20731a [1e20731a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (495 of 495 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=35c86a79 [35c86a79]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=3847d9ee [3847d9ee]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 86.6% (429 of 495 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=276d0d95 [276d0d95]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=112b19f8 [112b19f8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=45422ea5 [45422ea5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k9copy - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=4e2f83fa [4e2f83fa]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (495 of 495 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=ef83b5b8 [ef83b5b8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=4979c509 [4979c509]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=237b3548 [237b3548]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (495 of 495 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=553df4a4 [553df4a4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=bc07265d [bc07265d]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kaffeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=83328780 [83328780]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=a88ac925 [a88ac925]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kaffeine - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=bff73d6e [bff73d6e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kaffeine - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=338ac219 [338ac219]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=115fa662 [115fa662]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=528599f1 [528599f1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (729 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=fbf40e21 [fbf40e21]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=5b6f8a82 [5b6f8a82]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (729 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=fd20d9cf [fd20d9cf]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=86e5bbbc [86e5bbbc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=0d261da7 [0d261da7]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=03b9c1f4 [03b9c1f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (729 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=fe9e778d [fe9e778d]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine-desktop-files/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=ce0c6633 [ce0c6633]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (729 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=3f38f883 [3f38f883]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=eac2daca [eac2daca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (729 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=6c9257f2 [6c9257f2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.5% (711 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=e0e0d158 [e0e0d158]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=b871bd5b [b871bd5b]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kmplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=31d4800d [31d4800d]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=7e6b7e43 [7e6b7e43]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=740b402a [740b402a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=6550e667 [6550e667]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (390 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=132da052 [132da052]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (390 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=c1187155 [c1187155]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (390 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=9530e59d [9530e59d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=1566a9ce [1566a9ce]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (390 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=78361cb3 [78361cb3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=6e72f310 [6e72f310]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=30650e19 [30650e19]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.9% (347 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=77c148a7 [77c148a7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=bb993d63 [bb993d63]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=d8d54a7f [d8d54a7f]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 95.6% (373 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=122a27a0 [122a27a0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=bb9e13d1 [bb9e13d1]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=0817bc03 [0817bc03]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer-desktop-files/bg/&lt;br /&gt;
&lt;br /&gt;
== kplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=8cb014b7 [8cb014b7]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=6ab8fa20 [6ab8fa20]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1037 of 1037 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=e78b0c82 [e78b0c82]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=7b81ead9 [7b81ead9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 77.1% (800 of 1037 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=7fcb2060 [7fcb2060]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 77.1% (800 of 1037 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=e71f663d [e71f663d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 77.1% (800 of 1037 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=14b1fdd9 [14b1fdd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 77.1% (800 of 1037 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=968ddac2 [968ddac2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=1c3f07e0 [1c3f07e0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=e9d5a656 [e9d5a656]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=cc14b9cf [cc14b9cf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=d8391ef7 [d8391ef7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 77.0% (799 of 1037 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/ru/&lt;br /&gt;
&lt;br /&gt;
== mplayerthumbs ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=546c644b [546c644b]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: applications/mplayerthumbs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/mplayerthumbs/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=5d64817c [5d64817c]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=ed925bee [ed925bee]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/mplayerthumbs - mplayer-thumbnailer.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/mplayerthumbs-mplayer-thumbnailerdesktop/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=3e11e330 [3e11e330]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=2e1e7b95 [2e1e7b95]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/mplayerthumbs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/mplayerthumbs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=e84d9614 [e84d9614]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: applications/mplayerthumbs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/mplayerthumbs/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=a812ca3a [a812ca3a]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=ece3987d [ece3987d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: applications/mplayerthumbs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/mplayerthumbs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=617cbd23 [617cbd23]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== rosegarden ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=f78bc47d [f78bc47d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/rosegarden&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/rosegarden/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=c7826af0 [c7826af0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=c9877777 [c9877777]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/rosegarden - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/rosegarden-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=f29b11f1 [f29b11f1]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=c4b8d4ef [c4b8d4ef]] Don&amp;#039;t explicetly include tqt.h anymore&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=1488d361 [1488d361]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/rosegarden - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/rosegarden-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=64b9a975 [64b9a975]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/rosegarden&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/rosegarden/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=92262009 [92262009]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2322 of 2322 strings)&amp;lt;br/&amp;gt;Translation: applications/rosegarden&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/rosegarden/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=e56395ae [e56395ae]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.2% (2003 of 2322 strings)&amp;lt;br/&amp;gt;Translation: applications/rosegarden&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/rosegarden/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=95c249dd [95c249dd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/rosegarden - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/rosegarden-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=48eed92c [48eed92c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.2% (2002 of 2322 strings)&amp;lt;br/&amp;gt;Translation: applications/rosegarden&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/rosegarden/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=5eb170e8 [5eb170e8]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=1e5e9153 [1e5e9153]] Added translation using Weblate (Portuguese (Brazil))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=edb78953 [edb78953]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.2% (2002 of 2322 strings)&amp;lt;br/&amp;gt;Translation: applications/rosegarden&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/rosegarden/ru/&lt;br /&gt;
&lt;br /&gt;
== soundkonverter ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=f4372bcb [f4372bcb]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: applications/soundkonverter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=d2f47b99 [d2f47b99]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=f962b18d [f962b18d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=4699042e [4699042e]] Added translation using Weblate (Chinese (Simplified))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=e85fcc32 [e85fcc32]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (319 of 319 strings)&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=78fe42d0 [78fe42d0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.2% (304 of 319 strings)&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=4e11f456 [4e11f456]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=451107da [451107da]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (319 of 319 strings)&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=2c5f94f3 [2c5f94f3]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (319 of 319 strings)&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=bcf2d459 [bcf2d459]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.6% (302 of 319 strings)&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=2bf7eb6c [2bf7eb6c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=28a35800 [28a35800]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=300613ee [300613ee]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=a13d3527 [a13d3527]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tderadio ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=42aa755f [42aa755f]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (49 of 49 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - alsa-sound&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-alsa-sound/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=5a5a925b [5a5a925b]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (78 of 78 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - recording&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-recording/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=2eeae251 [2eeae251]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (61 of 61 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - v4lradio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-v4lradio/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=f5462cd6 [f5462cd6]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=a38bbcd0 [a38bbcd0]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=0c597f1c [0c597f1c]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=91b7c9ab [91b7c9ab]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - oss-sound&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-oss-sound/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=f8d288bd [f8d288bd]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (42 of 42 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - lirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-lirc/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=e89d84df [e89d84df]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (45 of 45 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - gui-standard-display&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-standard-display/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=224edad8 [224edad8]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=7ff49ecc [7ff49ecc]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - streaming&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-streaming/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=0a38b7fc [0a38b7fc]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - gui-docking-menu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-docking-menu/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=b62792a0 [b62792a0]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=d65f855b [d65f855b]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=767bdbe6 [767bdbe6]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=e1f005f0 [e1f005f0]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=56371aed [56371aed]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=e3319c95 [e3319c95]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=c4facbe4 [c4facbe4]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (17 of 17 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - timeshifter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-timeshifter/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=91bcd6cc [91bcd6cc]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - gui-error-log&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-error-log/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=b8c5e67a [b8c5e67a]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - timecontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-timecontrol/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=ec36e24c [ec36e24c]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - gui-quickbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-quickbar/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=44ecbead [44ecbead]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=d7fc57d8 [d7fc57d8]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=27675095 [27675095]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=dc92f7da [dc92f7da]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=e410e87f [e410e87f]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - convert-presets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-convert-presets/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=f7ddaeb2 [f7ddaeb2]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - soundserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-soundserver/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=0d5c715c [0d5c715c]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=341aedeb [341aedeb]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=635b27f4 [635b27f4]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=409ce462 [409ce462]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=819fc3b4 [819fc3b4]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - gui-docking-menu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-docking-menu/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=4e6b54e1 [4e6b54e1]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=1f0bdc87 [1f0bdc87]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - gui-error-log&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-error-log/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=138f5a18 [138f5a18]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - soundserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-soundserver/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=aa1b40b2 [aa1b40b2]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=04222b16 [04222b16]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=3aa567f1 [3aa567f1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - alsa-sound&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-alsa-sound/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=ea0fa8af [ea0fa8af]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - convert-presets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-convert-presets/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=f4c4cd8d [f4c4cd8d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=e1956e2a [e1956e2a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - recording&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-recording/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=0d6fcc64 [0d6fcc64]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - timeshifter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-timeshifter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=2562d67d [2562d67d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - gui-error-log&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-error-log/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=9c768d79 [9c768d79]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - gui-quickbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-quickbar/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=06329a4a [06329a4a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=6b84b5f9 [6b84b5f9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - soundserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-soundserver/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=ba3e71e3 [ba3e71e3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - oss-sound&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-oss-sound/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=b599808d [b599808d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - streaming&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-streaming/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=8724bf77 [8724bf77]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - convert-presets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-convert-presets/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=a418a348 [a418a348]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=5f5c0524 [5f5c0524]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - gui-quickbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-quickbar/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=9e3ad9e4 [9e3ad9e4]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=124924ed [124924ed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - convert-presets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-convert-presets/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=0647c9c8 [0647c9c8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - oss-sound&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-oss-sound/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=69544d75 [69544d75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (49 of 49 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - alsa-sound&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-alsa-sound/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=7a03b7f3 [7a03b7f3]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=49f49b60 [49f49b60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=46e97349 [46e97349]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - streaming&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-streaming/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=0e66044b [0e66044b]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=1e03606e [1e03606e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=f8b88abd [f8b88abd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (17 of 17 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - timeshifter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-timeshifter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=88c92992 [88c92992]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - streaming&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-streaming/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=739ad48d [739ad48d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - soundserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-soundserver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=f693d48c [f693d48c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (78 of 78 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - recording&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-recording/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=62096a82 [62096a82]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - gui-error-log&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-error-log/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=7898f4d5 [7898f4d5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - gui-standard-display&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-standard-display/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=13e5a97b [13e5a97b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - recording&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-recording/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=6b08efa0 [6b08efa0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - timeshifter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-timeshifter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=ffdacdaa [ffdacdaa]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - oss-sound&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-oss-sound/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=2cfd8fba [2cfd8fba]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=aa80a24c [aa80a24c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=28afa3da [28afa3da]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - oss-sound&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-oss-sound/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=5369d924 [5369d924]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (45 of 45 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - gui-standard-display&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-standard-display/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=a9f14b38 [a9f14b38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 82.3% (14 of 17 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - timeshifter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-timeshifter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=d57a893c [d57a893c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.1% (75 of 78 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - recording&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-recording/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=55460675 [55460675]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=03b5df8e [03b5df8e]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 93.5% (29 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=0bb5fda6 [0bb5fda6]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=8cd30c0e [8cd30c0e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=c74cfcb6 [c74cfcb6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.7% (30 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/office =&lt;br /&gt;
== basket ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=fb0b2bd9 [fb0b2bd9]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: applications/basket - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=5b6db390 [5b6db390]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=63c07d50 [63c07d50]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/basket&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=5ea3364f [5ea3364f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/basket - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=e346aa3d [e346aa3d]] Adapt to latest tqt3 version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=5ed9f00b [5ed9f00b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/basket&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=d492a4c3 [d492a4c3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/basket&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=5dd5a1c1 [5dd5a1c1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/basket&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=2ab71048 [2ab71048]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/basket&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=8bba24a1 [8bba24a1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: applications/basket - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=3e05901d [3e05901d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/basket&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=33317176 [33317176]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/basket&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=c8b892a3 [c8b892a3]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kbibtex ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=aca413f2 [aca413f2]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kbibtex - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbibtex-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=539a1b65 [539a1b65]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=bcb8d524 [bcb8d524]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kbibtex - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbibtex-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=ac1c833e [ac1c833e]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=0a8cd76b [0a8cd76b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbibtex - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbibtex-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=a8cf4b8b [a8cf4b8b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kbibtex - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbibtex-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=a9b74b76 [a9b74b76]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=15d816e8 [15d816e8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbibtex&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbibtex/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=702a473b [702a473b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 73.7% (444 of 602 strings)&amp;lt;br/&amp;gt;Translation: applications/kbibtex&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbibtex/ru/&lt;br /&gt;
&lt;br /&gt;
== kbookreader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=7a0f50b6 [7a0f50b6]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (17 of 17 strings)&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=9a11e1b5 [9a11e1b5]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=019656a6 [019656a6]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kbookreader - kbookreader.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader-kbookreaderdesktop/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=6e4d0b52 [6e4d0b52]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=4b8e45e1 [4b8e45e1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=8d8f7a69 [8d8f7a69]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (17 of 17 strings)&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=04d6334b [04d6334b]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=0b40cdac [0b40cdac]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 66.6% (2 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kbookreader - kbookreader.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader-kbookreaderdesktop/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=713e783c [713e783c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=8e2d9623 [8e2d9623]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbookreader - kbookreader.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader-kbookreaderdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=e32bbc6e [e32bbc6e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (17 of 17 strings)&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=fcdb94c9 [fcdb94c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kbookreader - kbookreader.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader-kbookreaderdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=ac3e0386 [ac3e0386]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=61e10e5a [61e10e5a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/&lt;br /&gt;
&lt;br /&gt;
== kile ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=e4fb1d9e [e4fb1d9e]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kile - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=2972a559 [2972a559]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=bb7b8467 [bb7b8467]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=c79ed8e2 [c79ed8e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 58.2% (924 of 1587 strings)&amp;lt;br/&amp;gt;Translation: applications/kile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=08a73a70 [08a73a70]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kile - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile-desktop-files/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=872c127f [872c127f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kile - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=59f1c45a [59f1c45a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kile - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=00b87abb [00b87abb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kile - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== kmymoney ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=9ac58bf3 [9ac58bf3]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 32.1% (859 of 2674 strings)&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=04ad8bf2 [04ad8bf2]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=086a98a7 [086a98a7]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: applications/kmymoney - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=afc1da2a [afc1da2a]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=b00a4d93 [b00a4d93]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=d1e78bae [d1e78bae]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=1acf71ab [1acf71ab]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=4dfa4550 [4dfa4550]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 99.7% (2667 of 2674 strings)&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=2d36eedb [2d36eedb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2674 of 2674 strings)&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=202400b8 [202400b8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2674 of 2674 strings)&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=debe3076 [debe3076]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmymoney - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=16aa0610 [16aa0610]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=af8d71ce [af8d71ce]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=79e957c7 [79e957c7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=47cc1d27 [47cc1d27]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: applications/kmymoney - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=e592106d [e592106d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (2658 of 2674 strings)&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=67a43ced [67a43ced]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=9df4c701 [9df4c701]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== knowit ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=a4e7928b [a4e7928b]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/knowit - knowit.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knowit-knowitdesktop/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=016daa45 [016daa45]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=970a15c0 [970a15c0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knowit - knowit.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knowit-knowitdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=3a30dbdb [3a30dbdb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/knowit - knowit.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knowit-knowitdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=81a2fc07 [81a2fc07]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== koffice ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=de988008 [de988008]] Use tqt-mt instead of tqt library&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=474e2840 [474e2840]] Adapt to latest tqt3 version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=d165869a [d165869a]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=c2fdb394 [c2fdb394]] Fix functionality broken by commit a9bbaa83&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=a9bbaa83 [a9bbaa83]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== koffice-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=6e9da0a6 [6e9da0a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.3% (363 of 369 strings)&amp;lt;br/&amp;gt;Translation: koffice/kchart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kchart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=0a2216e2 [0a2216e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: koffice/karbon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/karbon/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=da3739a8 [da3739a8]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3176 of 3176 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspread&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=fce31dee [fce31dee]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kspread&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ff7c98ec [ff7c98ec]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=c2c28bfe [c2c28bfe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.8% (418 of 427 strings)&amp;lt;br/&amp;gt;Translation: koffice/karbon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/karbon/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=446dc7f6 [446dc7f6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (909 of 909 strings)&amp;lt;br/&amp;gt;Translation: koffice/kpresenter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kpresenter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=c85f8b7f [c85f8b7f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.0% (1295 of 1423 strings)&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=65588988 [65588988]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (961 of 961 strings)&amp;lt;br/&amp;gt;Translation: koffice/kword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kword/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=82a49e46 [82a49e46]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (909 of 909 strings)&amp;lt;br/&amp;gt;Translation: koffice/kpresenter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kpresenter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=699d1a0e [699d1a0e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.4% (1169 of 1200 strings)&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=64f9d8c2 [64f9d8c2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (3150 of 3168 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspread&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=422b95eb [422b95eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (354 of 354 strings)&amp;lt;br/&amp;gt;Translation: koffice/kformdesigner&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kformdesigner/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=041cb462 [041cb462]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/koffice&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/koffice/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=27fd186c [27fd186c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=572398a4 [572398a4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (3150 of 3168 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspread&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=bce5a0c4 [bce5a0c4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.4% (1169 of 1200 strings)&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=cc44ebc3 [cc44ebc3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: koffice/thesaurus_tool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/thesaurus_tool/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=b6cedf64 [b6cedf64]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_ooo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_ooo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=9f49ba05 [9f49ba05]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_koffice&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_koffice/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=7a3529fd [7a3529fd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_gnumeric&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_gnumeric/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=05196041 [05196041]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_abiword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_abiword/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ffe6d299 [ffe6d299]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (961 of 961 strings)&amp;lt;br/&amp;gt;Translation: koffice/kword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kword/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ad3cf8ee [ad3cf8ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspreadcalc_calc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspreadcalc_calc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=7f8b71fa [7f8b71fa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (909 of 909 strings)&amp;lt;br/&amp;gt;Translation: koffice/kpresenter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kpresenter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=d154e97e [d154e97e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (354 of 354 strings)&amp;lt;br/&amp;gt;Translation: koffice/kformdesigner&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kformdesigner/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=9c40a4ce [9c40a4ce]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=aa8c2267 [aa8c2267]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ccf47869 [ccf47869]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=f690d314 [f690d314]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.0% (1295 of 1423 strings)&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=f0bcacf8 [f0bcacf8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kivio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kivio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=e1f27756 [e1f27756]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=e84fa74c [e84fa74c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kword/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=fc3d61ff [fc3d61ff]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/koffice&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/koffice/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=31fd578d [31fd578d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=069df0f0 [069df0f0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kofficefilters&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kofficefilters/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=96a280ad [96a280ad]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=b7a0d0ff [b7a0d0ff]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 98.3% (420 of 427 strings)&amp;lt;br/&amp;gt;Translation: koffice/karbon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/karbon/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=8e305f42 [8e305f42]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 99.8% (1421 of 1423 strings)&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=61f41445 [61f41445]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: koffice/example&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/example/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=1f753ab8 [1f753ab8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (3150 of 3168 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspread&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/ru/&lt;br /&gt;
&lt;br /&gt;
== kpilot ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=263553a0 [263553a0]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=d5a0edad [d5a0edad]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=caea4737 [caea4737]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=43135e81 [43135e81]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpilot - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=bf828819 [bf828819]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=e91f7e51 [e91f7e51]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.3% (1059 of 1088 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=0f9a5cb5 [0f9a5cb5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.3% (1059 of 1088 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=994025a3 [994025a3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.3% (1059 of 1088 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=812902b7 [812902b7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=2ddec8ee [2ddec8ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.3% (1059 of 1088 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=6ee217d4 [6ee217d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.2% (29 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=84b8d43e [84b8d43e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=9a5d96d5 [9a5d96d5]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=9beef848 [9beef848]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.3% (1059 of 1088 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=adc41d0e [adc41d0e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=43b3df95 [43b3df95]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=b2480185 [b2480185]] Fix functionality broken by commit a956e3e&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=f060f38e [f060f38e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=fa847ef4 [fa847ef4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=a956e3e8 [a956e3e8]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tellico ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=b9659f71 [b9659f71]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=f4893ab5 [f4893ab5]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=4395fe8c [4395fe8c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=fb3e3b16 [fb3e3b16]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1113 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=c5aed387 [c5aed387]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1113 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=292c365c [292c365c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1113 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=9232c032 [9232c032]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=dae674d5 [dae674d5]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=01caa644 [01caa644]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=ea7a8ffa [ea7a8ffa]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=10996a19 [10996a19]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=252be932 [252be932]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.5% (1108 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=f73799c2 [f73799c2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=30d2f3d2 [30d2f3d2]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 74.2% (826 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=997c050d [997c050d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=0a00263f [0a00263f]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
= applications/settings =&lt;br /&gt;
== kdpkg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=b864b036 [b864b036]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=ebc1581c [ebc1581c]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (33 of 33 strings)&amp;lt;br/&amp;gt;Translation: applications/kdpkg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=d75d628d [d75d628d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=929f0b3a [929f0b3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (33 of 33 strings)&amp;lt;br/&amp;gt;Translation: applications/kdpkg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=a784f56c [a784f56c]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=2dfe94be [2dfe94be]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=e077698d [e077698d]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kdpkg - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=ea62ade8 [ea62ade8]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=cb58e194 [cb58e194]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=661f6bd5 [661f6bd5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=d511dac5 [d511dac5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=9fd19b31 [9fd19b31]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=0b1cdae4 [0b1cdae4]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (33 of 33 strings)&amp;lt;br/&amp;gt;Translation: applications/kdpkg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=b78fc64d [b78fc64d]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=ac5f45ed [ac5f45ed]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=e5d56b2b [e5d56b2b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kdpkg - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=52160b83 [52160b83]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=1ec33520 [1ec33520]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=1f5bed1a [1f5bed1a]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=752317fb [752317fb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=c178f4e3 [c178f4e3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 93.1% (27 of 29 strings)&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=7afa4047 [7afa4047]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=3107e30a [3107e30a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=4277d12f [4277d12f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/&lt;br /&gt;
&lt;br /&gt;
== kima ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=cd351edc [cd351edc]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (43 of 43 strings)&amp;lt;br/&amp;gt;Translation: applications/kima&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kima/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=5a8ba2dc [5a8ba2dc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 18.6% (8 of 43 strings)&amp;lt;br/&amp;gt;Translation: applications/kima&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kima/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=ba9caaf8 [ba9caaf8]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=4ee8f57f [4ee8f57f]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=5e9d4de8 [5e9d4de8]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kima - kima.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kima-kimadesktop/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=0063ec96 [0063ec96]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=b85c5087 [b85c5087]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (43 of 43 strings)&amp;lt;br/&amp;gt;Translation: applications/kima&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kima/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=cf1c76f2 [cf1c76f2]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=ec0bd192 [ec0bd192]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kima - kima.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kima-kimadesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=72f70a32 [72f70a32]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kima - kima.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kima-kimadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=59a7eecd [59a7eecd]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kiosktool ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=57d17821 [57d17821]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kiosktool - kiosktool.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kiosktool-kiosktooldesktop/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=9b1086a0 [9b1086a0]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=8fe64bb0 [8fe64bb0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kiosktool - kiosktool.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kiosktool-kiosktooldesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=fe1ef0db [fe1ef0db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kiosktool - kiosktool.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kiosktool-kiosktooldesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=e30e1b38 [e30e1b38]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=f585e458 [f585e458]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kiosktool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kiosktool/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=6d1e1f26 [6d1e1f26]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (238 of 238 strings)&amp;lt;br/&amp;gt;Translation: applications/kiosktool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kiosktool/ru/&lt;br /&gt;
&lt;br /&gt;
== kkbswitch ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=2c4399e1 [2c4399e1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=e0854526 [e0854526]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=a79f1f2a [a79f1f2a]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch - kkbswitch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch-kkbswitchdesktop/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=23fffd2e [23fffd2e]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=16272b3d [16272b3d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=dd9aa434 [dd9aa434]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=c81744ba [c81744ba]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=513141a1 [513141a1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.9% (53 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=d7365e67 [d7365e67]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch - kkbswitch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch-kkbswitchdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=59d15769 [59d15769]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=f14c6e5f [f14c6e5f]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=c36d0446 [c36d0446]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch - kkbswitch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch-kkbswitchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=d7b89dac [d7b89dac]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=586412b8 [586412b8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 96.4% (55 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=8978515d [8978515d]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=29e2187e [29e2187e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=4f10d322 [4f10d322]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=2f27dd99 [2f27dd99]] Added global shortcuts for switching to previous/next group&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/kkbswitch/issues/6 #6]&lt;br /&gt;
&lt;br /&gt;
== klcddimmer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=0290b7fd [0290b7fd]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: applications/klcddimmer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=f046e9af [f046e9af]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=4d81750c [4d81750c]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/klcddimmer - klcddimmer.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer-klcddimmerdesktop/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=e51755ba [e51755ba]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=568353ed [568353ed]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: applications/klcddimmer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=b20ca0b4 [b20ca0b4]] Fix of unintentionally translated translator information.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=6fda61b8 [6fda61b8]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 2.7% (1 of 36 strings)&amp;lt;br/&amp;gt;Translation: applications/klcddimmer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=4c008f80 [4c008f80]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=10b9f399 [10b9f399]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 66.6% (2 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/klcddimmer - klcddimmer.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer-klcddimmerdesktop/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=4c074e14 [4c074e14]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/klcddimmer - klcddimmer.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer-klcddimmerdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=739e6b63 [739e6b63]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/klcddimmer - klcddimmer.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer-klcddimmerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=c552505d [c552505d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/klcddimmer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer/&lt;br /&gt;
&lt;br /&gt;
== kmyfirewall ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=60ac731f [60ac731f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmyfirewall - systray&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmyfirewall-systray/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=b97a7abc [b97a7abc]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: applications/kmyfirewall - systray&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmyfirewall-systray/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=71ef26cb [71ef26cb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=b3fcc74a [b3fcc74a]] Added translation using Weblate (Georgian)&lt;br /&gt;
&lt;br /&gt;
== tde-systemsettings ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-systemsettings/commit/?id=042bc67c [042bc67c]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-systemsettings/commit/?id=bd4bea4a [bd4bea4a]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-systemsettings&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-systemsettings/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-systemsettings/commit/?id=1eaccda2 [1eaccda2]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-systemsettings/commit/?id=5d84e75e [5d84e75e]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-systemsettings - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-systemsettings-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-systemsettings/commit/?id=8badc00a [8badc00a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-systemsettings - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-systemsettings-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-systemsettings/commit/?id=68f1f0e8 [68f1f0e8]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-systemsettings - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-systemsettings-desktop-files/pt_BR/&lt;br /&gt;
&lt;br /&gt;
== tdenetworkmanager ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=22eb26b4 [22eb26b4]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager-events/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=46feb88d [46feb88d]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=63f0bc38 [63f0bc38]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=6db570c0 [6db570c0]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=1585c265 [1585c265]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=55e4cb6c [55e4cb6c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=7d7ea84b [7d7ea84b]] Translated using Weblate (German)&amp;lt;br/&amp;gt;Currently translated at 85.0% (17 of 20 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager-events/de/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=4d63f15b [4d63f15b]] Translated using Weblate (German)&amp;lt;br/&amp;gt;Currently translated at 44.4% (4 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager-desktop-files/de/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=844977ab [844977ab]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=4df2908f [4df2908f]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=726b7a12 [726b7a12]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 69.9% (198 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=b886f5e1 [b886f5e1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 68.5% (194 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=aed561a0 [aed561a0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 56.5% (160 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=0f339629 [0f339629]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 56.5% (160 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=0b25fec3 [0b25fec3]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (283 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=61ae35a3 [61ae35a3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=5df4ed11 [5df4ed11]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 56.5% (160 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=c95d4f33 [c95d4f33]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=f6f35912 [f6f35912]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=92a7c996 [92a7c996]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager-events/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=8883a11e [8883a11e]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=f781e430 [f781e430]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 56.5% (160 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=6bd64d20 [6bd64d20]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 54.4% (154 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
&lt;br /&gt;
== tdesudo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesudo/commit/?id=7674fde5 [7674fde5]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesudo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesudo/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesudo/commit/?id=c6160861 [c6160861]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesudo/commit/?id=ccf9891b [ccf9891b]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 10.7% (3 of 28 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesudo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesudo/pt/&lt;br /&gt;
&lt;br /&gt;
== wlassistant ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/wlassistant/commit/?id=31269549 [31269549]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/wlassistant - wlassistant.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/wlassistant-wlassistantdesktop/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/wlassistant/commit/?id=273f753d [273f753d]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/wlassistant/commit/?id=9fb9997c [9fb9997c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/wlassistant - wlassistant.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/wlassistant-wlassistantdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/wlassistant/commit/?id=3e7e7008 [3e7e7008]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/wlassistant - wlassistant.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/wlassistant-wlassistantdesktop/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/system =&lt;br /&gt;
== dolphin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=bc84714b [bc84714b]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=5eb3d89a [5eb3d89a]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (174 of 174 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=57b19c57 [57b19c57]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=1940595e [1940595e]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (64 of 64 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=91846b19 [91846b19]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - d3lphin.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-d3lphindesktop/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=d752e4ad [d752e4ad]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=72283ac2 [72283ac2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=e254119c [e254119c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=43564578 [43564578]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (64 of 64 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=cd90f060 [cd90f060]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (64 of 64 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=76e013bb [76e013bb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=0d9a7db1 [0d9a7db1]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=b6e4e387 [b6e4e387]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=66caccf8 [66caccf8]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (174 of 174 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=3738023e [3738023e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=587e9c20 [587e9c20]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (174 of 174 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=7c83a8a9 [7c83a8a9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (174 of 174 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=5ad5f3b3 [5ad5f3b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (174 of 174 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=935eb49d [935eb49d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (174 of 174 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=c5ebee1a [c5ebee1a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=b6a6add7 [b6a6add7]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=d6981f86 [d6981f86]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=88bffef8 [88bffef8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=50bf6ece [50bf6ece]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=df0f2634 [df0f2634]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 87.3% (55 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=128fc6c0 [128fc6c0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=4177bfeb [4177bfeb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=31e79818 [31e79818]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=614887eb [614887eb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=dfc034e5 [dfc034e5]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== katapult ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=a56b76fe [a56b76fe]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (89 of 89 strings)&amp;lt;br/&amp;gt;Translation: applications/katapult&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/katapult/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=2ab06e76 [2ab06e76]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=0c27fcff [0c27fcff]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: applications/katapult - catalogs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/katapult-catalogs/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=d35e6e3a [d35e6e3a]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=e7e30915 [e7e30915]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/katapult&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/katapult/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=ea7447f0 [ea7447f0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=b71601ee [b71601ee]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: applications/katapult - displays&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/katapult-displays/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=252c4539 [252c4539]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/katapult - katapult.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/katapult-katapultdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=629585bb [629585bb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (89 of 89 strings)&amp;lt;br/&amp;gt;Translation: applications/katapult&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/katapult/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=cf048393 [cf048393]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=4fb5eb7a [4fb5eb7a]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/katapult - katapult.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/katapult-katapultdesktop/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=ab9b59f3 [ab9b59f3]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=227eb69b [227eb69b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 73.0% (65 of 89 strings)&amp;lt;br/&amp;gt;Translation: applications/katapult&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/katapult/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=8d4c6c83 [8d4c6c83]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/katapult - katapult.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/katapult-katapultdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=a9722a2a [a9722a2a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/katapult&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/katapult/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=7bd864eb [7bd864eb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/katapult - displays&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/katapult-displays/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=5ba23c85 [5ba23c85]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 61.7% (55 of 89 strings)&amp;lt;br/&amp;gt;Translation: applications/katapult&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/katapult/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=b427732a [b427732a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: applications/katapult - displays&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/katapult-displays/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=a2ce4f73 [a2ce4f73]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=90483ac4 [90483ac4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/katapult - katapult.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/katapult-katapultdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=2c620ea8 [2c620ea8]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=4b5ae0ee [4b5ae0ee]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (89 of 89 strings)&amp;lt;br/&amp;gt;Translation: applications/katapult&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/katapult/pt_BR/&lt;br /&gt;
&lt;br /&gt;
== kbfx ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=3a2b25bb [3a2b25bb]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: applications/kbfx - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbfx-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=d9248752 [d9248752]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=3e72387f [3e72387f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbfx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbfx/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=8728a71b [8728a71b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbfx - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbfx-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=83dfb156 [83dfb156]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: applications/kbfx - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbfx-desktop-files/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=f445316b [f445316b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: applications/kbfx - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbfx-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=ea95d7dd [ea95d7dd]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=a83a9d10 [a83a9d10]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=7df544d7 [7df544d7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbfx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbfx/&lt;br /&gt;
&lt;br /&gt;
== kcmautostart ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=59304976 [59304976]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=9427e7ec [9427e7ec]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=d1430cf3 [d1430cf3]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart - autostart.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart-autostartdesktop/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=7ea924c2 [7ea924c2]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=a23288b9 [a23288b9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=8d01d21a [8d01d21a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart - autostart.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart-autostartdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=2f2f211d [2f2f211d]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=43c28f45 [43c28f45]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=b5fa6c20 [b5fa6c20]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart - autostart.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart-autostartdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=93aa3c87 [93aa3c87]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=639e1972 [639e1972]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=e156d8d7 [e156d8d7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=a34114dc [a34114dc]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=e32b5599 [e32b5599]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/&lt;br /&gt;
&lt;br /&gt;
== kdbusnotification ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=7cda7848 [7cda7848]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/kdbusnotification&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbusnotification/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=7da2686d [7da2686d]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=1630f8f8 [1630f8f8]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kdbusnotification - autostart.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbusnotification-autostartdesktop/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=f5ac6796 [f5ac6796]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=113bd474 [113bd474]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdbusnotification&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbusnotification/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=e70fca00 [e70fca00]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdbusnotification - autostart.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbusnotification-autostartdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=1a641393 [1a641393]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/kdbusnotification&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbusnotification/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=b412e198 [b412e198]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=b0df4a69 [b0df4a69]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kdbusnotification - autostart.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbusnotification-autostartdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=15f5616c [15f5616c]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== klamav ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=46e49bef [46e49bef]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: applications/klamav - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klamav-events/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=d1f98ec6 [d1f98ec6]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=eb4a16de [eb4a16de]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/klamav - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klamav-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=ef00ee98 [ef00ee98]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=8106c138 [8106c138]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/klamav&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klamav/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=15c9978b [15c9978b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/klamav - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klamav-events/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=e0a69957 [e0a69957]] Adapt to latest tqt3 version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=29631587 [29631587]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: applications/klamav - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klamav-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=478aa390 [478aa390]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 64.4% (286 of 444 strings)&amp;lt;br/&amp;gt;Translation: applications/klamav&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klamav/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=9a617c2a [9a617c2a]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=d11bc9be [d11bc9be]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 64.1% (285 of 444 strings)&amp;lt;br/&amp;gt;Translation: applications/klamav&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klamav/ru/&lt;br /&gt;
&lt;br /&gt;
== knemo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=362dbd77 [362dbd77]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo - kcm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-kcm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=708c6856 [708c6856]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=c8e91324 [c8e91324]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo - kcm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-kcm/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=9eabdcfc [9eabdcfc]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (85 of 85 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=cd1aedc2 [cd1aedc2]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=e7fb48e5 [e7fb48e5]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (85 of 85 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=9e04f998 [9e04f998]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knemo - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=3772679a [3772679a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knemo - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-events/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=232699e6 [232699e6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knemo - kcm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-kcm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=16c52455 [16c52455]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knemo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=8e390170 [8e390170]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=73908043 [73908043]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo - kcm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-kcm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=d1925e58 [d1925e58]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (85 of 85 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=6132bf8e [6132bf8e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== knetload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=4009c341 [4009c341]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (53 of 53 strings)&amp;lt;br/&amp;gt;Translation: applications/knetload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetload/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=2d657a37 [2d657a37]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=21f2b824 [21f2b824]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knetload - knetload.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetload-knetloaddesktop/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=b97d6a85 [b97d6a85]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=ba2626b3 [ba2626b3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knetload - knetload.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetload-knetloaddesktop/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=c52c618e [c52c618e]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=7b25c61d [7b25c61d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knetload - knetload.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetload-knetloaddesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=ad81a141 [ad81a141]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knetload - knetload.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetload-knetloaddesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== knetstats ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=0f2e736b [0f2e736b]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/knetstats - knetstats.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetstats-knetstatsdesktop/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=54d6d53e [54d6d53e]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (53 of 53 strings)&amp;lt;br/&amp;gt;Translation: applications/knetstats&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetstats/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=aa6e1e8f [aa6e1e8f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knetstats&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetstats/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=d0767208 [d0767208]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knetstats - knetstats.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetstats-knetstatsdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=cde57e3a [cde57e3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (53 of 53 strings)&amp;lt;br/&amp;gt;Translation: applications/knetstats&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetstats/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=f59f6f15 [f59f6f15]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/knetstats - knetstats.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetstats-knetstatsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=26523e70 [26523e70]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=fca6b8e0 [fca6b8e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (53 of 53 strings)&amp;lt;br/&amp;gt;Translation: applications/knetstats&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetstats/ru/&lt;br /&gt;
&lt;br /&gt;
== kooldock ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kooldock/commit/?id=ff9bf31f [ff9bf31f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kooldock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kooldock/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kooldock/commit/?id=793cfe34 [793cfe34]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: applications/kooldock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kooldock/it/&lt;br /&gt;
&lt;br /&gt;
== krusader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=c8e94230 [c8e94230]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader - tdeio-krarc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader-tdeio-krarc/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=b5aa6dee [b5aa6dee]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=576b8bcb [576b8bcb]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader - tdeio-virt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader-tdeio-virt/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=f59a1eaf [f59a1eaf]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=e2d53a0d [e2d53a0d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=6c4bd80f [6c4bd80f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krusader - tdeio-virt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader-tdeio-virt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=a2f22cc2 [a2f22cc2]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader - tdeio-virt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader-tdeio-virt/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=75b4861b [75b4861b]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=ebe33485 [ebe33485]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 89.0% (1246 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=9c7ecae7 [9c7ecae7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 89.0% (1246 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=48d80382 [48d80382]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1399 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=0a303a08 [0a303a08]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader - tdeio-virt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader-tdeio-virt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=b530f6f6 [b530f6f6]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=7e975b56 [7e975b56]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 89.0% (1246 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=6dcff4b8 [6dcff4b8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=36ae80d0 [36ae80d0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=3ce92a8b [3ce92a8b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 89.0% (1246 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=c3898db6 [c3898db6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=b55a9aa0 [b55a9aa0]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1399 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=a6d7af8f [a6d7af8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 89.0% (1246 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=1107ba66 [1107ba66]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=60b198a9 [60b198a9]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1399 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/uk/&lt;br /&gt;
&lt;br /&gt;
== kshutdown ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=1a148963 [1a148963]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown - extras&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-extras/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=69ddef87 [69ddef87]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=5ee2a3de [5ee2a3de]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown - kshutdown.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-kshutdowndesktop/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=8aab3122 [8aab3122]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=177f3a3f [177f3a3f]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-events/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=e18b97ce [e18b97ce]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=517db2b0 [517db2b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kshutdown - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-events/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=c77cf0fd [c77cf0fd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kshutdown&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=3f542449 [3f542449]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 33.3% (59 of 177 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=73705ae9 [73705ae9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kshutdown&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=9c887493 [9c887493]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=88cbe7eb [88cbe7eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 32.7% (58 of 177 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=7f2b77af [7f2b77af]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=6de6914a [6de6914a]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=294c6c37 [294c6c37]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=5153b71e [5153b71e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kshutdown - kshutdown.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-kshutdowndesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=757c58ab [757c58ab]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=0cb0eeb3 [0cb0eeb3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown - kshutdown.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-kshutdowndesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=6c6e8bb5 [6c6e8bb5]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown - kshutdown.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-kshutdowndesktop/nl/&lt;br /&gt;
&lt;br /&gt;
== ksystemlog ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=c1850ce8 [c1850ce8]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/ksystemlog - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksystemlog-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=afc9e57b [afc9e57b]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=59007472 [59007472]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=3178a9b9 [3178a9b9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (391 of 391 strings)&amp;lt;br/&amp;gt;Translation: applications/ksystemlog&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksystemlog/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=23688ec3 [23688ec3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/ksystemlog - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksystemlog-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=e8c74ab9 [e8c74ab9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/ksystemlog - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksystemlog-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=f878a025 [f878a025]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=cf0f1b44 [cf0f1b44]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/ksystemlog&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksystemlog/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=27e255d7 [27e255d7]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kvkbd ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=415a0dfa [415a0dfa]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: applications/kvkbd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvkbd/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=12160858 [12160858]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=af25ca05 [af25ca05]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kvkbd - kvkbd.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvkbd-kvkbddesktop/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=68178037 [68178037]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=7509567e [7509567e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: applications/kvkbd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvkbd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=905c6b97 [905c6b97]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvkbd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvkbd/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=039b5a52 [039b5a52]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvkbd - kvkbd.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvkbd-kvkbddesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=db433118 [db433118]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: applications/kvkbd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvkbd/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=f89110ef [f89110ef]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=570028de [570028de]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kvkbd - kvkbd.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvkbd-kvkbddesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=3a15b392 [3a15b392]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=02fef088 [02fef088]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== polkit-agent-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=b669bda6 [b669bda6]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=f53866ad [f53866ad]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=b1a43966 [b1a43966]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde - polkit-agent-tde.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde-polkit-agent-tdedesktop/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=aab39aad [aab39aad]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=edfd83c3 [edfd83c3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=9ca3ac2e [9ca3ac2e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde - polkit-agent-tde.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde-polkit-agent-tdedesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=7ef2e01a [7ef2e01a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde - polkit-agent-tde.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde-polkit-agent-tdedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=4bc2685c [4bc2685c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=394ba86f [394ba86f]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=d0ff02a7 [d0ff02a7]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=774e540b [774e540b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=fe3d3837 [fe3d3837]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=81f288bf [81f288bf]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/zh_Hant/&lt;br /&gt;
&lt;br /&gt;
== tastymenu ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=a6ec415d [a6ec415d]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/tastymenu - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tastymenu-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=f9d565a1 [f9d565a1]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=98a3fda1 [98a3fda1]] Use tquic directcly&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=c36fcdf2 [c36fcdf2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tastymenu - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tastymenu-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=a3a01143 [a3a01143]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tastymenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tastymenu/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=97ebaf91 [97ebaf91]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (146 of 146 strings)&amp;lt;br/&amp;gt;Translation: applications/tastymenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tastymenu/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=2307db6a [2307db6a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (146 of 146 strings)&amp;lt;br/&amp;gt;Translation: applications/tastymenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tastymenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=425d4d88 [425d4d88]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/tastymenu - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tastymenu-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=97b927a5 [97b927a5]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdebluez ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=dd73a30b [dd73a30b]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-events/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=9b19b29c [9b19b29c]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=151b5595 [151b5595]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=c3cd9951 [c3cd9951]] Remove detection of tqtqui library&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=947dacb8 [947dacb8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=66ebc1fa [66ebc1fa]] Translated using Weblate (German)&amp;lt;br/&amp;gt;Currently translated at 78.1% (25 of 32 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/de/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=17819966 [17819966]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=f25c4521 [f25c4521]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-events/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=01f504fe [01f504fe]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=fce0091e [fce0091e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=f23e3839 [f23e3839]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=823b8121 [823b8121]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=d0311fa0 [d0311fa0]] Added translation using Weblate (Dutch)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ee1b7905 [ee1b7905]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 89.1% (239 of 268 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=14e65f81 [14e65f81]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=9a895e4f [9a895e4f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=5dbd02e3 [5dbd02e3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=75e3f4ae [75e3f4ae]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=1d2fcc95 [1d2fcc95]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (266 of 266 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=9ec32992 [9ec32992]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=226cacc4 [226cacc4]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (274 of 274 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ae46115f [ae46115f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ad1894b7 [ad1894b7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=e852055d [e852055d]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tdedocker ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=7d033d1c [7d033d1c]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: applications/tdedocker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdedocker/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=f3e8e03c [f3e8e03c]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=f7f040bd [f7f040bd]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/tdedocker - tdedocker.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdedocker-tdedockerdesktop/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=2bd37032 [2bd37032]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=2f65165d [2f65165d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdedocker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdedocker/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=0c3fe86e [0c3fe86e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdedocker - tdedocker.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdedocker-tdedockerdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=0784dd69 [0784dd69]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 39.1% (18 of 46 strings)&amp;lt;br/&amp;gt;Translation: applications/tdedocker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdedocker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=c8bd481e [c8bd481e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/tdedocker - tdedocker.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdedocker-tdedockerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=2cb5f566 [2cb5f566]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdepowersave ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=490fe1ee [490fe1ee]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave-events/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=8e83327f [8e83327f]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=e1930e72 [e1930e72]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=997fd14e [997fd14e]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=cd5e2d09 [cd5e2d09]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=bc831d84 [bc831d84]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=0a9d2078 [0a9d2078]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave-events/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=d8fff9e9 [d8fff9e9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave-events/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=f1c49fc1 [f1c49fc1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (311 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=dc69c843 [dc69c843]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (311 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=edb862bc [edb862bc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (311 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=b001f8e8 [b001f8e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 36.3% (20 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=b8b910e9 [b8b910e9]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=aaf6cc18 [aaf6cc18]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=8a0925b0 [8a0925b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave-events/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=9b7728c1 [9b7728c1]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (311 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=96ba1bf7 [96ba1bf7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 36.3% (20 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=1e735aeb [1e735aeb]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (311 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=f39d5cd2 [f39d5cd2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=c1d1a446 [c1d1a446]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=70666ec3 [70666ec3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=c2676876 [c2676876]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.2% (290 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=5242ce6d [5242ce6d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=678ecbe9 [678ecbe9]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tdesshaskpass ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=1e4463cf [1e4463cf]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesshaskpass&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesshaskpass/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=2c65a1f3 [2c65a1f3]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=a6f6c11a [a6f6c11a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdesshaskpass&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesshaskpass/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=77270a90 [77270a90]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 71.4% (5 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesshaskpass&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesshaskpass/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=a9f78c9a [a9f78c9a]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=b193e3f5 [b193e3f5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdesshaskpass&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesshaskpass/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=7a7a240e [7a7a240e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesshaskpass&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesshaskpass/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=b0aaaa03 [b0aaaa03]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== yakuake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=35c43276 [35c43276]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=541f00be [541f00be]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (98 of 98 strings)&amp;lt;br/&amp;gt;Translation: applications/yakuake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=473a659c [473a659c]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=57b7156f [57b7156f]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/yakuake - yakuake.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake-yakuakedesktop/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=d9cbc463 [d9cbc463]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=6b37aed5 [6b37aed5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/yakuake - yakuake.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake-yakuakedesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=80742a30 [80742a30]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/yakuake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=ffd5e73e [ffd5e73e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/yakuake - yakuake.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake-yakuakedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=cf3dbd06 [cf3dbd06]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (98 of 98 strings)&amp;lt;br/&amp;gt;Translation: applications/yakuake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=4adafb6f [4adafb6f]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=73cd9e3b [73cd9e3b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/yakuake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=4d40f6d0 [4d40f6d0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.9% (94 of 98 strings)&amp;lt;br/&amp;gt;Translation: applications/yakuake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/tdeio =&lt;br /&gt;
== tdeio-appinfo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=b0123064 [b0123064]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-appinfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-appinfo/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=91046558 [91046558]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=a199840d [a199840d]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-appinfo - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-appinfo-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=61015cf8 [61015cf8]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=aa851612 [aa851612]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdeio-appinfo - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-appinfo-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=88509310 [88509310]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdeio-appinfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-appinfo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=61b023d5 [61b023d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-appinfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-appinfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=6b18c8aa [6b18c8aa]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=4a1957d9 [4a1957d9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-appinfo - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-appinfo-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=259bb403 [259bb403]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeio-apt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=9e92e63a [9e92e63a]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (65 of 65 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-apt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-apt/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=aafa4ba1 [aafa4ba1]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=372ee0e6 [372ee0e6]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-apt - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-apt-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=7da32d8d [7da32d8d]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=fe3e56ed [fe3e56ed]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdeio-apt - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-apt-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=154d4926 [154d4926]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-apt - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-apt-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=9bd15ca6 [9bd15ca6]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeio-ftps ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-ftps/commit/?id=f8643c66 [f8643c66]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-ftps&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-ftps/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-ftps/commit/?id=ed52e87a [ed52e87a]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-ftps/commit/?id=8ac1f636 [8ac1f636]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdeio-ftps&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-ftps/&lt;br /&gt;
&lt;br /&gt;
== tdeio-gopher ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-gopher/commit/?id=b23d2dbf [b23d2dbf]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-gopher&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-gopher/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-gopher/commit/?id=5e968032 [5e968032]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdeio-gopher&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-gopher/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-gopher/commit/?id=dfc20d5b [dfc20d5b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-gopher&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-gopher/ru/&lt;br /&gt;
&lt;br /&gt;
== tdeio-locate ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=5a73474d [5a73474d]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-locate - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-locate-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=3c3e5a8a [3c3e5a8a]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=17202411 [17202411]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdeio-locate - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-locate-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=888a6158 [888a6158]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-locate - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-locate-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=94acdb2d [94acdb2d]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeio-sword ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=bab142ee [bab142ee]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-sword - sword.protocol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-sword-swordprotocol/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=b8f4db70 [b8f4db70]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=bbf5f2b3 [bbf5f2b3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdeio-sword - sword.protocol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-sword-swordprotocol/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=a1851f5d [a1851f5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-sword - sword.protocol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-sword-swordprotocol/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=6d75ce24 [6d75ce24]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeio-umountwrapper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=6b6bc906 [6b6bc906]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-umountwrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-umountwrapper/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=18049a2c [18049a2c]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=47882f3b [47882f3b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdeio-umountwrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-umountwrapper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=1dba5db6 [1dba5db6]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-umountwrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-umountwrapper/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=2ce87fe6 [2ce87fe6]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=c48a81c6 [c48a81c6]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 57.1% (4 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-umountwrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-umountwrapper/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=dfbe223a [dfbe223a]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=11dcb3f5 [11dcb3f5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdeio-umountwrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-umountwrapper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=e3173ff2 [e3173ff2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-umountwrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-umountwrapper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=c37ba2dc [c37ba2dc]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
= applications/themes =&lt;br /&gt;
== gtk-qt-engine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=6cad9f02 [6cad9f02]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=c95b63f1 [c95b63f1]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=f2408b6a [f2408b6a]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=cdcba55f [cdcba55f]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=1f4b374e [1f4b374e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=ff6f7096 [ff6f7096]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=209a3c39 [209a3c39]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=df12e773 [df12e773]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=d0d226cf [d0d226cf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=2178adeb [2178adeb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=90c79e65 [90c79e65]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=df701883 [df701883]] Added translation using Weblate (Chinese (Simplified))&lt;br /&gt;
&lt;br /&gt;
== kgtk-qt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=c9361d70 [c9361d70]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/kgtk-qt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kgtk-qt3/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=af621740 [af621740]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=988c2bf7 [988c2bf7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kgtk-qt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kgtk-qt3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=59addc34 [59addc34]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/kgtk-qt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kgtk-qt3/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=bb70f2fc [bb70f2fc]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=e6da4c75 [e6da4c75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/kgtk-qt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kgtk-qt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=06bca424 [06bca424]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/kgtk-qt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kgtk-qt3/ru/&lt;br /&gt;
&lt;br /&gt;
== ksplash-engine-moodin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=485ac6fb [485ac6fb]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: applications/ksplash-engine-moodin - themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksplash-engine-moodin-themes/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=f33612b7 [f33612b7]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=b65cfd48 [b65cfd48]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/ksplash-engine-moodin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksplash-engine-moodin/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=43b0a6fe [43b0a6fe]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=1678379f [1678379f]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/ksplash-engine-moodin - ksplashmoodin.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksplash-engine-moodin-ksplashmoodindesktop/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=f943e9f1 [f943e9f1]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=9afce39a [9afce39a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/ksplash-engine-moodin - ksplashmoodin.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksplash-engine-moodin-ksplashmoodindesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=4de4d344 [4de4d344]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/ksplash-engine-moodin - themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksplash-engine-moodin-themes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=d25565ef [d25565ef]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/ksplash-engine-moodin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksplash-engine-moodin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=c10854bc [c10854bc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: applications/ksplash-engine-moodin - themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksplash-engine-moodin-themes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=ba3e4d83 [ba3e4d83]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=a6618f45 [a6618f45]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/ksplash-engine-moodin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksplash-engine-moodin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=5f1d24be [5f1d24be]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=80fd36cc [80fd36cc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/ksplash-engine-moodin - ksplashmoodin.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksplash-engine-moodin-ksplashmoodindesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=c5ea48d7 [c5ea48d7]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tde-style-baghira ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=2d9cb68e [2d9cb68e]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (52 of 52 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-twin/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=2b73914d [2b73914d]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=4f5fd679 [4f5fd679]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - sessionapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-sessionapplet/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=145e46d0 [145e46d0]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=662fefcd [662fefcd]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=f4c53b9a [f4c53b9a]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=c7ec885a [c7ec885a]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - kmenuapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-kmenuapplet/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=97d0c4d0 [97d0c4d0]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - bab&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-bab/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=53ef7b6f [53ef7b6f]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=3c6e7d56 [3c6e7d56]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=019e2585 [019e2585]] Use tquic directcly&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=2979361b [2979361b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - bab&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-bab/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=34702a62 [34702a62]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - kmenuapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-kmenuapplet/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=8a772b5d [8a772b5d]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 14.2% (2 of 14 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-desktop-files/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=6081cb0d [6081cb0d]] Added translation using Weblate (Portuguese)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=d05bfa7a [d05bfa7a]] Translated using Weblate (German)&amp;lt;br/&amp;gt;Currently translated at 14.2% (2 of 14 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-desktop-files/de/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=2848e644 [2848e644]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 7.1% (1 of 14 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-desktop-files/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=85366bc0 [85366bc0]] Added translation using Weblate (Portuguese (Brazil))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=130a09fe [130a09fe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - bab&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-bab/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=a41cd05c [a41cd05c]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=2bfddb37 [2bfddb37]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - kmenuapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-kmenuapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=24c94460 [24c94460]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=bb43a575 [bb43a575]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - sessionapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-sessionapplet/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=738600de [738600de]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - starter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-starter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=54a306f5 [54a306f5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=4a3bbfa4 [4a3bbfa4]] Rename library twin3_baghira -&amp;amp;gt; twin_baghira&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=fc8b3dd4 [fc8b3dd4]] Fix functionality broken by commit 66813ef&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=66813efe [66813efe]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tde-style-domino ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=9d2e65e8 [9d2e65e8]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (56 of 56 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-domino&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-domino/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=8911adcc [8911adcc]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=0ce12d01 [0ce12d01]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (17 of 17 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-domino - twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-domino-twin/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=04528db0 [04528db0]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=7e703d26 [7e703d26]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-domino - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-domino-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=b8a33e28 [b8a33e28]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=2cc7d2d1 [2cc7d2d1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-domino - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-domino-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=515a3c18 [515a3c18]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-domino - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-domino-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=bc0d220b [bc0d220b]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=7ea023ba [7ea023ba]] Rename library twin3_domino -&amp;amp;gt; twin_domino&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== tde-style-ia-ora ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=4c6f5b92 [4c6f5b92]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-ia-ora - twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-ia-ora-twin/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=2d6e9124 [2d6e9124]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-ia-ora - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-ia-ora-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=32ad637f [32ad637f]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=f1366723 [f1366723]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=35f049b7 [35f049b7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-ia-ora - twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-ia-ora-twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=c6b18455 [c6b18455]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-ia-ora - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-ia-ora-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=9e5afc6b [9e5afc6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-ia-ora - twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-ia-ora-twin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=5bbd8ebf [5bbd8ebf]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=70d8e947 [70d8e947]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-ia-ora - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-ia-ora-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=5e7e1797 [5e7e1797]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=25c19604 [25c19604]] Rename library twin3_iaora -&amp;amp;gt; twin_iaora&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== tde-style-lipstik ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=00278ad4 [00278ad4]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (59 of 59 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-lipstik&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-lipstik/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=39d0ef68 [39d0ef68]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=43bee29e [43bee29e]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-lipstik - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-lipstik-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=06b78fb1 [06b78fb1]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=dc269473 [dc269473]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-lipstik - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-lipstik-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=39c758d5 [39c758d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-lipstik - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-lipstik-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=e0338512 [e0338512]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tde-style-qtcurve ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=f8d6e48a [f8d6e48a]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-qtcurve - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-qtcurve-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=7ef25a8d [7ef25a8d]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=4eb564cd [4eb564cd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-qtcurve - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-qtcurve-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=50b1ed09 [50b1ed09]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-qtcurve - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-qtcurve-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=bd4c7eff [bd4c7eff]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=b069a35c [b069a35c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-qtcurve - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-qtcurve-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=27e23c10 [27e23c10]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdmtheme ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=13ffe9ec [13ffe9ec]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: applications/tdmtheme&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdmtheme/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=810cde2f [810cde2f]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=d8243fa8 [d8243fa8]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/tdmtheme - tdmtheme.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdmtheme-tdmthemedesktop/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=7ce7871f [7ce7871f]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=217a1259 [217a1259]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdmtheme - tdmtheme.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdmtheme-tdmthemedesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=40c3be67 [40c3be67]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/tdmtheme - tdmtheme.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdmtheme-tdmthemedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=422b7c29 [422b7c29]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=be80cbfd [be80cbfd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdmtheme&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdmtheme/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=33f7baf1 [33f7baf1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: applications/tdmtheme&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdmtheme/ru/&lt;br /&gt;
&lt;br /&gt;
== twin-style-crystal ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=7481bbc6 [7481bbc6]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=49bc736b [49bc736b]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/twin-style-crystal - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-crystal-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=ffd73aa5 [ffd73aa5]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=6ab69486 [6ab69486]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/twin-style-crystal - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-crystal-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=74a99abb [74a99abb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/twin-style-crystal - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-crystal-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=ef365451 [ef365451]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=d9afc78c [d9afc78c]] Rename library twin3_crystal -&amp;amp;gt; twin_crystal&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-dekorator ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=a5953b11 [a5953b11]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/twin-style-dekorator - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-dekorator-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=a177ebf8 [a177ebf8]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=3a56d8a8 [3a56d8a8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/twin-style-dekorator - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-dekorator-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=c2065d4f [c2065d4f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/twin-style-dekorator - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-dekorator-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=92d4ca9f [92d4ca9f]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=c67f6084 [c67f6084]] Rename library twin3_deKorator -&amp;amp;gt; twin_deKorator&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-machbunt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=4e95dfc8 [4e95dfc8]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/twin-style-machbunt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-machbunt/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=37c554fe [37c554fe]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=6b393d38 [6b393d38]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/twin-style-machbunt - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-machbunt-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=047f5155 [047f5155]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=20f2a3cd [20f2a3cd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/twin-style-machbunt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-machbunt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=be043da8 [be043da8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/twin-style-machbunt - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-machbunt-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=f58ac171 [f58ac171]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/twin-style-machbunt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-machbunt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=7a99524e [7a99524e]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=330d2a97 [330d2a97]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/twin-style-machbunt - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-machbunt-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=af060376 [af060376]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=81c7c4d0 [81c7c4d0]] Rename library twin3_MachBunt to twin_MachBunt&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-suse2 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=b6c90fc8 [b6c90fc8]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (65 of 65 strings)&amp;lt;br/&amp;gt;Translation: applications/twin-style-suse2&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-suse2/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=a1f24926 [a1f24926]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=eae19340 [eae19340]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/twin-style-suse2 - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-suse2-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=1f1559bd [1f1559bd]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=172925c1 [172925c1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/twin-style-suse2 - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-suse2-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=9f9b3c89 [9f9b3c89]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/twin-style-suse2&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-suse2/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=e0d3d7ab [e0d3d7ab]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 78.4% (51 of 65 strings)&amp;lt;br/&amp;gt;Translation: applications/twin-style-suse2&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-suse2/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=db79df35 [db79df35]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/twin-style-suse2 - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-suse2-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=358a0175 [358a0175]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=6cdb0cbb [6cdb0cbb]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (65 of 65 strings)&amp;lt;br/&amp;gt;Translation: applications/twin-style-suse2&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-suse2/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=9b5c2e1e [9b5c2e1e]] Rename library twin3_SUSE2 -&amp;amp;gt; twin_SUSE&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
= applications/utilities =&lt;br /&gt;
== abakus ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=393ad985 [393ad985]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=1037a657 [1037a657]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (49 of 49 strings)&amp;lt;br/&amp;gt;Translation: applications/abakus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=b0152ca1 [b0152ca1]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=9cc35171 [9cc35171]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/abakus - abakus.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus-abakusdesktop/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=9ace50d1 [9ace50d1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/abakus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=467ef6c1 [467ef6c1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (49 of 49 strings)&amp;lt;br/&amp;gt;Translation: applications/abakus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=e1762b36 [e1762b36]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=b277c7ae [b277c7ae]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/abakus - abakus.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus-abakusdesktop/bg/&lt;br /&gt;
&lt;br /&gt;
== filelight ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=f9ab851a [f9ab851a]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=ad25fe09 [ad25fe09]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=b3c1931a [b3c1931a]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (77 of 77 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=6676268d [6676268d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=8066004a [8066004a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=9fd8fe68 [9fd8fe68]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (77 of 77 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=aa06806b [aa06806b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=28349b70 [28349b70]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=7cc11b7f [7cc11b7f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=629295b3 [629295b3]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=33098270 [33098270]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (77 of 77 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/uk/&lt;br /&gt;
&lt;br /&gt;
== kbarcode ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=4c82a374 [4c82a374]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=e07205ec [e07205ec]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=6485e027 [6485e027]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.8% (593 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=4df954b0 [4df954b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=877e33b5 [877e33b5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=5215d91d [5215d91d]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 1.1% (7 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=ef957b79 [ef957b79]] Added translation using Weblate (Portuguese)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=cee8d8dc [cee8d8dc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 31.3% (186 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=e7336ab9 [e7336ab9]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=2f5aa189 [2f5aa189]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.1% (589 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=6c31a9ec [6c31a9ec]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=7f9e4e65 [7f9e4e65]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.9% (582 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=f6c05921 [f6c05921]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 74.5% (443 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=371ce27c [371ce27c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=7bd51d72 [7bd51d72]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=6ca861bd [6ca861bd]] Fix functionality broken by commit fc06df3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=fc06df33 [fc06df33]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== kchmviewer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=811d5fb6 [811d5fb6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.9% (142 of 145 strings)&amp;lt;br/&amp;gt;Translation: applications/kchmviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kchmviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=17f58cac [17f58cac]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kchmviewer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kchmviewer-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=b3cbc0ff [b3cbc0ff]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=70035baa [70035baa]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kchmviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kchmviewer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=98cc5c5b [98cc5c5b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 80.6% (117 of 145 strings)&amp;lt;br/&amp;gt;Translation: applications/kchmviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kchmviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=c840a753 [c840a753]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 80.6% (117 of 145 strings)&amp;lt;br/&amp;gt;Translation: applications/kchmviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kchmviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=7b5e8574 [7b5e8574]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kchmviewer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kchmviewer-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=78502278 [78502278]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kchmviewer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kchmviewer-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== kcpuload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=85843fdf [85843fdf]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=0480ce9b [0480ce9b]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=a20cf752 [a20cf752]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kcpuload - kcpuload.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload-kcpuloaddesktop/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=af8e4f15 [af8e4f15]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=8b0472e7 [8b0472e7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=65f9b95b [65f9b95b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcpuload - kcpuload.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload-kcpuloaddesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=276df6b7 [276df6b7]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=886ad23f [886ad23f]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=14c73c4b [14c73c4b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kcpuload - kcpuload.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload-kcpuloaddesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=824e509b [824e509b]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=0c199bf6 [0c199bf6]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=b49178b0 [b49178b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=8ae8e9f8 [8ae8e9f8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 94.8% (37 of 39 strings)&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=7a450d31 [7a450d31]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=d9952f82 [d9952f82]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/&lt;br /&gt;
&lt;br /&gt;
== kdirstat ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=a0d6b8d6 [a0d6b8d6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdirstat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdirstat/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=adddb251 [adddb251]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=4d875802 [4d875802]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kdirstat - kdirstat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdirstat-kdirstatdesktop/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=2c58eea2 [2c58eea2]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=b1806af7 [b1806af7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdirstat - kdirstat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdirstat-kdirstatdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=9ee7ad73 [9ee7ad73]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdirstat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdirstat/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=d08890b0 [d08890b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kdirstat - kdirstat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdirstat-kdirstatdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=d0eed693 [d0eed693]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (249 of 249 strings)&amp;lt;br/&amp;gt;Translation: applications/kdirstat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdirstat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=cc9f1809 [cc9f1809]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=89804e56 [89804e56]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 47.3% (118 of 249 strings)&amp;lt;br/&amp;gt;Translation: applications/kdirstat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdirstat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=71311fff [71311fff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 42.1% (105 of 249 strings)&amp;lt;br/&amp;gt;Translation: applications/kdirstat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdirstat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=a958f1f3 [a958f1f3]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== keep ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=f43a2162 [f43a2162]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: applications/keep&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/keep/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=3fbf5959 [3fbf5959]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/keep&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/keep/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=3ae2fe56 [3ae2fe56]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/keep - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/keep-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=769aafda [769aafda]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: applications/keep&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/keep/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=1a76670f [1a76670f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/keep - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/keep-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=c08474b2 [c08474b2]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=04ecada5 [04ecada5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 84.5% (93 of 110 strings)&amp;lt;br/&amp;gt;Translation: applications/keep&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/keep/ru/&lt;br /&gt;
&lt;br /&gt;
== knutclient ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=d0913fe8 [d0913fe8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knutclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=02716051 [02716051]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=44cfd93d [44cfd93d]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knutclient - knutclient.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient-knutclientdesktop/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=382893fc [382893fc]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=0b5c2f34 [0b5c2f34]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knutclient - knutclient.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient-knutclientdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=5f03df41 [5f03df41]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knutclient - knutclient.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient-knutclientdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=0beb63be [0beb63be]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=dfa5f3fa [dfa5f3fa]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knutclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=466ddc1b [466ddc1b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (203 of 203 strings)&amp;lt;br/&amp;gt;Translation: applications/knutclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient/uk/&lt;br /&gt;
&lt;br /&gt;
== kompose ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=4998697b [4998697b]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kompose - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kompose-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=f3a4b9c8 [f3a4b9c8]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=ec67407f [ec67407f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kompose - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kompose-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=00e245dc [00e245dc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kompose - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kompose-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=748e68f2 [748e68f2]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== krename ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=2c48425f [2c48425f]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/krename - krename.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krename-krenamedesktop/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=b6e4f855 [b6e4f855]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/krename - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krename-servicemenus/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=d76fd52d [d76fd52d]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=a69e2a50 [a69e2a50]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=1039e1e5 [1039e1e5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krename&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krename/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=8f56e896 [8f56e896]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (330 of 330 strings)&amp;lt;br/&amp;gt;Translation: applications/krename&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krename/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=28d102bd [28d102bd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krename - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krename-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=b4e78648 [b4e78648]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/krename - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krename-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=7740aa8e [7740aa8e]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== ksensors ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=6ccc90d9 [6ccc90d9]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (98 of 98 strings)&amp;lt;br/&amp;gt;Translation: applications/ksensors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksensors/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=c4ab7dca [c4ab7dca]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=2f38541f [2f38541f]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/ksensors - ksensors.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksensors-ksensorsdesktop/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=2be10d18 [2be10d18]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=25e49533 [25e49533]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/ksensors - ksensors.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksensors-ksensorsdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=f4d3000d [f4d3000d]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (98 of 98 strings)&amp;lt;br/&amp;gt;Translation: applications/ksensors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksensors/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=2a8c9caa [2a8c9caa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/ksensors - ksensors.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksensors-ksensorsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=2f3812ef [2f3812ef]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== mathemagics ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mathemagics/commit/?id=d203b8bb [d203b8bb]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (101 of 101 strings)&amp;lt;br/&amp;gt;Translation: applications/mathemagics&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/mathemagics/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mathemagics/commit/?id=d479065e [d479065e]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mathemagics/commit/?id=6a6df092 [6a6df092]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/mathemagics - mathemagics.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/mathemagics-mathemagicsdesktop/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mathemagics/commit/?id=cf7fee51 [cf7fee51]] Added translation using Weblate (Georgian)&lt;br /&gt;
&lt;br /&gt;
== qalculate-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=4af42e99 [4af42e99]] Translated using Weblate (Georgian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde-desktop-files/ka/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=8b1154b9 [8b1154b9]] Added translation using Weblate (Georgian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=83e6d6a4 [83e6d6a4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=00321718 [00321718]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (594 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=3fca4e9e [3fca4e9e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=2a0fc1a4 [2a0fc1a4]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=744ac88e [744ac88e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=6baf1704 [6baf1704]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.4% (593 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=accfbbbf [accfbbbf]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=34b3365e [34b3365e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=933d4190 [933d4190]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=68aa9b3b [68aa9b3b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (596 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=96280709 [96280709]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 75.0% (447 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=09de128a [09de128a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 70.6% (421 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=c714c687 [c714c687]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 60.7% (362 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=1c102209 [1c102209]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 42.4% (253 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=06249035 [06249035]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
= packaging =&lt;br /&gt;
== packaging ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=78f8fb89 [78f8fb89]] DEB buildscripts: update supported ditros and application list&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=9a57d786 [9a57d786]] DEB: drop tqtinterface module&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=3dca8bbc [3dca8bbc]] DEB tqt3: switch ntqapplication, ntqconfig and ntqmodules files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=12e0186a [12e0186a]] DEB tqt3: adapt to tquic&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=03be3ca8 [03be3ca8]] DEB tqtinterface: remove tmoc from .deb package&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=807fa03e [807fa03e]] DEB tqt3: adapt to tqmoc&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=752f1174 [752f1174]] DEB tqt3: remove nsplugin header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=8698e680 [8698e680]] RPM: re-add dependency to gcc-c++ (with condition)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=1144adb7 [1144adb7]] Add clang compile support&amp;lt;br/&amp;gt;- Add check for installed compiler, remove BuildRequires&amp;lt;br/&amp;gt;- Add platform option for clang when the default symlink resolves to it&amp;lt;br/&amp;gt;- Add OpenMandriva specific checks for required files removed during&amp;lt;br/&amp;gt;  packaging&amp;lt;br/&amp;gt;- Comment missing docs, install, and headers during packaging process&amp;lt;br/&amp;gt;- Increment version number to latest stable release&amp;lt;br/&amp;gt;- Replace symlink for build-examples with the actual file, install dereferences&amp;lt;br/&amp;gt;- Add missing translation file for &amp;quot;tr&amp;quot;&amp;lt;br/&amp;gt;- Fix lib prefixes for dependencies needed in MDK/OMV for 64 bit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=3117a031 [3117a031]] DEB pytqt: adjust to current tqt3 version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=53b4c4b9 [53b4c4b9]] DEB tqt3: switch remaining ntq[s-z]* header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=810ea216 [810ea216]] DEB tqt3: switch remaining ntq[m-r]* header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=97f7238e [97f7238e]] DEB tqt3: switch remaining ntq[i-l]* header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=8626a06e [8626a06e]] DEB tqt3: switch remaining ntq[d-h]* header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=5e27280f [5e27280f]] DEB tqt3: switch remaining ntq[a-c]* header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=85c8c1c1 [85c8c1c1]] DEB tqt3: remove obsolete tqabstractlayout.h header&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=7ac72cfb [7ac72cfb]] DEB tqt3: switch global classes tq* widget files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=d4bdda71 [d4bdda71]] DEB tqt3: switch style related tq* widget files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=d5fc881b [d5fc881b]] DEB tqt3: switch tq* layout files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=a6c0eeef [a6c0eeef]] DEB tqt3: switch more tq* widget files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=de716d15 [de716d15]] DEB tqt3: switch to tq* basic widget files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=a7e8d524 [a7e8d524]] DEB tqt3: switch to tq* environment class files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=17e7ce1f [17e7ce1f]] DEB tqt3: switch to tq* text class files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=b2b7389f [b2b7389f]] DEB tqt3: switch to tq* graphics class files (part 2)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=8044a43b [8044a43b]] DEB tqt3: switch to tq* graphics class files (part 1)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=2d8ee89b [2d8ee89b]] DEB tqt3: switch to tq* IO and network header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=46551b1f [46551b1f]] DEB tqt3: switch to tq* utility class files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=0cf4c136 [0cf4c136]] DEB tqt3: switch to tq* dran-n-drop files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f3fe3921 [f3fe3921]] DEB tqt3: switch to tq* main window files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=c62bc8c3 [c62bc8c3]] DEB tqt3: switch to tq* codec files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=40dc8410 [40dc8410]] DEB tqt3: switch to tq* threading files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=11fcd3e7 [11fcd3e7]] DEB tqt3: switch to tq* date and time files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=355bec7d [355bec7d]] DEB tqt3: remove Qt/embedded related files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=787c105f [787c105f]] RPM: more updates for mageia/openmandriva BuildRequires&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=ac47c91c [ac47c91c]] RPM: synchronize redhat directory with r14.1.x branch&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=1488354e [1488354e]] DEB tqt3: switch to tq* style files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=1141dba2 [1141dba2]] DEB tqt3: switch to tq* icon files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=ba843920 [ba843920]] DEB tqt3: switch to tq* text files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=85a0b800 [85a0b800]] DEB tqt3: switch to tq* str files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=dd776b9f [dd776b9f]] DEB tqt3: switch to tq* image files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=18e9eea2 [18e9eea2]] DEB tqt3: switch to tq* ptr files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=cd2dd4e9 [cd2dd4e9]] DEB tqt3: switch to tq* template library files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=6839f2be [6839f2be]] DEB tqt3: switch to tqwidget* files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=82ceb95a [82ceb95a]] DEB tqt3: switch to tq* canvas related files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=53704653 [53704653]] DEB tqt3: switch to tq* dom and xml related files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=30405ac3 [30405ac3]] DEB tqt3: switch to tq* sql related files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=2f4b0256 [2f4b0256]] DilOS tqt3: add input context header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=d0a9c398 [d0a9c398]] DEB tqt3: switch to tqobject* files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=598468a9 [598468a9]] DEB tqt3: move tqt.h from tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=ef8e0bd1 [ef8e0bd1]] DEB build scripts: updated after testing on Devuan Chimaera&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=70a0160c [70a0160c]] DEB tdebindings: remove dependency on libtqt3-compat-headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=fb212c9e [fb212c9e]] DEB tqt3: drop compat files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=a4869e73 [a4869e73]] DEB tdebase twin: adjusted after renaming client libraries from twin3_* to twin_*. This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=7b064a10 [7b064a10]] DEB tqt3: adjusted after removing Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f7be243e [f7be243e]] DEB buildscripts: update supported distros&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f82c8cc0 [f82c8cc0]] DEB: remove support for Debian Stretch and Ubuntu Xenial&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=4721bdc6 [4721bdc6]] DEB tqt3: remove Qt2 obsolete classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=e6b868c8 [e6b868c8]] DEB tdebase: added release notes for R14.2.x series&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=3c5c1e60 [3c5c1e60]] DEB trinity-apt-archive: Set the apt repository URL to PTB.&lt;/div&gt;</summary>
		<author><name>SlavekB</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.1.4&amp;diff=3513</id>
		<title>Changelog For R14.1.4</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.1.4&amp;diff=3513"/>
		<updated>2024-11-12T01:47:00Z</updated>

		<summary type="html">&lt;p&gt;SlavekB: Update 20241111&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= common =&lt;br /&gt;
== libtdevnc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtdevnc/commit/?id=c9195aae [c9195aae]] Drop Borland compiler specific code&lt;br /&gt;
&lt;br /&gt;
= dependencies =&lt;br /&gt;
== tde-cmake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=580befe5 [580befe5]] Update version to R14.1.4&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== arts ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/arts/commit/?id=f386da73 [f386da73]] Drop Borland compiler specific code&lt;br /&gt;
&lt;br /&gt;
== sip4-tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/sip4-tqt/commit/?id=c88f3c77 [c88f3c77]] Fix part accidentally removed with Borland things.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/sip4-tqt/commit/?id=a0850da0 [a0850da0]] Drop Borland compiler specific code&lt;br /&gt;
&lt;br /&gt;
== tqscintilla ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqscintilla/commit/?id=6923f459 [6923f459]] Drop Borland compiler specific code&lt;br /&gt;
&lt;br /&gt;
== pytqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=f89d120a [f89d120a]] Drop Borland compiler specific code&lt;br /&gt;
&lt;br /&gt;
== polkit-tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-tqt/commit/?id=da5de499 [da5de499]] Make sure TQ_EXPORT is defined before it is used&lt;br /&gt;
&lt;br /&gt;
= core =&lt;br /&gt;
== tdelibs ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=3e8e587b [3e8e587b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=25b6385a [25b6385a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=029634c0 [029634c0]] Drop Borland compiler specific code&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=fcbf2cd7 [fcbf2cd7]] change ftp pass command case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=91b5d541 [91b5d541]] Update version to R14.1.4&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tdebase ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c028d235 [c028d235]] Drop Borland compiler specific code&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=01b4e6da [01b4e6da]] Don&amp;#039;t stat files twice when sending to trash&amp;lt;br/&amp;gt;TQDir::entryInfoList will call some variation of stat on each file when&amp;lt;br/&amp;gt;creating the return list, so there is no need to stat the file again.&amp;lt;br/&amp;gt;See: [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/445 TDE/tdebase#445]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d32b065f [d32b065f]] Add draft R14.1.4 release notes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=bd043798 [bd043798]] Fix broken links in R14.1.3 release notes&lt;br /&gt;
&lt;br /&gt;
== tdepim ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=1a970c2a [1a970c2a]] Drop Borland compiler specific code&lt;br /&gt;
&lt;br /&gt;
== tdenetwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=d5639276 [d5639276]] Drop Borland compiler specific code&lt;br /&gt;
&lt;br /&gt;
== tdegraphics ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=cdfa1838 [cdfa1838]] Don&amp;#039;t use obsolete header kapp.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=89d04084 [89d04084]] Drop Borland compiler specific code&lt;br /&gt;
&lt;br /&gt;
== tdeutils ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=ba72c879 [ba72c879]] Drop Borland compiler specific code&lt;br /&gt;
&lt;br /&gt;
== tdeedu ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=cfe784e1 [cfe784e1]] Drop Borland compiler specific code&lt;br /&gt;
&lt;br /&gt;
== tdeaccessibility ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=ac4cdf7e [ac4cdf7e]] Don&amp;#039;t use obsolete header kapp.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=9b8b2d55 [9b8b2d55]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdeaddons ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=43cd2fd3 [43cd2fd3]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdeadmin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=05c69df6 [05c69df6]] Don&amp;#039;t use obsolete header kapp.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=28279b37 [28279b37]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdevelop ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=4aa698f7 [4aa698f7]] Don&amp;#039;t use obsolete header kapp.h and fix some renames&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=423172b6 [423172b6]] Drop Borland compiler specific code&lt;br /&gt;
&lt;br /&gt;
== tdewebdev ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=f2af844a [f2af844a]] kxsldbg: Remove obsolete initialization of SAX1 parser.&amp;lt;br/&amp;gt;The call does not do any operation and causes FTBFS with libxml2 &amp;amp;gt;= 2.13.0.&lt;br /&gt;
&lt;br /&gt;
== tde-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cad21b0f [cad21b0f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6e0c900 [d6e0c900]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48d9417b [48d9417b]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=83cb2dbe [83cb2dbe]] Don&amp;#039;t use obsolete header kapp.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b4cecd23 [b4cecd23]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41e7a996 [41e7a996]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= libraries =&lt;br /&gt;
== kipi-plugins ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=4df63035 [4df63035]] Don&amp;#039;t use obsolete header kapp.h&lt;br /&gt;
&lt;br /&gt;
== libksquirrel ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libksquirrel/commit/?id=0b452510 [0b452510]] Drop Borland compiler specific code&lt;br /&gt;
&lt;br /&gt;
== libtqt-perl ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=94b90eeb [94b90eeb]] Don&amp;#039;t use obsolete header kapp.h&lt;br /&gt;
&lt;br /&gt;
== pytde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytde/commit/?id=94894e34 [94894e34]] Don&amp;#039;t use obsolete header kuniqueapp.h&lt;br /&gt;
&lt;br /&gt;
= applications/development =&lt;br /&gt;
== kdbg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=e798ca19 [e798ca19]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=4a3bd3b4 [4a3bd3b4]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kdiff3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=950f5f3e [950f5f3e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=be7fe9c3 [be7fe9c3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=97327149 [97327149]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kpicosim ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=0c4e36f1 [0c4e36f1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=751d6bac [751d6bac]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=48de3fbd [48de3fbd]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=53ea1825 [53ea1825]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kscope ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=e9272aef [e9272aef]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=c732edf3 [c732edf3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=e130d4b4 [e130d4b4]] Don&amp;#039;t use obsolete header kapp.h&lt;br /&gt;
&lt;br /&gt;
== ktechlab ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=952e9af9 [952e9af9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=ec8a1837 [ec8a1837]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kxmleditor ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=f0b2b407 [f0b2b407]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=acac23f6 [acac23f6]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdesvn ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=3a827f8f [3a827f8f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=98c36d26 [98c36d26]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=917abfc0 [917abfc0]] Don&amp;#039;t use obsolete header kapp.h&lt;br /&gt;
&lt;br /&gt;
== universal-indent-gui-tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/universal-indent-gui-tqt/commit/?id=0de781a2 [0de781a2]] Drop Borland compiler specific code&lt;br /&gt;
&lt;br /&gt;
= applications/games =&lt;br /&gt;
== knights ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=bca6ea75 [bca6ea75]] Don&amp;#039;t use obsolete header kapp.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=75ecc7f0 [75ecc7f0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=0e2d3430 [0e2d3430]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdepacman ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=2f92c075 [2f92c075]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=cf588861 [cf588861]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=9e8b0218 [9e8b0218]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=dec9a36e [dec9a36e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=de0de844 [de0de844]] Don&amp;#039;t use obsolete header kapp.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=d8011878 [d8011878]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=6a0da078 [6a0da078]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= applications/graphics =&lt;br /&gt;
== digikam ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=85c033f6 [85c033f6]] Don&amp;#039;t use obsolete header kapp.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=7112c90b [7112c90b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=a854d8ca [a854d8ca]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=1dcdb689 [1dcdb689]] Drop Borland compiler specific code&lt;br /&gt;
&lt;br /&gt;
== gwenview ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=eb288fd5 [eb288fd5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=3cecdf0f [3cecdf0f]] Remove unnecessary code&lt;br /&gt;
&lt;br /&gt;
== gwenview-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=dae9e247 [dae9e247]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== ksquirrel ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=eb8cd673 [eb8cd673]] Don&amp;#039;t use obsolete header kapp.h&lt;br /&gt;
&lt;br /&gt;
== potracegui ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=cc9d14f8 [cc9d14f8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=d95706c5 [d95706c5]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= applications/internet =&lt;br /&gt;
== kasablanca ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=d9cb4c37 [d9cb4c37]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=b06d1666 [b06d1666]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=5f5d29b7 [5f5d29b7]] Don&amp;#039;t use obsolete header kapp.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=4126ede7 [4126ede7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=eeb0cb1d [eeb0cb1d]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kbiff ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=56b607ef [56b607ef]] Don&amp;#039;t use obsolete header kapp.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=97bcd459 [97bcd459]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=4af6d93a [4af6d93a]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== knmap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=7c69df74 [7c69df74]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=640c59e8 [640c59e8]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== konversation ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=385362df [385362df]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kopete-otr ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=d7f80d55 [d7f80d55]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=5ea6a5c7 [5ea6a5c7]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kshowmail ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=10374a8b [10374a8b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=adac5a4d [adac5a4d]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kstreamripper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=aed1a0cc [aed1a0cc]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=4b1b274e [4b1b274e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=03d4461f [03d4461f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=938a4550 [938a4550]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kvirc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=3fb799ad [3fb799ad]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=648fa672 [648fa672]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=c287499c [c287499c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=0c5486b7 [0c5486b7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a066bf3e [a066bf3e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=ae286a82 [ae286a82]] Don&amp;#039;t use obsolete header kapp.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=88a04322 [88a04322]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kvpnc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=3b21977b [3b21977b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=4ce07b95 [4ce07b95]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=4783d1b3 [4783d1b3]] Don&amp;#039;t use obsolete header kapp.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=28f26dfa [28f26dfa]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=d550cf6d [d550cf6d]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== smb4k ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=ff89b1de [ff89b1de]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=42877b3d [42877b3d]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=b4d703b7 [b4d703b7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=59ee147b [59ee147b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=cb52f16b [cb52f16b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=2f0f6188 [2f0f6188]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= applications/misc =&lt;br /&gt;
== bibletime ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=fc0ea970 [fc0ea970]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=849e4104 [849e4104]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=8d86934f [8d86934f]] Don&amp;#039;t use obsolete header kapp.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=932390c9 [932390c9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=73c1053a [73c1053a]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== desktop-effects-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=54e8c9ec [54e8c9ec]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=c4e6e309 [c4e6e309]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=d8465d32 [d8465d32]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=d1e184f4 [d1e184f4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=11ca5d60 [11ca5d60]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kcmldap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=4ddb3b5d [4ddb3b5d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=76c5371a [76c5371a]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kcmldapcontroller ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=cdec898a [cdec898a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=b02617a1 [b02617a1]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kcmldapmanager ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=9c842151 [9c842151]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=df75b4ff [df75b4ff]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kerberostray ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=b191b5b4 [b191b5b4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=b2588a97 [b2588a97]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=970fa9dc [970fa9dc]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=18a558eb [18a558eb]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== krecipes ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=ec41c8e0 [ec41c8e0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=a30fc407 [a30fc407]] Remove &amp;#039;po&amp;#039; folder&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=5ba8c073 [5ba8c073]] Fix path for translations template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=a17d8168 [a17d8168]] Remove autotools code to extract translation messages&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=75de44ef [75de44ef]] Generalize inclusion of file generated by tquic&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=40fbabf0 [40fbabf0]] Remove check for obsolete sqlite support. Check only for aqlite3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=54c9cce8 [54c9cce8]] Copy translations to new folder&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=ae6ac9ec [ae6ac9ec]] Remove duplication of mime type icons in final packages&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=07235992 [07235992]] Add krecipes.xpm from tde-packaging repo&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=2879ff70 [2879ff70]] Rearrange folders structure to remove unnecessary &amp;#039;krecipes&amp;#039; second level subfolder&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=3eb38d25 [3eb38d25]] Remove unused scripts&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=9a047e99 [9a047e99]] Adjust structure of &amp;#039;doc&amp;#039; folder to prepare for cmake conversion&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=0681055b [0681055b]] Remove duplicated picture files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=04f85823 [04f85823]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= applications/multimedia =&lt;br /&gt;
== amarok ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=a37c751e [a37c751e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=1ff059b4 [1ff059b4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=f3798116 [f3798116]] Drop Borland compiler specific code&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=d200bcbd [d200bcbd]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== codeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=2ae19828 [2ae19828]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=458d9e74 [458d9e74]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=4e3fee35 [4e3fee35]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=86a889ec [86a889ec]] Allow seeking in FLAC&amp;lt;br/&amp;gt;Xine has supported seeking in FLAC files since 1.1.16.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=78ee9427 [78ee9427]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=52787fc2 [52787fc2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=77b92dd8 [77b92dd8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=55b425fe [55b425fe]] Update the xineScope to remove global variables.&amp;lt;br/&amp;gt;This patch updates xineScope.c to better align with Amarok&amp;#039;s code. As a&amp;lt;br/&amp;gt;result, the analyzer is more accurate.  For instance, when playing an&amp;lt;br/&amp;gt;audio file and there is a silent spot, the blocks will correctly &amp;quot;drop&amp;quot;&amp;lt;br/&amp;gt;to the bottom, leaving an empty analyzer.  The previous behaviour would&amp;lt;br/&amp;gt;leave some blocks &amp;quot;stuck&amp;quot; in their position&amp;lt;br/&amp;gt;See: [https://mirror.git.trinitydesktop.org/gitea/TDE/codeine/issues/23 TDE/codeine#23]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=4fe9282a [4fe9282a]] Fix the audio analyzer&amp;lt;br/&amp;gt;Most of the code was already borrowed from Amarok, but wasn&amp;#039;t properly&amp;lt;br/&amp;gt;finished. This just updates the code to more closely match what is&amp;lt;br/&amp;gt;currently in TDE&amp;#039;s Amarok.&amp;lt;br/&amp;gt;The Analyzer still sits in the statusBar(), which is cool, but can have&amp;lt;br/&amp;gt;some delays when watching a video (the video itself is unaffected).&amp;lt;br/&amp;gt;See: [https://mirror.git.trinitydesktop.org/gitea/TDE/codeine/issues/23 TDE/codeine#23]&lt;br /&gt;
&lt;br /&gt;
== k3b ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=58e823a0 [58e823a0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=cc357e0d [cc357e0d]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== k3b-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=9ca714a0 [9ca714a0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=4cadbd8d [4cadbd8d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=49b8f281 [49b8f281]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=7a30981a [7a30981a]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== k9copy ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=ed327b80 [ed327b80]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=5bd63e28 [5bd63e28]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kaffeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=158b9e8a [158b9e8a]] Don&amp;#039;t use obsolete header kapp.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=0a6cf772 [0a6cf772]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kaffeine-mozilla ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine-mozilla/commit/?id=47be0b44 [47be0b44]] Drop Borland compiler specific code&lt;br /&gt;
&lt;br /&gt;
== kmplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=92db16d6 [92db16d6]] Don&amp;#039;t use obsolete header kapp.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=1134bdfa [1134bdfa]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=4af8454b [4af8454b]] Drop Borland compiler specific code&lt;br /&gt;
&lt;br /&gt;
== kplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=93a02c90 [93a02c90]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== mplayerthumbs ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=35dbb541 [35dbb541]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=58c0af11 [58c0af11]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=393c4341 [393c4341]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=e48d1077 [e48d1077]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== rosegarden ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=21ee7435 [21ee7435]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=5b798766 [5b798766]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=61f13c84 [61f13c84]] Don&amp;#039;t use obsolete header kapp.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=db471093 [db471093]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== soundkonverter ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=4fa25f40 [4fa25f40]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=959f3b95 [959f3b95]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tderadio ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=3e335908 [3e335908]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=db94a7b2 [db94a7b2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=6079b175 [6079b175]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=34185b77 [34185b77]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=3e59e81d [3e59e81d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=eee4884a [eee4884a]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= applications/office =&lt;br /&gt;
== basket ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=67b2740c [67b2740c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=c8c2383c [c8c2383c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=ee1f7258 [ee1f7258]] Don&amp;#039;t use obsolete header kapp.h&lt;br /&gt;
&lt;br /&gt;
== kbibtex ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=8497348b [8497348b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=dee68028 [dee68028]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=9b442575 [9b442575]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=79924925 [79924925]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kbookreader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=0c2746f0 [0c2746f0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=53a734a2 [53a734a2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=bf97bf20 [bf97bf20]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=e21e1fd8 [e21e1fd8]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kile ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=069edccf [069edccf]] Don&amp;#039;t use obsolete header kapp.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=5c22a987 [5c22a987]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=b45cabb0 [b45cabb0]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kmymoney ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=97297061 [97297061]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=6705047a [6705047a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=d729b2f0 [d729b2f0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=606925f8 [606925f8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=5cc1751a [5cc1751a]] Drop Borland compiler specific code&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=8990f929 [8990f929]] Need to include definition of Q_UNUSED macro&lt;br /&gt;
&lt;br /&gt;
== knowit ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=690231c5 [690231c5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=6cb259a3 [6cb259a3]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== koffice ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=88bef7ec [88bef7ec]] Fix FTBFS caused by commit dbc953c5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=e05e9903 [e05e9903]] Drop Borland compiler specific code&lt;br /&gt;
&lt;br /&gt;
== kpilot ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=f25f95c0 [f25f95c0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=4dacd09e [4dacd09e]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tellico ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=d6b49323 [d6b49323]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=36887f67 [36887f67]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= applications/settings =&lt;br /&gt;
== kdpkg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=a60b3fbc [a60b3fbc]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=7919dc82 [7919dc82]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=8562a99f [8562a99f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=b00a86dd [b00a86dd]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kima ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=a185cc36 [a185cc36]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=22903040 [22903040]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=1febc9cf [1febc9cf]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=e1b6e276 [e1b6e276]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=f211eaa6 [f211eaa6]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=07e31dc9 [07e31dc9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=6ac9341e [6ac9341e]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kiosktool ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=05c74ef3 [05c74ef3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=4d21df82 [4d21df82]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kkbswitch ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=488d6393 [488d6393]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=852a81f5 [852a81f5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=295752d2 [295752d2]] Don&amp;#039;t use obsolete header kapp.h and remove some old conditional code&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=bc141f64 [bc141f64]] Don&amp;#039;t use obsolete header kuniqueapp.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=9c14cb78 [9c14cb78]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=7a1d9c4a [7a1d9c4a]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== klcddimmer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=0e46aaf3 [0e46aaf3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=dc2d702e [dc2d702e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=0afd9b09 [0afd9b09]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=6091ece2 [6091ece2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=1aa5cacc [1aa5cacc]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=d03eaffd [d03eaffd]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kmyfirewall ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=64a04e98 [64a04e98]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=dcdaec2e [dcdaec2e]] Don&amp;#039;t use obsolete header kapp.h&lt;br /&gt;
&lt;br /&gt;
== tde-systemsettings ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-systemsettings/commit/?id=c89e0776 [c89e0776]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-systemsettings/commit/?id=612a806e [612a806e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-systemsettings/commit/?id=ba8689d8 [ba8689d8]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdenetworkmanager ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=a2185a3e [a2185a3e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=eac4c0c9 [eac4c0c9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=64bb51fe [64bb51fe]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=dcaab848 [dcaab848]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdesudo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesudo/commit/?id=5682ed0b [5682ed0b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesudo/commit/?id=03a8056c [03a8056c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesudo/commit/?id=daf519ce [daf519ce]] Don&amp;#039;t use obsolete header kapp.h&lt;br /&gt;
&lt;br /&gt;
== wlassistant ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/wlassistant/commit/?id=30635da3 [30635da3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/wlassistant/commit/?id=918a8b97 [918a8b97]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= applications/system =&lt;br /&gt;
== dolphin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=e405c353 [e405c353]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=5a4cfee4 [5a4cfee4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=0a5ce02c [0a5ce02c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=3096e28d [3096e28d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=2eb90e8c [2eb90e8c]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== katapult ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=9c008906 [9c008906]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=c538cc3d [c538cc3d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=ec913db9 [ec913db9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=8e15abac [8e15abac]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=31a3016f [31a3016f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=9a4f1b91 [9a4f1b91]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=d00fa5cc [d00fa5cc]] Don&amp;#039;t use obsolete header kapp.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=aa3f239e [aa3f239e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=1cf61461 [1cf61461]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=431d3b69 [431d3b69]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=1db2ab9f [1db2ab9f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=61191071 [61191071]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kbfx ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=3dec94aa [3dec94aa]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=290d1c47 [290d1c47]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kcmautostart ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=c123d023 [c123d023]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=8aed970b [8aed970b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=612d7c43 [612d7c43]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=d3c0e70b [d3c0e70b]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kdbusnotification ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=b9d177de [b9d177de]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=0eec2d83 [0eec2d83]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=7fc136bb [7fc136bb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=bbad35e4 [bbad35e4]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== klamav ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=afa55817 [afa55817]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=e06f6d73 [e06f6d73]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=0d663ee9 [0d663ee9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=ab66a359 [ab66a359]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=f387a03d [f387a03d]] Drop Borland compiler specific code&lt;br /&gt;
&lt;br /&gt;
== knemo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=6b95d77a [6b95d77a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=f19180af [f19180af]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== knetload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=f58a8a6c [f58a8a6c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=9e899d05 [9e899d05]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=654d223a [654d223a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=6942bd86 [6942bd86]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== knetstats ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=9c2bd640 [9c2bd640]] Don&amp;#039;t use obsolete header kapp.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=8a01eaa6 [8a01eaa6]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kooldock ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kooldock/commit/?id=d056c409 [d056c409]] Don&amp;#039;t use obsolete header kapp.h&lt;br /&gt;
&lt;br /&gt;
== krusader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=2aac3413 [2aac3413]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=12e543ec [12e543ec]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=eda2dc78 [eda2dc78]] Don&amp;#039;t use obsolete header kapp.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=1099fffd [1099fffd]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=aa9743aa [aa9743aa]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kshutdown ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=b51f4c56 [b51f4c56]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=66902f18 [66902f18]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=853a1281 [853a1281]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=80dadfbc [80dadfbc]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=51fb0338 [51fb0338]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== ksystemlog ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=42bd9749 [42bd9749]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=dba9da27 [dba9da27]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=3fba3d9a [3fba3d9a]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kvkbd ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=94db920d [94db920d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=2b44f2d2 [2b44f2d2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=a16518a4 [a16518a4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=b8e667e6 [b8e667e6]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== polkit-agent-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=a217d872 [a217d872]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=2ad11e29 [2ad11e29]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=12c8f7d3 [12c8f7d3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=f9292552 [f9292552]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tastymenu ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=94a19663 [94a19663]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=57ca2528 [57ca2528]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdebluez ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ae949c78 [ae949c78]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=b8d6d258 [b8d6d258]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdedocker ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=80ce43ce [80ce43ce]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=53ed7e36 [53ed7e36]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=883fd506 [883fd506]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=785f1388 [785f1388]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdepowersave ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=561d8002 [561d8002]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=eea6294e [eea6294e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=aec9fd53 [aec9fd53]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=bb84b173 [bb84b173]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdesshaskpass ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=45724fc6 [45724fc6]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=48fdb842 [48fdb842]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== xdg-desktop-portal-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/xdg-desktop-portal-tde/commit/?id=84a87037 [84a87037]] Fix location of desktop file to be aligned with other applications&lt;br /&gt;
&lt;br /&gt;
== yakuake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=40fff550 [40fff550]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=e52382ab [e52382ab]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=0425136e [0425136e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=264cf95b [264cf95b]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= applications/tdeio =&lt;br /&gt;
== tdeio-appinfo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=06fde377 [06fde377]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=0a736b88 [0a736b88]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=ceb04304 [ceb04304]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=4a624ad7 [4a624ad7]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdeio-apt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=f8d2bff5 [f8d2bff5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=d57858df [d57858df]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=a12113e1 [a12113e1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=0b574253 [0b574253]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdeio-ftps ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-ftps/commit/?id=a4898d67 [a4898d67]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-ftps/commit/?id=c816422c [c816422c]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdeio-gopher ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-gopher/commit/?id=1ebe54c9 [1ebe54c9]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdeio-locate ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=7b3cc78e [7b3cc78e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=37479df0 [37479df0]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdeio-sword ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=29cbfd1a [29cbfd1a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=95bf77d5 [95bf77d5]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdeio-umountwrapper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=2977bfab [2977bfab]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=a7755def [a7755def]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= applications/themes =&lt;br /&gt;
== gtk-qt-engine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=66230041 [66230041]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=8ec84522 [8ec84522]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=8289eeca [8289eeca]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=bcf92663 [bcf92663]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=72946acb [72946acb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=96b283cb [96b283cb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=8e7c7752 [8e7c7752]] Unref imggc and add separate CDE checks&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=e632e7f2 [e632e7f2]] Add some comments in drawTQPixmapToWindow()&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=1030a83a [1030a83a]] Remove bitmap offset from radio for qtcurve&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=0c94b667 [0c94b667]] Include user gtkrc for custom overrides&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=be71c38f [be71c38f]] Use TDE icon theme in gtkrc&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=1b21cceb [1b21cceb]] Additional scrollbar corrections&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=a34fbf73 [a34fbf73]] Add Palemoon to mozillaFix&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=ae6ebcca [ae6ebcca]] Use bitmap masks for some widgets&lt;br /&gt;
&lt;br /&gt;
== kgtk-qt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=38966e3c [38966e3c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=d02faf34 [d02faf34]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== ksplash-engine-moodin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=d524fbc7 [d524fbc7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=42407d10 [42407d10]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=930291eb [930291eb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=78c00523 [78c00523]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=2c23f182 [2c23f182]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=a3e954bb [a3e954bb]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tde-style-baghira ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=d351b180 [d351b180]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=71d3a0af [71d3a0af]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=76e9dd34 [76e9dd34]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=cc318488 [cc318488]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=f3333a0b [f3333a0b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=12a033b2 [12a033b2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=ad12143e [ad12143e]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tde-style-domino ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=927aeb7d [927aeb7d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=d75c1499 [d75c1499]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=348417ae [348417ae]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=8763434f [8763434f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=189c2a4b [189c2a4b]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tde-style-ia-ora ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=007c1c8d [007c1c8d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=8ac7ea1a [8ac7ea1a]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tde-style-lipstik ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=8c1376be [8c1376be]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=9630a6fe [9630a6fe]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=cbe439ff [cbe439ff]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=50d9f71b [50d9f71b]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tde-style-polyester ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-polyester/commit/?id=e2717a0b [e2717a0b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-polyester/commit/?id=f4dea374 [f4dea374]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-polyester/commit/?id=25331302 [25331302]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-polyester/commit/?id=ec73453e [ec73453e]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tde-style-qtcurve ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=2afa0c83 [2afa0c83]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=8859156e [8859156e]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdmtheme ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=67fbfa50 [67fbfa50]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=67974335 [67974335]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=6b83df57 [6b83df57]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=c2907e81 [c2907e81]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== twin-style-crystal ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=b5d7261e [b5d7261e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=26c70f08 [26c70f08]] Don&amp;#039;t use obsolete header kapp.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=7d77a1a0 [7d77a1a0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=c29cd5fa [c29cd5fa]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== twin-style-dekorator ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=c96f427b [c96f427b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=6b9b5f2a [6b9b5f2a]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== twin-style-fahrenheit ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-fahrenheit/commit/?id=d6f0bb2a [d6f0bb2a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-fahrenheit/commit/?id=e19eaf33 [e19eaf33]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-fahrenheit/commit/?id=3e619d5d [3e619d5d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-fahrenheit/commit/?id=fc0ba262 [fc0ba262]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== twin-style-machbunt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=b7d763bf [b7d763bf]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=c0d7b4a8 [c0d7b4a8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=6e2fd6db [6e2fd6db]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=d842859d [d842859d]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== twin-style-mallory ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-mallory/commit/?id=b704db1e [b704db1e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-mallory/commit/?id=38025587 [38025587]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-mallory/commit/?id=34c24a52 [34c24a52]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-mallory/commit/?id=519ef5a7 [519ef5a7]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== twin-style-suse2 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=333669f8 [333669f8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=48533bbb [48533bbb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=8b67c95b [8b67c95b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=e4768912 [e4768912]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= applications/utilities =&lt;br /&gt;
== abakus ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=c9203d5c [c9203d5c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=f23e50d0 [f23e50d0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=4ffad5e4 [4ffad5e4]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== filelight ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=2e127038 [2e127038]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kbarcode ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=b3109055 [b3109055]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=b6a3bbff [b6a3bbff]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kchmviewer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=812911c1 [812911c1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=10116217 [10116217]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=c58d568a [c58d568a]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kcpuload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=8ba2d831 [8ba2d831]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=f7de777b [f7de777b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=93c0d149 [93c0d149]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=0bb70fa5 [0bb70fa5]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kdirstat ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=ef7d4755 [ef7d4755]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=1ae9f206 [1ae9f206]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=5bf259e9 [5bf259e9]] Don&amp;#039;t use obsolete header kapp.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=29201afb [29201afb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=256d867a [256d867a]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== keep ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=b4fccc86 [b4fccc86]] Don&amp;#039;t use obsolete header kapp.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=486774e9 [486774e9]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== knutclient ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=abda4942 [abda4942]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=b371c3bb [b371c3bb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=9f17add4 [9f17add4]] Don&amp;#039;t use obsolete header kapp.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=f68730b0 [f68730b0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=810ba5fa [810ba5fa]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kommando ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kommando/commit/?id=a7368481 [a7368481]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kommando/commit/?id=c2c8b9df [c2c8b9df]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kommando/commit/?id=1271409b [1271409b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kommando/commit/?id=544a063f [544a063f]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kompose ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=1b419be4 [1b419be4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=b697a75e [b697a75e]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== krename ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=b8220931 [b8220931]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=4c74a135 [4c74a135]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== ksensors ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=074410e0 [074410e0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=52108100 [52108100]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=99d2c4e7 [99d2c4e7]] Don&amp;#039;t use obsolete header kapp.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=fdc3a332 [fdc3a332]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=798ba8c0 [798ba8c0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=e2622310 [e2622310]] Don&amp;#039;t use obsolete header kuniqueapp.h&lt;br /&gt;
&lt;br /&gt;
== mathemagics ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mathemagics/commit/?id=b9568ff7 [b9568ff7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mathemagics/commit/?id=56a8ab07 [56a8ab07]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mathemagics/commit/?id=4c7c324a [4c7c324a]] Don&amp;#039;t use obsolete header kapp.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mathemagics/commit/?id=0ae690fa [0ae690fa]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mathemagics/commit/?id=678bd56e [678bd56e]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== qalculate-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=7f38d7cd [7f38d7cd]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=024e7217 [024e7217]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= packaging =&lt;br /&gt;
== packaging ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=cd51bc21 [cd51bc21]] DEB kvpn: Refresh patch due to replace kapp.h include.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=3c454513 [3c454513]] RPM: Minor update after building all packages&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=c4fd5e03 [c4fd5e03]] DEB krecipes: remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=8c7b84b3 [8c7b84b3]] DEB krecipes: moved krecipes.xpm to main repository&lt;/div&gt;</summary>
		<author><name>SlavekB</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.2.0&amp;diff=3511</id>
		<title>Changelog For R14.2.0</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.2.0&amp;diff=3511"/>
		<updated>2024-10-29T01:34:38Z</updated>

		<summary type="html">&lt;p&gt;SlavekB: Update 20241028&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= common =&lt;br /&gt;
== admin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=e9976e36 [e9976e36]] Use tquic directly instead of uic&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=e45962e5 [e45962e5]] Use tqmoc directly instead of tmoc&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=34c35e11 [34c35e11]] Use proper TQt headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=3c012e46 [3c012e46]] tqt-replace and uic-tqt are no longer required&lt;br /&gt;
&lt;br /&gt;
= dependencies =&lt;br /&gt;
== tde-cmake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=fd707ac5 [fd707ac5]] Use tquic directly instead of relying on tqtinterface info&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=52da2507 [52da2507]] Use tqmoc directly instead of tmoc&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=b2d2b467 [b2d2b467]] tqt-replace is no longer required&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=9fae6b57 [9fae6b57]] Update version to R14.2.0&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tqt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=c9a75bcc [c9a75bcc]] Fix up left over stuff from commit 397b9afa&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=fed2da8d [fed2da8d]] Move time related functions from tqtinterface/tqapplication.{h,cpp}&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=397b7afa [397b7afa]] Rename ntqapplication, ntqconfig and ntqmodules files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=755d4692 [755d4692]] Remove leftover header file. Should have been removed in commit 6964feed&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=c6a6cade [c6a6cade]] Remove unnecessary references to developer local folders&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=e93b60df [e93b60df]] Rename uic to tquic&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=8066b054 [8066b054]] Remove use of glib thread code. Use pthread instead&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=1e335369 [1e335369]] Fix up leftover from commit 6964feed8&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=58765756 [58765756]] Rename moc to tqmoc&lt;br /&gt;
* [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&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=6964feed [6964feed]] Remove obsolete Netscape plugin and its classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=81288cfc [81288cfc]] Make sure to release thread resources back to the OS once the thread completes.&amp;lt;br/&amp;gt;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.&amp;lt;br/&amp;gt;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.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=24b42848 [24b42848]] Fix fallover case for TQEvent::MetaCall&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=0d546f99 [0d546f99]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (452 of 452 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=8e653076 [8e653076]] Fix possible SEGV if the sender object list was null and thread support enabled&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=232dd26c [232dd26c]] Remove temporary code required for the tqinterface migration phase introduced in commit 8ac0e970&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=87219292 [87219292]] Rename private q* headers into equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=6f57abfc [6f57abfc]] Rename remaining ntq[s-z]* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=0582c90a [0582c90a]] Rename remaining ntq[m-r]* related files to equivalent tq* (except ntqmodules.h)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=39f8a475 [39f8a475]] Rename remaining ntq[i-l]* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=e42ec295 [e42ec295]] Rename remaining ntq[d-h]* related files to equivalent tq*&lt;br /&gt;
* [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)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=7b1d2ad2 [7b1d2ad2]] Remove obsolete ntqabstractlayout.h header&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=367ff3fb [367ff3fb]] Rename global classes nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=d35eedcd [d35eedcd]] Rename style nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=82ecd834 [82ecd834]] Rename layout nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=42957a3f [42957a3f]] Rename more widget nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=fef84691 [fef84691]] Rename basic widget nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=8ef4ea45 [8ef4ea45]] Rename environment class nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=0e787fb7 [0e787fb7]] Rename text class nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=1e9fa8e0 [1e9fa8e0]] Rename graphics class nt* related files to equivalent tq* (part 2)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a30f5359 [a30f5359]] Rename graphics class nt* related files to equivalent tq* (part 1)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=25ad1267 [25ad1267]] Fix errors in qt.dcf introduced in commit 8a071b48. This relates to&amp;lt;br/&amp;gt;issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tqt3/issues/171 #171]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=252a2ec8 [252a2ec8]] Rename IO and network class nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=87d29563 [87d29563]] Rename utility class nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=628b0bb7 [628b0bb7]] Rename drag-n-drop nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=7552c6d7 [7552c6d7]] Rename main window nt* related files to equivalent tq*. The file&amp;lt;br/&amp;gt;&amp;quot;ntqsession.h&amp;quot; was totally unnecessary and has been removed.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=c113da20 [c113da20]] Rename codec nt* related files to equivalent tq*.&amp;lt;br/&amp;gt;The qrtlcodec files have been renamed into tqhebrewcodec files, for consistency with file naming used for other codecs.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=aeefd3fe [aeefd3fe]] Rename threading nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=2cbcca0d [2cbcca0d]] Rename date and time nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a09a6bc0 [a09a6bc0]] Remove documentation for QWS classes and Qt/Embedded&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=bba3e1fa [bba3e1fa]] Fix wrong documentation changes introduced in recent commits&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=8a071b48 [8a071b48]] Remove documentation about activeqt, because the latter is part of the commercial edition of Qt3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=7bc57326 [7bc57326]] Rename style nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=ccbc1c35 [ccbc1c35]] Rename icon nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=0cf411b0 [0cf411b0]] Rename text nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=e6077c30 [e6077c30]] Rename str nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=8c029298 [8c029298]] Rename image nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=0881ed50 [0881ed50]] Rename ptr nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=1f0ce853 [1f0ce853]] Rename template library nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=8ac0e970 [8ac0e970]] Rename ntqwidget* related files to equivalent tqwidget*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=68b81013 [68b81013]] Rename nt* canvas related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=1702a6da [1702a6da]] Rename nt* dom and xml related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=5fffa303 [5fffa303]] Rename nt* sql related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=04913ce7 [04913ce7]] Rename ntqobject*.h and qobject*.cpp to tqobject*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=c11c0f22 [c11c0f22]] Move tqt.h from tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=486211a7 [486211a7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=f5bf794e [f5bf794e]] Update translations binary files&amp;lt;br/&amp;gt;because they are not generated during build.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=4bcca712 [4bcca712]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (464 of 464 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=e90af998 [e90af998]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (464 of 464 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=7e24b2b6 [7e24b2b6]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (464 of 464 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=1938504e [1938504e]] Zero padding bytes in DndReceiverProp struct.&amp;lt;br/&amp;gt;This removes valgrind&amp;#039;s complains about accessing uninitialized memory.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=ee0c5d58 [ee0c5d58]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a6829398 [a6829398]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=d2122705 [d2122705]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=e0a3cab4 [e0a3cab4]] Minor adjustments to porting documentation&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=f2b3ea52 [f2b3ea52]] Drop compatibility code for TQSignal&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=fb6884ea [fb6884ea]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=2e817b4b [2e817b4b]] Remove dangled symlinks for droped compat headers.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=c3bb8881 [c3bb8881]] Drop compatibility code for TQButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=9492e618 [9492e618]] Drop compatibility code for TQThread&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=979f5621 [979f5621]] Drop compatibility code for TQLineEdit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=83991feb [83991feb]] Remove Qt4 related stuff&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=48ea22d0 [48ea22d0]] Drop compatibility code for TQToolButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b1bfbe79 [b1bfbe79]] Drop compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=bfd62a0b [bfd62a0b]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a8466ab3 [a8466ab3]] Translated using Weblate (Chinese (zh))&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3 - examples-i18n&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3-examples-i18n/zh/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=5350a724 [5350a724]] Drop TQT_NO_COMPAT code from mkspecs files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a75445b4 [a75445b4]] Drop Qt2 obsolete classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b6e9b6c6 [b6e9b6c6]] Added translation using Weblate (Turkish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=af9d6b11 [af9d6b11]] Added translation using Weblate (Turkish)&lt;br /&gt;
&lt;br /&gt;
== tqtinterface ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=a5f3aa24 [a5f3aa24]] Remove tqapplication, tqconfig and tqmodules header files.&amp;lt;br/&amp;gt;A new dummy empty header file has been added temporarily to create a&amp;lt;br/&amp;gt;&amp;quot;-dev&amp;quot; &amp;quot;package to keep TDE modules building.&amp;lt;br/&amp;gt;The next step will drop tqtinterface completely and the dummy file will&amp;lt;br/&amp;gt;no longer exists.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=8057a2fd [8057a2fd]] Remove uic_executable&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=6d11f6b3 [6d11f6b3]] Remove tmoc&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=cdf40894 [cdf40894]] Remove private header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=bb9a995a [bb9a995a]] Remove remaining tq[s-z]* header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=14559281 [14559281]] Remove remaining tq[m-r]* header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=7d782d58 [7d782d58]] Remove remaining tq[i-l]* header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=f21636e0 [f21636e0]] Remove remaining tq[d-h]* header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=55060918 [55060918]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=ddb9cb08 [ddb9cb08]] Remove remaining tq[a-c]* header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=79e8fd26 [79e8fd26]] Remove obsolete tqabstractlayout.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=dddfdbe5 [dddfdbe5]] Remove unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=ed6ea790 [ed6ea790]] Remove global classes nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=dd5e325c [dd5e325c]] Remove style nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=e6e45b7b [e6e45b7b]] Remove layout nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=eb22102f [eb22102f]] Remove more widget nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=b5cb55e1 [b5cb55e1]] Remove basic widget nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=2d5b7f4a [2d5b7f4a]] Remove environment class nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=d3963bf6 [d3963bf6]] Remove text class nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=9c2c71c7 [9c2c71c7]] Remove graphics class nt* related header files (part 2)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=9521d868 [9521d868]] Remove graphics class nt* related header files (part 1)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=98006ab0 [98006ab0]] Remove IO and network nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=75ac0866 [75ac0866]] Remove utility class nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=8f01e0e4 [8f01e0e4]] Remove drag-n-drop nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=4c9db014 [4c9db014]] Remove main window nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=e4f0bf1e [e4f0bf1e]] Remove codec nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=4fe48089 [4fe48089]] Remove threading nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=c05e0f3a [c05e0f3a]] Remove tqvfbhdr.h, leftover from previous commit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=4421b232 [4421b232]] Remove date and time nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=d8f36f1b [d8f36f1b]] Remove style nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=854de84e [854de84e]] Remove icon nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=c190b545 [c190b545]] Remove text nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=3c9f1a87 [3c9f1a87]] Remove str nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=d8f7d899 [d8f7d899]] Remove image nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=6d3d9814 [6d3d9814]] Remove ptr nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=febf013b [febf013b]] Remove template library nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=1f352d34 [1f352d34]] Remove tqwidget* header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=e8de6b5c [e8de6b5c]] Remove tq* canvas related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=05aba5ec [05aba5ec]] Remove tq* dom and xml related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=0cae95b2 [0cae95b2]] Remove tq* sql related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=ea34bc88 [ea34bc88]] Remove tqobject* header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=b56bc45e [b56bc45e]] Remove check for Qt3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=9231ecd6 [9231ecd6]] Move tqt.h to tqt3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=c75a4d30 [c75a4d30]] Fix FTBFS caused by commit 70b3c7d&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=70b3c7d4 [70b3c7d4]] Removed unused scripts&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=2b8afac3 [2b8afac3]] Remove tqt-replace, uic-tqt and moc-tqt tools&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=9ad01120 [9ad01120]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=4746fbba [4746fbba]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=1c79e9f8 [1c79e9f8]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
== avahi-tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/avahi-tqt/commit/?id=b907b398 [b907b398]] Use tqmoc instead of moc&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/avahi-tqt/commit/?id=51f0b3f7 [51f0b3f7]] moc-tqt is no longer required&lt;br /&gt;
&lt;br /&gt;
== pytqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=b978584c [b978584c]] Updated after renaming of ntqconfig.h in tqt3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=df4895c1 [df4895c1]] Adjust to current tqt3 version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=aa676491 [aa676491]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=cba16275 [cba16275]] Drop compatibility code for TQThread&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=8bd235be [8bd235be]] Addons to previous commit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=28273a01 [28273a01]] Drop Qt2&amp;#039;s TQSemiModal class.&lt;br /&gt;
&lt;br /&gt;
= core =&lt;br /&gt;
== tdelibs ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=42388dbf [42388dbf]] Adapt to renamed tqt3 header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=5d1bee81 [5d1bee81]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (333 of 333 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=8a70d5cd [8a70d5cd]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 0.0% (0 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/knotify - knotify.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/knotify-knotifydesktop/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=2d3173aa [2d3173aa]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 85.7% (18 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio-desktop-files/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=dc9d10b2 [dc9d10b2]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 20.0% (2 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeioslave-desktop-files/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=1da84e1f [1da84e1f]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (179 of 179 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/all languages&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/all-languages/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=d71e4896 [d71e4896]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=07dae957 [07dae957]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=df2cc312 [df2cc312]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=6ee815d4 [6ee815d4]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7715aa29 [7715aa29]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=5f597674 [5f597674]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=b997cf38 [b997cf38]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=1c2d2a35 [1c2d2a35]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=391e3157 [391e3157]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=b18a5730 [b18a5730]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=45372e27 [45372e27]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=5fc507a7 [5fc507a7]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=93e86eef [93e86eef]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=35621174 [35621174]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=85cb6cbd [85cb6cbd]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=c726740c [c726740c]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=dc9bb26c [dc9bb26c]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=79c48bca [79c48bca]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=1abd4756 [1abd4756]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=82343c63 [82343c63]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=f1b3a717 [f1b3a717]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=e38e0d20 [e38e0d20]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=88d6f964 [88d6f964]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=b02c5737 [b02c5737]] Update the extraction of translations for renamed tqxml in TQt3.&amp;lt;br/&amp;gt;This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/tqt3/issues/155 TDE/tqt3#155]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cc43ae59 [cc43ae59]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (333 of 333 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=dd5ee318 [dd5ee318]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.4% (324 of 329 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=e77d93dc [e77d93dc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=39d31bf7 [39d31bf7]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=3c503d85 [3c503d85]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=48310270 [48310270]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/knotify - knotify.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/knotify-knotifydesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=5efbce07 [5efbce07]] tdehw lib: drop definition of TDEDiskDeviceStatus::Hotpluggable&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cca633c6 [cca633c6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (179 of 179 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/all languages&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/all-languages/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=9755ecd9 [9755ecd9]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=503eb0d9 [503eb0d9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=29b84bd0 [29b84bd0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=f6627610 [f6627610]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7f7e5585 [7f7e5585]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.4% (323 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7a35fcf1 [7a35fcf1]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=f49e67f0 [f49e67f0]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=920d56d2 [920d56d2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=a7316f73 [a7316f73]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=4e0aa6d5 [4e0aa6d5]] Fix functionality broken by commit 8233b2e5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=8233b2e5 [8233b2e5]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=74cb596c [74cb596c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdemarkdown - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdemarkdown-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=29f58681 [29f58681]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (327 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=c6bc3af7 [c6bc3af7]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cdf964bb [cdf964bb]] Update version to R14.2.0&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tdebase ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c7ba1b0b [c7ba1b0b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=76a504ef [76a504ef]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9a8ee2bc [9a8ee2bc]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys - khotkeys.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-khotkeysdesktop/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d007ed89 [d007ed89]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=3adb56d3 [3adb56d3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys - khotkeys.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-khotkeysdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=93072301 [93072301]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=858064d3 [858064d3]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9563c7f1 [9563c7f1]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys - khotkeys.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-khotkeysdesktop/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=86627602 [86627602]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys - khotkeys.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-khotkeysdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=77b84ffd [77b84ffd]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b5af02e6 [b5af02e6]] TDESynDaemon: change timeout from 150 to 300&amp;lt;br/&amp;gt;The old timeout was causing the touchpad to be re-enabled too quickly.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=02fe8ba5 [02fe8ba5]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys - khotkeys.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-khotkeysdesktop/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7398d006 [7398d006]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys - khotkeys.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-khotkeysdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8b519565 [8b519565]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7f1a1e93 [7f1a1e93]] Adapt to renamed tqt3 header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=235d4c9e [235d4c9e]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (106 of 106 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeioslave-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=6cad14c0 [6cad14c0]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 79.6% (364 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=80a07957 [80a07957]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 81.4% (372 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=90365e7b [90365e7b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c2db60eb [c2db60eb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=3b3ce430 [3b3ce430]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper-desktop-files/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ccfcf4d1 [ccfcf4d1]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=cc5cfd87 [cc5cfd87]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 95.6% (22 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=309c9f67 [309c9f67]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/klipper - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=77175601 [77175601]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1fe99ddf [1fe99ddf]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb-events/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e6de59d5 [e6de59d5]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kappfinder - kappfinder.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kappfinder-kappfinderdesktop/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=666871e2 [666871e2]] Translated using Weblate (German)&amp;lt;br/&amp;gt;Currently translated at 100.0% (81 of 81 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-events/de/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1e9c0766 [1e9c0766]] Translated using Weblate (German)&amp;lt;br/&amp;gt;Currently translated at 76.4% (26 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/de/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2f2aeed0 [2f2aeed0]] Translated using Weblate (German)&amp;lt;br/&amp;gt;Currently translated at 50.5% (50 of 99 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdm - sessions&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdm-sessions/de/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7213dd85 [7213dd85]] Translated using Weblate (German)&amp;lt;br/&amp;gt;Currently translated at 86.6% (13 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - compat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-compat/de/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=352d2ee3 [352d2ee3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb-events/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=54dda569 [54dda569]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=da5ee729 [da5ee729]] Added translation using Weblate (Czech)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=6182e327 [6182e327]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d6c81f5c [d6c81f5c]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=07782b25 [07782b25]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d0edcdc0 [d0edcdc0]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=065201c1 [065201c1]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ba458f64 [ba458f64]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c4a74517 [c4a74517]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a7f6377b [a7f6377b]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=09b4bf52 [09b4bf52]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=01a37ebe [01a37ebe]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=23e4dfc9 [23e4dfc9]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a2413540 [a2413540]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8cf1dbb7 [8cf1dbb7]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=61f5b36b [61f5b36b]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5f30621f [5f30621f]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2edb735c [2edb735c]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=581c88bb [581c88bb]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=3e7642cc [3e7642cc]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d63db6fb [d63db6fb]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=cefcd40a [cefcd40a]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=0099d96a [0099d96a]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=902bba19 [902bba19]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=813cc31e [813cc31e]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=38b517a1 [38b517a1]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=815d0e52 [815d0e52]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=14d4fe96 [14d4fe96]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=979bf732 [979bf732]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=6cf6af20 [6cf6af20]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=70013023 [70013023]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ef616793 [ef616793]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e89a8c92 [e89a8c92]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f6ef25ac [f6ef25ac]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=193c53fe [193c53fe]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1048eefc [1048eefc]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b1571209 [b1571209]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d2d552dd [d2d552dd]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=614ccad3 [614ccad3]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kpersonalizer - kpersonalizer.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kpersonalizer-kpersonalizerdesktop/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8e6e529b [8e6e529b]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplash - themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplash-themes/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=268b7ba9 [268b7ba9]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplash - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplash-desktop-files/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b026f6f0 [b026f6f0]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 99.6% (250 of 251 strings)&amp;lt;br/&amp;gt;Translation: tdebase/l10n - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/l10n-desktop-files/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f57f6dc9 [f57f6dc9]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker-desktop-files/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=dbfab40f [dbfab40f]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdm - themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdm-themes/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=114c2dbd [114c2dbd]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 98.9% (98 of 99 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdm - sessions&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdm-sessions/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=526ec427 [526ec427]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 98.0% (50 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1224ccfd [1224ccfd]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 28.5% (6 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-desktop-files/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=525f0e7a [525f0e7a]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper-desktop-files/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e7d1b507 [e7d1b507]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ab28f32e [ab28f32e]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=343f6eb8 [343f6eb8]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=748c99fa [748c99fa]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7505074f [7505074f]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5df54bca [5df54bca]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=45a33de5 [45a33de5]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1276dc7e [1276dc7e]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8497b918 [8497b918]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=6179c39f [6179c39f]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7e7f908e [7e7f908e]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 79.4% (27 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5267dbeb [5267dbeb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys - khotkeys.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-khotkeysdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5d3b7b6b [5d3b7b6b]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=915c3a95 [915c3a95]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - directories&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-directories/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=060c43a4 [060c43a4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8d823fa8 [8d823fa8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=60c0ef10 [60c0ef10]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=fb37868d [fb37868d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 73.5% (78 of 106 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2aa1caea [2aa1caea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 62.3% (283 of 454 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=eb40ec52 [eb40ec52]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8703669a [8703669a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9ce33d10 [9ce33d10]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 73.5% (78 of 106 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d0b0d5d2 [d0b0d5d2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b8f8006b [b8f8006b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=117567d0 [117567d0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 68.7% (22 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f4de2e73 [f4de2e73]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=651c743d [651c743d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - directories&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-directories/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5a8baaa0 [5a8baaa0]] Added R14.1.3 release notes draft&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=11fe84fc [11fe84fc]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=29bf0c46 [29bf0c46]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 73.5% (78 of 106 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e4de8ebc [e4de8ebc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 68.7% (22 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b36c32fc [b36c32fc]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-events/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b525cb14 [b525cb14]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 62.1% (282 of 454 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=4449d863 [4449d863]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b65f90a0 [b65f90a0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi - presets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi-presets/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c04e4905 [c04e4905]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8d642b33 [8d642b33]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=214a7434 [214a7434]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f067db30 [f067db30]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplash - themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplash-themes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=51e06d90 [51e06d90]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (35 of 35 strings)&amp;lt;br/&amp;gt;Translation: tdebase/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/wallpapers-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ccb9a31c [ccb9a31c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin clients - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-clients-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e3264169 [e3264169]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (251 of 251 strings)&amp;lt;br/&amp;gt;Translation: tdebase/l10n - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/l10n-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=de4f14d1 [de4f14d1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeprint - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeprint-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=526d59e6 [526d59e6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=81b38918 [81b38918]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 61.8% (281 of 454 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8214f3e0 [8214f3e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=517f7bee [517f7bee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f1e7be5e [f1e7be5e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 76.8% (266 of 346 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kappfinder - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kappfinder-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=55573505 [55573505]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d582a3c5 [d582a3c5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c3b71a55 [c3b71a55]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2253217b [2253217b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi - presets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi-presets/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5f5e9000 [5f5e9000]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - compat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-compat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=361361b7 [361361b7]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f9d06cee [f9d06cee]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb-events/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a5b06864 [a5b06864]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=55af1724 [55af1724]] Remove usage of TDEDiskDeviceStatus::Hotpluggable&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f093a1be [f093a1be]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdm - themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdm-themes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=21ecd990 [21ecd990]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplash - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplash-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=607f0804 [607f0804]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdehtml_plugins.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdehtml_pluginsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5f815bd0 [5f815bd0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkonq - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkonq-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8175c850 [8175c850]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksysguard - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksysguard-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7c8d600d [7c8d600d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=3faa7b1b [3faa7b1b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kate - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kate-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f6fb0d91 [f6fb0d91]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 61.8% (281 of 454 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=70af14e2 [70af14e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 48.5% (168 of 346 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kappfinder - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kappfinder-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=035c2698 [035c2698]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - directories&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-directories/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a1cbb16b [a1cbb16b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.8% (248 of 251 strings)&amp;lt;br/&amp;gt;Translation: tdebase/l10n - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/l10n-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a26bb216 [a26bb216]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1103f2b1 [1103f2b1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c836bb9d [c836bb9d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=00eab673 [00eab673]] Translated using Weblate (Greek)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/el/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9e7b4bb1 [9e7b4bb1]] TWin: Fix loading of window decoration configuration libraries&amp;lt;br/&amp;gt;Accidentally broken by commit 84ab47055d.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=748a54ff [748a54ff]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=dddd52ff [dddd52ff]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=30d54139 [30d54139]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2317bee2 [2317bee2]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=4c64b274 [4c64b274]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-events/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c0ca8145 [c0ca8145]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f1f2e40a [f1f2e40a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5eec362c [5eec362c]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2986ff6e [2986ff6e]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2937383d [2937383d]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-data/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9ab75fc1 [9ab75fc1]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ea076539 [ea076539]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi - presets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi-presets/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8a8431ab [8a8431ab]] twin: renames twin3_ to twin_ in user theme config files. This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/351 #351] and PR #364.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=91cb2036 [91cb2036]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.0% (33 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=88ea7160 [88ea7160]] KWin: rename client libraries twin3_* -&amp;amp;gt; twin_*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=84ab4705 [84ab4705]] Make TWin look for `twin_` libraries&amp;lt;br/&amp;gt;This is now the preferred way of calling the decoration libraries&amp;lt;br/&amp;gt;(in place of `twin3_`). The old names that start with `twin3_` are&amp;lt;br/&amp;gt;still recognized for compatibility reasons.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/351 #351]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e8336ee5 [e8336ee5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2da663c3 [2da663c3]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8210b058 [8210b058]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=74eb1d78 [74eb1d78]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=90b19e21 [90b19e21]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ce84a0c6 [ce84a0c6]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=950f0ce7 [950f0ce7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tde_release_notes.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tde_release_notesdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d61158c7 [d61158c7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdcop - kdcop.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdcop-kdcopdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ddc6b3af [ddc6b3af]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeintegration.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeintegrationdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1771a344 [1771a344]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5ec66d53 [5ec66d53]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - compat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-compat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=653159ea [653159ea]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=143cff2e [143cff2e]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=78937d51 [78937d51]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9ab17ab4 [9ab17ab4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e539275a [e539275a]] Add release notes draft for R14.2.x series&lt;br /&gt;
&lt;br /&gt;
== tdepim ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=f8f28b44 [f8f28b44]] Adapt to latest tqt3 version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=1d22724f [1d22724f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libtdepim - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=80854783 [80854783]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=cc1d59e9 [cc1d59e9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=0b1c762f [0b1c762f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdepim/akregator - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/akregator-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=f1d159b3 [f1d159b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeabc - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeabc-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=fcf0ec84 [fcf0ec84]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=1239d800 [1239d800]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdepim/ktnef - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/ktnef-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=36939501 [36939501]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knotes - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knotes-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=61180ac3 [61180ac3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmobile - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmobile-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=59fb5a85 [59fb5a85]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=36eae050 [36eae050]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdepim/karm - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/karm-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=1dd75eba [1dd75eba]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kandy - kandy.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kandy-kandydesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=215ba850 [215ba850]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 83.3% (5 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdepim/akregator - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/akregator-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=32a1708d [32a1708d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=2278f487 [2278f487]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: tdepim/konsolekalendar - konsolekalendar.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/konsolekalendar-konsolekalendardesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=abef6a1e [abef6a1e]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=c1f9a97a [c1f9a97a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdepimresources - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdepimresources-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=1a30a1d8 [1a30a1d8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korn - korn.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korn-korndesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=f37c6a89 [f37c6a89]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kalarm - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kalarm-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=3113eb08 [3113eb08]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdepim/akregator - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/akregator-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=5863ef46 [5863ef46]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=0e164959 [0e164959]] Fix functionality broken by commit fd0046c4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=fd0046c4 [fd0046c4]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=860c8799 [860c8799]] Drop deprecated kitchensync code&lt;br /&gt;
&lt;br /&gt;
== tdemultimedia ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=c5e80026 [c5e80026]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdemid - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdemid-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=ec115020 [ec115020]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=1c71f523 [1c71f523]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/libkcddb - libkcddb.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/libkcddb-libkcddbdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=94ca3a13 [94ca3a13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kscd - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kscd-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=6c3e9a2f [6c3e9a2f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=775b1efd [775b1efd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kappfinder - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kappfinder-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=a452bd94 [a452bd94]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaudiocreator - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaudiocreator-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=514a0715 [514a0715]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=cb937aa9 [cb937aa9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaudiocreator - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaudiocreator-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=261327ee [261327ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaboodle - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaboodle-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=ab65a990 [ab65a990]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== tdenetwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=7aaebb15 [7aaebb15]] Use tqmoc directly instead of tmoc&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=62b5b91d [62b5b91d]] Adapt to latest tqt3 version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=01aee861 [01aee861]] Update following tqt3 recent updates&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=d069063d [d069063d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krfb - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krfb-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=2d50a61f [2d50a61f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmktalkd - kcmktalkd.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmktalkd-kcmktalkddesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=ff2cfdf8 [ff2cfdf8]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete-events/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=1fd646e1 [1fd646e1]] tqt-replace is no longer required&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=7cf631be [7cf631be]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=15fd0d5c [15fd0d5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=bff9d105 [bff9d105]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=1e65a9c9 [1e65a9c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krfb - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krfb-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=65f0237b [65f0237b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=0f7aec08 [0f7aec08]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=8b0277b3 [8b0277b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=ea8c2556 [ea8c2556]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kwifi - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kwifi-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=7dbed250 [7dbed250]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=1732e27c [1732e27c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc - ksirc.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc-ksircdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=f0b3ae6b [f0b3ae6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krfb - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krfb-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=0bf1f09c [0bf1f09c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krdc - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krdc-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=cd3b9bc6 [cd3b9bc6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=6c1bfe1c [6c1bfe1c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/knewsticker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/knewsticker-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e540875f [e540875f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=9f39152c [9f39152c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=ec7c5f92 [ec7c5f92]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmlanbrowser - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmlanbrowser-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=bd2c6b41 [bd2c6b41]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kdict - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kdict-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=055c3ba8 [055c3ba8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmktalkd - kcmktalkd.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmktalkd-kcmktalkddesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e8441a98 [e8441a98]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/dcoprss - rssservice.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/dcoprss-rssservicedesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== tdegraphics ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=2a49f484 [2a49f484]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksvg - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksvg-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=32a0eae8 [32a0eae8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=0464b42f [0464b42f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksvg - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksvg-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=83ca390f [83ca390f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kooka - kooka.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kooka-kookadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=b946ccf6 [b946ccf6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kolourpaint - kolourpaint.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kolourpaint-kolourpaintdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=c3994f8f [c3994f8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=c8525154 [c8525154]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kfax - kfax.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kfax-kfaxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=82790fe5 [82790fe5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcoloredit - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcoloredit-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=6628c1cf [6628c1cf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdeiconedit - tdeiconedit.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdeiconedit-tdeiconeditdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=6fec2493 [6fec2493]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewshell - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewshell-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=0ac60cd7 [0ac60cd7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kuickshow - kuickshow.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kuickshow-kuickshowdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=b7a2fb44 [b7a2fb44]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksnapshot - ksnapshot.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksnapshot-ksnapshotdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=d73ec8db [d73ec8db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler - kruler.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler-krulerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=4207cf76 [4207cf76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpovmodeler - kpovmodeler.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpovmodeler-kpovmodelerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=a34651aa [a34651aa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=df90b4db [df90b4db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kfaxview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kfaxview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=10228ff7 [10228ff7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kdvi - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kdvi-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=786ba559 [786ba559]] Fix functionality broken by commit d26dabfe.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=d26dabfe [d26dabfe]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=fdd22494 [fdd22494]] Drop deprecated kmrml code&lt;br /&gt;
&lt;br /&gt;
== tdetoys ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=8a640dc8 [8a640dc8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 71.4% (10 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=47ebe98c [47ebe98c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (285 of 285 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather - stations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather-stations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=bfb7d592 [bfb7d592]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=97649015 [97649015]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kworldclock - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kworldclock-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=29e37f55 [29e37f55]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/ktux - ktux.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/ktux-ktuxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=4eb6f321 [4eb6f321]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kteatime - kteatime.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kteatime-kteatimedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=75d71ec8 [75d71ec8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kodo - kodo.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kodo-kododesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=ef99089e [ef99089e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/amor - amor.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/amor-amordesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=528f19d2 [528f19d2]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeutils ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=a9e3e4cf [a9e3e4cf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kdf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kdf-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== tdeedu ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=758ae2a6 [758ae2a6]] Adapt to latest tqt3 version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=0c53c58d [0c53c58d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=d99f3098 [d99f3098]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=05b36881 [05b36881]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kverbos - kverbos.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kverbos-kverbosdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=b2b4038e [b2b4038e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kturtle - kturtle.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kturtle-kturtledesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=9edf12e3 [9edf12e3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/ktouch - ktouch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/ktouch-ktouchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=373f572e [373f572e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kiten - kiten.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kiten-kitendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=894d22c5 [894d22c5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars - kstars.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars-kstarsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=b245468a [b245468a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kpercentage - kpercentage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kpercentage-kpercentagedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=9a430435 [9a430435]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kmplot - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kmplot-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=7cbde739 [7cbde739]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/klettres - klettres.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/klettres-klettresdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=3f41eb31 [3f41eb31]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/klatin - klatin.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/klatin-klatindesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=274c00f5 [274c00f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kig - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kig-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=d076ba6e [d076ba6e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/khangman - khangman.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/khangman-khangmandesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e7ecdbc7 [e7ecdbc7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography - kgeography.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography-kgeographydesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=7ec075a1 [7ec075a1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/keduca - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/keduca-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e45f4ee3 [e45f4ee3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kbruch - kbruch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kbruch-kbruchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e73aad5f [e73aad5f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kanagram - kanagram.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kanagram-kanagramdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=026dd7e1 [026dd7e1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kalzium - kalzium.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kalzium-kalziumdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=92daf7c2 [92daf7c2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/blinken - blinken.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/blinken-blinkendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=ad620012 [ad620012]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=1b57c822 [1b57c822]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== tdegames ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=707ed9c6 [707ed9c6]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=72486eea [72486eea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/tdefifteen - tdefifteen.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/tdefifteen-tdefifteendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=1af92e8c [1af92e8c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk - knetwalk.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk-knetwalkdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=b4e10441 [b4e10441]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/twin4 - twin4.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/twin4-twin4desktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=60e6b4b7 [60e6b4b7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ktuberling - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ktuberling-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f86cc3b2 [f86cc3b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kspaceduel - kspaceduel.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kspaceduel-kspacedueldesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=1723a2e2 [1723a2e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksokoban - ksokoban.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksokoban-ksokobandesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=b8bfa029 [b8bfa029]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksnake - ksnake.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksnake-ksnakedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f3055d26 [f3055d26]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=25bbc148 [25bbc148]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet - ksirtet.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet-ksirtetdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=bc6ebdd9 [bc6ebdd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksame - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksame-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=245abf4b [245abf4b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kshisen - kshisen.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kshisen-kshisendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=a24aefaf [a24aefaf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f361902f [f361902f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi - kreversi.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi-kreversidesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=bdbf75db [bdbf75db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kpoker - kpoker.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kpoker-kpokerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=8010109b [8010109b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kpat - kpat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kpat-kpatdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=30b2fe6b [30b2fe6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/konquest - konquest.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/konquest-konquestdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e3c0ddc0 [e3c0ddc0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kolf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kolf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=214ce742 [214ce742]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmines - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmines-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e2876665 [e2876665]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e58b9568 [e58b9568]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmines - kmines.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmines-kminesdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=564ede18 [564ede18]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmahjongg - kmahjongg.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmahjongg-kmahjonggdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=a1f2098b [a1f2098b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegames/klickety - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/klickety-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=04405ac0 [04405ac0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kjumpingcube - kjumpingcube.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kjumpingcube-kjumpingcubedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=ddeb59d5 [ddeb59d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kgoldrunner - KGoldrunner.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kgoldrunner-kgoldrunnerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=6aa6a2fc [6aa6a2fc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kenolaba - kenolaba.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kenolaba-kenolabadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=c2e382ff [c2e382ff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbounce - kbounce.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbounce-kbouncedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=43a1ef1a [43a1ef1a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kblackbox - kblackbox.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kblackbox-kblackboxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=47443995 [47443995]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbackgammon - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbackgammon-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=51730a13 [51730a13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbackgammon - kbackgammon.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbackgammon-kbackgammondesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f4e1241f [f4e1241f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kasteroids - kasteroids.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kasteroids-kasteroidsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=195f32ff [195f32ff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegames/atlantik - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/atlantik-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=078f8a60 [078f8a60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/atlantik - atlantik.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/atlantik-atlantikdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=23f73f6d [23f73f6d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=89209b44 [89209b44]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeaccessibility ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=a32460f3 [a32460f3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (42 of 42 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kttsd - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kttsd-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=cfd35998 [cfd35998]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/ksayit - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/ksayit-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=cb6bf67c [cb6bf67c]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmouth - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmouth-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=a27ad605 [a27ad605]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmousetool - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmousetool-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=03efc91e [03efc91e]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmag - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmag-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=2c1df2ca [2c1df2ca]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 88.0% (37 of 42 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kttsd - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kttsd-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=21a05449 [21a05449]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (42 of 42 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kttsd - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kttsd-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=546f0a26 [546f0a26]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmousetool - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmousetool-desktop-files/nl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=0c8252ff [0c8252ff]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmag - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmag-desktop-files/nl/&lt;br /&gt;
&lt;br /&gt;
== tdeaddons ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=882296ce [882296ce]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 90.6% (58 of 64 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-plugins-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=4edc3085 [4edc3085]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tutorials - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tutorials-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=20c96954 [20c96954]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (64 of 64 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-plugins-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=462e8067 [462e8067]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (64 of 64 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-plugins-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=7247f36b [7247f36b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tutorials - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tutorials-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=729f8436 [729f8436]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-plugins-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=c75bb91d [c75bb91d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/ksig - ksig.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/ksig-ksigdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=8b19a3d4 [8b19a3d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (44 of 44 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-plugins-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== tdeadmin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=0e4b285b [0e4b285b]] Translated using Weblate (German)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kuser - kuser.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kuser-kuserdesktop/de/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=94d0449c [94d0449c]] Translated using Weblate (German)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/ksysv - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/ksysv-desktop-files/de/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=c96eeaef [c96eeaef]] Translated using Weblate (German)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf-desktop-files/de/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=b32b18a1 [b32b18a1]] Translated using Weblate (German)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kdat - kdat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kdat-kdatdesktop/de/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=e11057e4 [e11057e4]] Translated using Weblate (German)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kcron - kcron.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kcron-kcrondesktop/de/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=2526da1f [2526da1f]] Translated using Weblate (German)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kcmlilo - lilo.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kcmlilo-lilodesktop/de/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=7c269be3 [7c269be3]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 50.0% (1 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage - kpackage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage-kpackagedesktop/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=b60f7565 [b60f7565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kuser - kuser.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kuser-kuserdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=39dd6199 [39dd6199]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/ksysv - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/ksysv-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=1ec384e5 [1ec384e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=78260ae7 [78260ae7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage - kpackage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage-kpackagedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=18052ec0 [18052ec0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kdat - kdat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kdat-kdatdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=68dbc1fc [68dbc1fc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kcron - kcron.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kcron-kcrondesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== tdeartwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=3055de54 [3055de54]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/wallpapers-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=cd51daaf [cd51daaf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/twin-styles - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/twin-styles-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=e76fde84 [e76fde84]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/icon themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/icon-themes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=480c8a32 [480c8a32]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/icon themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/icon-themes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=d5891cb6 [d5891cb6]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/wallpapers-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=b7c7780f [b7c7780f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeartwork/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/wallpapers-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=25e4ea58 [25e4ea58]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=0afaf315 [0afaf315]] twin-styles: twin3_ to twin_ conversion&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=5f90bc99 [5f90bc99]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (314 of 314 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/tdescreensaver - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/tdescreensaver-desktop-files/it/&lt;br /&gt;
&lt;br /&gt;
== tdebindings ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=62762a26 [62762a26]] Use tq* header after last round of renaming in tqt3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=b8e21c74 [b8e21c74]] Remove Netscape plugin and Motif extension classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=5c077518 [5c077518]] Adapt to latest tqt3 version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=84ec6486 [84ec6486]] Drop compatibility code for TQSignal&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=13378021 [13378021]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=02712db1 [02712db1]] Drop compatibility code for TQButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=53442b53 [53442b53]] Drop obsolete TQLineEdit methods&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=1b35744b [1b35744b]] Drop compatibility code for TQToolButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=476cadbf [476cadbf]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=941081ce [941081ce]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=dcffc0bc [dcffc0bc]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
== tdesdk ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=59829e86 [59829e86]] Translated using Weblate (German)&amp;lt;br/&amp;gt;Currently translated at 97.8% (45 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbabel - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbabel-desktop-files/de/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=e116e963 [e116e963]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbabel - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbabel-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=ba42cd60 [ba42cd60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=0b324ad9 [0b324ad9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=26ea0a31 [26ea0a31]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdecachegrind - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdecachegrind-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=7b277c01 [7b277c01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/scheck - scheck.themerc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/scheck-scheckthemerc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=8d7ac8ea [8d7ac8ea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kuiviewer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kuiviewer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=70cbb21e [70cbb21e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbugbuster - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbugbuster-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=5951f56b [5951f56b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/cervisia - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/cervisia-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=0c03e09c [0c03e09c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/cervisia - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/cervisia-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=b221bea0 [b221bea0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kompare - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kompare-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d50abb28 [d50abb28]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.1% (27 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=3523578c [3523578c]] Fix functionality broken by commit d619f66&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d619f66a [d619f66a]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tdevelop ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=94d117e0 [94d117e0]] Use tqmoc directly instead of tmoc&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=f3ab5af2 [f3ab5af2]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 75.8% (455 of 600 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=c67ee46d [c67ee46d]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop-events/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=a574698a [a574698a]] Adapt to latest tqt3 version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=3219b370 [3219b370]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=f4724912 [f4724912]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop-desktop-files/&lt;br /&gt;
&lt;br /&gt;
== tdewebdev ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=db7f64f6 [db7f64f6]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kxsldbg - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kxsldbg-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=3ac39ad1 [3ac39ad1]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kimagemapeditor - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kimagemapeditor-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=c5fb2d31 [c5fb2d31]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 66.6% (2 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/klinkstatus - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/klinkstatus-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=67e7c23c [67e7c23c]] Adapt to latest tqt3 version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=e5b0f94a [e5b0f94a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=07ecde1c [07ecde1c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kxsldbg - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kxsldbg-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=0e7ff51f [0e7ff51f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/klinkstatus - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/klinkstatus-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=13d63148 [13d63148]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kimagemapeditor - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kimagemapeditor-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=e16b4e3b [e16b4e3b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=6552a392 [6552a392]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== tde-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1b7243ae [1b7243ae]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6248252b [6248252b]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5c8f5ca7 [5c8f5ca7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.3% (933 of 1010 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kommander&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kommander/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=235ce004 [235ce004]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.2% (471 of 500 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdecachegrind&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdecachegrind/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9337e1d0 [9337e1d0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/ksmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3046f9bc [3046f9bc]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=03f09ac0 [03f09ac0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/superkaramba&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/superkaramba/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=21cc57f1 [21cc57f1]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ee57a92 [7ee57a92]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (201 of 201 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cce30d5b [cce30d5b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libtaskmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskmanager/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25609067 [25609067]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ea638cf5 [ea638cf5]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (162 of 162 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4a46265 [a4a46265]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdebase/knetattach&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/knetattach/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c35c9588 [c35c9588]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (181 of 181 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1564fdf1 [1564fdf1]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (292 of 292 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9527b3d5 [9527b3d5]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (230 of 230 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eb10db12 [eb10db12]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (420 of 420 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a0031169 [a0031169]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0fd23a58 [0fd23a58]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (72 of 72 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kpat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kpat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=763921c0 [763921c0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeio_sieve&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeio_sieve/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d736aef1 [d736aef1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_remote&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_remote/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cf6f0932 [cf6f0932]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (245 of 245 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kontact&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kontact/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c3c9a520 [c3c9a520]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail_text_vcard_plugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail_text_vcard_plugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02955a5e [02955a5e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (201 of 201 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d9f55651 [d9f55651]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1cf006e0 [1cf006e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdebase/knetattach&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/knetattach/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f328166b [f328166b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (230 of 230 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2644b1c [e2644b1c]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (201 of 201 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b4597c5d [b4597c5d]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libtaskmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskmanager/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10b64776 [10b64776]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=26be3921 [26be3921]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (162 of 162 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8dbf94c4 [8dbf94c4]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdebase/knetattach&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/knetattach/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7543281d [7543281d]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (181 of 181 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1073a9fb [1073a9fb]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (292 of 292 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45994c61 [45994c61]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (230 of 230 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cfec18c6 [cfec18c6]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (420 of 420 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=20e12441 [20e12441]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48f97cf5 [48f97cf5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6d31d07a [6d31d07a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a9e27c6 [4a9e27c6]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=af135878 [af135878]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2c78ab70 [2c78ab70]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c195bd10 [c195bd10]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2301704 [e2301704]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8ddd7d27 [8ddd7d27]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 96.5% (2490 of 2578 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5fae7cc0 [5fae7cc0]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1010 of 1010 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kommander&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kommander/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=068f4e77 [068f4e77]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7993f3b [e7993f3b]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1a79c5e9 [1a79c5e9]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevtipofday&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevtipofday/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=55de1686 [55de1686]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5195 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6f75f28f [6f75f28f]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/libKTTSD&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/libkttsd/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=368fc49a [368fc49a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (48 of 48 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/artsmodules&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/artsmodules/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a4cd332 [9a4cd332]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.7% (367 of 368 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kate/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ecc700aa [ecc700aa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (292 of 292 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=86ce250a [86ce250a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8708364f [8708364f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=92b2f0a8 [92b2f0a8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c66a43a8 [c66a43a8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 85.1% (138 of 162 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3865e1f0 [3865e1f0]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 75.3% (122 of 162 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6e13309d [6e13309d]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (162 of 162 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d6f7d48 [7d6f7d48]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ea0ccdd [7ea0ccdd]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (162 of 162 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bf17fa56 [bf17fa56]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=39bb5c66 [39bb5c66]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 75.3% (122 of 162 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6deccc67 [6deccc67]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ad23337 [2ad23337]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=15bbb8ad [15bbb8ad]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a08f6f37 [a08f6f37]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (201 of 201 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=faf8fb8c [faf8fb8c]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (115 of 115 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c186f9a2 [c186f9a2]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (330 of 330 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e539d531 [e539d531]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_sftp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b679569d [b679569d]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_sftp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=22a4ca79 [22a4ca79]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kaddressbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kaddressbook/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=91d0dae9 [91d0dae9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2023bebc [2023bebc]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dffcd964 [dffcd964]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=29e35919 [29e35919]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=11535892 [11535892]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_flac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_flac/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=051e0f23 [051e0f23]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a9b057a5 [a9b057a5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=694fa2dd [694fa2dd]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df62813a [df62813a]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libtaskmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskmanager/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c36489a0 [c36489a0]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cb0de884 [cb0de884]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdebase/knetattach&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/knetattach/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e26ea16f [e26ea16f]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (181 of 181 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b390e4d8 [b390e4d8]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (292 of 292 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3f8ca34a [3f8ca34a]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (230 of 230 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5b01c813 [5b01c813]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (103 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kasbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kasbarextension/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=23f2e2b7 [23f2e2b7]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 97.0% (100 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kasbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kasbarextension/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f0936d02 [f0936d02]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 93.3% (28 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libtaskmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskmanager/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8d8b436e [8d8b436e]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (181 of 181 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0715a602 [0715a602]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=66b3fc76 [66b3fc76]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4e5d9f2 [a4e5d9f2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=db30e520 [db30e520]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/libtaskmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskmanager/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ddde2d90 [ddde2d90]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3f86919b [3f86919b]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdebase/knetattach&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/knetattach/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2598df06 [2598df06]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/knetattach&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/knetattach/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc8638eb [bc8638eb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f6e7c05d [f6e7c05d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/ksmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4c4c3ed [a4c4c3ed]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c21b696c [c21b696c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0ad61895 [0ad61895]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 80.0% (8 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_asus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_asus/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=69d4bb8f [69d4bb8f]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 66.6% (4 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_raw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_raw/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6b87879e [6b87879e]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 85.0% (17 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmiccconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmiccconfig/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=900946f0 [900946f0]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a57515f6 [a57515f6]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a684f2b2 [a684f2b2]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 30.0% (6 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmiccconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmiccconfig/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6e4ced59 [6e4ced59]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 96.5% (56 of 58 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/twin_art_clients&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/twin_art_clients/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e91699a6 [e91699a6]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (286 of 287 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/klock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/klock/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9eb75f0b [9eb75f0b]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (60 of 60 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/libtdeedu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/libtdeedu/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cd145a4e [cd145a4e]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (111 of 111 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/khangman&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/khangman/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cfa0480f [cfa0480f]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/keduca&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/keduca/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=01f79e50 [01f79e50]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (88 of 88 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kanagram&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kanagram/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=696734ac [696734ac]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (386 of 386 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kolourpaint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kolourpaint/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5ee9a20d [5ee9a20d]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.3% (37 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcoloredit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcoloredit/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9dc4db8e [9dc4db8e]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.9% (185 of 187 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/libkcddb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/libkcddb/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=efbb2e2e [efbb2e2e]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 94.4% (34 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_vorbis&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_vorbis/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1333440c [1333440c]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libkleopatra&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkleopatra/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=19dba44a [19dba44a]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 92.3% (24 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_blogging&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_blogging/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=75f8babe [75f8babe]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (74 of 74 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmobile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmobile/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ffcf2409 [ffcf2409]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.7% (359 of 360 strings)&amp;lt;br/&amp;gt;Translation: tdepim/akregator&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/akregator/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0a7f43c0 [0a7f43c0]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 90.0% (27 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=805f9722 [805f9722]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 84.6% (11 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kickermenu_kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kickermenu_kate/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4c59ba59 [4c59ba59]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.1% (225 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e01c81aa [e01c81aa]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b29a0184 [b29a0184]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2be1b2a0 [2be1b2a0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd25612e [bd25612e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4c2af65 [d4c2af65]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3870da7f [3870da7f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=93265c20 [93265c20]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0928f522 [0928f522]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=768eb738 [768eb738]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ebbe7fb7 [ebbe7fb7]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a685c520 [a685c520]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 99.0% (413 of 417 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libtdepim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a6c45482 [a6c45482]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 66.6% (12 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kay&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kay/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b1606b8c [b1606b8c]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (292 of 292 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c79bd61 [3c79bd61]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4bfd546b [4bfd546b]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 86.3% (76 of 88 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kpersonalizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kpersonalizer/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8bdbcfe2 [8bdbcfe2]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.1% (2714 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1f1863d8 [1f1863d8]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3bff50c1 [3bff50c1]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2e885b52 [2e885b52]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a490f14b [a490f14b]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=03162dd2 [03162dd2]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=20259c10 [20259c10]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=37dd609c [37dd609c]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0492e08b [0492e08b]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=70075fe0 [70075fe0]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9b5150e [c9b5150e]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bf7d8b96 [bf7d8b96]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1b0e5f2a [1b0e5f2a]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bea014ba [bea014ba]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cfabd897 [cfabd897]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b5dd7e37 [b5dd7e37]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7bc019e6 [7bc019e6]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e0bd24f [1e0bd24f]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=24dfd0ed [24dfd0ed]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=98ef2841 [98ef2841]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f8b5ce1e [f8b5ce1e]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=33aac2d1 [33aac2d1]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5e0bb642 [5e0bb642]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=07377164 [07377164]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee5d31b5 [ee5d31b5]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b5085e5 [2b5085e5]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ead1b876 [ead1b876]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7e9f353a [7e9f353a]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=58a4a407 [58a4a407]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73421a19 [73421a19]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51aa6e19 [51aa6e19]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68f3bb9a [68f3bb9a]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9065d097 [9065d097]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6d902faa [6d902faa]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6f4277d4 [6f4277d4]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a0de4535 [a0de4535]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cdfaa0f7 [cdfaa0f7]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b0f167fe [b0f167fe]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8aaea1b6 [8aaea1b6]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c6652021 [c6652021]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b0640072 [b0640072]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a6782aa5 [a6782aa5]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c92c19e0 [c92c19e0]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=036dc793 [036dc793]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f081e42b [f081e42b]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=11a0dbd2 [11a0dbd2]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4d72ddc [c4d72ddc]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da86d6db [da86d6db]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=beab1346 [beab1346]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ddbb8cd0 [ddbb8cd0]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=24b7c583 [24b7c583]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f7ea6f6c [f7ea6f6c]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c281d9b [3c281d9b]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6f78d66 [d6f78d66]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e90880c3 [e90880c3]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc904ef6 [bc904ef6]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0aafd0a14 [0aafd0a14]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6169c7e9 [6169c7e9]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=60162d58 [60162d58]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc247df1 [bc247df1]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ace78a1 [2ace78a1]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8f90fce0 [8f90fce0]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ca52b85 [7ca52b85]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e6edce6 [1e6edce6]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=902befa5 [902befa5]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fc148ae3 [fc148ae3]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6ad276c3 [6ad276c3]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb8d18be [bb8d18be]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a82a85b [9a82a85b]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fe8a20e [4fe8a20e]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a70ccb41 [a70ccb41]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0530cfe9 [0530cfe9]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fb088850 [fb088850]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=90609151 [90609151]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cfc3bda0 [cfc3bda0]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b48e9dc9 [b48e9dc9]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=effa4881 [effa4881]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a0241f3b [a0241f3b]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5747ea65 [5747ea65]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b54d37aa [b54d37aa]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a22bb1ae [a22bb1ae]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b6dfc42c [b6dfc42c]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16c27422 [16c27422]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61436888 [61436888]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eff05ef7 [eff05ef7]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1b250e36 [1b250e36]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d1e3f46 [7d1e3f46]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bba765a5 [bba765a5]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=38ab219c [38ab219c]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b80af83c [b80af83c]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9764ba37 [9764ba37]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=52e29a9d [52e29a9d]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cc0cdb80 [cc0cdb80]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c0b7d75 [6c0b7d75]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02a81a1f [02a81a1f]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=93a14056 [93a14056]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6ca70560 [6ca70560]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ab212382 [ab212382]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=77ae3c5f [77ae3c5f]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da2541d9 [da2541d9]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3509c7d0 [3509c7d0]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d93acd3f [d93acd3f]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8aafd6f5 [8aafd6f5]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d3f0d4de [d3f0d4de]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f955dbfe [f955dbfe]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=528e0ddb [528e0ddb]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5583b1aa [5583b1aa]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7c012027 [7c012027]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30b3108b [30b3108b]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=09ddf6b8 [09ddf6b8]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c7428cae [c7428cae]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=63a7f53b [63a7f53b]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=705dcdac [705dcdac]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c627fcf8 [c627fcf8]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d905fba7 [d905fba7]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a616c35 [8a616c35]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8ebb90e3 [8ebb90e3]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ec8b0335 [ec8b0335]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=99ed9d15 [99ed9d15]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=14f9ad26 [14f9ad26]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 50.0% (2 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdefileaudiopreview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdefileaudiopreview/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da7b7a3a [da7b7a3a]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 66.6% (4 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/libtdescreensaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/libtdescreensaver/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30ddf1a6 [30ddf1a6]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 97.8% (411 of 420 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8ee4d659 [8ee4d659]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12e84191 [12e84191]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=98c60757 [98c60757]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2079f7b6 [2079f7b6]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=667bc8e8 [667bc8e8]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=32e248ab [32e248ab]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=594ad630 [594ad630]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=405251a6 [405251a6]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8f1a8fbf [8f1a8fbf]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6da8ee99 [6da8ee99]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=40f78616 [40f78616]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8eb81a22 [8eb81a22]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=310e0914 [310e0914]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cad4fbfc [cad4fbfc]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fa8b2a87 [fa8b2a87]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fd288ca3 [fd288ca3]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d7ac729b [d7ac729b]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a832252 [4a832252]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=017b3b31 [017b3b31]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=57dcec2e [57dcec2e]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8945f724 [8945f724]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3dc7abdb [3dc7abdb]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8ea8e880 [8ea8e880]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b999545d [b999545d]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fceefaa3 [fceefaa3]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 33.3% (5 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/knotify&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/knotify/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5257669b [5257669b]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 11.5% (3 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio_help&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio_help/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a29c6be5 [a29c6be5]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 18.1% (218 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d8e5ecc8 [d8e5ecc8]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 11.1% (8 of 72 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/i18n - entry.desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/i18n-entrydesktop-files/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9ee9f878 [9ee9f878]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (58 of 58 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=40ef5041 [40ef5041]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 85.2% (75 of 88 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kpersonalizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kpersonalizer/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f7896b23 [f7896b23]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplash&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplash/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d117158f [d117158f]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kgreet_winbind&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kgreet_winbind/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bfa16de3 [bfa16de3]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 90.0% (9 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kgreet_classic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kgreet_classic/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0cb261aa [0cb261aa]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 96.1% (25 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_tom&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_tom/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6cd1dc0e [6cd1dc0e]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 40.0% (2 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_remotemenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_remotemenu/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4d3f8768 [4d3f8768]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_tdeprint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_tdeprint/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f1516858 [f1516858]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 42.8% (3 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_konsole/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0720e002 [0720e002]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 66.6% (2 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_systemmenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_systemmenu/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=676b8a87 [676b8a87]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkicker/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3e39c352 [3e39c352]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 75.0% (3 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_recentdocs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_recentdocs/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b787361 [7b787361]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kickermenu_kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kickermenu_kate/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61b8363c [61b8363c]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 60.0% (3 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_prefmenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_prefmenu/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8b1a4d84 [8b1a4d84]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkicker/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=af61dc15 [af61dc15]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 99.6% (260 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd4e1e41 [bd4e1e41]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (152 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdmconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmconfig/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fce7fe6c [fce7fe6c]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (126 of 126 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdmgreet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmgreet/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17725789 [17725789]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bbccf8a0 [bbccf8a0]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_finger&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_finger/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=50665128 [50665128]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 38.0% (8 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_pop3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_pop3/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=743e082d [743e082d]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 23.0% (3 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_ldap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_ldap/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0c56b5c [c0c56b5c]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 96.1% (25 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_man&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_man/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=01f477fb [01f477fb]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (152 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_media&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_media/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=688817be [688817be]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_floppy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_floppy/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b0d0a622 [b0d0a622]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (37 of 37 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_trash&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_trash/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3a1d74a0 [3a1d74a0]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 28.5% (2 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_fish&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_fish/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9d0dca8f [9d0dca8f]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 33.3% (3 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_nntp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_nntp/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4ef0c77 [d4ef0c77]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 42.8% (3 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_nfs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_nfs/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bf7c18ac [bf7c18ac]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 44.8% (13 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_smtp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_smtp/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=00b6ca0b [00b6ca0b]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 50.0% (2 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_home&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_home/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=74339bec [74339bec]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 50.0% (2 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_tar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_tar/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=33d91c00 [33d91c00]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 38.0% (8 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_smb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_smb/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5c40139b [5c40139b]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 40.0% (2 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_remote&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_remote/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a3c4d52f [a3c4d52f]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (50 of 50 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_print&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_print/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=495c0b7c [495c0b7c]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 40.0% (2 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeprint_part&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeprint_part/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25ba04c8 [25ba04c8]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 18.1% (2 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_thumbnail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_thumbnail/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6503339b [6503339b]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 53.8% (7 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_mac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_mac/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=56c0e444 [56c0e444]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 64.1% (25 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_sftp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=20677036 [20677036]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 83.3% (5 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_settings&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_settings/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=43e66079 [43e66079]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 50.0% (2 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_system&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_system/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1c889ad4 [1c889ad4]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 17.3% (4 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kstart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kstart/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc04aebe [bc04aebe]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 98.5% (70 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=28e79aca [28e79aca]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/appletproxy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/appletproxy/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dbbada13 [dbbada13]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 99.0% (611 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3af99205 [3af99205]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c2ec047e [c2ec047e]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4b8cc14 [d4b8cc14]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9239d442 [9239d442]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ec220289 [ec220289]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e1e1d68c [e1e1d68c]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0e4d32e [c0e4d32e]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8fd97e1b [8fd97e1b]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d3dc69bb [d3dc69bb]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=83cafd25 [83cafd25]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=63feb0b5 [63feb0b5]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c5791169 [c5791169]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=981a1e22 [981a1e22]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d961b689 [d961b689]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0332f20b [0332f20b]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d58dcfa4 [d58dcfa4]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e90a912b [e90a912b]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2f64008 [e2f64008]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4469efb4 [4469efb4]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7c72465d [7c72465d]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=814c3430 [814c3430]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a322ccef [a322ccef]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f40b8806 [f40b8806]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5c74bfd4 [5c74bfd4]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b05c722 [3b05c722]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e430870a [e430870a]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=86506f74 [86506f74]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dbd1c4b0 [dbd1c4b0]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=05e25904 [05e25904]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1450ae16 [1450ae16]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=278fd0e5 [278fd0e5]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fcc25710 [fcc25710]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c95cd9ef [c95cd9ef]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b9a56e24 [b9a56e24]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7abb789 [e7abb789]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cc2072fa [cc2072fa]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b0c89d3f [b0c89d3f]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=debfcbb0 [debfcbb0]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=698e6d12 [698e6d12]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=29b23d97 [29b23d97]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6284cd42 [6284cd42]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02239f98 [02239f98]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12f0b82a [12f0b82a]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c5abb248 [c5abb248]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=20abf1d9 [20abf1d9]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fa7c3b88 [fa7c3b88]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6efcbc29 [6efcbc29]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c6527a34 [c6527a34]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d1343ffa [d1343ffa]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8f9706af [8f9706af]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=64aebe0d [64aebe0d]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1c5fcb38 [1c5fcb38]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b070f8c2 [b070f8c2]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7caf29d4 [7caf29d4]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.1% (114 of 115 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=96fc6890 [96fc6890]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3bf91bbf [3bf91bbf]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ee30d59 [3ee30d59]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=52211206 [52211206]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=01a00817 [01a00817]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.2% (95 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78585e41 [78585e41]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3992dedd [3992dedd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kate/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=06262ce3 [06262ce3]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=00d469cf [00d469cf]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bcce5928 [bcce5928]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (43 of 43 strings)&amp;lt;br/&amp;gt;Translation: tdebase/joystick&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/joystick/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7306f205 [7306f205]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f5738263 [f5738263]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a524b293 [a524b293]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b2cf3b9 [3b2cf3b9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d82307b0 [d82307b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=11475c66 [11475c66]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0d015df0 [0d015df0]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (420 of 420 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=531245f0 [531245f0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12be706f [12be706f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=deed92e4 [deed92e4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c7dbbbfa [c7dbbbfa]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48ed4b75 [48ed4b75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (69 of 69 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abe4cdc3 [abe4cdc3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (366 of 368 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kate/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4e1cf589 [4e1cf589]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (2467 of 2578 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3385d5fb [3385d5fb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=796c9cfe [796c9cfe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (355 of 355 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kuser&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kuser/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=564b9380 [564b9380]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (127 of 127 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdepimwizards&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdepimwizards/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c79192e4 [c79192e4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.0% (188 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libkleopatra&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkleopatra/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48773f92 [48773f92]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.2% (95 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e0407e34 [e0407e34]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.9% (364 of 368 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kate/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1a8a2dd3 [1a8a2dd3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (198 of 198 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmcrypto&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmcrypto/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ed0a582 [1ed0a582]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (173 of 173 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=895cb0ad [895cb0ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (127 of 127 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwinrules&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwinrules/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6d585224 [6d585224]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 90.2% (93 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=24c82153 [24c82153]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5e2ee3a0 [5e2ee3a0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (123 of 123 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=15917a56 [15917a56]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (170 of 170 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30ddf256 [30ddf256]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (68 of 68 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwindecoration&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwindecoration/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5dc94c3a [5dc94c3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplash&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplash/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=675a8015 [675a8015]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (380 of 380 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kxsldbg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kxsldbg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ed5f4af8 [ed5f4af8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.9% (929 of 1010 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kommander&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kommander/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0bd23588 [0bd23588]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0d32caee [0d32caee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (306 of 306 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/ktouch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/ktouch/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7f6475eb [7f6475eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (990 of 990 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd1bf66e [bd1bf66e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (416 of 416 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d95998de [d95998de]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e3522bd2 [e3522bd2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (1235 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8b22db15 [8b22db15]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmstyle&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmstyle/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f921c1e2 [f921c1e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (366 of 366 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksysguard&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksysguard/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=af6659cd [af6659cd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (112 of 112 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a993f23d [a993f23d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (84 of 84 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtaskbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtaskbar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e8176e10 [e8176e10]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmiccconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmiccconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8e12ed68 [8e12ed68]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (330 of 330 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=db4f1433 [db4f1433]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kreadconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kreadconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dcff00f6 [dcff00f6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6400a78b [6400a78b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=95dfd238 [95dfd238]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8f150a03 [8f150a03]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=457f1159 [457f1159]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (199 of 199 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=28486ba0 [28486ba0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdehwdevicetray&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdehwdevicetray/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1b0d0cd0 [1b0d0cd0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (223 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6ccdbbdb [6ccdbbdb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (2467 of 2578 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0a5ecea6 [0a5ecea6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - tdehtmlsettings&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-tdehtmlsettings/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d2018b37 [d2018b37]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (553 of 553 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kgpg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kgpg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=60c329bd [60c329bd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (225 of 225 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9f05344d [9f05344d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (205 of 205 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdemid&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdemid/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8c5d76b [a8c5d76b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (37 of 37 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeabc_slox&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeabc_slox/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dc218365 [dc218365]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_kolab&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_kolab/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=80f2f368 [80f2f368]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2431 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fc6a3bf [4fc6a3bf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdebase/trashapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/trashapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1b781f5a [1b781f5a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (88 of 88 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kpersonalizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kpersonalizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=66c6f08a [66c6f08a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (66 of 66 strings)&amp;lt;br/&amp;gt;Translation: tdebase/privacy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/privacy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=58e832a2 [58e832a2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (366 of 366 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksysguard&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksysguard/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0b4f6d0f [0b4f6d0f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0a44c427 [0a44c427]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b645157c [b645157c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb4b2001 [bb4b2001]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksystraycmd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksystraycmd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c5f1d6c3 [c5f1d6c3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.2% (30 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevtipofday&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevtipofday/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=309e3e6d [309e3e6d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.8% (5277 of 5622 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1d9c56e4 [1d9c56e4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (416 of 416 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bcf267a0 [bcf267a0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2431 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d0d04394 [d0d04394]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (181 of 181 strings)&amp;lt;br/&amp;gt;Translation: tdepim/karm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/karm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=083ecc5c [083ecc5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (197 of 197 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f72816d6 [f72816d6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.4% (115 of 123 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=74f0f572 [74f0f572]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmenergy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmenergy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=103d1f13 [103d1f13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ac60833c [ac60833c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (50 of 50 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7768704e [7768704e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (42 of 42 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkurifilt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkurifilt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dfd51532 [dfd51532]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0796f2d5 [0796f2d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=173600ff [173600ff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.6% (468 of 500 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdecachegrind&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdecachegrind/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e47f07a4 [e47f07a4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (223 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=daf1982c [daf1982c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.5% (2464 of 2578 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b1614943 [b1614943]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (121 of 121 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/klinkstatus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/klinkstatus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41fc90d7 [41fc90d7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (183 of 183 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kimagemapeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kimagemapeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6e3dcd2b [6e3dcd2b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9848ebfd [9848ebfd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (833 of 833 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a002df0 [8a002df0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.8% (464 of 500 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdecachegrind&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdecachegrind/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b3e65559 [b3e65559]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (208 of 208 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbugbuster&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbugbuster/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f98ef4a5 [f98ef4a5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1016 of 1016 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbabel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbabel/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=46d210ec [46d210ec]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (382 of 382 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/cervisia&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/cervisia/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82b1a200 [82b1a200]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (355 of 355 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kuser&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kuser/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d9b1dac5 [d9b1dac5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6d631e04 [6d631e04]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - kuick&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-kuick/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bfeb6261 [bfeb6261]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (48 of 48 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - metabar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-metabar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=503622d8 [503622d8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - kuick-kcm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-kuick-kcm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de6a09e6 [de6a09e6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - imgallery&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-imgallery/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c85ebc44 [c85ebc44]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - dub&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-dub/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bcc9edad [bcc9edad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (316 of 316 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbackgammon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbackgammon/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b6004e2 [2b6004e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (68 of 68 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kpercentage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kpercentage/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82fc7442 [82fc7442]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdewalletmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdewalletmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=216f3b21 [216f3b21]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (217 of 217 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/ark&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/ark/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ed52dde7 [ed52dde7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (256 of 256 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kooka&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kooka/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ebaec3f5 [ebaec3f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e75d3976 [e75d3976]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (403 of 403 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=987886cb [987886cb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=922ded6e [922ded6e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (254 of 254 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8e8d1a70 [8e8d1a70]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (332 of 332 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c5c42c80 [c5c42c80]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (138 of 138 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kscd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kscd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=59494524 [59494524]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (320 of 320 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de5ec621 [de5ec621]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdepimresources&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdepimresources/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=43dafded [43dafded]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeio_imap4&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeio_imap4/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ebaac0f2 [ebaac0f2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (37 of 37 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeabc_slox&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeabc_slox/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=62a67547 [62a67547]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 38.4% (5 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_remote&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_remote/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5f621317 [5f621317]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (1235 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=59dc39df [59dc39df]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (723 of 723 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fe507f67 [fe507f67]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2431 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=59780318 [59780318]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (129 of 129 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kandy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kandy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=452ad70f [452ad70f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.7% (341 of 360 strings)&amp;lt;br/&amp;gt;Translation: tdepim/akregator&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/akregator/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f53aa4aa [f53aa4aa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (126 of 126 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdmgreet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmgreet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=99db62ed [99db62ed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (366 of 366 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksysguard&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksysguard/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a7ad59e6 [a7ad59e6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d31236e0 [d31236e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41b945d4 [41b945d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (59 of 59 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsamba&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsamba/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3e8e13a7 [3e8e13a7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.9% (227 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=be697a7c [be697a7c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (140 of 140 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=413ebd68 [413ebd68]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (101 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=826389da [826389da]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (67 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bbcddbeb [bbcddbeb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (420 of 420 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5bb90fbc [5bb90fbc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1013 of 1013 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeprint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeprint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f8076892 [f8076892]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=399a56ef [399a56ef]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb519326 [bb519326]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (990 of 990 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fed66336 [fed66336]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.0% (188 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libkleopatra&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkleopatra/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c21ebe63 [c21ebe63]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a86478db [a86478db]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kgamma&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kgamma/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=846b2220 [846b2220]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_au&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_au/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e204875a [e204875a]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (332 of 332 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d7d7e68a [d7d7e68a]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (187 of 187 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/libkcddb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/libkcddb/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f4a69841 [f4a69841]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1249ad0c [1249ad0c]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (92 of 92 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/artsbuilder&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/artsbuilder/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=26a0c71d [26a0c71d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdelicense&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdelicense/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c7e556d [6c7e556d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdehwdevicetray&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdehwdevicetray/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b0b7c2f9 [b0b7c2f9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f2357e9e [f2357e9e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (382 of 382 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/cervisia&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/cervisia/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3db290ed [3db290ed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (553 of 553 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kgpg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kgpg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f4eeee18 [f4eeee18]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (215 of 215 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kdvi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kdvi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=28b8f5c6 [28b8f5c6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (403 of 403 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6e5e67fe [6e5e67fe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c644572d [c644572d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (254 of 254 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c04d02d5 [c04d02d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eca9f00f [eca9f00f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (320 of 320 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aafe9d29 [aafe9d29]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (1235 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ed12659f [ed12659f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (197 of 197 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a32e05d [8a32e05d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (45 of 45 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmfonts&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmfonts/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dcc721d8 [dcc721d8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (89 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d457974e [d457974e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tderandr&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tderandr/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=109b0e7a [109b0e7a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=447ccdba [447ccdba]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.5% (159 of 170 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4de62878 [4de62878]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 71.4% (20 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplash&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplash/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b534a608 [b534a608]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.9% (227 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1d3e9eec [1d3e9eec]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (290 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=69131504 [69131504]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0644a0ae [0644a0ae]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (127 of 127 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwinrules&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwinrules/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4c88bd94 [4c88bd94]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61e7c254 [61e7c254]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdecmshell&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdecmshell/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9ecf5f76 [9ecf5f76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0608cdc0 [0608cdc0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb7d136e [bb7d136e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (92 of 92 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/ksayit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/ksayit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c208d275 [c208d275]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (181 of 181 strings)&amp;lt;br/&amp;gt;Translation: tdepim/karm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/karm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68f6704e [68f6704e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f0664096 [f0664096]] Translated using Weblate (Tajik)&amp;lt;br/&amp;gt;Currently translated at 12.3% (642 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/tg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68d1962f [68d1962f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/tdefile_rpm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/tdefile_rpm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4e269151 [4e269151]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/tdefile_deb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/tdefile_deb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ad905f0 [1ad905f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/secpolicy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/secpolicy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=54317917 [54317917]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (202 of 202 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmouth&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmouth/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3a098bc9 [3a098bc9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kfouleggs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kfouleggs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=05551020 [05551020]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/ktimer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/ktimer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17c43d72 [17c43d72]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/ktux&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/ktux/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=815164b6 [815164b6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kmoon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kmoon/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dc916612 [dc916612]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=77b884d8 [77b884d8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - webarchiver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-webarchiver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=49ab2f9a [49ab2f9a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (122 of 122 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libksirtet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libksirtet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=14ef1ed5 [14ef1ed5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=91d9797f [91d9797f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=133ff3af [133ff3af]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7c316505 [7c316505]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (1235 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f173562f [f173562f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 75.6% (56 of 74 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmobile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmobile/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9fac545f [9fac545f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2431 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cd7ace3a [cd7ace3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (697 of 697 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kalarm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kalarm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=203b147b [203b147b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.5% (348 of 368 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kate/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=42659f46 [42659f46]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (101 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17a19efb [17a19efb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1013 of 1013 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeprint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeprint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e439266d [e439266d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdelicense&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdelicense/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6d019074 [6d019074]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.5% (2464 of 2578 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c300ad02 [c300ad02]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6590b5ab [6590b5ab]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdegames/klickety&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/klickety/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5e640f9d [5e640f9d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (108 of 108 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbattleship&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbattleship/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45d75aae [45d75aae]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (139 of 139 strings)&amp;lt;br/&amp;gt;Translation: tdegames/atlantik&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/atlantik/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f012b653 [f012b653]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (85 of 85 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/klettres&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/klettres/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bf29c600 [bf29c600]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kcmlirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kcmlirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bca56e64 [bca56e64]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (386 of 386 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kolourpaint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kolourpaint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1779433b [1779433b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f95219d2 [f95219d2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (84 of 84 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtaskbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtaskbar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c24cc5c3 [c24cc5c3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 80.9% (68 of 84 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtaskbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtaskbar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=668aacdb [668aacdb]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 84.7% (356 of 420 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a79dc217 [a79dc217]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5e5d11e6 [5e5d11e6]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a46fdb8 [4a46fdb8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=27658a95 [27658a95]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51d4d926 [51d4d926]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ad155181 [ad155181]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6b5aa2f8 [6b5aa2f8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.2% (30 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevtipofday&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevtipofday/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=736e94be [736e94be]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (287 of 287 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/klock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/klock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a03c66a [4a03c66a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (60 of 60 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/libtdeedu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/libtdeedu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8223c079 [8223c079]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/keduca&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/keduca/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10af1497 [10af1497]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (88 of 88 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kanagram&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kanagram/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=611f5ff9 [611f5ff9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (127 of 127 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdepimwizards&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdepimwizards/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=97cff302 [97cff302]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdepimresources&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdepimresources/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44957956 [44957956]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeio_imap4&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeio_imap4/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=80b4a0e1 [80b4a0e1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeio_groupwise&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeio_groupwise/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9e84130e [9e84130e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdefile_palm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdefile_palm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dcb7b17d [dcb7b17d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeabc2mutt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeabc2mutt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9d9d52cc [9d9d52cc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (42 of 42 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libksieve&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libksieve/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fb5af44a [fb5af44a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (119 of 119 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libkpgp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkpgp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a3935a5 [6a3935a5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libkmime&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkmime/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5c019dda [5c019dda]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (509 of 509 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libkcal&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkcal/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e07060ae [e07060ae]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44b253ff [44b253ff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_xmlrpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_xmlrpc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=91535bc3 [91535bc3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_groupware&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_groupware/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=018a78d6 [018a78d6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_blogging&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_blogging/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c9fa65a [3c9fa65a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knotes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knotes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1840a25c [1840a25c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (723 of 723 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8e8a1fa4 [8e8a1fa4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmailcvt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmailcvt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df1c4b4c [df1c4b4c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2431 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e82574a0 [e82574a0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (196 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kleopatra&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kleopatra/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=97772a4c [97772a4c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kgantt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kgantt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b61561ed [b61561ed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kdgantt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kdgantt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=075aba7f [075aba7f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kgreet_winbind&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kgreet_winbind/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=87d53d15 [87d53d15]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdehtmlkttsd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdehtmlkttsd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68eb516a [68eb516a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (45 of 45 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmfonts&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmfonts/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=215c24c8 [215c24c8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libtaskmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5fe22eb9 [5fe22eb9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmenergy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmenergy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d615a2ee [d615a2ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6adbe88e [6adbe88e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksystemtrayapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksystemtrayapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c976241 [3c976241]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_ldap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_ldap/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=320e6b48 [320e6b48]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libdmctl&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libdmctl/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=85b5a1ef [85b5a1ef]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (17 of 17 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin_lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin_lib/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dd5fe080 [dd5fe080]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_floppy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_floppy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b82923a [7b82923a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_tdeprint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_tdeprint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9ed3761d [9ed3761d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_fish&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_fish/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f2c1f71a [f2c1f71a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_tom&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_tom/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dc6e6b47 [dc6e6b47]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_nfs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_nfs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=96c5e946 [96c5e946]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kprinter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kprinter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a201e905 [a201e905]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmview1394&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmview1394/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dba4604c [dba4604c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kickermenu_kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kickermenu_kate/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=58d1feb5 [58d1feb5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_smb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_smb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c647f2df [c647f2df]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/krunapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/krunapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5f3395b4 [5f3395b4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kminipagerapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kminipagerapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30e72097 [30e72097]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (42 of 42 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkurifilt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkurifilt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a5b1e4e9 [a5b1e4e9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlaunch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlaunch/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=119f53de [119f53de]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_thumbnail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_thumbnail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9167d9f7 [9167d9f7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_mac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_mac/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4234440a [4234440a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdescreensaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdescreensaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=26ce6818 [26ce6818]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b94ce0e3 [b94ce0e3]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7710437d [7710437d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kgreet_classic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kgreet_classic/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3a27f099 [3a27f099]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kuiviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kuiviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0703091 [c0703091]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/tdestyle_phase_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/tdestyle_phase_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b32ca458 [b32ca458]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/tdepartsaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/tdepartsaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c2e9572a [c2e9572a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.6% (286 of 287 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/klock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/klock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aa7c66d5 [aa7c66d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - tdehtmlsettings&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-tdehtmlsettings/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2c9b00c7 [2c9b00c7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - news&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-news/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f967fad7 [f967fad7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/libKTTSD&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/libkttsd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=97d2243f [97d2243f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (464 of 464 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kttsd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kttsd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dc0c5f05 [dc0c5f05]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdessh&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdessh/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a94be40 [8a94be40]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/klaptopdaemon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/klaptopdaemon/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee8f55e8 [ee8f55e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (553 of 553 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kgpg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kgpg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d7e0bb07 [d7e0bb07]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_jabberdisco&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_jabberdisco/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2af0b590 [2af0b590]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (100 of 100 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmlanbrowser&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmlanbrowser/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25ce6319 [25ce6319]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 76.9% (30 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeio_sieve&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeio_sieve/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dcb73c3b [dcb73c3b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeio_scalix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeio_scalix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8513a40e [8513a40e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeio_mobile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeio_mobile/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7c4a2ea2 [7c4a2ea2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdefile_vcf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdefile_vcf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ab95a86 [7ab95a86]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdefile_rfc822&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdefile_rfc822/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=982de327 [982de327]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdefile_ics&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdefile_ics/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=857e92f7 [857e92f7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libkpimexchange&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkpimexchange/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c63ebce [3c63ebce]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libkholidays&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkholidays/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f567b7dc [f567b7dc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_tvanytime&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_tvanytime/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c95684ae [c95684ae]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_exchange&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_exchange/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4d66fd9 [c4d66fd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_birthday&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_birthday/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8d59fc8f [8d59fc8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 75.6% (56 of 74 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmobile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmobile/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=329de07f [329de07f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kcmkontactnt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kcmkontactnt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0fdc1ce2 [0fdc1ce2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (697 of 697 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kalarm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kalarm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ab617049 [ab617049]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdesud&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdesud/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=14193cb8 [14193cb8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_finger&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_finger/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=52349311 [52349311]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmartcard&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmartcard/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1269b256 [1269b256]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (68 of 68 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmarts&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmarts/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abd6fbd3 [abd6fbd3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 70.0% (14 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmiccconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmiccconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef0fbd9c [ef0fbd9c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdebase/dockbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/dockbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a247c68b [a247c68b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (101 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=622a9c17 [622a9c17]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6af81e6d [6af81e6d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (199 of 199 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c54408f [6c54408f]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 97.2% (810 of 833 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3520c03 [f3520c03]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ff3d0351 [ff3d0351]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 96.8% (281 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6676b51a [6676b51a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=652679db [652679db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (509 of 509 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libkcal&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkcal/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4ec790d [c4ec790d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (126 of 126 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdmgreet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmgreet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a4b0b04 [4a4b0b04]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (119 of 119 strings)&amp;lt;br/&amp;gt;Translation: tdebase/clockapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/clockapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aa4428d0 [aa4428d0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (103 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kasbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kasbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16170ee1 [16170ee1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (69 of 69 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin_clients&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin_clients/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc533829 [bc533829]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_remotemenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_remotemenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17c7452a [17c7452a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (67 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c8264c68 [c8264c68]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8c57cd28 [8c57cd28]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (59 of 59 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmcss&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmcss/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ff0698f [2ff0698f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=71dfa20f [71dfa20f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_groupdav&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_groupdav/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82565784 [82565784]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cef2c11e [cef2c11e]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=96bf2239 [96bf2239]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdebase/display&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/display/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9abd393e [9abd393e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_remote&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_remote/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eb5887d6 [eb5887d6]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=081240a8 [081240a8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5b1bde73 [5b1bde73]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6eb8004c [6eb8004c]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fdd4388e [fdd4388e]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ec883460 [ec883460]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b3dd6805 [b3dd6805]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.3% (174 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41b1da81 [41b1da81]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aead111d [aead111d]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (112 of 112 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=487084e7 [487084e7]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (330 of 330 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=290ade79 [290ade79]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (290 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=975f7fb8 [975f7fb8]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_sftp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0af94559 [0af94559]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d2ff02f4 [d2ff02f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (380 of 380 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kxsldbg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kxsldbg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d959dab2 [d959dab2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (37 of 37 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeabc_slox&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeabc_slox/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2e19e441 [2e19e441]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_nntp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_nntp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4492e46 [c4492e46]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_settings&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_settings/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d59b4539 [d59b4539]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=35ef10cc [35ef10cc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdewebdev/kxsldbg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kxsldbg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fdebdf92 [fdebdf92]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2f7e9fb1 [2f7e9fb1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=593757e5 [593757e5]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9d1c4d8d [9d1c4d8d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=edc1a288 [edc1a288]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=31f89957 [31f89957]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3492093 [f3492093]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cfe448e6 [cfe448e6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=31f9e216 [31f9e216]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7c0391c8 [7c0391c8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0f8bcb66 [0f8bcb66]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da9f835d [da9f835d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 35.8% (14 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_sftp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a05a1e8e [a05a1e8e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=38efb07d [38efb07d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7a86a9e9 [7a86a9e9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eeab8af9 [eeab8af9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - sort&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-sort/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2d5be52 [a2d5be52]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=552b8532 [552b8532]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (112 of 112 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=595f4f5b [595f4f5b]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 94.8% (37 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_sftp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=304c6f6e [304c6f6e]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_sftp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9943b550 [9943b550]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_sftp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e0be9ac5 [e0be9ac5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=80e6633a [80e6633a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_sftp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=778bdb6c [778bdb6c]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 92.8% (26 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6e92f7c8 [6e92f7c8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (112 of 112 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8e26842c [8e26842c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=923faa2d [923faa2d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eaeeefb9 [eaeeefb9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9ae8ff1 [c9ae8ff1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1621e39a [1621e39a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0fc856d1 [0fc856d1]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9b55d959 [9b55d959]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - sort&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-sort/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=66810721 [66810721]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ea4f230e [ea4f230e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=613385fc [613385fc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.8% (26 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c68dba8e [c68dba8e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.4% (124 of 126 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdmgreet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmgreet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=52dac94e [52dac94e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tderandr&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tderandr/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e52f03e3 [e52f03e3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (366 of 366 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksysguard&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksysguard/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=115111f5 [115111f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdesu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdesu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c6932ce3 [c6932ce3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=033dda75 [033dda75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_dir&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_dir/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=05744aef [05744aef]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (199 of 199 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a82a94f [6a82a94f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdehwdevicetray&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdehwdevicetray/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d7f1bbe0 [d7f1bbe0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1037156d [1037156d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2c19e5c8 [2c19e5c8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.5% (43 of 45 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmfonts&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmfonts/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2ebe335 [a2ebe335]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (152 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdmconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=775ef46d [775ef46d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 90.9% (20 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libtaskmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f39ee04f [f39ee04f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (88 of 88 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kpersonalizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kpersonalizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a22a4ed8 [a22a4ed8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (89 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3710f4f9 [3710f4f9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9c5b1703 [9c5b1703]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (73 of 73 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmdisplayconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmdisplayconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b3c9984f [b3c9984f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (66 of 66 strings)&amp;lt;br/&amp;gt;Translation: tdebase/privacy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/privacy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9b16155e [9b16155e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.2% (15 of 17 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin_lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin_lib/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c37ddf8b [c37ddf8b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.3% (117 of 119 strings)&amp;lt;br/&amp;gt;Translation: tdebase/clockapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/clockapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5c9677ba [5c9677ba]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.0% (101 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kasbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kasbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=40ed4bcf [40ed4bcf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.1% (67 of 69 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin_clients&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin_clients/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1c72135a [1c72135a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.1% (111 of 112 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=77741873 [77741873]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=967268e9 [967268e9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 65.0% (13 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmiccconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmiccconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ddaa2dd [1ddaa2dd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (64 of 64 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmscreensaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmscreensaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=92a6812e [92a6812e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (59 of 59 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsamba&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsamba/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=24e78a59 [24e78a59]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 84.6% (11 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kickermenu_kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kickermenu_kate/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5da41c8b [5da41c8b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdebase/extensionproxy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/extensionproxy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9dfa80f4 [9dfa80f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.0% (65 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=36da9c14 [36da9c14]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (37 of 37 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmcomponentchooser&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmcomponentchooser/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6e7a0b8d [6e7a0b8d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (64 of 64 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmmedia&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmmedia/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c97c02af [c97c02af]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.7% (36 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kminipagerapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kminipagerapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=907f51d8 [907f51d8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=97c4f442 [97c4f442]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/appletproxy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/appletproxy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2fdec0ef [2fdec0ef]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (127 of 127 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwinrules&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwinrules/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b727fbda [b727fbda]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.7% (12 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdescreensaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdescreensaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=434c598a [434c598a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/libtdescreensaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/libtdescreensaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4089fda0 [4089fda0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - sort&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-sort/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2cbc589c [2cbc589c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2d5d6b8 [e2d5d6b8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/libkcal&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkcal/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=151f6131 [151f6131]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=47c2ae17 [47c2ae17]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=faaf9772 [faaf9772]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5b3b00f1 [5b3b00f1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f34f2365 [f34f2365]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6983e752 [6983e752]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_smtp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_smtp/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d86b07fe [d86b07fe]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d1f33ee4 [d1f33ee4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e9ece646 [e9ece646]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=96d252b0 [96d252b0]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_asus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_asus/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df9a76ce [df9a76ce]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2036 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dfdb2488 [dfdb2488]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=59dbb13c [59dbb13c]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aa2a5d1a [aa2a5d1a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (331 of 331 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51ae0630 [51ae0630]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5dd3d57f [5dd3d57f]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1013 of 1013 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeprint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeprint/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=446206b2 [446206b2]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e285c92a [e285c92a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=80632599 [80632599]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_media&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_media/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ef9dbeb [7ef9dbeb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=967b322e [967b322e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdehwdevicetray&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdehwdevicetray/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=563b41e9 [563b41e9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=77a23fd7 [77a23fd7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=74110c83 [74110c83]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (331 of 331 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=716ad5fa [716ad5fa]] tdebase: remove translations for &amp;#039;Hotpluggable&amp;#039;. This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/442 TDE/tdebase#442]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=07decc39 [07decc39]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=42dfff61 [42dfff61]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c34e8b6a [c34e8b6a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=38041442 [38041442]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2725a156 [2725a156]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b54aba2 [2b54aba2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (833 of 833 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02030efa [02030efa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.2% (461 of 500 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdecachegrind&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdecachegrind/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5abddf59 [5abddf59]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1016 of 1016 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbabel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbabel/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fc1947d4 [fc1947d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - validators&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-validators/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=995b2521 [995b2521]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4722fda2 [4722fda2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 71.0% (49 of 69 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c7fe792b [c7fe792b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (89 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c55b4ce5 [c55b4ce5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (241 of 241 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonqhtml&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonqhtml/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aeed5fd8 [aeed5fd8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b7b847f5 [b7b847f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (223 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=255d26f7 [255d26f7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (238 of 238 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/ksim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/ksim/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78aad284 [78aad284]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (89 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76168eb5 [76168eb5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmperformance&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmperformance/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1fd85bdd [1fd85bdd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_pop3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_pop3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a58fce8 [2a58fce8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d228567 [7d228567]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfmclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfmclient/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d1527d8f [d1527d8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_smtp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_smtp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c363a97 [6c363a97]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (140 of 140 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ec080931 [ec080931]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc2988ac [bc2988ac]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd5194d2 [bd5194d2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=04ed4b52 [04ed4b52]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (76 of 76 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmusb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmusb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc1d1c98 [bc1d1c98]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (43 of 43 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kthememanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kthememanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ffa5d7e7 [ffa5d7e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (96 of 96 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeprintfax&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeprintfax/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=076c2fed [076c2fed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdestyle_keramik_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdestyle_keramik_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4ceab3f4 [4ceab3f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplashthemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplashthemes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=512d9f79 [512d9f79]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=47e26a43 [47e26a43]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (93 of 93 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdefontinst&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdefontinst/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3a144469 [3a144469]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_home&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_home/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cd272aca [cd272aca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmnotify&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmnotify/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d2ba7ada [d2ba7ada]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (290 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=135f1b2e [135f1b2e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=07c69212 [07c69212]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=03934f6b [03934f6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_system&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_system/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67680029 [67680029]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0e0ae526 [0e0ae526]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeio_svn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeio_svn/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a87c6d1 [8a87c6d1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_ts&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_ts/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aade5865 [aade5865]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_po&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_po/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=522da565 [522da565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_diff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_diff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=83c47a3a [83c47a3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_cpp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_cpp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4d9ffb4a [4d9ffb4a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kres_bugzilla&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kres_bugzilla/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cfa3a9ad [cfa3a9ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (208 of 208 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbugbuster&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbugbuster/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ebed3f3 [3ebed3f3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acb7bd01 [acb7bd01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kmenuapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kmenuapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b406e7b0 [b406e7b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=610e404f [610e404f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/krdb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/krdb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bf546323 [bf546323]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmspellchecking&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmspellchecking/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a6399d3 [4a6399d3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 65.0% (13 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmiccconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmiccconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=80a06e94 [80a06e94]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_tar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_tar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b26c4f5 [4b26c4f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_recentdocs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_recentdocs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=58999e40 [58999e40]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_prefmenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_prefmenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6ce221c9 [6ce221c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - sort&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-sort/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0390f05b [0390f05b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - webarchiver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-webarchiver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cf552d9d [cf552d9d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - wavecapture&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-wavecapture/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=433ee6e7 [433ee6e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - wakeup&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-wakeup/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=46159872 [46159872]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - tyler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-tyler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e02bff0f [e02bff0f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - tippecanoe&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-tippecanoe/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0761ee7 [c0761ee7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - txt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-txt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cd18979e [cd18979e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - mhtml&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-mhtml/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=712079e1 [712079e1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - lnk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-lnk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fce9e09 [4fce9e09]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - html&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-html/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25db3dca [25db3dca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - folder&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-folder/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef1f9ac7 [ef1f9ac7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-desktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10e3306c [10e3306c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - cert&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-cert/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3fec0e8 [f3fec0e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - synaescope&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-synaescope/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a86eaabb [a86eaabb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - searchbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-searchbar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5da3c28e [5da3c28e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - pitchablespeed&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-pitchablespeed/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dce4401c [dce4401c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - minitools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-minitools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=65231d72 [65231d72]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - microformat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-microformat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e048a4eb [e048a4eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (42 of 42 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - mediacontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-mediacontrol/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=03f6f36f [03f6f36f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - lyrics&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-lyrics/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=75a2d1a4 [75a2d1a4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kaddressbook - gmx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kaddressbook-gmx/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=111da4e5 [111da4e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kaddressbook - kworldclock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kaddressbook-kworldclock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=37ccc73b [37ccc73b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (53 of 53 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - ktimemon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-ktimemon/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=877faee6 [877faee6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (48 of 48 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - metabar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-metabar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a964e80 [8a964e80]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - mediaplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-mediaplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6215185a [6215185a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - delicious&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-delicious/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=432a8fd9 [432a8fd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - kmathapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-kmathapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2537b8d7 [2537b8d7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (33 of 33 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - kbinaryclock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-kbinaryclock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41b3507f [41b3507f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - xmltools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-xmltools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d895f991 [d895f991]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - xmlcheck&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-xmlcheck/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1477c443 [1477c443]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - textfilter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-textfilter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a96d906d [a96d906d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - tabbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-tabbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02b5b392 [02b5b392]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - snippets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-snippets/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=06908d1c [06908d1c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - pybrowse&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-pybrowse/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68019125 [68019125]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - openheader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-openheader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e4943b1f [e4943b1f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - modeline&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-modeline/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a8e169d [4a8e169d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - make&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-make/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8548c37e [8548c37e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - kjswrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-kjswrapper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=65197c45 [65197c45]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - insertcommand&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-insertcommand/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f33c05f3 [f33c05f3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - htmltools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-htmltools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a3220aa3 [a3220aa3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - helloworld&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-helloworld/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0768ae06 [0768ae06]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - fll_plugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-fll_plugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ed62a7e [7ed62a7e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - fll_initplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-fll_initplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4551fe7c [4551fe7c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - filetemplates&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-filetemplates/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a5773c33 [a5773c33]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - cppsymbolviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-cppsymbolviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d5f107a6 [d5f107a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - image&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-image/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=760d609c [760d609c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - charlatanui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-charlatanui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=49a7da4e [49a7da4e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - ffrs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-ffrs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44ff5289 [44ff5289]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - dub&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-dub/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f595c2f4 [f595c2f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (81 of 81 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - domtreeviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-domtreeviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5984420c [5984420c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - dirfilter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-dirfilter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8740f36c [8740f36c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - crashes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-crashes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2eea31a6 [2eea31a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - autorefresh&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-autorefresh/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0b43890b [0b43890b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - audio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-audio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b60fc4c0 [b60fc4c0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - ark&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-ark/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4f2e12e9 [4f2e12e9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - alsaplayerui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-alsaplayerui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8cf5b05b [8cf5b05b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - akregator&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-akregator/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e9608f5 [1e9608f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (3009 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb7f6413 [bb7f6413]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (101 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2297c73 [a2297c73]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16fc9290 [16fc9290]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30b25447 [30b25447]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0c9390e0 [0c9390e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_asus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_asus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c9b6e0a [3c9b6e0a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (464 of 464 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kttsd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kttsd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5f018862 [5f018862]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.8% (5277 of 5622 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9cd12c13 [9cd12c13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4373 of 4373 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fb393ca2 [fb393ca2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdelirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdelirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de26e8e7 [de26e8e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/superkaramba&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/superkaramba/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef2d1ac9 [ef2d1ac9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.7% (204 of 238 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/ksim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/ksim/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8225ecb4 [8225ecb4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0d8c5564 [0d8c5564]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_powerbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_powerbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=15e159f9 [15e159f9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cbaed96f [cbaed96f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_delli8k&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_delli8k/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=99665cc4 [99665cc4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilod&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilod/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76cf712f [76cf712f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kfloppy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kfloppy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a780ff13 [a780ff13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.1% (833 of 849 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kaddressbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kaddressbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=160a21e5 [160a21e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (288 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b39b69b0 [b39b69b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.8% (224 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=37c46a10 [37c46a10]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aaa64918 [aaa64918]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_raw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_raw/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b72b65e [2b72b65e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (197 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de33568d [de33568d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (121 of 121 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/klinkstatus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/klinkstatus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c46c273c [c46c273c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=463fe953 [463fe953]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.0% (23 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - webarchiver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-webarchiver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f902060c [f902060c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - imgallery&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-imgallery/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7291a5d [e7291a5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (254 of 254 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libtdegames&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libtdegames/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=60f4c2ad [60f4c2ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4d13a2c [c4d13a2c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (557 of 557 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kmplot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kmplot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8f16a587 [8f16a587]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4373 of 4373 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a1803a12 [a1803a12]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (765 of 765 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kalzium&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kalzium/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a9f1223f [a9f1223f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6f5c5077 [6f5c5077]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (138 of 138 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdeiconedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdeiconedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9f37b90b [9f37b90b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_xpm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_xpm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=124a1a5b [124a1a5b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_xbm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_xbm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1397cb2b [1397cb2b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_tiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_tiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8cd2a856 [8cd2a856]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_tga&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_tga/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2102c574 [2102c574]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_rgb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_rgb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=146a8054 [146a8054]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_ps&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_ps/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=21580aeb [21580aeb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pnm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pnm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee75c8c5 [ee75c8c5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_png&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_png/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=19cf3c62 [19cf3c62]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pdf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=107c467f [107c467f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pcx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pcx/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02a155ef [02a155ef]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (67 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_jpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_jpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d85c7052 [d85c7052]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_ico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_ico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2933d93 [e2933d93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_gif&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_gif/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4382f606 [4382f606]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (59 of 59 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_exr&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_exr/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5bddf5a5 [5bddf5a5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_dvi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_dvi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=921e29b3 [921e29b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_dds&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_dds/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0b56525a [0b56525a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_bmp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_bmp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5694df40 [5694df40]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (107 of 107 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/libkscan&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/libkscan/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4f70423 [d4f70423]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/libkfaximgage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/libkfaximgage/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1d63ec25 [1d63ec25]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (179 of 179 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewshell&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewshell/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4cd8d3e0 [4cd8d3e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewscannerplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewscannerplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d794493d [d794493d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kview_scale&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kview_scale/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5f74d61a [5f74d61a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewpresenterplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewpresenterplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1c6f60df [1c6f60df]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kvieweffectsplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kvieweffectsplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2c39783 [a2c39783]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewbrowserplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewbrowserplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=23706e02 [23706e02]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (123 of 123 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kuickshow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kuickshow/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=96c0bde1 [96c0bde1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (45 of 45 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksnapshot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksnapshot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6536643 [e6536643]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=40b76cfc [40b76cfc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (225 of 225 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=54045117 [54045117]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (256 of 256 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kooka&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kooka/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a0ba024f [a0ba024f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (386 of 386 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kolourpaint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kolourpaint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b9817b46 [b9817b46]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (131 of 131 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8614f6c [a8614f6c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kgamma&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kgamma/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=09d52dca [09d52dca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (215 of 215 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kdvi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kdvi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25b4dfd1 [25b4dfd1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcoloredit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcoloredit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51cd9478 [51cd9478]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewviewerpluginsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewviewerpluginsconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2c14518 [a2c14518]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewpluginsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewpluginsconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2746c521 [2746c521]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewgeneralconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewgeneralconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25650c93 [25650c93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewcanvasconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewcanvasconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4af32845 [4af32845]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcmkamera&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcmkamera/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb0c53ea [bb0c53ea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ff1ec9c1 [ff1ec9c1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (403 of 403 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c00aae5c [c00aae5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppplogview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppplogview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=93829039 [93829039]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (416 of 416 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c152d582 [c152d582]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (94 of 94 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kpf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kpf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=654c466b [654c466b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acdd4826 [acdd4826]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_avi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_avi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=85655c32 [85655c32]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (320 of 320 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12c3105c [12c3105c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (80 of 80 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_lame&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_lame/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acfe74f0 [acfe74f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.0% (17 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_xmlrpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_xmlrpc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8f561fa [b8f561fa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2430 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b59a52df [b59a52df]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.1% (833 of 849 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kaddressbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kaddressbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b15f99b [3b15f99b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.7% (341 of 360 strings)&amp;lt;br/&amp;gt;Translation: tdepim/akregator&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/akregator/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6fd71df1 [6fd71df1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12eb7e03 [12eb7e03]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.0% (250 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9937df39 [9937df39]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ae470e5 [2ae470e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=08998baf [08998baf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (67 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmcolors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmcolors/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10ac25e5 [10ac25e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdedebugdialog&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdedebugdialog/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0771e565 [0771e565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2865 of 2865 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/ppdtranslations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/ppdtranslations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c535e26d [c535e26d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73b6114f [73b6114f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=155b3201 [155b3201]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a4c12d6 [2a4c12d6]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=976a81b4 [976a81b4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (245 of 245 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kdat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kdat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9fe445d8 [9fe445d8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8660af8 [a8660af8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (152 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=807855fe [807855fe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=69bdd2bf [69bdd2bf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (416 of 416 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=85d49634 [85d49634]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6980e97e [6980e97e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (111 of 111 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dc165c85 [dc165c85]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2430 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5bd9ba76 [5bd9ba76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0fd4f012 [0fd4f012]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.0% (99 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ca026de0 [ca026de0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0eb200e2 [0eb200e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4af789bd [4af789bd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b3efd69f [b3efd69f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (72 of 72 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/i18n - entry.desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/i18n-entrydesktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e5046884 [e5046884]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.5% (2464 of 2578 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6ff96b0 [d6ff96b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.9% (929 of 1010 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kommander&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kommander/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=052541a5 [052541a5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6813630 [d6813630]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61348be4 [61348be4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (106 of 106 strings)&amp;lt;br/&amp;gt;Translation: tdegames/lskat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/lskat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ce4cc89a [ce4cc89a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f84f621b [f84f621b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.8% (5277 of 5622 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7adefbb7 [7adefbb7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (553 of 553 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kgpg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kgpg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a54f6ad [9a54f6ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.8% (722 of 723 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a7b6a48e [a7b6a48e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.0% (109 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=adb9ee02 [adb9ee02]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acbf941b [acbf941b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_systemmenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_systemmenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d1ace2d1 [d1ace2d1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (288 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c940de1b [c940de1b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ce53218 [7ce53218]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76141cbc [76141cbc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.7% (158 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44df28d5 [44df28d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1032 of 1032 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpovmodeler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpovmodeler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=77cf8f9c [77cf8f9c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (3008 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c8cacdab [c8cacdab]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 90.6% (155 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f38fa8f3 [f38fa8f3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b01edccd [b01edccd]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=04d54b46 [04d54b46]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=edde93c4 [edde93c4]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (331 of 332 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee87723d [ee87723d]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 94.7% (36 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=347c614b [347c614b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5d7a5d36 [5d7a5d36]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4a7354e [c4a7354e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17e37aec [17e37aec]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a93fc87 [5a93fc87]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (417 of 417 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libtdepim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fa7c437 [4fa7c437]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1428 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e157a91c [e157a91c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=35f9874a [35f9874a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=31e1fd99 [31e1fd99]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5196 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c29db08c [c29db08c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kasteroids&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kasteroids/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45c9efee [45c9efee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bac7cad2 [bac7cad2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.8% (722 of 723 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45438fab [45438fab]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmicons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmicons/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=184c41a3 [184c41a3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f2e51c15 [f2e51c15]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 55.1% (32 of 58 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78f3d660 [78f3d660]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c84bab9b [c84bab9b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9dceffa5 [9dceffa5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bea7c2b5 [bea7c2b5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2f6e4464 [2f6e4464]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (181 of 181 strings)&amp;lt;br/&amp;gt;Translation: tdepim/karm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/karm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b718443 [7b718443]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksystemtrayapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksystemtrayapplet/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df6f0d2f [df6f0d2f]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (290 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2282d9eb [2282d9eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.3% (21 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - alsaplayerui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-alsaplayerui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8ef3404 [a8ef3404]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (369 of 369 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3fb5a51f [3fb5a51f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (137 of 137 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kverbos&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kverbos/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6fd40db8 [6fd40db8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (205 of 205 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdemid&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdemid/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=789b5f42 [789b5f42]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (88 of 88 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kpersonalizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kpersonalizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bfa34bd2 [bfa34bd2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6da779c2 [6da779c2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.8% (224 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6038555 [e6038555]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dffecf21 [dffecf21]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.7% (157 of 159 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b0cd75a3 [b0cd75a3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (289 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=64e03b0c [64e03b0c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=805a0c6c [805a0c6c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c16120f [3c16120f]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f6b47865 [f6b47865]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.5% (3006 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=905b500e [905b500e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_wav&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_wav/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0376d619 [0376d619]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_theora&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_theora/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8c0bd602 [8c0bd602]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_sid&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_sid/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f96bfe38 [f96bfe38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_ogg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_ogg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=20da6100 [20da6100]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_m3u&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_m3u/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6ec9d7d [e6ec9d7d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=002f6b01 [002f6b01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9c288da4 [9c288da4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fdacc87 [4fdacc87]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_flac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_flac/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79bd92c0 [79bd92c0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_avi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_avi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8545225b [8545225b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_au&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_au/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16bb2152 [16bb2152]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (332 of 332 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61ff946a [61ff946a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (187 of 187 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/libkcddb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/libkcddb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=18dd016f [18dd016f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (111 of 111 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7047488 [e7047488]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=09ae6e3a [09ae6e3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a94f2253 [a94f2253]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kcmcddb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kcmcddb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=839723e8 [839723e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaboodle&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaboodle/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a3d5767a [a3d5767a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_vorbis&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_vorbis/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=039aa373 [039aa373]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (80 of 80 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_lame&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_lame/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1a2584a5 [1a2584a5]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 85.9% (1749 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ae0d186 [1ae0d186]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwindecoration&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwindecoration/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8e3a9bd8 [8e3a9bd8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a8bf169 [9a8bf169]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6329682c [6329682c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_flac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_flac/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=01a947f7 [01a947f7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48cbdde6 [48cbdde6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bda1bc83 [bda1bc83]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a94365d8 [a94365d8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b07c9fd5 [b07c9fd5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=99ddc47e [99ddc47e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=233603f3 [233603f3]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kickermenu_kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kickermenu_kate/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eb41c146 [eb41c146]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (261 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=035d412a [035d412a]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=252276b0 [252276b0]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a3c101a [5a3c101a]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3baf4ac [f3baf4ac]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0198f7b7 [0198f7b7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abbea754 [abbea754]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=22447195 [22447195]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67154ced [67154ced]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwinrules&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwinrules/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68257170 [68257170]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwindecoration&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwindecoration/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5b8921e6 [5b8921e6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b643ca2 [4b643ca2]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ea42728d [ea42728d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e0f759a [1e0f759a]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41a2a0a6 [41a2a0a6]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 87.7% (150 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7a72e540 [7a72e540]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1433ed29 [1433ed29]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4816e684 [4816e684]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c9f3b6c [3c9f3b6c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41444a5d [41444a5d]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 80.6% (2134 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=62275fac [62275fac]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4565a842 [4565a842]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eb88e6fc [eb88e6fc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a15c7835 [a15c7835]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7e214ab [e7e214ab]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ff4ced6a [ff4ced6a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c8260126 [c8260126]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4d00bce3 [4d00bce3]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cadd2b5d [cadd2b5d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9a96806 [c9a96806]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdelicense&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdelicense/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bda14f95 [bda14f95]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5196 of 5196 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dac4018a [dac4018a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 80.9% (1648 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b5c59d83 [b5c59d83]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=643497da [643497da]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e41785c [1e41785c]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (197 of 197 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1be1e3e9 [1be1e3e9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fbde5a66 [fbde5a66]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (326 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c1acc00 [6c1acc00]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (289 of 289 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9b635e1b [9b635e1b]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b0ef02e [7b0ef02e]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8dbd2744 [8dbd2744]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1b39883e [1b39883e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b5c8e7a [3b5c8e7a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=49367158 [49367158]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da6ebc69 [da6ebc69]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.5% (211 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=38d19787 [38d19787]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da4c604a [da4c604a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a289914a [a289914a]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmag&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmag/nl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=587622ea [587622ea]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d0076837 [d0076837]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=484fbfeb [484fbfeb]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 85.0% (805 of 946 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/katepart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/katepart/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a1c113b [5a1c113b]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 86.4% (369 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb4d9424 [bb4d9424]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 54.2% (247 of 455 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs_colors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs_colors/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3059b6dc [3059b6dc]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd92b2ee [bd92b2ee]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44c33da9 [44c33da9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.3% (158 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e405a694 [e405a694]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.8% (16 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmenergy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmenergy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1a8c65b3 [1a8c65b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 71.4% (5 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - image&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-image/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f91ae8b2 [f91ae8b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (197 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee561a5d [ee561a5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.5% (193 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b7818e1 [4b7818e1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegames/kmahjongg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmahjongg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=62c862a8 [62c862a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.6% (191 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=feb94ddc [feb94ddc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdewalletmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdewalletmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9cf3ed6a [9cf3ed6a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da73efd6 [da73efd6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdewalletmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdewalletmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=56f2e465 [56f2e465]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/krdb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/krdb/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ea2bd4b [2ea2bd4b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=289b8045 [289b8045]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 80.3% (1636 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17b287ee [17b287ee]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.9% (195 of 197 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e98cc110 [e98cc110]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7768467e [7768467e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ffe4047 [3ffe4047]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d42dfce9 [d42dfce9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 77.9% (1588 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c033f982 [c033f982]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=447af80a [447af80a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 76.8% (1565 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f9a53f48 [f9a53f48]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5cac2c06 [5cac2c06]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ec024ca [7ec024ca]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c624634e [c624634e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f86ccae9 [f86ccae9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6fc3c2e [d6fc3c2e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin_lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin_lib/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f322a111 [f322a111]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f09ec0ab [f09ec0ab]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ba5d62d1 [ba5d62d1]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.5% (209 of 210 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7e255c40 [7e255c40]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=86acd12e [86acd12e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4f3b4305 [4f3b4305]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eac33e90 [eac33e90]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (196 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17c51be5 [17c51be5]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0ab2398 [c0ab2398]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (326 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6b7fac1 [d6b7fac1]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (206 of 206 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4e97cea7 [4e97cea7]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e8274087 [e8274087]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d7fbab18 [d7fbab18]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3f1a08b4 [3f1a08b4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=92e6fc46 [92e6fc46]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6cf5249d [6cf5249d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48907031 [48907031]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.3% (148 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9ef855fe [9ef855fe]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.4% (170 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79e81b47 [79e81b47]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.9% (194 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=af5e01d0 [af5e01d0]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f262c268 [f262c268]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (326 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e03e491a [e03e491a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=299d7e9b [299d7e9b]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=963b03f8 [963b03f8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4643459 [a4643459]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 99.4% (171 of 172 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b6f0d602 [b6f0d602]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f6a6c8e5 [f6a6c8e5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67d451ba [67d451ba]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewpresenterplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewpresenterplugin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a18b92ba [a18b92ba]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d9a6697 [7d9a6697]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aaeda12b [aaeda12b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c999f37 [3c999f37]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdmconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmconfig/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef954c90 [ef954c90]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2aa378ca [2aa378ca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_zeroconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_zeroconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2cd8ff75 [2cd8ff75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cb5cf602 [cb5cf602]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krdc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krdc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fc00fa70 [fc00fa70]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (94 of 94 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kpf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kpf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=325dc4a8 [325dc4a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.8% (2984 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b912c6e7 [b912c6e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (248 of 248 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/knewsticker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/knewsticker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6e04a742 [6e04a742]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (103 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmwifi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmwifi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ca7235c9 [ca7235c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (100 of 100 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmlanbrowser&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmlanbrowser/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ddb067e7 [ddb067e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (43 of 43 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmktalkd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmktalkd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c7fc70f6 [c7fc70f6]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (196 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cff19a2f [cff19a2f]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bad75a4d [bad75a4d]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (327 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0115ec51 [0115ec51]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=75d3b850 [75d3b850]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ade36f2 [1ade36f2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ad7aeafe [ad7aeafe]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=57cd82f9 [57cd82f9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=405dc7df [405dc7df]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ee0c314 [3ee0c314]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdmconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmconfig/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2567a89d [2567a89d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b2441d13 [b2441d13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_zeroconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_zeroconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c669a79d [c669a79d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_lan&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_lan/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5ecccc8f [5ecccc8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_jabberdisco&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_jabberdisco/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=153f7022 [153f7022]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefile_torrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefile_torrent/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=db5cbbbc [db5cbbbc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kwireless&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kwireless/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=70391ee5 [70391ee5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kinetd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kinetd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0f541093 [0f541093]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kdictapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kdictapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16494e41 [16494e41]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/libtdepim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7648b3c9 [7648b3c9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b7ec603 [7b7ec603]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fb3fdb2b [fb3fdb2b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fe4514c8 [fe4514c8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=83bdc126 [83bdc126]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=63a90127 [63a90127]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/tdefifteen&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/tdefifteen/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df53a5b9 [df53a5b9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a27093a0 [a27093a0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 87.5% (14 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - audio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-audio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd2a6f38 [bd2a6f38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (89 of 89 strings)&amp;lt;br/&amp;gt;Translation: tdegames/twin4&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/twin4/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e64c11d2 [e64c11d2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (254 of 254 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libtdegames&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libtdegames/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7e30682d [7e30682d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (122 of 122 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libksirtet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libksirtet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ce1a3bf [3ce1a3bf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.2% (56 of 57 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ktuberling&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ktuberling/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2d940247 [2d940247]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9561b74 [c9561b74]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kshisen&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kshisen/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e67e6a7f [e67e6a7f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kolf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kolf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12861973 [12861973]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2e8f84f5 [2e8f84f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (381 of 381 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kgoldrunner&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kgoldrunner/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1256c7f6 [1256c7f6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f0087266 [f0087266]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (1235 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=06391dfe [06391dfe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 84.4% (87 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=71347685 [71347685]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79cebe5e [79cebe5e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78aaa659 [78aaa659]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (289 of 289 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=74773ebc [74773ebc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ac07e9f6 [ac07e9f6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdestyle_plastik_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdestyle_plastik_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e00cbcb5 [e00cbcb5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_kdatatool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_kdatatool/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c09081a6 [c09081a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdefileaudiopreview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdefileaudiopreview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=624183f5 [624183f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_autobookmarker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_autobookmarker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b00d45a6 [b00d45a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (946 of 946 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/katepart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/katepart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=db142dcb [db142dcb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabcformat_binary&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabcformat_binary/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7cd87b83 [7cd87b83]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_isearch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_isearch/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=11d74de2 [11d74de2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_file&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_file/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8c12f11 [b8c12f11]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_docwordcompletion&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_docwordcompletion/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dd4127b3 [dd4127b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_net&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_net/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6d341d34 [6d341d34]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_sql&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_sql/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=661b618f [661b618f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_dir&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_dir/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=650ebed1 [650ebed1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdestyle_highcontrast_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdestyle_highcontrast_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=681fb57e [681fb57e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2865 of 2865 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/ppdtranslations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/ppdtranslations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5410b42a [5410b42a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/libtdescreensaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/libtdescreensaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a4a938d [6a4a938d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_insertfile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_insertfile/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f1d18823 [f1d18823]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (44 of 44 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_ldaptdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_ldaptdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30f083cd [30f083cd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acbf80cd [acbf80cd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f8fb2e20 [f8fb2e20]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1013 of 1013 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeprint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeprint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aa0506f0 [aa0506f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (455 of 455 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs_colors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs_colors/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82e61934 [82e61934]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2739 of 2739 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a2ce6cb [9a2ce6cb]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73eb4e4d [73eb4e4d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=91f7be0d [91f7be0d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 64.5% (129 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a9fa5d76 [a9fa5d76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/taskbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/taskbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b382a9a [2b382a9a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktaskbarapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktaskbarapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30e0f112 [30e0f112]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/lockout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/lockout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e1c4e2b5 [e1c4e2b5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5317fab2 [5317fab2]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=92ad6a46 [92ad6a46]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0e61bcd [c0e61bcd]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dedebeb6 [dedebeb6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_delli8k&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_delli8k/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51c00880 [51c00880]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (206 of 206 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4a6e3eb [d4a6e3eb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c368d148 [c368d148]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a73707b4 [a73707b4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9af8d504 [9af8d504]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 97.3% (219 of 225 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=875d4c24 [875d4c24]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a757dd8a [a757dd8a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abcfb18a [abcfb18a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/libtaskbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskbar/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d481507 [7d481507]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kay&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kay/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fa9f0334 [fa9f0334]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5af0121c [5af0121c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdesud&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdesud/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e363127a [e363127a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/naughtyapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/naughtyapplet/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=54976205 [54976205]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 75.7% (1542 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8f32df4 [b8f32df4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a46e674 [8a46e674]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82b00602 [82b00602]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8919bb8a [8919bb8a]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3e98afc4 [3e98afc4]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51cb26bc [51cb26bc]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d5046c21 [d5046c21]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=500f2c45 [500f2c45]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 98.5% (70 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kspaceduel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kspaceduel/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=53f3360c [53f3360c]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksokoban&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksokoban/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fa57d92b [fa57d92b]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 48.9% (24 of 49 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksnake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksnake/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4d9d7c1 [a4d9d7c1]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 94.7% (18 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksmiletris&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksmiletris/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=63667467 [63667467]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 34.1% (27 of 79 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2b3a41b [e2b3a41b]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 38.0% (19 of 50 strings)&amp;lt;br/&amp;gt;Translation: tdegames/klines&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/klines/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=33531138 [33531138]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45486792 [45486792]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (58 of 58 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5e2914e7 [5e2914e7]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c716f74 [6c716f74]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a270de3 [5a270de3]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (322 of 322 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=404b586a [404b586a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8b023bb7 [8b023bb7]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (322 of 322 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10d7630d [10d7630d]] tdepim: remove kitchensync pot file again, since it was automatically re-added&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a8b0c96 [2a8b0c96]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f4de4713 [f4de4713]] tdepim: remove translations for kitchensync and multisynk&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=64d45800 [64d45800]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0c2a0ab3 [0c2a0ab3]] tdegraphics: remove translations for kmrml&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8aa58abf [8aa58abf]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=376b1bfe [376b1bfe]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a340797 [6a340797]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=90797510 [90797510]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e0706cf8 [e0706cf8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eee4a43c [eee4a43c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb21ba44 [bb21ba44]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
= libraries =&lt;br /&gt;
== libkdcraw ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=d13e9744 [d13e9744]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (74 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=50387262 [50387262]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 70.2% (52 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=fb8e7233 [fb8e7233]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (74 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=4720b9e3 [4720b9e3]] Added translation using Weblate (Chinese (Simplified))&lt;br /&gt;
&lt;br /&gt;
== libkipi ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=49e07b0f [49e07b0f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkipi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkipi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=b83bf7c2 [b83bf7c2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkipi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkipi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=1ea1d770 [1ea1d770]] Added translation using Weblate (Chinese (Traditional))&lt;br /&gt;
&lt;br /&gt;
== kipi-plugins ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=c42a6c92 [c42a6c92]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - galleryexport&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-galleryexport/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=5c749f7c [5c749f7c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.2% (513 of 602 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - metadataedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-metadataedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=e3f5013b [e3f5013b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - wallpaper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-wallpaper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=38e917f9 [38e917f9]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=aa3b7277 [aa3b7277]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.0% (512 of 602 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - metadataedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-metadataedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=62e89ce1 [62e89ce1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 40.1% (53 of 132 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - cdarchiving&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-cdarchiving/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=1fc6b1e0 [1fc6b1e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - viewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-viewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=f134eb8d [f134eb8d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=7115da7d [7115da7d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=c39b2d5d [c39b2d5d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=549a8d58 [549a8d58]] Added translation using Weblate (Chinese (Traditional))&lt;br /&gt;
&lt;br /&gt;
== libtqt-perl ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=6f64d330 [6f64d330]] Use tq* header after last round of renaming in tqt3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=f400a45b [f400a45b]] Remove Netscape plugin and Motif extension classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=838094bf [838094bf]] Adapt to latest tqt3 version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=ea4d4023 [ea4d4023]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=a8738810 [a8738810]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=076ec834 [076ec834]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
== pytdeextensions ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytdeextensions/commit/?id=cedb73e8 [cedb73e8]] Use proper TQt headers&lt;br /&gt;
&lt;br /&gt;
= applications/development =&lt;br /&gt;
== kdbg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=db9f1ffa [db9f1ffa]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdbg - kdbg.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbg-kdbgdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=b171e1b2 [b171e1b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kdbg - kdbg.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbg-kdbgdesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== kdiff3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=d556aa5c [d556aa5c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=ac9e1fb1 [ac9e1fb1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 67.2% (347 of 516 strings)&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=97fe01f4 [97fe01f4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3 - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=0a217c78 [0a217c78]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=453f35a8 [453f35a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 67.2% (347 of 516 strings)&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=47366761 [47366761]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: applications/kdiff3 - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=810025fb [810025fb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=b65164fa [b65164fa]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=abcdeb43 [abcdeb43]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=1bab9902 [1bab9902]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kpicosim ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=c938918a [c938918a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpicosim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpicosim/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=cbcafc43 [cbcafc43]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpicosim - kpicosim.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpicosim-kpicosimdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=8dabe60d [8dabe60d]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/kpicosim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpicosim/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=0f179c95 [0f179c95]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=96f6ef35 [96f6ef35]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kpicosim - kpicosim.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpicosim-kpicosimdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=9ec59898 [9ec59898]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=cc2e4443 [cc2e4443]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/kpicosim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpicosim/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=4db10d51 [4db10d51]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=39160972 [39160972]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kpicosim - kpicosim.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpicosim-kpicosimdesktop/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=21828c08 [21828c08]] Added translation using Weblate (Portuguese (Brazil))&lt;br /&gt;
&lt;br /&gt;
== kscope ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=f192d4b0 [f192d4b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kscope - kscope.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kscope-kscopedesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=f762b97f [f762b97f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kscope - kscope.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kscope-kscopedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=baecf737 [baecf737]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== ktechlab ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=cbc3775c [cbc3775c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/ktechlab - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktechlab-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=21af6675 [21af6675]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/ktechlab - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktechlab-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=32d92995 [32d92995]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kxmleditor ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=a09998f4 [a09998f4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kxmleditor - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kxmleditor-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=4ffd15b8 [4ffd15b8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kxmleditor - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kxmleditor-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=1c1d81ef [1c1d81ef]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== piklab ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=ee905d21 [ee905d21]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/piklab&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/piklab/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=f4e477f5 [f4e477f5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=6c0461f7 [6c0461f7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 0.4% (7 of 1669 strings)&amp;lt;br/&amp;gt;Translation: applications/piklab&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/piklab/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=f7b9e20a [f7b9e20a]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdesvn ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=510d3ef5 [510d3ef5]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (739 of 739 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=424ed61f [424ed61f]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 93.3% (690 of 739 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=9d62df99 [9d62df99]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 87.1% (644 of 739 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=ec7be504 [ec7be504]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 81.3% (601 of 739 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=9406e1b3 [9406e1b3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdesvn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=e0305e19 [e0305e19]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=03ebafb7 [03ebafb7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 48.5% (359 of 739 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=5b9025cb [5b9025cb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 48.5% (359 of 739 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=1074ed80 [1074ed80]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdesvn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=2cdbcc87 [2cdbcc87]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 48.5% (359 of 739 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=f66e96c7 [f66e96c7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdesvn - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=e0823d75 [e0823d75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/games =&lt;br /&gt;
== knights ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=a8653725 [a8653725]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knights - knights.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knights-knightsdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=655b17e7 [655b17e7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knights - pgn mimetype&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knights-pgn-mimetype/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=f3e352ec [f3e352ec]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knights - knights.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knights-knightsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=c2ad1fa9 [c2ad1fa9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/knights - pgn mimetype&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knights-pgn-mimetype/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=9106aede [9106aede]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=d63c00f1 [d63c00f1]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdepacman ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=1852b2de [1852b2de]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepacman&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepacman/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=25080f26 [25080f26]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepacman - tdepacman.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepacman-tdepacmandesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=71d98913 [71d98913]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (59 of 59 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepacman&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepacman/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=b28adc9a [b28adc9a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.6% (47 of 59 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepacman&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepacman/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=62ba7450 [62ba7450]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 57.6% (34 of 59 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepacman&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepacman/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=f210c65b [f210c65b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepacman - tdepacman.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepacman-tdepacmandesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=7664379d [7664379d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=d0b05e33 [d0b05e33]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
= applications/graphics =&lt;br /&gt;
== digikam ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=f36db868 [f36db868]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=428504bb [428504bb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1795 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=1e5802a1 [1e5802a1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1794 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=5ec04830 [5ec04830]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1794 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=365fc56f [365fc56f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=31f057f7 [31f057f7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1794 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=d1ed2afa [d1ed2afa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1793 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=1798610f [1798610f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=e809e384 [e809e384]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1793 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=53e13c18 [53e13c18]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2244 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=09a41f75 [09a41f75]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/&lt;br /&gt;
&lt;br /&gt;
== gwenview ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=e6b15885 [e6b15885]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gwenview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=c01cc99f [c01cc99f]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=f73d02b6 [f73d02b6]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=80b9fc1a [80b9fc1a]] Adapt to latest tqt3 version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=b6f5bb63 [b6f5bb63]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=7183742f [7183742f]] Fix pthread required. This relates to PR #35.&lt;br /&gt;
&lt;br /&gt;
== gwenview-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=690fceb8 [690fceb8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=a3d5eaed [a3d5eaed]] Revert &amp;quot;Update translation template.&amp;quot; because the desktop files&amp;lt;br/&amp;gt;translation template must be part of the application repository.&amp;lt;br/&amp;gt;This reverts commit 0b840e0263626cff345f7ee7c4c14da48dae0c29.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=0b840e02 [0b840e02]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=6b0aaedb [6b0aaedb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (342 of 342 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=f3f98c63 [f3f98c63]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (342 of 342 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=6145e290 [6145e290]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (342 of 342 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=f3694437 [f3694437]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (342 of 342 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=bc00950d [bc00950d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (342 of 342 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=d1950f41 [d1950f41]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.9% (335 of 342 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=41a7389f [41a7389f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=332d87e3 [332d87e3]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=824111fb [824111fb]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.7% (341 of 342 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=ae02bedc [ae02bedc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=3f720a85 [3f720a85]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=3e754a52 [3e754a52]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=57175831 [57175831]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=827f6c7b [827f6c7b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/ru/&lt;br /&gt;
&lt;br /&gt;
== ksquirrel ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=1d1469b7 [1d1469b7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/ksquirrel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksquirrel/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=5c6fb850 [5c6fb850]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (517 of 517 strings)&amp;lt;br/&amp;gt;Translation: applications/ksquirrel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksquirrel/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=90ff7f82 [90ff7f82]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (517 of 517 strings)&amp;lt;br/&amp;gt;Translation: applications/ksquirrel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksquirrel/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=5ed6f0e2 [5ed6f0e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.9% (501 of 517 strings)&amp;lt;br/&amp;gt;Translation: applications/ksquirrel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksquirrel/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=812e8755 [812e8755]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.3% (493 of 517 strings)&amp;lt;br/&amp;gt;Translation: applications/ksquirrel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksquirrel/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=8dcaf788 [8dcaf788]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.3% (493 of 517 strings)&amp;lt;br/&amp;gt;Translation: applications/ksquirrel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksquirrel/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=6fbf4183 [6fbf4183]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/ksquirrel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksquirrel/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=36fc62e2 [36fc62e2]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (517 of 517 strings)&amp;lt;br/&amp;gt;Translation: applications/ksquirrel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksquirrel/it/&lt;br /&gt;
&lt;br /&gt;
== potracegui ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=fcf0d61e [fcf0d61e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/potracegui - potracegui.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/potracegui-potraceguidesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=0dc93a59 [0dc93a59]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/potracegui - potracegui.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/potracegui-potraceguidesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=454877ad [454877ad]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/potracegui - potracegui.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/potracegui-potraceguidesktop/it/&lt;br /&gt;
&lt;br /&gt;
= applications/internet =&lt;br /&gt;
== kasablanca ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=a9da006a [a9da006a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kasablanca - kasablanca.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca-kasablancadesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=81b3e027 [81b3e027]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kasablanca&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=2a9b7e7d [2a9b7e7d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kasablanca - kasablanca.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca-kasablancadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=159a8faf [159a8faf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 64.3% (74 of 115 strings)&amp;lt;br/&amp;gt;Translation: applications/kasablanca&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=4b9e3dcb [4b9e3dcb]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kbiff ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=bda8bbc7 [bda8bbc7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=ee84fefc [ee84fefc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=b44d8e25 [b44d8e25]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=b172523d [b172523d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=a9666982 [a9666982]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbiff - kbiff.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff-kbiffdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=c53c9a60 [c53c9a60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=2cc626b9 [2cc626b9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.8% (89 of 90 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=4069eda9 [4069eda9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff - kbiff.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff-kbiffdesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== kftpgrabber ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=5cf3157f [5cf3157f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kftpgrabber&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kftpgrabber/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=f5ef9f7c [f5ef9f7c]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=a682efb2 [a682efb2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kftpgrabber - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kftpgrabber-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=70edee2c [70edee2c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/kftpgrabber - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kftpgrabber-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== knmap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=c9299bd0 [c9299bd0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=436617ea [436617ea]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=fcc0e57c [fcc0e57c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=a289b05a [a289b05a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=2721c5e0 [2721c5e0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=24febfa6 [24febfa6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=8f8a354b [8f8a354b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (221 of 221 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=b68bd35b [b68bd35b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=60528588 [60528588]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 16.2% (36 of 221 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=aea076a0 [aea076a0]] Added translation using Weblate (Ukrainian)&lt;br /&gt;
&lt;br /&gt;
== konversation ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=ef59720e [ef59720e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/konversation&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=565c54e6 [565c54e6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/konversation - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=0ce92e4a [0ce92e4a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/konversation - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation-events/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=1ced096f [1ced096f]] Adapt to latest tqt3 version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=adaa089b [adaa089b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.7% (1168 of 1362 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=1ca2d3d4 [1ca2d3d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=d5a93e3c [d5a93e3c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=99cac705 [99cac705]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.7% (1168 of 1362 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=7e09ebfb [7e09ebfb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.6% (1167 of 1362 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=efe05804 [efe05804]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/konversation&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=04e4928e [04e4928e]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=b5f177fc [b5f177fc]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation-events/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=dfedc855 [dfedc855]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.6% (1167 of 1362 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation/ru/&lt;br /&gt;
&lt;br /&gt;
== kopete-otr ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=deefb3d2 [deefb3d2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kopete-otr - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kopete-otr-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=95288d30 [95288d30]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kopete-otr - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kopete-otr-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=15094db2 [15094db2]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kshowmail ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=32edc2d7 [32edc2d7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=295eaf3d [295eaf3d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 50.4% (176 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=6d16605e [6d16605e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 50.1% (175 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=9e1b5a5d [9e1b5a5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 50.1% (175 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=ced2b753 [ced2b753]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=10272aed [10272aed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 49.8% (174 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=b13b420d [b13b420d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 49.5% (173 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
&lt;br /&gt;
== kstreamripper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=b420dbaf [b420dbaf]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper - kstreamripper.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper-kstreamripperdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=e7e90ba3 [e7e90ba3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kstreamripper - kstreamripper.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper-kstreamripperdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=cd2d1f4f [cd2d1f4f]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=38dad7af [38dad7af]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 78.7% (26 of 33 strings)&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=c6c8865f [c6c8865f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=b57d1640 [b57d1640]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=04b2afc8 [04b2afc8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=3f95be57 [3f95be57]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=dbdd2a4e [dbdd2a4e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=6a970335 [6a970335]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=3ec99f94 [3ec99f94]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=457de6e0 [457de6e0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=1801e3aa [1801e3aa]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 80.0% (24 of 30 strings)&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=382d4392 [382d4392]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=5da88b7e [5da88b7e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=c621d368 [c621d368]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== ktorrent ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=7daab41e [7daab41e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=6760c174 [6760c174]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (875 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=1e588c37 [1e588c37]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=ccf782d8 [ccf782d8]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (875 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=523c79c3 [523c79c3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (875 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=46220b63 [46220b63]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 80.1% (701 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/ru/&lt;br /&gt;
&lt;br /&gt;
== kvirc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=6856ab51 [6856ab51]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b1c1b31b [b1c1b31b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - perlcore&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-perlcore/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=ecc0f4e0 [ecc0f4e0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - theme&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-theme/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=89f8a536 [89f8a536]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - sharedfileswindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-sharedfileswindow/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=0c743c3a [0c743c3a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - dcc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-dcc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=398f8442 [398f8442]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=dfca4360 [dfca4360]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - torrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-torrent/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=98d66c76 [98d66c76]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - perl&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-perl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=75a561e5 [75a561e5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - filetransferwindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-filetransferwindow/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=5585f743 [5585f743]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - mediaplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-mediaplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=48222502 [48222502]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2588 of 2588 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=ca920d6e [ca920d6e]] Adapt to latest tqt3 version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=74f32349 [74f32349]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (182 of 182 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - dcc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-dcc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=e3708273 [e3708273]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (805 of 805 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=7295d79c [7295d79c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.1% (2411 of 2588 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=8348ba5d [8348ba5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.8% (2404 of 2588 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=ecf6f383 [ecf6f383]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (805 of 805 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=54662d94 [54662d94]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.8% (2404 of 2588 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=6de62e99 [6de62e99]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - mediaplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-mediaplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=310fb2b2 [310fb2b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (805 of 805 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=5290b915 [5290b915]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.8% (2404 of 2588 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=5bedfee4 [5bedfee4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (805 of 805 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=80098102 [80098102]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.8% (2404 of 2588 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=574f79d5 [574f79d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - torrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-torrent/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b9cb66f1 [b9cb66f1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (78 of 78 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - theme&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-theme/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=9390b2d9 [9390b2d9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - sharedfileswindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-sharedfileswindow/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=6e0f1e9c [6e0f1e9c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - perl&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-perl/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=302a040b [302a040b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - filetransferwindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-filetransferwindow/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=db90f695 [db90f695]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=33fece29 [33fece29]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=ab992aba [ab992aba]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - perlcore&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-perlcore/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=484c9ce8 [484c9ce8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=5c4d4a2a [5c4d4a2a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - editor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a7a4e202 [a7a4e202]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - about&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-about/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b7788073 [b7788073]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - notifier&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=391b00c9 [391b00c9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a0a87c06 [a0a87c06]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (805 of 805 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=12f4706c [12f4706c]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - mediaplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-mediaplayer/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=6280f2fb [6280f2fb]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - torrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-torrent/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=c0c52835 [c0c52835]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (78 of 78 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - theme&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-theme/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=0f4e51e5 [0f4e51e5]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - sharedfileswindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-sharedfileswindow/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=03eee71d [03eee71d]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - perlcore&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-perlcore/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=eb439f20 [eb439f20]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - perl&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-perl/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=df7ec3eb [df7ec3eb]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - notifier&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=d7deeb9d [d7deeb9d]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - logview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-logview/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=3a47fdca [3a47fdca]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - filetransferwindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-filetransferwindow/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a417c6a0 [a417c6a0]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - editor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=58a8d2a6 [58a8d2a6]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (182 of 182 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - dcc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-dcc/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=44846083 [44846083]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - notifier&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b435bad5 [b435bad5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - editor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b412083e [b412083e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - about&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-about/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b32a017a [b32a017a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.8% (2404 of 2588 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=02e908ee [02e908ee]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=e2dd007c [e2dd007c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a48e70a7 [a48e70a7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (794 of 805 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a7254dcc [a7254dcc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - theme&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-theme/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=25f3bffc [25f3bffc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=1e208b4f [1e208b4f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - logview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-logview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=3e94a25e [3e94a25e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - editor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=0c62fcd5 [0c62fcd5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - filetransferwindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-filetransferwindow/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a6e75ff9 [a6e75ff9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - dcc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-dcc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=2091bae5 [2091bae5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - notifier&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=90e47cbd [90e47cbd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - sharedfileswindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-sharedfileswindow/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=729d67a2 [729d67a2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=116c3821 [116c3821]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=5e2a1ae3 [5e2a1ae3]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== kvpnc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=9dd937cb [9dd937cb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvpnc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=cdba490f [cdba490f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvpnc - kvpnc.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc-kvpncdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=f4f8b693 [f4f8b693]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kvpnc - kvpnc.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc-kvpncdesktop/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=50b8ce0d [50b8ce0d]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=00364c7f [00364c7f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 19.8% (491 of 2472 strings)&amp;lt;br/&amp;gt;Translation: applications/kvpnc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=148bc21c [148bc21c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 19.3% (479 of 2472 strings)&amp;lt;br/&amp;gt;Translation: applications/kvpnc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=13e49f67 [13e49f67]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 17.9% (443 of 2472 strings)&amp;lt;br/&amp;gt;Translation: applications/kvpnc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=26680f70 [26680f70]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kvpnc - kvpnc.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc-kvpncdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=7b05f487 [7b05f487]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=e45d6713 [e45d6713]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 14.1% (351 of 2472 strings)&amp;lt;br/&amp;gt;Translation: applications/kvpnc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=a7492e4b [a7492e4b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvpnc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=da275e97 [da275e97]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=69565c3b [69565c3b]] Revert changes of translations related to unwanted renaming&amp;lt;br/&amp;gt;SLOT =&amp;amp;gt; TQ_SLOT in the message string.&amp;lt;br/&amp;gt;This revert commits:&amp;lt;br/&amp;gt;28bd29d299272a1d96d678c550de70c2dd442785&amp;lt;br/&amp;gt;f1197c6adc69b6acae78327e1481ce78ba7774ae&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=f1197c6a [f1197c6a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvpnc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=28bd29d2 [28bd29d2]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=b3c0d5c3 [b3c0d5c3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tork - applet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tork-applet/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=dbeb8163 [dbeb8163]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tork - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tork-events/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=699da213 [699da213]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tork - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tork-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=9d6caa32 [9d6caa32]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/tork - applet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tork-applet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=caf382ba [caf382ba]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=56a31f9a [56a31f9a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/tork - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tork-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=5efe8cb7 [5efe8cb7]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=b478b393 [b478b393]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: applications/tork - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tork-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=e8c69c0a [e8c69c0a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: applications/tork - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tork-desktop-files/it/&lt;br /&gt;
&lt;br /&gt;
= applications/misc =&lt;br /&gt;
== bibletime ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=48ce54dd [48ce54dd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/bibletime - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/bibletime-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=e57d164d [e57d164d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=9d90808b [9d90808b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/bibletime - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/bibletime-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=de0a4201 [de0a4201]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=7c699d2d [7c699d2d]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== desktop-effects-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=dd59cec2 [dd59cec2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=bad45df4 [bad45df4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=6662a768 [6662a768]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=a62a9b16 [a62a9b16]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=06672b03 [06672b03]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=dcf00169 [dcf00169]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=a1491403 [a1491403]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=5896fcd5 [5896fcd5]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=4ef8c50e [4ef8c50e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=7437087e [7437087e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=92556696 [92556696]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kcmldap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=79d3502d [79d3502d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcm-ldap - ldapbonding.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-ldap-ldapbondingdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=766984bb [766984bb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcm-ldap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-ldap/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=10dc0c8c [10dc0c8c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kcm-ldap - ldapbonding.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-ldap-ldapbondingdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=2d2e48bf [2d2e48bf]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=5e83e4cf [5e83e4cf]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kcmldapcontroller ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=b31568d5 [b31568d5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcm-ldapcontroller - ldapcontroller.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-ldapcontroller-ldapcontrollerdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=ee6faa20 [ee6faa20]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcm-ldapcontroller&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-ldapcontroller/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=9790ea48 [9790ea48]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kcm-ldapcontroller - ldapcontroller.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-ldapcontroller-ldapcontrollerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=db1459a6 [db1459a6]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=1c9b3a80 [1c9b3a80]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kcmldapmanager ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=c7866bfb [c7866bfb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcm-ldapmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-ldapmanager/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=41370d18 [41370d18]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcm-ldapmanager - ldapmanager.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-ldapmanager-ldapmanagerdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=61c492ee [61c492ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kcm-ldapmanager - ldapmanager.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-ldapmanager-ldapmanagerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=1b7e69e3 [1b7e69e3]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=580fd05b [580fd05b]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kerberostray ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=295e0071 [295e0071]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kerberostray - kerberostray.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kerberostray-kerberostraydesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=de2b84f8 [de2b84f8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kerberostray&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kerberostray/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=d29a0b08 [d29a0b08]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kerberostray - kerberostray.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kerberostray-kerberostraydesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=17fd3039 [17fd3039]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=a677a48f [a677a48f]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=f56d47b0 [f56d47b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kerberostray&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kerberostray/&lt;br /&gt;
&lt;br /&gt;
== krecipes ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=58518909 [58518909]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 54.9% (617 of 1123 strings)&amp;lt;br/&amp;gt;Translation: applications/krecipes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krecipes/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=cd240323 [cd240323]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krecipes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krecipes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=22acd03d [22acd03d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=d2a4cb93 [d2a4cb93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 30.5% (343 of 1123 strings)&amp;lt;br/&amp;gt;Translation: applications/krecipes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krecipes/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/multimedia =&lt;br /&gt;
== amarok ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=06bb7595 [06bb7595]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 82.0% (2040 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=2b1214b6 [2b1214b6]] Use tqmoc directly instead of tmoc&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=ae8b75aa [ae8b75aa]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=001234fb [001234fb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=570fb84d [570fb84d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=250ce4cb [250ce4cb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b21275ce [b21275ce]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=34a70a2d [34a70a2d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=6597c102 [6597c102]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=db6dfe09 [db6dfe09]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=52621df4 [52621df4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=aa067461 [aa067461]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=7e8b9a52 [7e8b9a52]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=9b954758 [9b954758]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=3f17994d [3f17994d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=e6e3ba96 [e6e3ba96]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=9d43419b [9d43419b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=73837f1a [73837f1a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=079f0cc9 [079f0cc9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b037abfb [b037abfb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=93aff8fd [93aff8fd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=7f396148 [7f396148]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=8ac0d326 [8ac0d326]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=086adc4f [086adc4f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4ebfa149 [4ebfa149]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 79.7% (1981 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4cc71ec3 [4cc71ec3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=2116bf2a [2116bf2a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=e6e2d189 [e6e2d189]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=c2a12e62 [c2a12e62]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=44ad188d [44ad188d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=83730846 [83730846]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4ddb9e62 [4ddb9e62]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=90520108 [90520108]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 84.7% (2105 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=40099ec0 [40099ec0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b767627f [b767627f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=bcd8d83e [bcd8d83e]] Fix functionality broken by commit 1c3e0630.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b04099ff [b04099ff]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=a7a79de0 [a7a79de0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=1c3e0630 [1c3e0630]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=5dedf79f [5dedf79f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=8b28bb5c [8b28bb5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=9038cb17 [9038cb17]] Translated using Weblate (Turkish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/tr/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=3c835108 [3c835108]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.8% (2406 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
&lt;br /&gt;
== codeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=1ca971bd [1ca971bd]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=6eb38b02 [6eb38b02]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=cc897489 [cc897489]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=f6d6e206 [f6d6e206]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=36a0b351 [36a0b351]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=54d1a665 [54d1a665]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=033f32ab [033f32ab]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=28a3b75f [28a3b75f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=9f39f05e [9f39f05e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/codeine - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/codeine-desktop-files/&lt;br /&gt;
&lt;br /&gt;
== k3b ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=1cda53bb [1cda53bb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=e28f2192 [e28f2192]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=74808fa8 [74808fa8]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=2111da78 [2111da78]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=00a24ebc [00a24ebc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=987871f0 [987871f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=c2fbc8f1 [c2fbc8f1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=95a45a4f [95a45a4f]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=bbf83236 [bbf83236]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=894069eb [894069eb]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/pt/&lt;br /&gt;
&lt;br /&gt;
== k3b-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=18ea9d07 [18ea9d07]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - setup&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-setup/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=55d4a45f [55d4a45f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - tdeio-videodvd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-tdeio-videodvd/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=5a041147 [5a041147]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - tdefile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-tdefile/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=8b17c68f [8b17c68f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=7ed070aa [7ed070aa]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=416b3607 [416b3607]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=ea16c671 [ea16c671]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=91428c7e [91428c7e]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=91378f06 [91378f06]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (33 of 33 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - setup&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-setup/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=39f11b7e [39f11b7e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - tdefile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-tdefile/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=72fbdb5f [72fbdb5f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=d1943afc [d1943afc]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=0a8ee5ac [0a8ee5ac]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=41cb5f2d [41cb5f2d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=7faed94c [7faed94c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - tdeio-videodvd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-tdeio-videodvd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=35488411 [35488411]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=59bb404c [59bb404c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (33 of 33 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - setup&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-setup/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=14a8478d [14a8478d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=3f4f7f46 [3f4f7f46]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=8538da23 [8538da23]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=856ea287 [856ea287]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=34d0ff8c [34d0ff8c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=c29d6639 [c29d6639]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=84cd0b47 [84cd0b47]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (47 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=6f6f5263 [6f6f5263]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=bd308fa9 [bd308fa9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=e6010418 [e6010418]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (47 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=cb12df11 [cb12df11]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=ecef8905 [ecef8905]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=9c355f26 [9c355f26]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=1d1360a7 [1d1360a7]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=6f8f68cc [6f8f68cc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=47c13aee [47c13aee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=b92282bd [b92282bd]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 97.8% (46 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/bg/&lt;br /&gt;
&lt;br /&gt;
== k9copy ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=202e4054 [202e4054]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=5b67a635 [5b67a635]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=a25cd571 [a25cd571]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 64.0% (317 of 495 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=74f06e81 [74f06e81]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 64.0% (317 of 495 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=14601e8a [14601e8a]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 31.7% (157 of 495 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=1e20731a [1e20731a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (495 of 495 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=35c86a79 [35c86a79]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=3847d9ee [3847d9ee]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 86.6% (429 of 495 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=276d0d95 [276d0d95]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=112b19f8 [112b19f8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=45422ea5 [45422ea5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k9copy - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=4e2f83fa [4e2f83fa]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (495 of 495 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=ef83b5b8 [ef83b5b8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=4979c509 [4979c509]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=237b3548 [237b3548]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (495 of 495 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=553df4a4 [553df4a4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=bc07265d [bc07265d]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kaffeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=a88ac925 [a88ac925]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kaffeine - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=bff73d6e [bff73d6e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kaffeine - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=338ac219 [338ac219]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=115fa662 [115fa662]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=528599f1 [528599f1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (729 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=fbf40e21 [fbf40e21]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=5b6f8a82 [5b6f8a82]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (729 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=fd20d9cf [fd20d9cf]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=86e5bbbc [86e5bbbc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=0d261da7 [0d261da7]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=03b9c1f4 [03b9c1f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (729 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=fe9e778d [fe9e778d]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine-desktop-files/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=ce0c6633 [ce0c6633]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (729 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=3f38f883 [3f38f883]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=eac2daca [eac2daca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (729 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=6c9257f2 [6c9257f2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.5% (711 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=e0e0d158 [e0e0d158]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=b871bd5b [b871bd5b]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kmplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=7e6b7e43 [7e6b7e43]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=740b402a [740b402a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=6550e667 [6550e667]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (390 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=132da052 [132da052]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (390 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=c1187155 [c1187155]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (390 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=9530e59d [9530e59d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=1566a9ce [1566a9ce]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (390 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=78361cb3 [78361cb3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=6e72f310 [6e72f310]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=30650e19 [30650e19]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.9% (347 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=77c148a7 [77c148a7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=bb993d63 [bb993d63]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=d8d54a7f [d8d54a7f]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 95.6% (373 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=122a27a0 [122a27a0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=bb9e13d1 [bb9e13d1]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=0817bc03 [0817bc03]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer-desktop-files/bg/&lt;br /&gt;
&lt;br /&gt;
== kplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=6ab8fa20 [6ab8fa20]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1037 of 1037 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=e78b0c82 [e78b0c82]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=7b81ead9 [7b81ead9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 77.1% (800 of 1037 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=7fcb2060 [7fcb2060]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 77.1% (800 of 1037 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=e71f663d [e71f663d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 77.1% (800 of 1037 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=14b1fdd9 [14b1fdd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 77.1% (800 of 1037 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=968ddac2 [968ddac2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=1c3f07e0 [1c3f07e0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=e9d5a656 [e9d5a656]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=cc14b9cf [cc14b9cf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=d8391ef7 [d8391ef7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 77.0% (799 of 1037 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/ru/&lt;br /&gt;
&lt;br /&gt;
== mplayerthumbs ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=2e1e7b95 [2e1e7b95]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/mplayerthumbs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/mplayerthumbs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=e84d9614 [e84d9614]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: applications/mplayerthumbs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/mplayerthumbs/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=a812ca3a [a812ca3a]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=ece3987d [ece3987d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: applications/mplayerthumbs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/mplayerthumbs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=617cbd23 [617cbd23]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== rosegarden ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=1488d361 [1488d361]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/rosegarden - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/rosegarden-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=64b9a975 [64b9a975]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/rosegarden&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/rosegarden/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=92262009 [92262009]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2322 of 2322 strings)&amp;lt;br/&amp;gt;Translation: applications/rosegarden&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/rosegarden/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=e56395ae [e56395ae]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.2% (2003 of 2322 strings)&amp;lt;br/&amp;gt;Translation: applications/rosegarden&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/rosegarden/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=95c249dd [95c249dd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/rosegarden - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/rosegarden-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=48eed92c [48eed92c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.2% (2002 of 2322 strings)&amp;lt;br/&amp;gt;Translation: applications/rosegarden&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/rosegarden/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=5eb170e8 [5eb170e8]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=1e5e9153 [1e5e9153]] Added translation using Weblate (Portuguese (Brazil))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=edb78953 [edb78953]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.2% (2002 of 2322 strings)&amp;lt;br/&amp;gt;Translation: applications/rosegarden&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/rosegarden/ru/&lt;br /&gt;
&lt;br /&gt;
== soundkonverter ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=f962b18d [f962b18d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=4699042e [4699042e]] Added translation using Weblate (Chinese (Simplified))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=e85fcc32 [e85fcc32]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (319 of 319 strings)&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=78fe42d0 [78fe42d0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.2% (304 of 319 strings)&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=4e11f456 [4e11f456]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=451107da [451107da]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (319 of 319 strings)&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=2c5f94f3 [2c5f94f3]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (319 of 319 strings)&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=bcf2d459 [bcf2d459]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.6% (302 of 319 strings)&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=2bf7eb6c [2bf7eb6c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=28a35800 [28a35800]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=300613ee [300613ee]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=a13d3527 [a13d3527]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tderadio ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=819fc3b4 [819fc3b4]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - gui-docking-menu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-docking-menu/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=4e6b54e1 [4e6b54e1]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=1f0bdc87 [1f0bdc87]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - gui-error-log&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-error-log/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=138f5a18 [138f5a18]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - soundserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-soundserver/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=aa1b40b2 [aa1b40b2]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=04222b16 [04222b16]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=3aa567f1 [3aa567f1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - alsa-sound&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-alsa-sound/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=ea0fa8af [ea0fa8af]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - convert-presets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-convert-presets/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=f4c4cd8d [f4c4cd8d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=e1956e2a [e1956e2a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - recording&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-recording/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=0d6fcc64 [0d6fcc64]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - timeshifter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-timeshifter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=2562d67d [2562d67d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - gui-error-log&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-error-log/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=9c768d79 [9c768d79]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - gui-quickbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-quickbar/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=06329a4a [06329a4a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=6b84b5f9 [6b84b5f9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - soundserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-soundserver/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=ba3e71e3 [ba3e71e3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - oss-sound&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-oss-sound/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=b599808d [b599808d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - streaming&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-streaming/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=8724bf77 [8724bf77]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - convert-presets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-convert-presets/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=a418a348 [a418a348]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=5f5c0524 [5f5c0524]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - gui-quickbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-quickbar/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=9e3ad9e4 [9e3ad9e4]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=124924ed [124924ed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - convert-presets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-convert-presets/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=0647c9c8 [0647c9c8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - oss-sound&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-oss-sound/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=69544d75 [69544d75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (49 of 49 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - alsa-sound&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-alsa-sound/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=7a03b7f3 [7a03b7f3]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=49f49b60 [49f49b60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=46e97349 [46e97349]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - streaming&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-streaming/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=0e66044b [0e66044b]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=1e03606e [1e03606e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=f8b88abd [f8b88abd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (17 of 17 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - timeshifter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-timeshifter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=88c92992 [88c92992]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - streaming&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-streaming/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=739ad48d [739ad48d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - soundserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-soundserver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=f693d48c [f693d48c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (78 of 78 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - recording&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-recording/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=62096a82 [62096a82]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - gui-error-log&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-error-log/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=7898f4d5 [7898f4d5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - gui-standard-display&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-standard-display/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=13e5a97b [13e5a97b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - recording&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-recording/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=6b08efa0 [6b08efa0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - timeshifter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-timeshifter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=ffdacdaa [ffdacdaa]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - oss-sound&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-oss-sound/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=2cfd8fba [2cfd8fba]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=aa80a24c [aa80a24c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=28afa3da [28afa3da]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - oss-sound&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-oss-sound/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=5369d924 [5369d924]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (45 of 45 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - gui-standard-display&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-standard-display/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=a9f14b38 [a9f14b38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 82.3% (14 of 17 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - timeshifter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-timeshifter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=d57a893c [d57a893c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.1% (75 of 78 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - recording&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-recording/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=55460675 [55460675]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=03b5df8e [03b5df8e]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 93.5% (29 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=0bb5fda6 [0bb5fda6]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=8cd30c0e [8cd30c0e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=c74cfcb6 [c74cfcb6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.7% (30 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/office =&lt;br /&gt;
== basket ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=63c07d50 [63c07d50]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/basket&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=5ea3364f [5ea3364f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/basket - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=e346aa3d [e346aa3d]] Adapt to latest tqt3 version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=5ed9f00b [5ed9f00b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/basket&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=d492a4c3 [d492a4c3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/basket&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=5dd5a1c1 [5dd5a1c1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/basket&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=2ab71048 [2ab71048]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/basket&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=8bba24a1 [8bba24a1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: applications/basket - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=3e05901d [3e05901d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/basket&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=33317176 [33317176]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/basket&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=c8b892a3 [c8b892a3]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kbibtex ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=0a8cd76b [0a8cd76b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbibtex - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbibtex-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=a8cf4b8b [a8cf4b8b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kbibtex - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbibtex-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=a9b74b76 [a9b74b76]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=15d816e8 [15d816e8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbibtex&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbibtex/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=702a473b [702a473b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 73.7% (444 of 602 strings)&amp;lt;br/&amp;gt;Translation: applications/kbibtex&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbibtex/ru/&lt;br /&gt;
&lt;br /&gt;
== kbookreader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=4b8e45e1 [4b8e45e1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=8d8f7a69 [8d8f7a69]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (17 of 17 strings)&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=04d6334b [04d6334b]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=0b40cdac [0b40cdac]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 66.6% (2 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kbookreader - kbookreader.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader-kbookreaderdesktop/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=713e783c [713e783c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=8e2d9623 [8e2d9623]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbookreader - kbookreader.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader-kbookreaderdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=e32bbc6e [e32bbc6e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (17 of 17 strings)&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=fcdb94c9 [fcdb94c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kbookreader - kbookreader.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader-kbookreaderdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=ac3e0386 [ac3e0386]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=61e10e5a [61e10e5a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/&lt;br /&gt;
&lt;br /&gt;
== kile ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=bb7b8467 [bb7b8467]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=c79ed8e2 [c79ed8e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 58.2% (924 of 1587 strings)&amp;lt;br/&amp;gt;Translation: applications/kile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=08a73a70 [08a73a70]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kile - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile-desktop-files/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=872c127f [872c127f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kile - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=59f1c45a [59f1c45a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kile - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=00b87abb [00b87abb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kile - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== kmymoney ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=b00a4d93 [b00a4d93]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=d1e78bae [d1e78bae]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=1acf71ab [1acf71ab]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=4dfa4550 [4dfa4550]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 99.7% (2667 of 2674 strings)&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=2d36eedb [2d36eedb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2674 of 2674 strings)&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=202400b8 [202400b8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2674 of 2674 strings)&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=debe3076 [debe3076]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmymoney - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=16aa0610 [16aa0610]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=af8d71ce [af8d71ce]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=79e957c7 [79e957c7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=47cc1d27 [47cc1d27]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: applications/kmymoney - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=e592106d [e592106d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (2658 of 2674 strings)&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=67a43ced [67a43ced]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=9df4c701 [9df4c701]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== knowit ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=970a15c0 [970a15c0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knowit - knowit.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knowit-knowitdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=3a30dbdb [3a30dbdb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/knowit - knowit.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knowit-knowitdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=81a2fc07 [81a2fc07]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== koffice ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=474e2840 [474e2840]] Adapt to latest tqt3 version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=d165869a [d165869a]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=c2fdb394 [c2fdb394]] Fix functionality broken by commit a9bbaa83&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=a9bbaa83 [a9bbaa83]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== koffice-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=6e9da0a6 [6e9da0a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.3% (363 of 369 strings)&amp;lt;br/&amp;gt;Translation: koffice/kchart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kchart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=0a2216e2 [0a2216e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: koffice/karbon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/karbon/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=da3739a8 [da3739a8]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3176 of 3176 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspread&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=fce31dee [fce31dee]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kspread&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ff7c98ec [ff7c98ec]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=c2c28bfe [c2c28bfe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.8% (418 of 427 strings)&amp;lt;br/&amp;gt;Translation: koffice/karbon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/karbon/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=446dc7f6 [446dc7f6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (909 of 909 strings)&amp;lt;br/&amp;gt;Translation: koffice/kpresenter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kpresenter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=c85f8b7f [c85f8b7f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.0% (1295 of 1423 strings)&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=65588988 [65588988]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (961 of 961 strings)&amp;lt;br/&amp;gt;Translation: koffice/kword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kword/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=82a49e46 [82a49e46]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (909 of 909 strings)&amp;lt;br/&amp;gt;Translation: koffice/kpresenter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kpresenter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=699d1a0e [699d1a0e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.4% (1169 of 1200 strings)&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=64f9d8c2 [64f9d8c2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (3150 of 3168 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspread&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=422b95eb [422b95eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (354 of 354 strings)&amp;lt;br/&amp;gt;Translation: koffice/kformdesigner&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kformdesigner/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=041cb462 [041cb462]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/koffice&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/koffice/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=27fd186c [27fd186c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=572398a4 [572398a4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (3150 of 3168 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspread&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=bce5a0c4 [bce5a0c4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.4% (1169 of 1200 strings)&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=cc44ebc3 [cc44ebc3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: koffice/thesaurus_tool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/thesaurus_tool/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=b6cedf64 [b6cedf64]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_ooo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_ooo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=9f49ba05 [9f49ba05]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_koffice&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_koffice/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=7a3529fd [7a3529fd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_gnumeric&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_gnumeric/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=05196041 [05196041]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_abiword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_abiword/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ffe6d299 [ffe6d299]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (961 of 961 strings)&amp;lt;br/&amp;gt;Translation: koffice/kword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kword/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ad3cf8ee [ad3cf8ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspreadcalc_calc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspreadcalc_calc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=7f8b71fa [7f8b71fa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (909 of 909 strings)&amp;lt;br/&amp;gt;Translation: koffice/kpresenter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kpresenter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=d154e97e [d154e97e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (354 of 354 strings)&amp;lt;br/&amp;gt;Translation: koffice/kformdesigner&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kformdesigner/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=9c40a4ce [9c40a4ce]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=aa8c2267 [aa8c2267]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ccf47869 [ccf47869]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=f690d314 [f690d314]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.0% (1295 of 1423 strings)&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=f0bcacf8 [f0bcacf8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kivio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kivio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=e1f27756 [e1f27756]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=e84fa74c [e84fa74c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kword/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=fc3d61ff [fc3d61ff]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/koffice&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/koffice/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=31fd578d [31fd578d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=069df0f0 [069df0f0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kofficefilters&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kofficefilters/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=96a280ad [96a280ad]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=b7a0d0ff [b7a0d0ff]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 98.3% (420 of 427 strings)&amp;lt;br/&amp;gt;Translation: koffice/karbon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/karbon/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=8e305f42 [8e305f42]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 99.8% (1421 of 1423 strings)&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=61f41445 [61f41445]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: koffice/example&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/example/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=1f753ab8 [1f753ab8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (3150 of 3168 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspread&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/ru/&lt;br /&gt;
&lt;br /&gt;
== kpilot ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=caea4737 [caea4737]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=43135e81 [43135e81]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpilot - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=bf828819 [bf828819]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=e91f7e51 [e91f7e51]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.3% (1059 of 1088 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=0f9a5cb5 [0f9a5cb5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.3% (1059 of 1088 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=994025a3 [994025a3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.3% (1059 of 1088 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=812902b7 [812902b7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=2ddec8ee [2ddec8ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.3% (1059 of 1088 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=6ee217d4 [6ee217d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.2% (29 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=84b8d43e [84b8d43e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=9a5d96d5 [9a5d96d5]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=9beef848 [9beef848]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.3% (1059 of 1088 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=adc41d0e [adc41d0e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=43b3df95 [43b3df95]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=b2480185 [b2480185]] Fix functionality broken by commit a956e3e&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=f060f38e [f060f38e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=fa847ef4 [fa847ef4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=a956e3e8 [a956e3e8]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tellico ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=4395fe8c [4395fe8c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=fb3e3b16 [fb3e3b16]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1113 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=c5aed387 [c5aed387]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1113 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=292c365c [292c365c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1113 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=9232c032 [9232c032]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=dae674d5 [dae674d5]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=01caa644 [01caa644]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=ea7a8ffa [ea7a8ffa]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=10996a19 [10996a19]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=252be932 [252be932]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.5% (1108 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=f73799c2 [f73799c2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=30d2f3d2 [30d2f3d2]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 74.2% (826 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=997c050d [997c050d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=0a00263f [0a00263f]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
= applications/settings =&lt;br /&gt;
== kdpkg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=cb58e194 [cb58e194]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=661f6bd5 [661f6bd5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=d511dac5 [d511dac5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=9fd19b31 [9fd19b31]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=0b1cdae4 [0b1cdae4]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (33 of 33 strings)&amp;lt;br/&amp;gt;Translation: applications/kdpkg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=b78fc64d [b78fc64d]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=ac5f45ed [ac5f45ed]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=e5d56b2b [e5d56b2b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kdpkg - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=52160b83 [52160b83]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=1ec33520 [1ec33520]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=1f5bed1a [1f5bed1a]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=752317fb [752317fb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=c178f4e3 [c178f4e3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 93.1% (27 of 29 strings)&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=7afa4047 [7afa4047]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=3107e30a [3107e30a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=4277d12f [4277d12f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/&lt;br /&gt;
&lt;br /&gt;
== kima ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=ec0bd192 [ec0bd192]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kima - kima.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kima-kimadesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=72f70a32 [72f70a32]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kima - kima.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kima-kimadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=59a7eecd [59a7eecd]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kiosktool ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=8fe64bb0 [8fe64bb0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kiosktool - kiosktool.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kiosktool-kiosktooldesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=fe1ef0db [fe1ef0db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kiosktool - kiosktool.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kiosktool-kiosktooldesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=e30e1b38 [e30e1b38]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=f585e458 [f585e458]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kiosktool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kiosktool/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=6d1e1f26 [6d1e1f26]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (238 of 238 strings)&amp;lt;br/&amp;gt;Translation: applications/kiosktool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kiosktool/ru/&lt;br /&gt;
&lt;br /&gt;
== kkbswitch ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=16272b3d [16272b3d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=dd9aa434 [dd9aa434]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=c81744ba [c81744ba]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=513141a1 [513141a1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.9% (53 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=d7365e67 [d7365e67]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch - kkbswitch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch-kkbswitchdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=59d15769 [59d15769]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=f14c6e5f [f14c6e5f]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=c36d0446 [c36d0446]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch - kkbswitch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch-kkbswitchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=d7b89dac [d7b89dac]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=586412b8 [586412b8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 96.4% (55 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=8978515d [8978515d]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=29e2187e [29e2187e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=4f10d322 [4f10d322]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=2f27dd99 [2f27dd99]] Added global shortcuts for switching to previous/next group&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/kkbswitch/issues/6 #6]&lt;br /&gt;
&lt;br /&gt;
== klcddimmer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=10b9f399 [10b9f399]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 66.6% (2 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/klcddimmer - klcddimmer.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer-klcddimmerdesktop/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=4c074e14 [4c074e14]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/klcddimmer - klcddimmer.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer-klcddimmerdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=739e6b63 [739e6b63]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/klcddimmer - klcddimmer.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer-klcddimmerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=c552505d [c552505d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/klcddimmer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer/&lt;br /&gt;
&lt;br /&gt;
== tde-systemsettings ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-systemsettings/commit/?id=8badc00a [8badc00a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-systemsettings - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-systemsettings-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-systemsettings/commit/?id=68f1f0e8 [68f1f0e8]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-systemsettings - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-systemsettings-desktop-files/pt_BR/&lt;br /&gt;
&lt;br /&gt;
== tdenetworkmanager ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=1585c265 [1585c265]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=55e4cb6c [55e4cb6c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=7d7ea84b [7d7ea84b]] Translated using Weblate (German)&amp;lt;br/&amp;gt;Currently translated at 85.0% (17 of 20 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager-events/de/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=4d63f15b [4d63f15b]] Translated using Weblate (German)&amp;lt;br/&amp;gt;Currently translated at 44.4% (4 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager-desktop-files/de/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=844977ab [844977ab]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=4df2908f [4df2908f]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=726b7a12 [726b7a12]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 69.9% (198 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=b886f5e1 [b886f5e1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 68.5% (194 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=aed561a0 [aed561a0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 56.5% (160 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=0f339629 [0f339629]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 56.5% (160 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=0b25fec3 [0b25fec3]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (283 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=61ae35a3 [61ae35a3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=5df4ed11 [5df4ed11]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 56.5% (160 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=c95d4f33 [c95d4f33]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=f6f35912 [f6f35912]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=92a7c996 [92a7c996]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager-events/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=8883a11e [8883a11e]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=f781e430 [f781e430]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 56.5% (160 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=6bd64d20 [6bd64d20]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 54.4% (154 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
&lt;br /&gt;
== tdesudo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesudo/commit/?id=ccf9891b [ccf9891b]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 10.7% (3 of 28 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesudo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesudo/pt/&lt;br /&gt;
&lt;br /&gt;
== wlassistant ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/wlassistant/commit/?id=9fb9997c [9fb9997c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/wlassistant - wlassistant.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/wlassistant-wlassistantdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/wlassistant/commit/?id=3e7e7008 [3e7e7008]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/wlassistant - wlassistant.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/wlassistant-wlassistantdesktop/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/system =&lt;br /&gt;
== dolphin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=72283ac2 [72283ac2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=e254119c [e254119c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=43564578 [43564578]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (64 of 64 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=cd90f060 [cd90f060]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (64 of 64 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=76e013bb [76e013bb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=0d9a7db1 [0d9a7db1]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=b6e4e387 [b6e4e387]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=66caccf8 [66caccf8]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (174 of 174 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=3738023e [3738023e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=587e9c20 [587e9c20]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (174 of 174 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=7c83a8a9 [7c83a8a9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (174 of 174 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=5ad5f3b3 [5ad5f3b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (174 of 174 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=935eb49d [935eb49d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (174 of 174 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=c5ebee1a [c5ebee1a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=b6a6add7 [b6a6add7]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=d6981f86 [d6981f86]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=88bffef8 [88bffef8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=50bf6ece [50bf6ece]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=df0f2634 [df0f2634]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 87.3% (55 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=128fc6c0 [128fc6c0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=4177bfeb [4177bfeb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=31e79818 [31e79818]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=614887eb [614887eb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=dfc034e5 [dfc034e5]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== katapult ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=8d4c6c83 [8d4c6c83]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/katapult - katapult.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/katapult-katapultdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=a9722a2a [a9722a2a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/katapult&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/katapult/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=7bd864eb [7bd864eb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/katapult - displays&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/katapult-displays/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=5ba23c85 [5ba23c85]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 61.7% (55 of 89 strings)&amp;lt;br/&amp;gt;Translation: applications/katapult&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/katapult/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=b427732a [b427732a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: applications/katapult - displays&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/katapult-displays/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=a2ce4f73 [a2ce4f73]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=90483ac4 [90483ac4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/katapult - katapult.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/katapult-katapultdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=2c620ea8 [2c620ea8]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=4b5ae0ee [4b5ae0ee]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (89 of 89 strings)&amp;lt;br/&amp;gt;Translation: applications/katapult&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/katapult/pt_BR/&lt;br /&gt;
&lt;br /&gt;
== kbfx ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=3e72387f [3e72387f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbfx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbfx/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=8728a71b [8728a71b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbfx - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbfx-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=83dfb156 [83dfb156]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: applications/kbfx - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbfx-desktop-files/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=f445316b [f445316b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: applications/kbfx - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbfx-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=ea95d7dd [ea95d7dd]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=a83a9d10 [a83a9d10]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=7df544d7 [7df544d7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbfx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbfx/&lt;br /&gt;
&lt;br /&gt;
== kcmautostart ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=a23288b9 [a23288b9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=8d01d21a [8d01d21a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart - autostart.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart-autostartdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=2f2f211d [2f2f211d]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=43c28f45 [43c28f45]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=b5fa6c20 [b5fa6c20]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart - autostart.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart-autostartdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=93aa3c87 [93aa3c87]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=639e1972 [639e1972]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=e156d8d7 [e156d8d7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=a34114dc [a34114dc]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=e32b5599 [e32b5599]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/&lt;br /&gt;
&lt;br /&gt;
== kdbusnotification ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=113bd474 [113bd474]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdbusnotification&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbusnotification/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=e70fca00 [e70fca00]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdbusnotification - autostart.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbusnotification-autostartdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=1a641393 [1a641393]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/kdbusnotification&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbusnotification/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=b412e198 [b412e198]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=b0df4a69 [b0df4a69]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kdbusnotification - autostart.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbusnotification-autostartdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=15f5616c [15f5616c]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== klamav ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=8106c138 [8106c138]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/klamav&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klamav/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=15c9978b [15c9978b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/klamav - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klamav-events/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=e0a69957 [e0a69957]] Adapt to latest tqt3 version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=29631587 [29631587]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: applications/klamav - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klamav-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=478aa390 [478aa390]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 64.4% (286 of 444 strings)&amp;lt;br/&amp;gt;Translation: applications/klamav&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klamav/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=9a617c2a [9a617c2a]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=d11bc9be [d11bc9be]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 64.1% (285 of 444 strings)&amp;lt;br/&amp;gt;Translation: applications/klamav&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klamav/ru/&lt;br /&gt;
&lt;br /&gt;
== knemo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=cd1aedc2 [cd1aedc2]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=e7fb48e5 [e7fb48e5]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (85 of 85 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=9e04f998 [9e04f998]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knemo - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=3772679a [3772679a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knemo - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-events/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=232699e6 [232699e6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knemo - kcm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-kcm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=16c52455 [16c52455]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knemo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=8e390170 [8e390170]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=73908043 [73908043]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo - kcm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-kcm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=d1925e58 [d1925e58]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (85 of 85 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=6132bf8e [6132bf8e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== knetload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=ba2626b3 [ba2626b3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knetload - knetload.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetload-knetloaddesktop/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=c52c618e [c52c618e]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=7b25c61d [7b25c61d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knetload - knetload.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetload-knetloaddesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=ad81a141 [ad81a141]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knetload - knetload.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetload-knetloaddesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== knetstats ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=aa6e1e8f [aa6e1e8f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knetstats&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetstats/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=d0767208 [d0767208]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knetstats - knetstats.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetstats-knetstatsdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=cde57e3a [cde57e3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (53 of 53 strings)&amp;lt;br/&amp;gt;Translation: applications/knetstats&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetstats/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=f59f6f15 [f59f6f15]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/knetstats - knetstats.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetstats-knetstatsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=26523e70 [26523e70]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=fca6b8e0 [fca6b8e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (53 of 53 strings)&amp;lt;br/&amp;gt;Translation: applications/knetstats&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetstats/ru/&lt;br /&gt;
&lt;br /&gt;
== kooldock ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kooldock/commit/?id=ff9bf31f [ff9bf31f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kooldock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kooldock/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kooldock/commit/?id=793cfe34 [793cfe34]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: applications/kooldock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kooldock/it/&lt;br /&gt;
&lt;br /&gt;
== krusader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=e2d53a0d [e2d53a0d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=6c4bd80f [6c4bd80f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krusader - tdeio-virt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader-tdeio-virt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=a2f22cc2 [a2f22cc2]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader - tdeio-virt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader-tdeio-virt/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=75b4861b [75b4861b]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=ebe33485 [ebe33485]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 89.0% (1246 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=9c7ecae7 [9c7ecae7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 89.0% (1246 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=48d80382 [48d80382]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1399 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=0a303a08 [0a303a08]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader - tdeio-virt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader-tdeio-virt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=b530f6f6 [b530f6f6]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=7e975b56 [7e975b56]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 89.0% (1246 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=6dcff4b8 [6dcff4b8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=36ae80d0 [36ae80d0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=3ce92a8b [3ce92a8b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 89.0% (1246 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=c3898db6 [c3898db6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=b55a9aa0 [b55a9aa0]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1399 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=a6d7af8f [a6d7af8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 89.0% (1246 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=1107ba66 [1107ba66]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=60b198a9 [60b198a9]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1399 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/uk/&lt;br /&gt;
&lt;br /&gt;
== kshutdown ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=517db2b0 [517db2b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kshutdown - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-events/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=c77cf0fd [c77cf0fd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kshutdown&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=3f542449 [3f542449]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 33.3% (59 of 177 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=73705ae9 [73705ae9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kshutdown&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=9c887493 [9c887493]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=88cbe7eb [88cbe7eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 32.7% (58 of 177 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=7f2b77af [7f2b77af]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=6de6914a [6de6914a]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=294c6c37 [294c6c37]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=5153b71e [5153b71e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kshutdown - kshutdown.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-kshutdowndesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=757c58ab [757c58ab]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=0cb0eeb3 [0cb0eeb3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown - kshutdown.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-kshutdowndesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=6c6e8bb5 [6c6e8bb5]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown - kshutdown.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-kshutdowndesktop/nl/&lt;br /&gt;
&lt;br /&gt;
== ksystemlog ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=59007472 [59007472]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=3178a9b9 [3178a9b9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (391 of 391 strings)&amp;lt;br/&amp;gt;Translation: applications/ksystemlog&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksystemlog/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=23688ec3 [23688ec3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/ksystemlog - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksystemlog-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=e8c74ab9 [e8c74ab9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/ksystemlog - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksystemlog-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=f878a025 [f878a025]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=cf0f1b44 [cf0f1b44]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/ksystemlog&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksystemlog/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=27e255d7 [27e255d7]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kvkbd ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=7509567e [7509567e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: applications/kvkbd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvkbd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=905c6b97 [905c6b97]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvkbd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvkbd/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=039b5a52 [039b5a52]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvkbd - kvkbd.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvkbd-kvkbddesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=db433118 [db433118]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: applications/kvkbd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvkbd/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=f89110ef [f89110ef]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=570028de [570028de]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kvkbd - kvkbd.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvkbd-kvkbddesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=3a15b392 [3a15b392]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=02fef088 [02fef088]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== polkit-agent-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=edfd83c3 [edfd83c3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=9ca3ac2e [9ca3ac2e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde - polkit-agent-tde.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde-polkit-agent-tdedesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=7ef2e01a [7ef2e01a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde - polkit-agent-tde.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde-polkit-agent-tdedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=4bc2685c [4bc2685c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=394ba86f [394ba86f]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=d0ff02a7 [d0ff02a7]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=774e540b [774e540b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=fe3d3837 [fe3d3837]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=81f288bf [81f288bf]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/zh_Hant/&lt;br /&gt;
&lt;br /&gt;
== tastymenu ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=98a3fda1 [98a3fda1]] Use tquic directcly&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=c36fcdf2 [c36fcdf2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tastymenu - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tastymenu-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=a3a01143 [a3a01143]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tastymenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tastymenu/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=97ebaf91 [97ebaf91]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (146 of 146 strings)&amp;lt;br/&amp;gt;Translation: applications/tastymenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tastymenu/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=2307db6a [2307db6a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (146 of 146 strings)&amp;lt;br/&amp;gt;Translation: applications/tastymenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tastymenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=425d4d88 [425d4d88]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/tastymenu - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tastymenu-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=97b927a5 [97b927a5]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdebluez ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=947dacb8 [947dacb8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=66ebc1fa [66ebc1fa]] Translated using Weblate (German)&amp;lt;br/&amp;gt;Currently translated at 78.1% (25 of 32 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/de/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=17819966 [17819966]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=f25c4521 [f25c4521]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-events/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=01f504fe [01f504fe]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=fce0091e [fce0091e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=f23e3839 [f23e3839]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=823b8121 [823b8121]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=d0311fa0 [d0311fa0]] Added translation using Weblate (Dutch)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ee1b7905 [ee1b7905]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 89.1% (239 of 268 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=14e65f81 [14e65f81]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=9a895e4f [9a895e4f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=5dbd02e3 [5dbd02e3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=75e3f4ae [75e3f4ae]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=1d2fcc95 [1d2fcc95]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (266 of 266 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=9ec32992 [9ec32992]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=226cacc4 [226cacc4]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (274 of 274 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ae46115f [ae46115f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ad1894b7 [ad1894b7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=e852055d [e852055d]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tdedocker ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=2f65165d [2f65165d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdedocker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdedocker/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=0c3fe86e [0c3fe86e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdedocker - tdedocker.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdedocker-tdedockerdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=0784dd69 [0784dd69]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 39.1% (18 of 46 strings)&amp;lt;br/&amp;gt;Translation: applications/tdedocker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdedocker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=c8bd481e [c8bd481e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/tdedocker - tdedocker.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdedocker-tdedockerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=2cb5f566 [2cb5f566]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdepowersave ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=cd5e2d09 [cd5e2d09]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=bc831d84 [bc831d84]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=0a9d2078 [0a9d2078]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave-events/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=d8fff9e9 [d8fff9e9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave-events/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=f1c49fc1 [f1c49fc1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (311 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=dc69c843 [dc69c843]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (311 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=edb862bc [edb862bc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (311 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=b001f8e8 [b001f8e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 36.3% (20 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=b8b910e9 [b8b910e9]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=aaf6cc18 [aaf6cc18]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=8a0925b0 [8a0925b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave-events/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=9b7728c1 [9b7728c1]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (311 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=96ba1bf7 [96ba1bf7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 36.3% (20 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=1e735aeb [1e735aeb]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (311 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=f39d5cd2 [f39d5cd2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=c1d1a446 [c1d1a446]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=70666ec3 [70666ec3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=c2676876 [c2676876]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.2% (290 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=5242ce6d [5242ce6d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=678ecbe9 [678ecbe9]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tdesshaskpass ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=a6f6c11a [a6f6c11a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdesshaskpass&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesshaskpass/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=77270a90 [77270a90]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 71.4% (5 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesshaskpass&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesshaskpass/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=a9f78c9a [a9f78c9a]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=b193e3f5 [b193e3f5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdesshaskpass&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesshaskpass/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=7a7a240e [7a7a240e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesshaskpass&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesshaskpass/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=b0aaaa03 [b0aaaa03]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== yakuake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=6b37aed5 [6b37aed5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/yakuake - yakuake.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake-yakuakedesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=80742a30 [80742a30]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/yakuake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=ffd5e73e [ffd5e73e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/yakuake - yakuake.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake-yakuakedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=cf3dbd06 [cf3dbd06]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (98 of 98 strings)&amp;lt;br/&amp;gt;Translation: applications/yakuake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=4adafb6f [4adafb6f]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=73cd9e3b [73cd9e3b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/yakuake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=4d40f6d0 [4d40f6d0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.9% (94 of 98 strings)&amp;lt;br/&amp;gt;Translation: applications/yakuake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/tdeio =&lt;br /&gt;
== tdeio-appinfo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=aa851612 [aa851612]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdeio-appinfo - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-appinfo-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=88509310 [88509310]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdeio-appinfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-appinfo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=61b023d5 [61b023d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-appinfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-appinfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=6b18c8aa [6b18c8aa]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=4a1957d9 [4a1957d9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-appinfo - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-appinfo-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=259bb403 [259bb403]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeio-apt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=fe3e56ed [fe3e56ed]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdeio-apt - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-apt-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=154d4926 [154d4926]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-apt - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-apt-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=9bd15ca6 [9bd15ca6]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeio-ftps ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-ftps/commit/?id=8ac1f636 [8ac1f636]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdeio-ftps&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-ftps/&lt;br /&gt;
&lt;br /&gt;
== tdeio-gopher ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-gopher/commit/?id=5e968032 [5e968032]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdeio-gopher&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-gopher/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-gopher/commit/?id=dfc20d5b [dfc20d5b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-gopher&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-gopher/ru/&lt;br /&gt;
&lt;br /&gt;
== tdeio-locate ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=17202411 [17202411]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdeio-locate - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-locate-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=888a6158 [888a6158]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-locate - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-locate-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=94acdb2d [94acdb2d]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeio-sword ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=bbf5f2b3 [bbf5f2b3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdeio-sword - sword.protocol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-sword-swordprotocol/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=a1851f5d [a1851f5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-sword - sword.protocol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-sword-swordprotocol/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=6d75ce24 [6d75ce24]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeio-umountwrapper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=47882f3b [47882f3b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdeio-umountwrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-umountwrapper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=1dba5db6 [1dba5db6]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-umountwrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-umountwrapper/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=2ce87fe6 [2ce87fe6]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=c48a81c6 [c48a81c6]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 57.1% (4 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-umountwrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-umountwrapper/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=dfbe223a [dfbe223a]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=11dcb3f5 [11dcb3f5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdeio-umountwrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-umountwrapper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=e3173ff2 [e3173ff2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-umountwrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-umountwrapper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=c37ba2dc [c37ba2dc]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
= applications/themes =&lt;br /&gt;
== gtk-qt-engine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=209a3c39 [209a3c39]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=df12e773 [df12e773]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=d0d226cf [d0d226cf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=2178adeb [2178adeb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=90c79e65 [90c79e65]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=df701883 [df701883]] Added translation using Weblate (Chinese (Simplified))&lt;br /&gt;
&lt;br /&gt;
== kgtk-qt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=988c2bf7 [988c2bf7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kgtk-qt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kgtk-qt3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=59addc34 [59addc34]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/kgtk-qt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kgtk-qt3/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=bb70f2fc [bb70f2fc]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=e6da4c75 [e6da4c75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/kgtk-qt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kgtk-qt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=06bca424 [06bca424]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/kgtk-qt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kgtk-qt3/ru/&lt;br /&gt;
&lt;br /&gt;
== ksplash-engine-moodin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=9afce39a [9afce39a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/ksplash-engine-moodin - ksplashmoodin.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksplash-engine-moodin-ksplashmoodindesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=4de4d344 [4de4d344]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/ksplash-engine-moodin - themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksplash-engine-moodin-themes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=d25565ef [d25565ef]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/ksplash-engine-moodin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksplash-engine-moodin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=c10854bc [c10854bc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: applications/ksplash-engine-moodin - themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksplash-engine-moodin-themes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=ba3e4d83 [ba3e4d83]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=a6618f45 [a6618f45]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/ksplash-engine-moodin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksplash-engine-moodin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=5f1d24be [5f1d24be]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=80fd36cc [80fd36cc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/ksplash-engine-moodin - ksplashmoodin.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksplash-engine-moodin-ksplashmoodindesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=c5ea48d7 [c5ea48d7]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tde-style-baghira ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=019e2585 [019e2585]] Use tquic directcly&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=2979361b [2979361b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - bab&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-bab/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=34702a62 [34702a62]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - kmenuapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-kmenuapplet/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=8a772b5d [8a772b5d]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 14.2% (2 of 14 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-desktop-files/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=6081cb0d [6081cb0d]] Added translation using Weblate (Portuguese)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=d05bfa7a [d05bfa7a]] Translated using Weblate (German)&amp;lt;br/&amp;gt;Currently translated at 14.2% (2 of 14 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-desktop-files/de/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=2848e644 [2848e644]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 7.1% (1 of 14 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-desktop-files/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=85366bc0 [85366bc0]] Added translation using Weblate (Portuguese (Brazil))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=130a09fe [130a09fe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - bab&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-bab/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=a41cd05c [a41cd05c]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=2bfddb37 [2bfddb37]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - kmenuapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-kmenuapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=24c94460 [24c94460]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=bb43a575 [bb43a575]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - sessionapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-sessionapplet/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=738600de [738600de]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - starter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-starter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=54a306f5 [54a306f5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=4a3bbfa4 [4a3bbfa4]] Rename library twin3_baghira -&amp;amp;gt; twin_baghira&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=fc8b3dd4 [fc8b3dd4]] Fix functionality broken by commit 66813ef&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=66813efe [66813efe]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tde-style-domino ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=2cc7d2d1 [2cc7d2d1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-domino - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-domino-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=515a3c18 [515a3c18]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-domino - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-domino-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=bc0d220b [bc0d220b]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=7ea023ba [7ea023ba]] Rename library twin3_domino -&amp;amp;gt; twin_domino&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== tde-style-ia-ora ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=35f049b7 [35f049b7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-ia-ora - twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-ia-ora-twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=c6b18455 [c6b18455]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-ia-ora - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-ia-ora-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=9e5afc6b [9e5afc6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-ia-ora - twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-ia-ora-twin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=5bbd8ebf [5bbd8ebf]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=70d8e947 [70d8e947]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-ia-ora - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-ia-ora-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=5e7e1797 [5e7e1797]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=25c19604 [25c19604]] Rename library twin3_iaora -&amp;amp;gt; twin_iaora&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== tde-style-lipstik ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=dc269473 [dc269473]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-lipstik - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-lipstik-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=39c758d5 [39c758d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-lipstik - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-lipstik-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=e0338512 [e0338512]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tde-style-qtcurve ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=4eb564cd [4eb564cd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-qtcurve - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-qtcurve-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=50b1ed09 [50b1ed09]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-qtcurve - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-qtcurve-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=bd4c7eff [bd4c7eff]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=b069a35c [b069a35c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-qtcurve - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-qtcurve-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=27e23c10 [27e23c10]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdmtheme ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=217a1259 [217a1259]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdmtheme - tdmtheme.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdmtheme-tdmthemedesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=40c3be67 [40c3be67]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/tdmtheme - tdmtheme.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdmtheme-tdmthemedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=422b7c29 [422b7c29]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=be80cbfd [be80cbfd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdmtheme&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdmtheme/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=33f7baf1 [33f7baf1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: applications/tdmtheme&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdmtheme/ru/&lt;br /&gt;
&lt;br /&gt;
== twin-style-crystal ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=6ab69486 [6ab69486]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/twin-style-crystal - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-crystal-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=74a99abb [74a99abb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/twin-style-crystal - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-crystal-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=ef365451 [ef365451]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=d9afc78c [d9afc78c]] Rename library twin3_crystal -&amp;amp;gt; twin_crystal&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-dekorator ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=3a56d8a8 [3a56d8a8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/twin-style-dekorator - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-dekorator-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=c2065d4f [c2065d4f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/twin-style-dekorator - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-dekorator-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=92d4ca9f [92d4ca9f]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=c67f6084 [c67f6084]] Rename library twin3_deKorator -&amp;amp;gt; twin_deKorator&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-machbunt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=20f2a3cd [20f2a3cd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/twin-style-machbunt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-machbunt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=be043da8 [be043da8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/twin-style-machbunt - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-machbunt-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=f58ac171 [f58ac171]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/twin-style-machbunt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-machbunt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=7a99524e [7a99524e]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=330d2a97 [330d2a97]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/twin-style-machbunt - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-machbunt-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=af060376 [af060376]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=81c7c4d0 [81c7c4d0]] Rename library twin3_MachBunt to twin_MachBunt&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-suse2 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=172925c1 [172925c1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/twin-style-suse2 - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-suse2-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=9f9b3c89 [9f9b3c89]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/twin-style-suse2&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-suse2/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=e0d3d7ab [e0d3d7ab]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 78.4% (51 of 65 strings)&amp;lt;br/&amp;gt;Translation: applications/twin-style-suse2&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-suse2/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=db79df35 [db79df35]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/twin-style-suse2 - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-suse2-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=358a0175 [358a0175]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=6cdb0cbb [6cdb0cbb]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (65 of 65 strings)&amp;lt;br/&amp;gt;Translation: applications/twin-style-suse2&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-suse2/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=9b5c2e1e [9b5c2e1e]] Rename library twin3_SUSE2 -&amp;amp;gt; twin_SUSE&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
= applications/utilities =&lt;br /&gt;
== abakus ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=9ace50d1 [9ace50d1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/abakus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=467ef6c1 [467ef6c1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (49 of 49 strings)&amp;lt;br/&amp;gt;Translation: applications/abakus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=e1762b36 [e1762b36]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=b277c7ae [b277c7ae]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/abakus - abakus.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus-abakusdesktop/bg/&lt;br /&gt;
&lt;br /&gt;
== filelight ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=6676268d [6676268d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=8066004a [8066004a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=9fd8fe68 [9fd8fe68]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (77 of 77 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=aa06806b [aa06806b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=28349b70 [28349b70]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=7cc11b7f [7cc11b7f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=629295b3 [629295b3]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=33098270 [33098270]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (77 of 77 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/uk/&lt;br /&gt;
&lt;br /&gt;
== kbarcode ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=6485e027 [6485e027]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.8% (593 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=4df954b0 [4df954b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=877e33b5 [877e33b5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=5215d91d [5215d91d]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 1.1% (7 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=ef957b79 [ef957b79]] Added translation using Weblate (Portuguese)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=cee8d8dc [cee8d8dc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 31.3% (186 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=e7336ab9 [e7336ab9]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=2f5aa189 [2f5aa189]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.1% (589 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=6c31a9ec [6c31a9ec]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=7f9e4e65 [7f9e4e65]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.9% (582 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=f6c05921 [f6c05921]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 74.5% (443 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=371ce27c [371ce27c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=7bd51d72 [7bd51d72]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=6ca861bd [6ca861bd]] Fix functionality broken by commit fc06df3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=fc06df33 [fc06df33]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== kchmviewer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=70035baa [70035baa]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kchmviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kchmviewer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=98cc5c5b [98cc5c5b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 80.6% (117 of 145 strings)&amp;lt;br/&amp;gt;Translation: applications/kchmviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kchmviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=c840a753 [c840a753]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 80.6% (117 of 145 strings)&amp;lt;br/&amp;gt;Translation: applications/kchmviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kchmviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=7b5e8574 [7b5e8574]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kchmviewer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kchmviewer-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=78502278 [78502278]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kchmviewer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kchmviewer-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== kcpuload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=8b0472e7 [8b0472e7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=65f9b95b [65f9b95b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcpuload - kcpuload.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload-kcpuloaddesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=276df6b7 [276df6b7]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=886ad23f [886ad23f]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=14c73c4b [14c73c4b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kcpuload - kcpuload.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload-kcpuloaddesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=824e509b [824e509b]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=0c199bf6 [0c199bf6]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=b49178b0 [b49178b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=8ae8e9f8 [8ae8e9f8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 94.8% (37 of 39 strings)&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=7a450d31 [7a450d31]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=d9952f82 [d9952f82]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/&lt;br /&gt;
&lt;br /&gt;
== kdirstat ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=b1806af7 [b1806af7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdirstat - kdirstat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdirstat-kdirstatdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=9ee7ad73 [9ee7ad73]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdirstat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdirstat/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=d08890b0 [d08890b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kdirstat - kdirstat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdirstat-kdirstatdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=d0eed693 [d0eed693]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (249 of 249 strings)&amp;lt;br/&amp;gt;Translation: applications/kdirstat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdirstat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=cc9f1809 [cc9f1809]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=89804e56 [89804e56]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 47.3% (118 of 249 strings)&amp;lt;br/&amp;gt;Translation: applications/kdirstat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdirstat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=71311fff [71311fff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 42.1% (105 of 249 strings)&amp;lt;br/&amp;gt;Translation: applications/kdirstat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdirstat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=a958f1f3 [a958f1f3]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== keep ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=3fbf5959 [3fbf5959]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/keep&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/keep/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=3ae2fe56 [3ae2fe56]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/keep - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/keep-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=769aafda [769aafda]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: applications/keep&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/keep/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=1a76670f [1a76670f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/keep - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/keep-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=c08474b2 [c08474b2]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=04ecada5 [04ecada5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 84.5% (93 of 110 strings)&amp;lt;br/&amp;gt;Translation: applications/keep&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/keep/ru/&lt;br /&gt;
&lt;br /&gt;
== knutclient ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=0b5c2f34 [0b5c2f34]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knutclient - knutclient.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient-knutclientdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=5f03df41 [5f03df41]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knutclient - knutclient.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient-knutclientdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=0beb63be [0beb63be]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=dfa5f3fa [dfa5f3fa]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knutclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=466ddc1b [466ddc1b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (203 of 203 strings)&amp;lt;br/&amp;gt;Translation: applications/knutclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient/uk/&lt;br /&gt;
&lt;br /&gt;
== kompose ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=ec67407f [ec67407f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kompose - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kompose-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=00e245dc [00e245dc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kompose - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kompose-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=748e68f2 [748e68f2]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== krename ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=1039e1e5 [1039e1e5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krename&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krename/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=8f56e896 [8f56e896]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (330 of 330 strings)&amp;lt;br/&amp;gt;Translation: applications/krename&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krename/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=28d102bd [28d102bd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krename - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krename-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=b4e78648 [b4e78648]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/krename - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krename-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=7740aa8e [7740aa8e]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== ksensors ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=25e49533 [25e49533]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/ksensors - ksensors.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksensors-ksensorsdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=f4d3000d [f4d3000d]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (98 of 98 strings)&amp;lt;br/&amp;gt;Translation: applications/ksensors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksensors/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=2a8c9caa [2a8c9caa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/ksensors - ksensors.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksensors-ksensorsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=2f3812ef [2f3812ef]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== qalculate-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=83e6d6a4 [83e6d6a4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=00321718 [00321718]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (594 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=3fca4e9e [3fca4e9e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=2a0fc1a4 [2a0fc1a4]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=744ac88e [744ac88e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=6baf1704 [6baf1704]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.4% (593 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=accfbbbf [accfbbbf]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=34b3365e [34b3365e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=933d4190 [933d4190]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=68aa9b3b [68aa9b3b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (596 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=96280709 [96280709]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 75.0% (447 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=09de128a [09de128a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 70.6% (421 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=c714c687 [c714c687]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 60.7% (362 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=1c102209 [1c102209]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 42.4% (253 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=06249035 [06249035]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
= packaging =&lt;br /&gt;
== packaging ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=3dca8bbc [3dca8bbc]] DEB tqt3: switch ntqapplication, ntqconfig and ntqmodules files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=12e0186a [12e0186a]] DEB tqt3: adapt to tquic&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=03be3ca8 [03be3ca8]] DEB tqtinterface: remove tmoc from .deb package&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=807fa03e [807fa03e]] DEB tqt3: adapt to tqmoc&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=752f1174 [752f1174]] DEB tqt3: remove nsplugin header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=8698e680 [8698e680]] RPM: re-add dependency to gcc-c++ (with condition)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=1144adb7 [1144adb7]] Add clang compile support&amp;lt;br/&amp;gt;- Add check for installed compiler, remove BuildRequires&amp;lt;br/&amp;gt;- Add platform option for clang when the default symlink resolves to it&amp;lt;br/&amp;gt;- Add OpenMandriva specific checks for required files removed during&amp;lt;br/&amp;gt;  packaging&amp;lt;br/&amp;gt;- Comment missing docs, install, and headers during packaging process&amp;lt;br/&amp;gt;- Increment version number to latest stable release&amp;lt;br/&amp;gt;- Replace symlink for build-examples with the actual file, install dereferences&amp;lt;br/&amp;gt;- Add missing translation file for &amp;quot;tr&amp;quot;&amp;lt;br/&amp;gt;- Fix lib prefixes for dependencies needed in MDK/OMV for 64 bit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=3117a031 [3117a031]] DEB pytqt: adjust to current tqt3 version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=53b4c4b9 [53b4c4b9]] DEB tqt3: switch remaining ntq[s-z]* header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=810ea216 [810ea216]] DEB tqt3: switch remaining ntq[m-r]* header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=97f7238e [97f7238e]] DEB tqt3: switch remaining ntq[i-l]* header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=8626a06e [8626a06e]] DEB tqt3: switch remaining ntq[d-h]* header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=5e27280f [5e27280f]] DEB tqt3: switch remaining ntq[a-c]* header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=85c8c1c1 [85c8c1c1]] DEB tqt3: remove obsolete tqabstractlayout.h header&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=7ac72cfb [7ac72cfb]] DEB tqt3: switch global classes tq* widget files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=d4bdda71 [d4bdda71]] DEB tqt3: switch style related tq* widget files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=d5fc881b [d5fc881b]] DEB tqt3: switch tq* layout files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=a6c0eeef [a6c0eeef]] DEB tqt3: switch more tq* widget files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=de716d15 [de716d15]] DEB tqt3: switch to tq* basic widget files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=a7e8d524 [a7e8d524]] DEB tqt3: switch to tq* environment class files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=17e7ce1f [17e7ce1f]] DEB tqt3: switch to tq* text class files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=b2b7389f [b2b7389f]] DEB tqt3: switch to tq* graphics class files (part 2)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=8044a43b [8044a43b]] DEB tqt3: switch to tq* graphics class files (part 1)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=2d8ee89b [2d8ee89b]] DEB tqt3: switch to tq* IO and network header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=46551b1f [46551b1f]] DEB tqt3: switch to tq* utility class files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=0cf4c136 [0cf4c136]] DEB tqt3: switch to tq* dran-n-drop files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f3fe3921 [f3fe3921]] DEB tqt3: switch to tq* main window files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=c62bc8c3 [c62bc8c3]] DEB tqt3: switch to tq* codec files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=40dc8410 [40dc8410]] DEB tqt3: switch to tq* threading files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=11fcd3e7 [11fcd3e7]] DEB tqt3: switch to tq* date and time files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=355bec7d [355bec7d]] DEB tqt3: remove Qt/embedded related files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=787c105f [787c105f]] RPM: more updates for mageia/openmandriva BuildRequires&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=ac47c91c [ac47c91c]] RPM: synchronize redhat directory with r14.1.x branch&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=1488354e [1488354e]] DEB tqt3: switch to tq* style files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=1141dba2 [1141dba2]] DEB tqt3: switch to tq* icon files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=ba843920 [ba843920]] DEB tqt3: switch to tq* text files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=85a0b800 [85a0b800]] DEB tqt3: switch to tq* str files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=dd776b9f [dd776b9f]] DEB tqt3: switch to tq* image files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=18e9eea2 [18e9eea2]] DEB tqt3: switch to tq* ptr files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=cd2dd4e9 [cd2dd4e9]] DEB tqt3: switch to tq* template library files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=6839f2be [6839f2be]] DEB tqt3: switch to tqwidget* files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=82ceb95a [82ceb95a]] DEB tqt3: switch to tq* canvas related files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=53704653 [53704653]] DEB tqt3: switch to tq* dom and xml related files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=30405ac3 [30405ac3]] DEB tqt3: switch to tq* sql related files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=2f4b0256 [2f4b0256]] DilOS tqt3: add input context header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=d0a9c398 [d0a9c398]] DEB tqt3: switch to tqobject* files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=598468a9 [598468a9]] DEB tqt3: move tqt.h from tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=ef8e0bd1 [ef8e0bd1]] DEB build scripts: updated after testing on Devuan Chimaera&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=70a0160c [70a0160c]] DEB tdebindings: remove dependency on libtqt3-compat-headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=fb212c9e [fb212c9e]] DEB tqt3: drop compat files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=a4869e73 [a4869e73]] DEB tdebase twin: adjusted after renaming client libraries from twin3_* to twin_*. This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=7b064a10 [7b064a10]] DEB tqt3: adjusted after removing Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f7be243e [f7be243e]] DEB buildscripts: update supported distros&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f82c8cc0 [f82c8cc0]] DEB: remove support for Debian Stretch and Ubuntu Xenial&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=4721bdc6 [4721bdc6]] DEB tqt3: remove Qt2 obsolete classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=e6b868c8 [e6b868c8]] DEB tdebase: added release notes for R14.2.x series&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=3c5c1e60 [3c5c1e60]] DEB trinity-apt-archive: Set the apt repository URL to PTB.&lt;/div&gt;</summary>
		<author><name>SlavekB</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.1.4&amp;diff=3510</id>
		<title>Changelog For R14.1.4</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.1.4&amp;diff=3510"/>
		<updated>2024-10-29T01:27:38Z</updated>

		<summary type="html">&lt;p&gt;SlavekB: Initial version&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= dependencies =&lt;br /&gt;
== tde-cmake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=580befe5 [580befe5]] Update version to R14.1.4&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== polkit-tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-tqt/commit/?id=da5de499 [da5de499]] Make sure TQ_EXPORT is defined before it is used&lt;br /&gt;
&lt;br /&gt;
= core =&lt;br /&gt;
== tdelibs ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=fcbf2cd7 [fcbf2cd7]] change ftp pass command case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=91b5d541 [91b5d541]] Update version to R14.1.4&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tdebase ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=01b4e6da [01b4e6da]] Don&amp;#039;t stat files twice when sending to trash&amp;lt;br/&amp;gt;TQDir::entryInfoList will call some variation of stat on each file when&amp;lt;br/&amp;gt;creating the return list, so there is no need to stat the file again.&amp;lt;br/&amp;gt;See: [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/445 TDE/tdebase#445]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d32b065f [d32b065f]] Add draft R14.1.4 release notes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=bd043798 [bd043798]] Fix broken links in R14.1.3 release notes&lt;br /&gt;
&lt;br /&gt;
== tdewebdev ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=f2af844a [f2af844a]] kxsldbg: Remove obsolete initialization of SAX1 parser.&amp;lt;br/&amp;gt;The call does not do any operation and causes FTBFS with libxml2 &amp;amp;gt;= 2.13.0.&lt;br /&gt;
&lt;br /&gt;
= applications/misc =&lt;br /&gt;
== krecipes ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=04f85823 [04f85823]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= applications/multimedia =&lt;br /&gt;
== amarok ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=d200bcbd [d200bcbd]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== codeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=77b92dd8 [77b92dd8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=55b425fe [55b425fe]] Update the xineScope to remove global variables.&amp;lt;br/&amp;gt;This patch updates xineScope.c to better align with Amarok&amp;#039;s code. As a&amp;lt;br/&amp;gt;result, the analyzer is more accurate.  For instance, when playing an&amp;lt;br/&amp;gt;audio file and there is a silent spot, the blocks will correctly &amp;quot;drop&amp;quot;&amp;lt;br/&amp;gt;to the bottom, leaving an empty analyzer.  The previous behaviour would&amp;lt;br/&amp;gt;leave some blocks &amp;quot;stuck&amp;quot; in their position&amp;lt;br/&amp;gt;See: [https://mirror.git.trinitydesktop.org/gitea/TDE/codeine/issues/23 TDE/codeine#23]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=4fe9282a [4fe9282a]] Fix the audio analyzer&amp;lt;br/&amp;gt;Most of the code was already borrowed from Amarok, but wasn&amp;#039;t properly&amp;lt;br/&amp;gt;finished. This just updates the code to more closely match what is&amp;lt;br/&amp;gt;currently in TDE&amp;#039;s Amarok.&amp;lt;br/&amp;gt;The Analyzer still sits in the statusBar(), which is cool, but can have&amp;lt;br/&amp;gt;some delays when watching a video (the video itself is unaffected).&amp;lt;br/&amp;gt;See: [https://mirror.git.trinitydesktop.org/gitea/TDE/codeine/issues/23 TDE/codeine#23]&lt;br /&gt;
&lt;br /&gt;
= applications/system =&lt;br /&gt;
== ksystemlog ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=3fba3d9a [3fba3d9a]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== xdg-desktop-portal-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/xdg-desktop-portal-tde/commit/?id=84a87037 [84a87037]] Fix location of desktop file to be aligned with other applications&lt;/div&gt;</summary>
		<author><name>SlavekB</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.1.3&amp;diff=3490</id>
		<title>Changelog For R14.1.3</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.1.3&amp;diff=3490"/>
		<updated>2024-10-25T12:10:48Z</updated>

		<summary type="html">&lt;p&gt;SlavekB: Update 20241025&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= common =&lt;br /&gt;
== admin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=afaec96a [afaec96a]] Fix FTBFS with Python 3.13.&amp;lt;br/&amp;gt;This solves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tde-common-admin/issues/33 #33]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=6fa5fdb7 [6fa5fdb7]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=d2186b1a [d2186b1a]] am_edit: Cover all wizard include variants and class name in one regexp.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=3c9e11e1 [3c9e11e1]] Rename kdemacros.h to tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=36c8888e [36c8888e]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
= dependencies =&lt;br /&gt;
== tde-cmake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=b7e33800 [b7e33800]] Update version to R14.1.3.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=2f37ffcc [2f37ffcc]] tde_create_translated_desktop: Fix processing of files with spaces in name.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=5283559e [5283559e]] tde_import: Always do &amp;#039;include&amp;#039; because macro can be called in a scope that is not global.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=5e1ef63e [5e1ef63e]] Remove __KDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=713b969b [713b969b]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY. Temporarily __KDE_HAVE_GCC_VISIBILITY is still provided, till renaming on all TDE code base is completed.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=03a1c2f4 [03a1c2f4]] tde_uic: Cover all wizard include variants and class name in one regexp.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=f1352532 [f1352532]] Rename kdemacros.h to tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=68452c7f [68452c7f]] tde_import: Reducing the noise, more common listing of the result.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=d9c41557 [d9c41557]] Add support for relative paths in &amp;#039;_tde_internal_setup_path&amp;#039;&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=9d383967 [9d383967]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=9a81dc39 [9a81dc39]] Update version to R14.1.3&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tqt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=0752cff4 [0752cff4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=c9932b7c [c9932b7c]] Make sure to release thread resources back to the OS once the thread completes.&amp;lt;br/&amp;gt;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.&amp;lt;br/&amp;gt;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.&amp;lt;br/&amp;gt;Manually cherry-picked from commit 81288cfc.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=24032974 [24032974]] Fix fallover case for TQEvent::MetaCall&amp;lt;br/&amp;gt;Manually cherry-picked from commit 24b42848.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b6eef6a4 [b6eef6a4]] Fix possible SEGV if the sender object list was null and thread support enabled&amp;lt;br/&amp;gt;Commit manually cherry-picked from 8e653076.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=08ac5cce [08ac5cce]] Improve handling of the global post event list in order to minimize possible crashes on exit.&amp;lt;br/&amp;gt;Key points:&amp;lt;br/&amp;gt;1. a TQPostEventList can now have an associated mutex, which is used in case of the global post event list (GPEL)&amp;lt;br/&amp;gt;2. the lifetime of the GPEL is no longer associated to the lifetime of the TQApplication object, but rather extended to the lifetime of the main thread. The GPEL is a static local initialized on first access and destroyed when the global static object destructor is invoked&amp;lt;br/&amp;gt;3. access to the GPEL after the TQApplication object has been destroyed has been minimized by protecting calls in &amp;amp;#126;TQObject() and &amp;amp;#126;TQWidget().&amp;lt;br/&amp;gt;4. special care was taken not to affect performances or unnecessarily create tons of unused TQMutexes&amp;lt;br/&amp;gt;This replaces PR #182. Technically it is still possibly unsafe due to the order of destruction of the globat static objects not being guaranteed across multiple compilation units, but the aforementioned changes should minimize (possible to zero) the chances of a SEGV happening.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=09d080c0 [09d080c0]] Added check for tqApp pointer in TQWidget destructor&amp;lt;br/&amp;gt;Necessary for the application to shut down properly&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=e06dfea3 [e06dfea3]] Fix OpenType language definition tags and array access. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tqt3/issues/171 #171]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b634a4f6 [b634a4f6]] Fix a missing `if` clause guard&amp;lt;br/&amp;gt;It was mismatched with indents and sibling `if` clause cases.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=cd45e22a [cd45e22a]] Fix to compare thread_id with `pthread_equal()`&amp;lt;br/&amp;gt;`pthread_t` is an opaque type, should not be compared with `==`.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=03ef2cdd [03ef2cdd]] Remove commercial site content and documentation&amp;lt;br/&amp;gt;trolltech domain is no longer valid.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=8141b881 [8141b881]] Correctly release glib mainloop and gsource, to avoid memory leaks&lt;br /&gt;
&lt;br /&gt;
== tqtinterface ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=1e47a121 [1e47a121]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=d4f8267e [d4f8267e]] Remove unnecessary files and processing when building libtqt.so.&lt;br /&gt;
&lt;br /&gt;
== akode ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/akode/commit/?id=400687a3 [400687a3]] Fix version check for akode_write and ffmpeg 7.x.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/akode/commit/?id=a4d07cf6 [a4d07cf6]] Fix compatibility with ffmpeg 7.x&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/akode/commit/?id=88d21b1b [88d21b1b]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== arts ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/arts/commit/?id=0f72e47c [0f72e47c]] Improve fatal error messages&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/arts/commit/?id=30779eb2 [30779eb2]] Fix incorrect command name&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/arts/commit/?id=999d426c [999d426c]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/arts/commit/?id=7f3dda33 [7f3dda33]] Rename thread mutex related debug flag name&amp;lt;br/&amp;gt;It is used to detect multiple mutex lock, not just for pthread related&amp;lt;br/&amp;gt;debugging.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/arts/commit/?id=75cb448c [75cb448c]] Fix usage of `pthread_t`&amp;lt;br/&amp;gt;`pthread_t` is opaque type.&amp;lt;br/&amp;gt;Change to compare with `pthread_equal()` and introduce validate flag.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/arts/commit/?id=210a7151 [210a7151]] fix to use AudioIOSun on Solaris and NetBSD&amp;lt;br/&amp;gt;`USE_SOLARIS` is not defined (related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tde/issues/74 TDE/tde#74]).&amp;lt;br/&amp;gt;On NetBSD, native audio system audioio(4) i.e. sunaudio is preferred.&lt;br /&gt;
&lt;br /&gt;
== avahi-tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/avahi-tqt/commit/?id=cb6ab292 [cb6ab292]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== dbus-1-tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dbus-1-tqt/commit/?id=d6a1bf8c [d6a1bf8c]] Use tq* headers instead of ntq*&lt;br /&gt;
&lt;br /&gt;
== libart-lgpl ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libart-lgpl/commit/?id=52ecb65b [52ecb65b]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== libcaldav ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libcaldav/commit/?id=023b3918 [023b3918]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== libcarddav ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libcarddav/commit/?id=a3d434ae [a3d434ae]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== sip4-tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/sip4-tqt/commit/?id=fa5e4646 [fa5e4646]] Fix FTBFS with Python 3.13.&amp;lt;br/&amp;gt;This solves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/sip4-tqt/issues/26 #26]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/sip4-tqt/commit/?id=7f3c0748 [7f3c0748]] Added prototype of yylex() function&amp;lt;br/&amp;gt;Required for building with the new gcc-14&lt;br /&gt;
&lt;br /&gt;
== tqscintilla ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqscintilla/commit/?id=2116474a [2116474a]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== pytqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=5afb6e8e [5afb6e8e]] Fix FTBFS with Python 3.13.&amp;lt;br/&amp;gt;This solves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/pytqt/issues/32 #32]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=03a1fe47 [03a1fe47]] Fix example translations for pytqt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=3dec37ec [3dec37ec]] Changing string types to bytes for pytquic&amp;lt;br/&amp;gt;For python3 you need to explicitly specify the bytes type, it is different from strings&lt;br /&gt;
&lt;br /&gt;
== tqca ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqca/commit/?id=33b8372a [33b8372a]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqca/commit/?id=efc46edc [efc46edc]] Use `pkg_get_variable` to retrieve the value of pkg-config variable&amp;lt;br/&amp;gt;It is a new feature in CMake version 3.4, CMake-3.5 is required for&amp;lt;br/&amp;gt;TDE now.&lt;br /&gt;
&lt;br /&gt;
= core =&lt;br /&gt;
== tdelibs ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=98cd2f96 [98cd2f96]] Update version to R14.1.3.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=ab167e15 [ab167e15]] Fix syntax error when using tqmoc on tdestoragedevice.h&amp;lt;br/&amp;gt;TDE now requires c++11, so the conditional code is no longer required.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=3d8df21c [3d8df21c]] tdeio - scheduler: Fix crash if the job or slave are not valid.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=e711642d [e711642d]] Add kascii* methods previously part of tdepim/libemailfunctions&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=f9615ed5 [f9615ed5]] Kate: update rust syntax to highlight alerts and todo.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=c5c7697c [c5c7697c]] Improve JasPer 3/4 support&amp;lt;br/&amp;gt;Versions prior to 3 registered an atexit hander which performed resource&amp;lt;br/&amp;gt;cleanup with &amp;#039;jas_cleanup&amp;#039;, this was removed in version 3 meaning we&amp;lt;br/&amp;gt;were leaking resources.&amp;lt;br/&amp;gt;The &amp;#039;jas_init&amp;#039; and &amp;#039;jas_cleanup&amp;#039; functions were deprecated in version 3,&amp;lt;br/&amp;gt;so we use the newer jas_init_library/jas_init_thread functions.&amp;lt;br/&amp;gt;The max memory that JasPer can use has been limited to (at most) 512 MB.&amp;lt;br/&amp;gt;Without this change, JasPer will use whatever JAS_DEFAULT_MAX_MEM_USAGE&amp;lt;br/&amp;gt;is configured to, which is 1 GB by default.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=4ba00075 [4ba00075]] Fix FTBFS introduced by PR #302&amp;lt;br/&amp;gt;LibTIFF versions 4.2.0 and older used custom integer types, causing&amp;lt;br/&amp;gt;distributions with those versions to fail when building.&amp;lt;br/&amp;gt;In 4.3.0 and newer, the &amp;#039;uint16&amp;#039; and &amp;#039;uint32&amp;#039; types are deprecated,&amp;lt;br/&amp;gt;so this removes the deprecation warnings and keeps compatibility with&amp;lt;br/&amp;gt;any versions of LibTIFF where uint16 and uint32 did not equal their&amp;lt;br/&amp;gt;stdint.h counterparts.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=e2732d38 [e2732d38]] kimgio: Support TIFF transparency&amp;lt;br/&amp;gt;See: https://mirror.git.trinitydesktop.org/gitea/TDE/tdelibs/issues/282&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=269661fa [269661fa]] kjs - pcre: Fix crash if regexp is invalid.&amp;lt;br/&amp;gt;If the regular expression is invalid and pcre2_compile ends with error,&amp;lt;br/&amp;gt;match_data will remain uninitialized, which in turn leads to crash on&amp;lt;br/&amp;gt;pcre2_match_data_free in RegExp destructor.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=e034c819 [e034c819]] Fix TDECModuleInfo::needsTest() returning always false&amp;lt;br/&amp;gt;Properties such as this first make a call to the protected loadAll() method if the modules desktop files&amp;lt;br/&amp;gt;have not been processed yet, but such a call was for some reason missing from the needsTest() function,&amp;lt;br/&amp;gt;resulting in the method always returning false unless another function called loadAll() first.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=9be6785a [9be6785a]] tqtglobaldefines.h only contains comments, so it is an unnecessary inclusion&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=a1b7068d [a1b7068d]] Fix display of icon for filenames with multiple dots in the icon dialog window.&amp;lt;br/&amp;gt;This patch has been adapted from the equivalent patch in the Suse&amp;#039;s KDE3 repositories created by Yasuhiko Kamata.&amp;lt;br/&amp;gt;https://build.opensuse.org/projects/KDE:KDE3/packages/kdelibs3/files/kdelibs-multiple-dot-iconfile.patch&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cc8ddafa [cc8ddafa]] Check KDE start condition if TDE start condition was not found. This refers to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdelibs/issues/283 #283]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=3ccc8ad9 [3ccc8ad9]] kjs: use libpcre2 instead of libpcre&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=8b5a4521 [8b5a4521]] Explicitly skip KDE xdg autostart files. This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdelibs/issues/283 #283]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=20badf14 [20badf14]] Improve and fix autostart support for KDE programs. This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdelibs/issues/283 #283]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=66028a61 [66028a61]] Remove __KDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=34e58a5f [34e58a5f]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY. Temporarily __KDE_HAVE_GCC_VISIBILITY is still provided, till renaming on all TDE code base is completed.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=a4a424a3 [a4a424a3]] Remove dummy kdemacros.h file&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=41737353 [41737353]] Rename kdemacros.* files to tdemacros.*&amp;lt;br/&amp;gt;A dummy &amp;#039;kdemacros.h&amp;#039; has been added to allow TDE to built till renaming is carried out across the whole code base. It will then be removed.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=69ec8f3e [69ec8f3e]] Use tq* headers instead of ntq* ones&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=89b880a0 [89b880a0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=46838919 [46838919]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=767dff65 [767dff65]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=750384b9 [750384b9]] KDirOperator: add support for history navigation mouse buttons&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=07dfb84a [07dfb84a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=c1ea7021 [c1ea7021]] kimgio: Add kimgio desktop files to the translation.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=3856007b [3856007b]] Kate: use paths for local files in modified on disk dialog&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=0ec3c25c [0ec3c25c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=402f0ff4 [402f0ff4]] Remove KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7476deac [7476deac]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=70c31758 [70c31758]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=09fd7adf [09fd7adf]] Added image/webp to tdehtmlimage&amp;#039;s list of supported formats&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=533b0264 [533b0264]] Added mimetypes/image/webp.desktop&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=8414af17 [8414af17]] Adds WebP read support to kimgio&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=b74ce592 [b74ce592]] Replace KDE_DEPRECATED with TDE_DEPRECATED.&amp;lt;br/&amp;gt;This relates to #275 - part specific to R14.1.x branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=8ea80a77 [8ea80a77]] Remove KDE_ISLIKELY and KDE_ISUNLIKELY defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=4864f9da [4864f9da]] Replace KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL with TDE_* equivalent&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=9c9f5bf8 [9c9f5bf8]] Remove KDE_DEPRECATED define&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=83d0d2ce [83d0d2ce]] Kate syntax: allow PHP heredoc closing identifiers to be idented&amp;lt;br/&amp;gt;It is allowed syntax since PHP version 7.3.0.&amp;lt;br/&amp;gt;See https://www.php.net/manual/en/language.types.string.php#language.types.string.syntax.heredoc&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=f23f0ef9 [f23f0ef9]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cce9e894 [cce9e894]] Remove KDE_EXPORT and KDE_NO_EXPORT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=62949e0a [62949e0a]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=bef9baf7 [bef9baf7]] Update version to R14.1.3&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tdebase ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=04b48a89 [04b48a89]] Update R14.1.3 release notes to final version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b61f27f7 [b61f27f7]] ksmserver: Fix FTBFS when building without tdehw library.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=524eb4d5 [524eb4d5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e2b5f424 [e2b5f424]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=be5424c4 [be5424c4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=0515333d [0515333d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=42cc199f [42cc199f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=82ec9916 [82ec9916]] TDESynDaemon: prevent more than one instance from running at the same time&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=eac0d870 [eac0d870]] KControl: Add option to toggle visibility of hidden modules&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=10675b72 [10675b72]] khotkeys: make sure the kded service is controlled only by the Service Manager in TCC.&amp;lt;br/&amp;gt;Also make sure any changes to Input Action is immediately notified to&amp;lt;br/&amp;gt;the kded service.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/537 #537]&amp;lt;br/&amp;gt;1. Fix kded service startup settings.&amp;lt;br/&amp;gt;In TCC --&amp;amp;gt; Regional &amp;amp; Accessibility --&amp;amp;gt; Input Actions --&amp;amp;gt; General&amp;lt;br/&amp;gt;Settings tab, there was a checkbox to &amp;quot;disable the daemon&amp;quot;. This was&amp;lt;br/&amp;gt;either quitting or relaunching khotkeys as a standalone application,&amp;lt;br/&amp;gt;overlapping any choice set in the TCC -&amp;amp;gt; TDE Components --&amp;amp;gt; Service&amp;lt;br/&amp;gt;Manager page.&amp;lt;br/&amp;gt;khotkeys is now launched as a kded service, therefore the aforemention&amp;lt;br/&amp;gt;checkbox is no longer required. If a user choose to manually launch&amp;lt;br/&amp;gt;khotkeys as a standalone application, they can disable it by simply&amp;lt;br/&amp;gt;terminating the application (either by killing it or quitting through&amp;lt;br/&amp;gt;DCOP).&amp;lt;br/&amp;gt;2. Notify Input Actions changes to the kded service&amp;lt;br/&amp;gt;If Input Actions are changed, the changes will be notified to either the&amp;lt;br/&amp;gt;kded service or the standalone khotkeys application, depending on which&amp;lt;br/&amp;gt;of the two is running.&amp;lt;br/&amp;gt;3. the kcm_khotkeys_init library has been removed since it is no longer&amp;lt;br/&amp;gt;   necessary.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1a8369c8 [1a8369c8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=4123f156 [4123f156]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=6b615f8a [6b615f8a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ba58d6ad [ba58d6ad]] Various fixes for khotkeys. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/326 #326]&amp;lt;br/&amp;gt;1. ensure there is a single khotkeys instance running per session&amp;lt;br/&amp;gt;   instead of per screen (remote multihead related code)&amp;lt;br/&amp;gt;2. allow khotkeys to be run as a kded module&amp;lt;br/&amp;gt;3. make sure that khotkeys run either as a standalone application or as&amp;lt;br/&amp;gt;   a kded module, but not both at the same time&amp;lt;br/&amp;gt;4. do not register khotkeys as a main DCOP entry (like an app) anymore.&amp;lt;br/&amp;gt;   When run as kded module, this was causing kded to be registered as&amp;lt;br/&amp;gt;   khotkeys a second time.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=77134aea [77134aea]] KControl: Fix test function of Joystick module&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a05ee7f7 [a05ee7f7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=03e50a17 [03e50a17]] kcontrol touchpad: rename syndaemon to tdesyndaemon&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5dcbaf6b [5dcbaf6b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d9f73a1e [d9f73a1e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2af9d1ed [2af9d1ed]] KControl: add touchpad configuration module&amp;lt;br/&amp;gt;Supports the Libinput and Synaptics drivers, includes documentation and inpupt-touchpad icon.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=63178a88 [63178a88]] KControl: implement dynamic module tests&amp;lt;br/&amp;gt;Since KDE 3.4 there is underlying support for dynamically determining whether a module should&amp;lt;br/&amp;gt;be loaded or not, depending on an exported test function which would return a boolean value&amp;lt;br/&amp;gt;depending on the success of one or more tests (e.g. for presence of specific hardware).&amp;lt;br/&amp;gt;This approach is documented but has so far not been implemented by the TDE Control Centre.&amp;lt;br/&amp;gt;This commit adds a check to the TCC which performs the test function if needed (that is, if&amp;lt;br/&amp;gt;the X-TDE-Test-Module property is true) and, if it returns false, prevents showing the&amp;lt;br/&amp;gt;module in the tree list, which is the intended behaviour of the test function feature.&amp;lt;br/&amp;gt;For more information see:&amp;lt;br/&amp;gt;https://wiki.trinitydesktop.org/index.php?title=TDEConfig_Module_HOWTO&amp;amp;oldid=1893#Making_a_KCModule_dynamically_available&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=0046b760 [0046b760]] Klipper: Use translations from klipper-desktops for Copy Full Path action for Konqueror.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d7760242 [d7760242]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=61e633f5 [61e633f5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2e3c7151 [2e3c7151]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c0203e4c [c0203e4c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=6659eb22 [6659eb22]] Klipper: add Copy Full Path action for Konqueror&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=51fdc21a [51fdc21a]] twin compton: use libpcre2 instead of libpcre&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e2ed0707 [e2ed0707]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d888793f [d888793f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f5cd123b [f5cd123b]] Fix tiling menu functionality when windows in the taskbar are grouped&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c57ea5f2 [c57ea5f2]] TWin, Kicker: Add icons for tiling menus&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=72fce97c [72fce97c]] Add support for window tiling to the taskbar and window&amp;#039;s popup menus. This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/349 TDE/tdebase#349]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=673e48af [673e48af]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=147f7ffc [147f7ffc]] Improve settings for some sliders related to keyboard, accessibility and style. This also solves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/513 #513]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5bb53d86 [5bb53d86]] Use server icon for remote folders&amp;lt;br/&amp;gt;This icon is more accurate than the more generic applications-internet.&amp;lt;br/&amp;gt;Includes a tdeconf_update script.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=0657fdb9 [0657fdb9]] KNetAttach: Added SFTP connection type&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=4f090708 [4f090708]] Remote protocol: add UDS_LOCAL_PATH atom to remote folders&amp;lt;br/&amp;gt;This change makes it possible for network folders in Remote Places to be moved to and restored from the Trash folder.&amp;lt;br/&amp;gt;Before this change, such folders could only be removed via deletion (shift+delete) and could not be restored afterwards.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d0616cdd [d0616cdd]] kcmkeys: update keyboard shortcut schemes&amp;lt;br/&amp;gt;- Add actions related to keys XF86Sleep (Suspend) and XF86ScreenSaver (Lock Session)&amp;lt;br/&amp;gt;- Fix name of &amp;quot;Log Out&amp;quot; actions&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=4371e3c9 [4371e3c9]] KSMServer: reload power-managerrc settings every time before they are needed&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=eb1c3eed [eb1c3eed]] Add support for assigning global shortcuts for suspend actions&amp;lt;br/&amp;gt;The corresponding shortcuts have been added as part of the KDesktop shortucts, to complement similar options (logout, shutdown, reboot).&amp;lt;br/&amp;gt;The shortcuts are only shown for the options that KSMServer reports via DCOP as valid.&amp;lt;br/&amp;gt;In order to do be able to make a DCOP call from kdesktopbindings.cpp, the &amp;amp;lt;dcopref.h&amp;amp;gt; include had to be added to several files of the shortcuts TDECM.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=db3f842c [db3f842c]] KSMServer: improve suspend code&amp;lt;br/&amp;gt;1. Some code deduplication. Suspending is now handled via the public method `suspend(int)` which is DCOP-accessible and maps SuspendType values to corresponding TDEHWLib TDESystemPowerState values, and the internal method `suspendInternal(int)` which performs the chosen suspend and optionally locks the screen beforehand.&amp;lt;br/&amp;gt;2. Options are now read from power-managerrc on startup and stored in memory to avoid reading the configuration file every time a suspend is requested.&amp;lt;br/&amp;gt;3. SuspendType is now a member of KSMServer class (instead of KSMShutdownDlg)&amp;lt;br/&amp;gt;4. A new DCOP-accessible method `suspendOptions()` returns a TQStringList of all available suspend options.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=18d7e664 [18d7e664]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a857609d [a857609d]] Improve location of kate and kwrite desktop files. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/327 #327]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9a7df655 [9a7df655]] konsole: fix column width calculation for string&amp;lt;br/&amp;gt;TQString accessor is 0-based.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b97477fa [b97477fa]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1765b8f0 [1765b8f0]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=99917282 [99917282]] Fix for building tdm with gcc-14&amp;lt;br/&amp;gt;Solution to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/505 #505]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b43cb9bf [b43cb9bf]] Use tq* headers instead of ntq* ones&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=97383ddf [97383ddf]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=acf31aed [acf31aed]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e72d76b3 [e72d76b3]] konqueror: Update URL of TQt Reference Documentation&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e445759a [e445759a]] konqueror: Update URL of Trinity API Reference&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=985353c7 [985353c7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=0fc217ed [0fc217ed]] Mouse TDECM: do not hide checkboxes in case of option unavailability&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=10732c77 [10732c77]] Mouse TDECM: Improve wording for whatsThis options&amp;lt;br/&amp;gt;Affected options are &amp;quot;Reverse scroll direction&amp;quot; and &amp;quot;Swap history navigation buttons&amp;quot;&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=fb0f60cc [fb0f60cc]] Mouse TDECM: add option to swap history navigation buttons&amp;lt;br/&amp;gt;This leverages the existing code that interacts with X11 and sets the setting system-wide, as happens already with scroll direction reversal.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/497 #497]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1a7d33af [1a7d33af]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d2c1284e [d2c1284e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=104fd81e [104fd81e]] Fix khotkeys autostart unnecessary feedback. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/495 #495]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=3b75bf0a [3b75bf0a]] Kate: use paths for local files instead of file:/// URLs.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9fe2bb32 [9fe2bb32]] Kate: display file type icon and tooltip in viewspace&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a599fb97 [a599fb97]] Kate: display file type icons in file list&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b54bd51c [b54bd51c]] Kate: use mouse back/forward buttons to move between open documents&amp;lt;br/&amp;gt;The direction of movement can be configured (reversed) through the&amp;lt;br/&amp;gt;settings dialog.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=3f9a9bab [3f9a9bab]] l10n: fix typo in locale&amp;lt;br/&amp;gt;zn_CN should actually be zh_CN&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=4765f925 [4765f925]] Fix KJobViewer autostart. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/492 #492]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a92de61f [a92de61f]] Konqueror: Add support for back/forward actions using history mouse buttons&amp;lt;br/&amp;gt;This closes [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/421 #421]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=07202787 [07202787]] Fix the detecion and use of the udev library.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=518c6806 [518c6806]] konsole: Add Solarized dark and light color schemes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=6eec2a60 [6eec2a60]] Adds thumbnail generation for WebP images&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/380 #380]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=3dd373bc [3dd373bc]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=87f85a9a [87f85a9a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=62547444 [62547444]] Build documentation for each subpackage separately&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=fe496033 [fe496033]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2b92c9f0 [2b92c9f0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=beb289c9 [beb289c9]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=375a57ed [375a57ed]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=81ca1a67 [81ca1a67]] Added R14.1.3 release notes draft&lt;br /&gt;
&lt;br /&gt;
== tdepim ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=30de6cff [30de6cff]] libemailfunctions: move kAscii* functions to tdelibs&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=94890b77 [94890b77]] Remove unused code&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=928ea3c2 [928ea3c2]] KAddressBook: Fix import encoding for vCard v4.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=04db7b27 [04db7b27]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=9c3116fd [9c3116fd]] Replace KDE_TQ_EXPORT_PLUGIN with TDE_* equivalent&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=47025f3e [47025f3e]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=a6bbab74 [a6bbab74]] Add documentation builds for each package separately&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=7bfa0fb6 [7bfa0fb6]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=622ea70b [622ea70b]] Fix attachment filename handling&amp;lt;br/&amp;gt;Currently filenames containing &amp;#039;#&amp;#039; are not correctly escaped, which&amp;lt;br/&amp;gt;prevents to open attachments. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdepim/issues/119 #119]&lt;br /&gt;
&lt;br /&gt;
== tdemultimedia ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=dafa15cc [dafa15cc]] Fix FTBFS when xinelib &amp;amp;lt;= 1.2.9&amp;lt;br/&amp;gt;Resolves: https://mirror.git.trinitydesktop.org/gitea/TDE/tdemultimedia/issues/83&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=0fb5d8ad [0fb5d8ad]] Fix mime type registration for FLAC with taglib&amp;amp;gt;=2&amp;lt;br/&amp;gt;The TAGLIB_*_VERSION macros are not (and never have been) defined in&amp;lt;br/&amp;gt;tag.h, however, tag.h used to include tstring.h, which included taglib.h&amp;lt;br/&amp;gt;[0].&amp;lt;br/&amp;gt;KFlacPlugin doesn&amp;#039;t use the &amp;#039;name&amp;#039; argument in it&amp;#039;s constructor so it&amp;lt;br/&amp;gt;can support earlier versions of taglib (&amp;amp;lt; 1.2), instead, it registers&amp;lt;br/&amp;gt;the mime type info for both &amp;#039;audio/x-flac&amp;#039; and &amp;#039;audio/x-oggflac&amp;#039; when it&amp;lt;br/&amp;gt;is first loaded.  However, since &amp;#039;audio/x-oggflac&amp;#039; was never being&amp;lt;br/&amp;gt;registered (because TAGLIB_1_2 wasn&amp;#039;t defined), when KRenamer attempted&amp;lt;br/&amp;gt;to get the mime type info for &amp;#039;audio/x-oggflac&amp;#039;, the call failed and&amp;lt;br/&amp;gt;it&amp;#039;s &amp;#039;keys&amp;#039; member was never altered, causing the additional &amp;#039;flac&amp;#039; to&amp;lt;br/&amp;gt;be appended [1].&amp;lt;br/&amp;gt;[0]: https://github.com/taglib/taglib/commit/a08acdcf23c5d4ac4cb795f5edfdc539055138b7#diff-83ce8ae463020e723895af7e50380bc507f358a2d56313767d5305a759bb9f02&amp;lt;br/&amp;gt;[1]: https://mirror.git.trinitydesktop.org/gitea/TDE/krename/src/branch/r14.1.x/krename/fileplugin.cpp#L46-L98&amp;lt;br/&amp;gt;Fixes: https://mirror.git.trinitydesktop.org/gitea/TDE/tdemultimedia/issues/77&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=c23bd5af [c23bd5af]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=079c37d1 [079c37d1]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdenetwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=1f9edc59 [1f9edc59]] ksirc: Use Getopt::Std instead of deprecated getopts.pl library.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=68b14f31 [68b14f31]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=2892487f [2892487f]] Use tq* headers instead of ntq* ones&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=41e2c515 [41e2c515]] Replace KDE_TQ_EXPORT_PLUGIN with TDE_* equivalent&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=d6ad20b4 [d6ad20b4]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=eb63c76f [eb63c76f]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdegraphics ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=a828e133 [a828e133]] Advertise WebP read support via .desktop files.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=210d8eac [210d8eac]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=153ce3e5 [153ce3e5]] Ensure the use of C++20 standard for Poppler &amp;amp;gt;= 24.04.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdegraphics/issues/96 #96]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=fcb418ee [fcb418ee]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=230d8655 [230d8655]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdetoys ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=7787f653 [7787f653]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=f58a8da2 [f58a8da2]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=02300d49 [02300d49]] Add documentation builds for each package separately&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=5bd77f3d [5bd77f3d]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdeutils ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=8bd95de8 [8bd95de8]] Superkaramba: add GPU load sensor&amp;lt;br/&amp;gt;The sensor has a required `driver` parameter and an optional `gpu` parameter.&amp;lt;br/&amp;gt;- The former specifies the backend to use to query the system about GPU load.&amp;lt;br/&amp;gt;- The latter specifies the id of the GPU to check. If left out, the backend default will be used.&amp;lt;br/&amp;gt;For now it only supports NVidia GPUs via the `nvidia` driver, but it can be extended.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=2c4a3e7f [2c4a3e7f]] Superkaramba: add GB format strings to memory sensor&amp;lt;br/&amp;gt;Added variants: %fm(b)g %um(b)g %fsg %usg %tmg %tsg&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=6b7d5441 [6b7d5441]] Superkaramba: minor code refactoring/restyling in memsensor&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=9a9ab1be [9a9ab1be]] Superkaramba: add memory sensor percentage format strings&amp;lt;br/&amp;gt;The strings which end in &amp;#039;p&amp;#039; represent percentage value variants of the following pre-existing format strings:&amp;lt;br/&amp;gt;%fmb(p) %fm(p) %umb(p) %um(p) %fs(p) %us(p)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=222d52d9 [222d52d9]] Improve location of kedit desktop file. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdeutils/issues/46 #46]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=b23bc1fa [b23bc1fa]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=9eb5b12f [9eb5b12f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=71387620 [71387620]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdeedu ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=d7569eb4 [d7569eb4]] Fix FTBFS with Python 3.13.&amp;lt;br/&amp;gt;This solves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdeedu/issues/46 #46]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=03236ff7 [03236ff7]] Fix FTBFS with gcc 14&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=6021f991 [6021f991]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=4728afb5 [4728afb5]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=422e7fef [422e7fef]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=1ad8fd66 [1ad8fd66]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdegames ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=4905e1cc [4905e1cc]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=ac071efb [ac071efb]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=dd75912c [dd75912c]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdeaccessibility ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=c06e0a2b [c06e0a2b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=1973d99d [1973d99d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=3891d3d9 [3891d3d9]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=de5e54fd [de5e54fd]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=93d2ad8f [93d2ad8f]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdeaddons ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=f3aaaec8 [f3aaaec8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=a184527f [a184527f]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=b30cd117 [b30cd117]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=22ddaacb [22ddaacb]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=2bbb215c [2bbb215c]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdeadmin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=b2b4bc52 [b2b4bc52]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=e87baf34 [e87baf34]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=36436c15 [36436c15]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=5fc7892e [5fc7892e]] Add documentation builds for each package separately&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=866c88c2 [866c88c2]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdeartwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=eb6a6689 [eb6a6689]] Replace KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL with TDE_* equivalent&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=82b7c9da [82b7c9da]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdebindings ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=8db0c3ad [8db0c3ad]] Load tqtjava library instead of qtjava&amp;lt;br/&amp;gt;Fixes a runtime error &amp;quot;no qtjava in java.library.path&amp;quot; since the&amp;lt;br/&amp;gt;generated library name is &amp;#039;libtqtjava.so&amp;#039;.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=f2389da0 [f2389da0]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=19b0a550 [19b0a550]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=8d288123 [8d288123]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdesdk ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=ba3a42c2 [ba3a42c2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=f9ccae8d [f9ccae8d]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=19e19197 [19e19197]] Replace KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL with TDE_* equivalent&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=c264ece0 [c264ece0]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=1fe043c8 [1fe043c8]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdevelop ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=13923bec [13923bec]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=b018e020 [b018e020]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=7489a97a [7489a97a]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdewebdev ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=dedaec14 [dedaec14]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=da00a36d [da00a36d]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=cffd6b6e [cffd6b6e]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=2a1388a5 [2a1388a5]] Replace KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL with TDE_* equivalent&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=11eb1ed1 [11eb1ed1]] Remove KDE_ISLIKELY and KDE_ISUNLIKELY defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=ad3b14a6 [ad3b14a6]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=2ff6e13a [2ff6e13a]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tde-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0c38104f [0c38104f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d0d1599 [7d0d1599]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30eacd37 [30eacd37]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4597c261 [4597c261]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c927fc3d [c927fc3d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=584bd402 [584bd402]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=015284e4 [015284e4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=130d0d33 [130d0d33]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=35924182 [35924182]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9d313172 [9d313172]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8dd995ff [8dd995ff]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2a58f8c [e2a58f8c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aefcecf2 [aefcecf2]] tdebase: update to match PR [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/538 TDE/tdebase#538]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f8dea4bc [f8dea4bc]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6958efbb [6958efbb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a339ff5 [9a339ff5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fff1a0a0 [fff1a0a0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d3dbd8c9 [d3dbd8c9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee332cd4 [ee332cd4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0e82c63b [0e82c63b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7eca727d [7eca727d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e460241e [e460241e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4d1a1cd3 [4d1a1cd3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=91885ffc [91885ffc]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7efe52d4 [7efe52d4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4bd43316 [4bd43316]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=958c4ca7 [958c4ca7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=badc6c6a [badc6c6a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ffa4138f [ffa4138f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=809c1afc [809c1afc]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1c2a30dc [1c2a30dc]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ff309cbd [ff309cbd]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5bab0f86 [5bab0f86]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5e4f0cd5 [5e4f0cd5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e50cd332 [e50cd332]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5bb5dfa5 [5bb5dfa5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1d2f4ef2 [1d2f4ef2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1a1db394 [1a1db394]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1c2caed5 [1c2caed5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5cb2fffe [5cb2fffe]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fca24f9e [fca24f9e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8c537df0 [8c537df0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=08a61328 [08a61328]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=46453d7e [46453d7e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bfbb18a5 [bfbb18a5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cc847f45 [cc847f45]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dec23195 [dec23195]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=40a54a16 [40a54a16]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=beedfe2a [beedfe2a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=238f0191 [238f0191]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4161b55 [c4161b55]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b9f94b5 [3b9f94b5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dd1f61cd [dd1f61cd]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eeec7e1d [eeec7e1d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ac49189 [7ac49189]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=935d5e8f [935d5e8f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ccd05f23 [ccd05f23]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=981f3358 [981f3358]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b9633e33 [b9633e33]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ecb440c [7ecb440c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e470fceb [e470fceb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c24f4fb3 [c24f4fb3]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e5ba82f5 [e5ba82f5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3e1e30d4 [3e1e30d4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=492a0682 [492a0682]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4c28ac5e [4c28ac5e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c5e23d83 [c5e23d83]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=75ac45e3 [75ac45e3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=136de97b [136de97b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0dd7dd2a [0dd7dd2a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4db577a3 [4db577a3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a9b3253 [8a9b3253]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a665ae0 [9a665ae0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=081982b1 [081982b1]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= libraries =&lt;br /&gt;
== libkdcraw ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=83dc653e [83dc653e]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=0d17cf8c [0d17cf8c]] Remove unnecessary define and make sure to include tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=921e2d15 [921e2d15]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=81dc15bc [81dc15bc]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=dfbdaaed [dfbdaaed]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== libkexiv2 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkexiv2/commit/?id=505878f1 [505878f1]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkexiv2/commit/?id=803a46b6 [803a46b6]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkexiv2/commit/?id=3a295a79 [3a295a79]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== libkipi ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=1db25959 [1db25959]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=eb6e700a [eb6e700a]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=a53baecb [a53baecb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=cb43a8ff [cb43a8ff]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== kipi-plugins ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=00132ff0 [00132ff0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=269f792d [269f792d]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=422b94aa [422b94aa]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=b797dfbe [b797dfbe]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== libksquirrel ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libksquirrel/commit/?id=51f42b6f [51f42b6f]] Use JasPer 3 library initialization routines&amp;lt;br/&amp;gt;Update to use the jas_init_library() and jas_init_thread() functions as&amp;lt;br/&amp;gt;JasPer 3 deprecated jas_init and changed its behaviour to not register&amp;lt;br/&amp;gt;jas_cleanup() as an atexit callback.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libksquirrel/commit/?id=8ae5191e [8ae5191e]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libksquirrel/commit/?id=7d79524e [7d79524e]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
&lt;br /&gt;
== libtdeldap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtdeldap/commit/?id=81b3ec1e [81b3ec1e]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtdeldap/commit/?id=099c3ec1 [099c3ec1]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtdeldap/commit/?id=5c301750 [5c301750]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== libtqt-perl ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=87a21537 [87a21537]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
&lt;br /&gt;
== pytde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytde/commit/?id=4883892c [4883892c]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytde/commit/?id=45cb24c9 [45cb24c9]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytde/commit/?id=3f2e6e14 [3f2e6e14]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
= applications/development =&lt;br /&gt;
== kdbg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=316c1368 [316c1368]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=362831ed [362831ed]] Use proper TQt headers&lt;br /&gt;
&lt;br /&gt;
== kdiff3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=2371b490 [2371b490]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=b8cd662e [b8cd662e]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=1ff6ea62 [1ff6ea62]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kpicosim ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=201f3373 [201f3373]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=f728bb02 [f728bb02]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=d63aaf1b [d63aaf1b]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== kscope ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=35bc076c [35bc076c]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=6730bcbc [6730bcbc]] Use proper TQt headers&lt;br /&gt;
&lt;br /&gt;
== ktechlab ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=69788745 [69788745]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=04455a04 [04455a04]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=21265b55 [21265b55]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kxmleditor ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=19deaeb3 [19deaeb3]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=4508b0ef [4508b0ef]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=51322a94 [51322a94]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== piklab ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=93af744d [93af744d]] Fixed build problem with ncurses library&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=1c29d98b [1c29d98b]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=f2550e4c [f2550e4c]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=dc5b11fc [dc5b11fc]] CMake conversion&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=d5d77862 [d5d77862]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=b4896d07 [b4896d07]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=014e4b95 [014e4b95]] Allow generation of build time data files in out-of-source builds. Also fix generation of data file for devices/mem24 subfolder&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=f2e2d9a5 [f2e2d9a5]] Include moc files in cpp sources&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=98a43160 [98a43160]] Moves icons into separate folder&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=ce951906 [ce951906]] Remove obsolete svn-related logic&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=8bdcbe01 [8bdcbe01]] Removed unused file in translation folder&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=819166fe [819166fe]] Update doc and man folder structure&lt;br /&gt;
&lt;br /&gt;
== tdesvn ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=8932eec6 [8932eec6]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=944780b9 [944780b9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=6fbfff0a [6fbfff0a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=9096ae56 [9096ae56]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=2eb15088 [2eb15088]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= applications/games =&lt;br /&gt;
== knights ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=70ccae04 [70ccae04]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== tdepacman ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=8d7dc432 [8d7dc432]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= applications/graphics =&lt;br /&gt;
== digikam ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=3823312d [3823312d]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=9966557a [9966557a]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=6ae95b80 [6ae95b80]] Advertise WebP read support for showfoto via .desktop file&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=9b92ae02 [9b92ae02]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=dcadf933 [dcadf933]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== gwenview ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=ec196430 [ec196430]] Fix FTBFS coming from issue [https://mirror.git.trinitydesktop.org/gitea/TDE/gwenview/issues/41 #41]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=5f1fe4bd [5f1fe4bd]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=7a94ca6b [7a94ca6b]] External tools: replace gimp-remote with gimp&amp;lt;br/&amp;gt;The gimp-remote tool has been deprecated since 2008.&amp;lt;br/&amp;gt;See https://www.gimp.org/man/gimp-remote.html&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=5528a74d [5528a74d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=dcc30344 [dcc30344]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=d8662ba8 [d8662ba8]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=3a15c885 [3a15c885]] Fix FTBFS on OMV. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/gwenview/issues/38 #38]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=df746ca9 [df746ca9]] Advertise WebP read support via .desktop files&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/gwenview/issues/1 #1]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=5703e424 [5703e424]] Replace KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL with TDE_* equivalent&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=5c4c6611 [5c4c6611]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=12fabaa1 [12fabaa1]] Added the target folder for desktop files translation template&amp;lt;br/&amp;gt;so that it is not inadvertently generated into a gwenview-i18n module.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=61a94a07 [61a94a07]] Added translation of .desktop files.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=4bd38b70 [4bd38b70]] Drop autotools support&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=d9ca086d [d9ca086d]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== gwenview-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=f19c0cef [f19c0cef]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== ksquirrel ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=f26ba650 [f26ba650]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=1658fc3b [1658fc3b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=1c9b1d06 [1c9b1d06]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=b0be5893 [b0be5893]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== potracegui ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=e26e550b [e26e550b]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
= applications/internet =&lt;br /&gt;
== kasablanca ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=c0d7a59e [c0d7a59e]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== kbiff ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=73666db5 [73666db5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=4d4a13e6 [4d4a13e6]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=375a2609 [375a2609]] Use proper TQt headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=9398c3ad [9398c3ad]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== kftpgrabber ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=7da1d2cc [7da1d2cc]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=86ecfe8c [86ecfe8c]] Use proper TQt headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=8b3c15a5 [8b3c15a5]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=cd7665b7 [cd7665b7]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== knmap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=43244db3 [43244db3]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=d7f518fa [d7f518fa]] Use proper TQt headers&lt;br /&gt;
&lt;br /&gt;
== konversation ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=af9177c8 [af9177c8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=042aee2e [042aee2e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=0aab9eba [0aab9eba]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kopete-otr ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=1dd25c19 [1dd25c19]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=ceb024e1 [ceb024e1]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=6a0c636c [6a0c636c]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== kshowmail ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=cc7eb270 [cc7eb270]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=727f9c3c [727f9c3c]] Use proper TQt headers&lt;br /&gt;
&lt;br /&gt;
== kstreamripper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=109f8e74 [109f8e74]] Added check for pressing the Cancel button in the file dialog&amp;lt;br/&amp;gt;The Destination field should not be changed if the cancel button is pressed in the file dialog&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=ef957d70 [ef957d70]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=6ef29b49 [6ef29b49]] Use proper TQt headers&lt;br /&gt;
&lt;br /&gt;
== ktorrent ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=59bbb6d1 [59bbb6d1]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kvirc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a12798e7 [a12798e7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=12700b44 [12700b44]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=34cef094 [34cef094]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=6e2602fa [6e2602fa]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=f756cb34 [f756cb34]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=5943ab1e [5943ab1e]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kvpnc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=b2dc6a57 [b2dc6a57]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=4ef26a9b [4ef26a9b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=a911fd70 [a911fd70]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=b82812a3 [b82812a3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=3633a93b [3633a93b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=d2d99d5a [d2d99d5a]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== smb4k ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=89bd0844 [89bd0844]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=2c528b60 [2c528b60]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=19488bba [19488bba]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=9bb489fb [9bb489fb]] Merge duplicate Norwegian translations of desktop files and&amp;lt;br/&amp;gt;use two-letter codes names NB and NN, such as usual in other cases.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=890c1e2e [890c1e2e]] Remove duplicate Norwegian Bokmål translations of desktop files.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=3f571059 [3f571059]] Remove the original translation directory layout.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=5991219e [5991219e]] Copy translations to a new directory layout.&amp;lt;br/&amp;gt;Added translation of .desktop files.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=198fb9f3 [198fb9f3]] Drop autotools support&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=22dea1e5 [22dea1e5]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=0d318f09 [0d318f09]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=24cb4e0d [24cb4e0d]] Use proper TQt headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=1f155134 [1f155134]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=d3a1b4a1 [d3a1b4a1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=8db23dd9 [8db23dd9]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
= applications/misc =&lt;br /&gt;
== bibletime ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=11021fb0 [11021fb0]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== compizconfig-backend-tdeconfig ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/compizconfig-backend-tdeconfig/commit/?id=f225f48f [f225f48f]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/compizconfig-backend-tdeconfig/commit/?id=6ddf91c7 [6ddf91c7]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== desktop-effects-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=d9b08e45 [d9b08e45]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=a3d98e7d [a3d98e7d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=861ee303 [861ee303]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=a30304ca [a30304ca]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kcmldap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=40e52bb5 [40e52bb5]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== kcmldapcontroller ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=1e46f8ab [1e46f8ab]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== kcmldapmanager ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=9be1b414 [9be1b414]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== kerberostray ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=067e5235 [067e5235]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=c29b06de [c29b06de]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
&lt;br /&gt;
== krecipes ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=64df5710 [64df5710]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=788606cd [788606cd]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=dbf13a36 [dbf13a36]] Use proper TQt headers&lt;br /&gt;
&lt;br /&gt;
= applications/multimedia =&lt;br /&gt;
== amarok ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=69a8a1af [69a8a1af]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=61ea97c2 [61ea97c2]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=e8dc45c8 [e8dc45c8]] Replace custom MP4 metadata parser with TagLib&amp;lt;br/&amp;gt;TagLib supports MP4 metadata since version 1.6 (2009).  The custom&amp;lt;br/&amp;gt;parser code caused problems because there was a mismatch between&amp;lt;br/&amp;gt;the definition of TagLib::Tag and TagLib::MP4::Tag, and the&amp;lt;br/&amp;gt;implementation of the custom TagLib::MP4::Tag.&amp;lt;br/&amp;gt;This requires TagLib 1.11 and above.&amp;lt;br/&amp;gt;Resolves: [https://mirror.git.trinitydesktop.org/gitea/TDE/tdemultimedia/issues/82 TDE/tdemultimedia#82]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=09dcfc68 [09dcfc68]] Fix unsigned overflow in Debug::Block dtor&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=c18b5298 [c18b5298]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=32da5fbf [32da5fbf]] Replace KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL with TDE_* equivalent&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=2d4abcb6 [2d4abcb6]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=bc688481 [bc688481]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=1d66256d [1d66256d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=1dc95c27 [1dc95c27]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=3addcdd0 [3addcdd0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=223dc92b [223dc92b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=edadbab7 [edadbab7]] Add support for taglib 2, part 2.&lt;br /&gt;
&lt;br /&gt;
== codeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=c2ba45c1 [c2ba45c1]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=39912d87 [39912d87]] Fix channel selection menus disappearing&amp;lt;br/&amp;gt;When adding/removing an action to/from the toolbar, the aspect ratio,&amp;lt;br/&amp;gt;audio channel, and subtitle channel menus would disappear from the&amp;lt;br/&amp;gt;parent settings menu.&amp;lt;br/&amp;gt;My understanding is that this happened because nothing was keeping those&amp;lt;br/&amp;gt;menus present (plugged?) when other actions were plugged/unplugged.&amp;lt;br/&amp;gt;This changes it so &amp;quot;Aspect Ratio&amp;quot;, &amp;quot;Subtitles&amp;quot;, and &amp;quot;Audio Channels&amp;quot;&amp;lt;br/&amp;gt;each are a TDESelectAction that is dynamically filled with items. This&amp;lt;br/&amp;gt;way, each popup menu is still present after other actions being&amp;lt;br/&amp;gt;plugged/unplugged.&amp;lt;br/&amp;gt;Resolves: [https://mirror.git.trinitydesktop.org/gitea/TDE/codeine/issues/24 TDE/codeine#24]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=5100a090 [5100a090]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=0dbeeeb9 [0dbeeeb9]] Address -Wall warnings&amp;lt;br/&amp;gt;VideoWindow::ExposeEvent wasn&amp;#039;t being used correctly; it should be a&amp;lt;br/&amp;gt;TQCustomEvent (although, the 3000 type is already being used for&amp;lt;br/&amp;gt;forwarding XINE_PROGRESS_EVENT).&amp;lt;br/&amp;gt;While the pts_per_smpls part never seemed to be encountered, it would&amp;lt;br/&amp;gt;have resulted in a floating point exception as it&amp;#039;s always 0.  Commented&amp;lt;br/&amp;gt;out to leave a hint as to what the code should be doing.&amp;lt;br/&amp;gt;Resolves: [https://mirror.git.trinitydesktop.org/gitea/TDE/codeine/issues/2 TDE/codeine#2]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=f41da351 [f41da351]] Fix filter list when opening a file&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=fb0c092e [fb0c092e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=9f6a25bc [9f6a25bc]] Improve the layout of XineConfigDialog&amp;lt;br/&amp;gt;Properly display the description of each of the settings.  Also,&amp;lt;br/&amp;gt;reorganize the layout so that it uses layouts rather than VBox/HBox.&amp;lt;br/&amp;gt;The TabWidget class has been removed in favour of the standard&amp;lt;br/&amp;gt;TQTabWidget class, as the different behaviour doesn&amp;#039;t make a notable&amp;lt;br/&amp;gt;visual difference.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=5394e874 [5394e874]] Fix crash when showing context menu in DVDs&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=e2003a00 [e2003a00]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=bca2a1a1 [bca2a1a1]] Use nullptr instead of NULL/0 pointer in C++ files&amp;lt;br/&amp;gt;See: https://mirror.git.trinitydesktop.org/gitea/TDE/tde/issues/73&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=55214aea [55214aea]] Use safer xine_get_current_frame_s&amp;lt;br/&amp;gt;xine_get_current_frame was deprecated back in 2019 because it is&amp;lt;br/&amp;gt;&amp;quot;unsafe by design&amp;quot;[0].  The &amp;#039;_s&amp;#039; version was introduced in xine-lib&amp;lt;br/&amp;gt;1.1.11, which was released in 2008, so there are no version checks.&amp;lt;br/&amp;gt;[0]:&amp;lt;br/&amp;gt;https://sourceforge.net/p/xine/xine-lib-1.2/ci/c1a154c1a89759a8d69a6895587085adf6868d50/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=9cec7f89 [9cec7f89]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=86b8d57a [86b8d57a]] Scale capture preview if it exceeds screen bounds&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=b4cc6a0c [b4cc6a0c]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== k3b ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=75435ce1 [75435ce1]] Fix compatibility with ffmpeg 7.x.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=fb26314a [fb26314a]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=bfd52a71 [bfd52a71]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=8c770638 [8c770638]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== k3b-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=fb28b567 [fb28b567]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=b3e87d49 [b3e87d49]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=4c32ec32 [4c32ec32]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=bcbabbda [bcbabbda]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=a21cb0e7 [a21cb0e7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=e542902f [e542902f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=a6edd997 [a6edd997]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== k9copy ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=8d584861 [8d584861]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=7ad2cf65 [7ad2cf65]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=b6bc7d3a [b6bc7d3a]] Use strlcat from libc instead of custom one. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/k9copy/issues/29 #29]&lt;br /&gt;
&lt;br /&gt;
== kaffeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=b9073568 [b9073568]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=0f19d223 [0f19d223]] Use safer xine_get_current_frame_s&amp;lt;br/&amp;gt;xine_get_current_frame was deprecated back in 2019 because it is&amp;lt;br/&amp;gt;&amp;quot;unsafe by design&amp;quot;[0].  The &amp;#039;_s&amp;#039; version was introduced in xine-lib&amp;lt;br/&amp;gt;1.1.11, which was released in 2008, so there are no version checks.&amp;lt;br/&amp;gt;[0]:&amp;lt;br/&amp;gt;https://sourceforge.net/p/xine/xine-lib-1.2/ci/c1a154c1a89759a8d69a6895587085adf6868d50&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=bfc5ced7 [bfc5ced7]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=e45d3e30 [e45d3e30]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=ba1ce6b1 [ba1ce6b1]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=aa0a0331 [aa0a0331]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=3a1cc256 [3a1cc256]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=ee48611f [ee48611f]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kaffeine-mozilla ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine-mozilla/commit/?id=d0c34405 [d0c34405]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== kmplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=74c9cd05 [74c9cd05]] Fix visibility of public slots in PartBase. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/kmplayer/issues/24 #24]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=3ca4c8ba [3ca4c8ba]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=54463fd2 [54463fd2]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=36694213 [36694213]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=c5d77586 [c5d77586]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=2debdf21 [2debdf21]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=75214b4b [75214b4b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=f7dbed34 [f7dbed34]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=502028b2 [502028b2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=fceabe00 [fceabe00]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=b68ac66b [b68ac66b]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== mplayerthumbs ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=311bc97e [311bc97e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=d4c4db4c [d4c4db4c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=d55559f3 [d55559f3]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=6889475b [6889475b]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=62cfd3d0 [62cfd3d0]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== rosegarden ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=f4e06ad8 [f4e06ad8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=1d49f945 [1d49f945]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=5daf082b [5daf082b]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== soundkonverter ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=7ae832ac [7ae832ac]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=07655291 [07655291]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=e5ac893e [e5ac893e]] Remove &amp;#039;admin&amp;#039; subfolder that was mistakenly left in the source tree&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=ce91fc9a [ce91fc9a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=82d4f87e [82d4f87e]] Remove the original translation directory layout.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=b428cc90 [b428cc90]] Copy translations to a new directory layout.&amp;lt;br/&amp;gt;Added translation of .desktop files.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=9389522a [9389522a]] Drop autotools support&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=c8120890 [c8120890]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=69c3134e [69c3134e]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tderadio ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=a7eb9a6a [a7eb9a6a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=5c1aa367 [5c1aa367]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=9638eea8 [9638eea8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=dafff6e5 [dafff6e5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=20b6722d [20b6722d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=4083031f [4083031f]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=5430985a [5430985a]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=68a83400 [68a83400]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=16bc99ab [16bc99ab]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=b96e2f00 [b96e2f00]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= applications/office =&lt;br /&gt;
== basket ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=2f2d5c00 [2f2d5c00]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=2a176d87 [2a176d87]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=576088df [576088df]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=1346de7f [1346de7f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=f7bca5cd [f7bca5cd]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=65cf4686 [65cf4686]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=20f4f832 [20f4f832]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kbibtex ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=247ae3ed [247ae3ed]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=1fe284bd [1fe284bd]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=79a54fb0 [79a54fb0]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kbookreader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=6ae55c79 [6ae55c79]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=25e6d9e9 [25e6d9e9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=23a93547 [23a93547]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== keximdb ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keximdb/commit/?id=fcb0c1ca [fcb0c1ca]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keximdb/commit/?id=9ec283ee [9ec283ee]] Use proper TQt headers&lt;br /&gt;
&lt;br /&gt;
== kile ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=6a1754f7 [6a1754f7]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=1c0ae567 [1c0ae567]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kmymoney ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=664348a8 [664348a8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=156e1a9c [156e1a9c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=bb71a2a2 [bb71a2a2]] tqabstractlayout.h is obsolete&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=e52169fb [e52169fb]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=aae42115 [aae42115]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=51cf7be9 [51cf7be9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=5e350d79 [5e350d79]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=47ae1235 [47ae1235]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=4e1c3b0d [4e1c3b0d]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== knowit ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=d3584db4 [d3584db4]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== koffice ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=3899caa1 [3899caa1]] Replace obsolete python call&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=9e417736 [9e417736]] mswriter: fix wrong ListElement template. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/koffice/issues/78 #78]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=83ac2573 [83ac2573]] Fix kexidb build with -std=c++20.&amp;lt;br/&amp;gt;This solves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/koffice/issues/70 #70]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=79e48868 [79e48868]] Remove inclusion of obsolete header&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=0bb5a74a [0bb5a74a]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=fc7a561e [fc7a561e]] KSpread: New lookup/reference functions&amp;lt;br/&amp;gt;Adds reference functions HLOOKUP, VLOOKUP.&amp;lt;br/&amp;gt;Import from Calligra revision 1134327.&amp;lt;br/&amp;gt;Authors: Stefan Nikolaus &amp;lt;br/&amp;gt;         Sebastian Sauer &lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=979ee566 [979ee566]] KSpread: Add natural comparison operators.&amp;lt;br/&amp;gt;Natural comparison does not depend on the type of data (whether it&amp;#039;s a string or a number).&amp;lt;br/&amp;gt;Based on Calligra Sheets code originally from revision 551470.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=950f6aa0 [950f6aa0]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=9fa1a9ed [9fa1a9ed]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== koffice-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=77804584 [77804584]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=a14dfd17 [a14dfd17]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=765ccdee [765ccdee]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ea9d233c [ea9d233c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=b5ad0939 [b5ad0939]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=612fc3a3 [612fc3a3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=b84e0025 [b84e0025]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=65e60572 [65e60572]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=293f2e35 [293f2e35]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kpilot ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=6a7458cb [6a7458cb]] Fix FTBFS described in issue [https://mirror.git.trinitydesktop.org/gitea/TDE/kpilot/issues/25 #25]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=6430ebd1 [6430ebd1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=c8232e4f [c8232e4f]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=41c5e580 [41c5e580]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=f28feea0 [f28feea0]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=40ffb58a [40ffb58a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=3395355e [3395355e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=eca240ca [eca240ca]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tellico ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=4323132c [4323132c]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= applications/settings =&lt;br /&gt;
== kdpkg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=73cafa09 [73cafa09]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=15c91fce [15c91fce]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=e437ed11 [e437ed11]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=ebc14adc [ebc14adc]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kima ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=deb15cb9 [deb15cb9]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=2a9c4d6f [2a9c4d6f]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=adfb3437 [adfb3437]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== kiosktool ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=f1704dfe [f1704dfe]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== kkbswitch ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=910d4cd0 [910d4cd0]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=b668f9a0 [b668f9a0]] Use proper TQt headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=83d3bdd4 [83d3bdd4]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== klcddimmer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=9792f11a [9792f11a]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=b4c84799 [b4c84799]] Use proper TQt headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=9c2c4505 [9c2c4505]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== kmyfirewall ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=5df559f4 [5df559f4]] CMake: Add explicit source dependency for generated header.&amp;lt;br/&amp;gt;This solves FTBFS with parallel build.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=ec3aadb3 [ec3aadb3]] CMake conversion&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=da2eb213 [da2eb213]] Remove original copy of translation templates files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=43ea0caf [43ea0caf]] Move .pot files to translations/messages subfolder&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=775bbec9 [775bbec9]] Add missing TDE_EXPORT required for hidden visibility support&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=3d1fba0b [3d1fba0b]] Add kmyfirewall.xpm from tde-packaging repo&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=6332e242 [6332e242]] Add missing .moc include directives&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=adf24510 [adf24510]] Remove [xx] entries from .desktop files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=17c77753 [17c77753]] Remove unnecessary section in installer plugin desktop file&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=326f093a [326f093a]] Restructure doc folder&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=e42fffb1 [e42fffb1]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=9411476d [9411476d]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tde-guidance ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-guidance/commit/?id=1ac58023 [1ac58023]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-guidance/commit/?id=3c8e1521 [3c8e1521]] Drop autotools support&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-guidance/commit/?id=7b0bf9b0 [7b0bf9b0]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tde-systemsettings ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-systemsettings/commit/?id=476f2db3 [476f2db3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-systemsettings/commit/?id=0c37ee34 [0c37ee34]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-systemsettings/commit/?id=4693133e [4693133e]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdenetworkmanager ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=9ce7b22c [9ce7b22c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=d12dce43 [d12dce43]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=ec406aac [ec406aac]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=26ea7034 [26ea7034]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=a2485e95 [a2485e95]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=4268b332 [4268b332]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=5083399f [5083399f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=bef558d0 [bef558d0]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdesudo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesudo/commit/?id=ecd8d3ab [ecd8d3ab]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesudo/commit/?id=69558995 [69558995]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= applications/system =&lt;br /&gt;
== dolphin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=067975c9 [067975c9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=dd363344 [dd363344]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=4adc24b2 [4adc24b2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=08388d1c [08388d1c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=e8b51c3e [e8b51c3e]] Add Klipper Copy Full Path action for Dolphin&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=5fe6bdaf [5fe6bdaf]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=8de6abea [8de6abea]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=a6b3d686 [a6b3d686]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=ead76c2a [ead76c2a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=dd1cb9db [dd1cb9db]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=543b80c9 [543b80c9]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== katapult ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=1b49bc77 [1b49bc77]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=f07b0d8b [f07b0d8b]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=49381598 [49381598]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=aaa62f62 [aaa62f62]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=b862fd97 [b862fd97]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kbfx ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=d17925e7 [d17925e7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=a2938633 [a2938633]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=244f59c2 [244f59c2]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kcmautostart ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=fba064a1 [fba064a1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=46490365 [46490365]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=5b0a7b08 [5b0a7b08]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=d46f61a1 [d46f61a1]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kdbusnotification ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=d21c7a05 [d21c7a05]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=6a96f59a [6a96f59a]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== klamav ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=23e20ce3 [23e20ce3]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=0898f7c1 [0898f7c1]] Use proper TQt headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=11eaef48 [11eaef48]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=ba8ebc38 [ba8ebc38]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=af688e8b [af688e8b]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== knemo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=b04d9403 [b04d9403]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=1ebb94a8 [1ebb94a8]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=e6226215 [e6226215]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== knetload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=4df65581 [4df65581]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== knetstats ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=837b10c4 [837b10c4]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=4e984d25 [4e984d25]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kooldock ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kooldock/commit/?id=cbf0ee92 [cbf0ee92]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== krusader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=e868817c [e868817c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=52151afe [52151afe]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=61b0c0e2 [61b0c0e2]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=77f63ab8 [77f63ab8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=ebd0c612 [ebd0c612]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=b35c6fdf [b35c6fdf]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=2748955e [2748955e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=a2cb9a14 [a2cb9a14]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kshutdown ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=f7ff640b [f7ff640b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=3410c791 [3410c791]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=549bf2bf [549bf2bf]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=3ef5a84e [3ef5a84e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=5622d24e [5622d24e]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=496baf37 [496baf37]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=632d7522 [632d7522]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== ksystemlog ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=53f7b4b6 [53f7b4b6]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== kvkbd ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=e06715d7 [e06715d7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=2e49eafc [2e49eafc]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=ca8705e0 [ca8705e0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=36163735 [36163735]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== polkit-agent-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=96ce9abf [96ce9abf]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== smartcardauth ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smartcardauth/commit/?id=dcb47054 [dcb47054]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== tastymenu ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=c13b86f2 [c13b86f2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=7fb249e3 [7fb249e3]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=1a5946c4 [1a5946c4]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=0895b87f [0895b87f]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdebluez ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=a624cc94 [a624cc94]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=8c1d1ad5 [8c1d1ad5]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=e66100de [e66100de]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ee33f37e [ee33f37e]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdedocker ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=ca4ad2c7 [ca4ad2c7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=330cd800 [330cd800]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=60b7cde5 [60b7cde5]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdepowersave ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=e26aa282 [e26aa282]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=9b154f26 [9b154f26]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=1cf29573 [1cf29573]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=9a02138d [9a02138d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=284595e2 [284595e2]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=ec7d3d6d [ec7d3d6d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=71d1417c [71d1417c]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdesshaskpass ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=173e0ff5 [173e0ff5]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== yakuake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=5a1c1934 [5a1c1934]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
= applications/tdeio =&lt;br /&gt;
== tdeio-appinfo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=4bc2d0d9 [4bc2d0d9]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=05e1f513 [05e1f513]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=7f457455 [7f457455]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdeio-apt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=4609f1df [4609f1df]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=4c21709a [4c21709a]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=c98dc1df [c98dc1df]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdeio-ftps ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-ftps/commit/?id=26a7084d [26a7084d]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-ftps/commit/?id=51ed90dc [51ed90dc]] Use proper TQt headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-ftps/commit/?id=9cff6e3b [9cff6e3b]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdeio-gopher ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-gopher/commit/?id=9eac0271 [9eac0271]] Use proper TQt headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-gopher/commit/?id=eaedb572 [eaedb572]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdeio-locate ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=7ab3f918 [7ab3f918]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=d27aac8e [d27aac8e]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdeio-sword ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=75ef2684 [75ef2684]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=6ae4c97f [6ae4c97f]] Use proper TQt headers&lt;br /&gt;
&lt;br /&gt;
== tdeio-umountwrapper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=db319b71 [db319b71]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=79d9431f [79d9431f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=8e0ca404 [8e0ca404]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
= applications/themes =&lt;br /&gt;
== gtk-qt-engine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=3bec2631 [3bec2631]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=fbedaf32 [fbedaf32]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=b15dc96d [b15dc96d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=5965bc2b [5965bc2b]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=fb57dbac [fb57dbac]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== gtk3-tqt-engine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk3-tqt-engine/commit/?id=988eb3e8 [988eb3e8]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk3-tqt-engine/commit/?id=a050a81d [a050a81d]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk3-tqt-engine/commit/?id=5674ef65 [5674ef65]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== kgtk-qt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=ddbb27e3 [ddbb27e3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=91ea80de [91ea80de]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=86825e65 [86825e65]] Fix build with gcc14 and various warnings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=5486e122 [5486e122]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=bd3836fd [bd3836fd]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== ksplash-engine-moodin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=c6da8960 [c6da8960]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=55074cd6 [55074cd6]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=2c028f0f [2c028f0f]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tde-style-baghira ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=49507c2a [49507c2a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=17dc7880 [17dc7880]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=8305b8a8 [8305b8a8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=412ec439 [412ec439]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=da4085d9 [da4085d9]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=7f714dc0 [7f714dc0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=5b644243 [5b644243]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=5b7a05a6 [5b7a05a6]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tde-style-domino ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=62287944 [62287944]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=c49ca8f4 [c49ca8f4]] Replace KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL with TDE_* equivalent&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=a70ae40d [a70ae40d]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tde-style-ia-ora ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=1a26902a [1a26902a]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=e2b2fb69 [e2b2fb69]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tde-style-lipstik ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=d89f6a50 [d89f6a50]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=e38d11b0 [e38d11b0]] Replace KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL with TDE_* equivalent&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=8898e019 [8898e019]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tde-style-polyester ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-polyester/commit/?id=f9c956c1 [f9c956c1]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-polyester/commit/?id=fdd5b42c [fdd5b42c]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-polyester/commit/?id=dec195e8 [dec195e8]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-polyester/commit/?id=7c56e0db [7c56e0db]] Fix loading of window decoration module in twin&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-polyester/commit/?id=a128939a [a128939a]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tde-style-qtcurve ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=0e082531 [0e082531]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=16e1ac77 [16e1ac77]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdmtheme ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=58bdab77 [58bdab77]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== twin-style-crystal ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=8190d806 [8190d806]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=656df248 [656df248]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== twin-style-dekorator ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=4b397d9a [4b397d9a]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=4d8078e6 [4d8078e6]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== twin-style-fahrenheit ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-fahrenheit/commit/?id=25914352 [25914352]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-fahrenheit/commit/?id=27568ec8 [27568ec8]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-fahrenheit/commit/?id=50ad465a [50ad465a]] Fix loading of window decoration module in twin&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-fahrenheit/commit/?id=65623aaa [65623aaa]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== twin-style-machbunt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=86044a8b [86044a8b]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=4fb5c88b [4fb5c88b]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== twin-style-suse2 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=bc181192 [bc181192]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=a7b408a9 [a7b408a9]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
= applications/utilities =&lt;br /&gt;
== kbarcode ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=2e75f1a0 [2e75f1a0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=c8c4d5e9 [c8c4d5e9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=c1bb3e8e [c1bb3e8e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=10acf645 [10acf645]] Use libpcre2 instead of libpcre&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=2e1cbea3 [2e1cbea3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=a21beac7 [a21beac7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=580668a9 [580668a9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=4e0f5f18 [4e0f5f18]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== kchmviewer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=32251ec3 [32251ec3]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=21880c6d [21880c6d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=2841453c [2841453c]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== kcpuload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=a085a3d7 [a085a3d7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=e9a4639b [e9a4639b]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=653ea9b4 [653ea9b4]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kdirstat ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=e4d6a657 [e4d6a657]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== keep ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=2568c7e3 [2568c7e3]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=9674d36c [9674d36c]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=ad75f0b7 [ad75f0b7]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== knutclient ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=11b5d31d [11b5d31d]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== kommando ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kommando/commit/?id=de55730f [de55730f]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kommando/commit/?id=0289c35c [0289c35c]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kommando/commit/?id=8d48abe4 [8d48abe4]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== kompose ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=038236ec [038236ec]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== krename ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=5fad42a4 [5fad42a4]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=3bab0c81 [3bab0c81]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== ksensors ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=e3e0c521 [e3e0c521]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=d6b154e9 [d6b154e9]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=f13a2038 [f13a2038]] Use proper TQt headers&lt;br /&gt;
&lt;br /&gt;
== mathemagics ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mathemagics/commit/?id=e430b151 [e430b151]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== qalculate-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=f524ba99 [f524ba99]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= packaging =&lt;br /&gt;
== packaging ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=3e47a130 [3e47a130]] ArchLinux: Update for final R14.1.3.&amp;lt;br/&amp;gt;Add pkgbuilds for several applications.&amp;lt;br/&amp;gt;Add pkgbuild for libvisual dependency.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=7ac12650 [7ac12650]] RPM: Update for final R14.1.3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=3486112a [3486112a]] FreeBSD: Update for final R14.1.3.&amp;lt;br/&amp;gt;Add ports for several applications.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=4fb77ce7 [4fb77ce7]] DEB: rename xdg-desktop-portals-trinity to xdg-desktop-portal-trinity&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=9e598c2c [9e598c2c]] DEB kmyfirewall: cmake conversion&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=76e073ac [76e073ac]] DEB xdg-desktop-portal-tde: Add dependency on frontend service xdg-desktop-portal.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=7c0ebb4c [7c0ebb4c]] DEB: add xdg-desktop-portal-tde packaging files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=4c787867 [4c787867]] RPM: many updates for upcoming R14.1.3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=e81c987a [e81c987a]] RPM: re-add dependency to gcc-c++ (with condition)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=ba22e312 [ba22e312]] Add clang compile support&amp;lt;br/&amp;gt;- Add check for installed compiler, remove BuildRequires&amp;lt;br/&amp;gt;- Add platform option for clang when the default symlink resolves to it&amp;lt;br/&amp;gt;- Add OpenMandriva specific checks for required files removed during&amp;lt;br/&amp;gt;  packaging&amp;lt;br/&amp;gt;- Comment missing docs, install, and headers during packaging process&amp;lt;br/&amp;gt;- Increment version number to latest stable release&amp;lt;br/&amp;gt;- Replace symlink for build-examples with the actual file, install dereferences&amp;lt;br/&amp;gt;- Add missing translation file for &amp;quot;tr&amp;quot;&amp;lt;br/&amp;gt;- Fix lib prefixes for dependencies needed in MDK/OMV for 64 bit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=43c883d1 [43c883d1]] DEB: add twin-style-mallory&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=dc384f82 [dc384f82]] DEB amarok: Remove libmp4v2-dev from build-depends.&amp;lt;br/&amp;gt;Support in Taglib is now used for MP4 metadata.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=b6495d8b [b6495d8b]] DEB: move universal-indent-gui-tqt to &amp;#039;Development&amp;#039; folder&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=6ea13cb9 [6ea13cb9]] DEB: add universal-indent-gui-tqt packaging files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f66b8764 [f66b8764]] RPM: add support for Fedora 41&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=c613bf5a [c613bf5a]] DEB tdebase: remove kcm_khotkeys_init library, no loger required&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=0b5a373f [0b5a373f]] DEB tdebase: add desktop file for khotkeys kded service&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=50153ac5 [50153ac5]] DEB kubuntu-meta: Add build-arch to PHONY targets.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=900d4f12 [900d4f12]] DEB ksquirrel: Add build-arch to PHONY targets.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=8de502d0 [8de502d0]] DEB sip4-tqt: Add build-arch to PHONY targets.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=1055d215 [1055d215]] DEB tdebase - kcontrol: Fix the path for generating the udev rules for the Logitech mouses.&amp;lt;br/&amp;gt;Generation of udev rules updated for currently used attribute names.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=0c7629b9 [0c7629b9]] DEB tdebase - kcontrol: add touchpad configuration module.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=bf8c1636 [bf8c1636]] DEB tdebase - klipper: Add Copy Full Path action for Konqueror.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=acf3abd6 [acf3abd6]] Remove unnecessary dependency for libpcre&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=007c5555 [007c5555]] DEB tdebase twin: use libpcre2 instead of libpcre&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=c64e55af [c64e55af]] DEB tdelibs kjs: use libpcre2 instead of libpcre&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=15319cbc [15319cbc]] DEB tqt3: Add libnsl-dev to build-depends.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=172a3644 [172a3644]] DEB kmyfirewall: kmyfirewall.xpm has been moved to main repository&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f58f51df [f58f51df]] DEB kmyfirewall: remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f1e34b24 [f1e34b24]] DEB tdebase: Add libtirpc-dev to build-depends.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=5f499934 [5f499934]] DEB tdebase: add new tiling icons to twin package&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=8c133614 [8c133614]] DEB tdebase: Update kwrite patch for Ubuntu.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=85562624 [85562624]] DEB tde-ebook-reader: use a variable for the library directory of architecture.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=1035fb68 [1035fb68]] DEB: add tde-ebook-reader packaging files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=a20efbd9 [a20efbd9]] DEB polkit-agent-tde: Add polkitd as an alternative for policykit-1.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=89e06621 [89e06621]] DEB polkit-tqt: Add polkitd as an alternative for policykit-1.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=661d57c9 [661d57c9]] DEB tdelibs: remove dummy kdemacros.h file&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=891dc2cd [891dc2cd]] DEB tdelibs: add tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=6b5986e3 [6b5986e3]] RPM: updates for OpenSuse LEAP 15.6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=1f78e4c1 [1f78e4c1]] DEB: Add support for Ubuntu Oracular, drop support for Ubuntu Kinetic.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=dae553b3 [dae553b3]] ArchLinux imlib: Provide binary package for all architectures.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=060b5447 [060b5447]] RPM: updates for openmandriva&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=24cdefc8 [24cdefc8]] DEB tdebase: Update for [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/490 TDE/tdebase#490]&amp;lt;br/&amp;gt;Kate null action icon removed.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=aadff2c4 [aadff2c4]] DEB tdelibs: Enable build with WebP support.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=19f941ff [19f941ff]] DEB tdebase: add solarized themes to konsole&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=89ebbd27 [89ebbd27]] ArchLinux: Add tdeio-gopher to tde-meta.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=0f672ea7 [0f672ea7]] ArchLinux: add tdeio-gopher pkgbuild&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=9c50cfcc [9c50cfcc]] DEB tdebase: Do not install tdeio_system_documenthelper manpage.&amp;lt;br/&amp;gt;The man page was removed in [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/484 TDE/tdebase#484]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=79e9e064 [79e9e064]] RPM: initial support for OMV cooker&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=61f83f14 [61f83f14]] DEB piklab: switch to cmake building system&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=c6d21f11 [c6d21f11]] RPM: initial support for OpenMandriva&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=2af6f182 [2af6f182]] RPM: add distro OpenSuse Leap 15.6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=2228bc7e [2228bc7e]] FreeBSD: Fix loading of window decoration module in twin for new styles.&amp;lt;br/&amp;gt;This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tde-packaging-gentoo/issues/373 TDE/tde-packaging-gentoo#373]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=eacb0eb5 [eacb0eb5]] ArchLinux: Fix loading of window decoration module in twin for new styles.&amp;lt;br/&amp;gt;This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tde-packaging-gentoo/issues/373 TDE/tde-packaging-gentoo#373]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=89b0dd94 [89b0dd94]] DEB piklab: adapt to new man file names&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=035e7452 [035e7452]] RPM: update for final R14.1.2&lt;/div&gt;</summary>
		<author><name>SlavekB</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.1.3&amp;diff=3463</id>
		<title>Changelog For R14.1.3</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.1.3&amp;diff=3463"/>
		<updated>2024-10-14T10:14:26Z</updated>

		<summary type="html">&lt;p&gt;SlavekB: Update 20241013&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= common =&lt;br /&gt;
== admin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=afaec96a [afaec96a]] Fix FTBFS with Python 3.13.&amp;lt;br/&amp;gt;This solves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tde-common-admin/issues/33 #33]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=6fa5fdb7 [6fa5fdb7]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=d2186b1a [d2186b1a]] am_edit: Cover all wizard include variants and class name in one regexp.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=3c9e11e1 [3c9e11e1]] Rename kdemacros.h to tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=36c8888e [36c8888e]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
= dependencies =&lt;br /&gt;
== tde-cmake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=2f37ffcc [2f37ffcc]] tde_create_translated_desktop: Fix processing of files with spaces in name.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=5283559e [5283559e]] tde_import: Always do &amp;#039;include&amp;#039; because macro can be called in a scope that is not global.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=5e1ef63e [5e1ef63e]] Remove __KDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=713b969b [713b969b]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY. Temporarily __KDE_HAVE_GCC_VISIBILITY is still provided, till renaming on all TDE code base is completed.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=03a1c2f4 [03a1c2f4]] tde_uic: Cover all wizard include variants and class name in one regexp.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=f1352532 [f1352532]] Rename kdemacros.h to tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=68452c7f [68452c7f]] tde_import: Reducing the noise, more common listing of the result.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=d9c41557 [d9c41557]] Add support for relative paths in &amp;#039;_tde_internal_setup_path&amp;#039;&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=9d383967 [9d383967]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=9a81dc39 [9a81dc39]] Update version to R14.1.3&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tqt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=0752cff4 [0752cff4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=c9932b7c [c9932b7c]] Make sure to release thread resources back to the OS once the thread completes.&amp;lt;br/&amp;gt;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.&amp;lt;br/&amp;gt;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.&amp;lt;br/&amp;gt;Manually cherry-picked from commit 81288cfc.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=24032974 [24032974]] Fix fallover case for TQEvent::MetaCall&amp;lt;br/&amp;gt;Manually cherry-picked from commit 24b42848.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b6eef6a4 [b6eef6a4]] Fix possible SEGV if the sender object list was null and thread support enabled&amp;lt;br/&amp;gt;Commit manually cherry-picked from 8e653076.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=08ac5cce [08ac5cce]] Improve handling of the global post event list in order to minimize possible crashes on exit.&amp;lt;br/&amp;gt;Key points:&amp;lt;br/&amp;gt;1. a TQPostEventList can now have an associated mutex, which is used in case of the global post event list (GPEL)&amp;lt;br/&amp;gt;2. the lifetime of the GPEL is no longer associated to the lifetime of the TQApplication object, but rather extended to the lifetime of the main thread. The GPEL is a static local initialized on first access and destroyed when the global static object destructor is invoked&amp;lt;br/&amp;gt;3. access to the GPEL after the TQApplication object has been destroyed has been minimized by protecting calls in &amp;amp;#126;TQObject() and &amp;amp;#126;TQWidget().&amp;lt;br/&amp;gt;4. special care was taken not to affect performances or unnecessarily create tons of unused TQMutexes&amp;lt;br/&amp;gt;This replaces PR #182. Technically it is still possibly unsafe due to the order of destruction of the globat static objects not being guaranteed across multiple compilation units, but the aforementioned changes should minimize (possible to zero) the chances of a SEGV happening.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=09d080c0 [09d080c0]] Added check for tqApp pointer in TQWidget destructor&amp;lt;br/&amp;gt;Necessary for the application to shut down properly&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=e06dfea3 [e06dfea3]] Fix OpenType language definition tags and array access. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tqt3/issues/171 #171]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b634a4f6 [b634a4f6]] Fix a missing `if` clause guard&amp;lt;br/&amp;gt;It was mismatched with indents and sibling `if` clause cases.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=cd45e22a [cd45e22a]] Fix to compare thread_id with `pthread_equal()`&amp;lt;br/&amp;gt;`pthread_t` is an opaque type, should not be compared with `==`.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=03ef2cdd [03ef2cdd]] Remove commercial site content and documentation&amp;lt;br/&amp;gt;trolltech domain is no longer valid.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=8141b881 [8141b881]] Correctly release glib mainloop and gsource, to avoid memory leaks&lt;br /&gt;
&lt;br /&gt;
== tqtinterface ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=1e47a121 [1e47a121]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=d4f8267e [d4f8267e]] Remove unnecessary files and processing when building libtqt.so.&lt;br /&gt;
&lt;br /&gt;
== akode ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/akode/commit/?id=400687a3 [400687a3]] Fix version check for akode_write and ffmpeg 7.x.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/akode/commit/?id=a4d07cf6 [a4d07cf6]] Fix compatibility with ffmpeg 7.x&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/akode/commit/?id=88d21b1b [88d21b1b]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== arts ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/arts/commit/?id=0f72e47c [0f72e47c]] Improve fatal error messages&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/arts/commit/?id=30779eb2 [30779eb2]] Fix incorrect command name&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/arts/commit/?id=999d426c [999d426c]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/arts/commit/?id=7f3dda33 [7f3dda33]] Rename thread mutex related debug flag name&amp;lt;br/&amp;gt;It is used to detect multiple mutex lock, not just for pthread related&amp;lt;br/&amp;gt;debugging.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/arts/commit/?id=75cb448c [75cb448c]] Fix usage of `pthread_t`&amp;lt;br/&amp;gt;`pthread_t` is opaque type.&amp;lt;br/&amp;gt;Change to compare with `pthread_equal()` and introduce validate flag.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/arts/commit/?id=210a7151 [210a7151]] fix to use AudioIOSun on Solaris and NetBSD&amp;lt;br/&amp;gt;`USE_SOLARIS` is not defined (related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tde/issues/74 TDE/tde#74]).&amp;lt;br/&amp;gt;On NetBSD, native audio system audioio(4) i.e. sunaudio is preferred.&lt;br /&gt;
&lt;br /&gt;
== avahi-tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/avahi-tqt/commit/?id=cb6ab292 [cb6ab292]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== dbus-1-tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dbus-1-tqt/commit/?id=d6a1bf8c [d6a1bf8c]] Use tq* headers instead of ntq*&lt;br /&gt;
&lt;br /&gt;
== libart-lgpl ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libart-lgpl/commit/?id=52ecb65b [52ecb65b]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== libcaldav ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libcaldav/commit/?id=023b3918 [023b3918]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== libcarddav ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libcarddav/commit/?id=a3d434ae [a3d434ae]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== sip4-tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/sip4-tqt/commit/?id=fa5e4646 [fa5e4646]] Fix FTBFS with Python 3.13.&amp;lt;br/&amp;gt;This solves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/sip4-tqt/issues/26 #26]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/sip4-tqt/commit/?id=7f3c0748 [7f3c0748]] Added prototype of yylex() function&amp;lt;br/&amp;gt;Required for building with the new gcc-14&lt;br /&gt;
&lt;br /&gt;
== tqscintilla ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqscintilla/commit/?id=2116474a [2116474a]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== pytqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=5afb6e8e [5afb6e8e]] Fix FTBFS with Python 3.13.&amp;lt;br/&amp;gt;This solves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/pytqt/issues/32 #32]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=03a1fe47 [03a1fe47]] Fix example translations for pytqt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=3dec37ec [3dec37ec]] Changing string types to bytes for pytquic&amp;lt;br/&amp;gt;For python3 you need to explicitly specify the bytes type, it is different from strings&lt;br /&gt;
&lt;br /&gt;
== tqca ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqca/commit/?id=33b8372a [33b8372a]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqca/commit/?id=efc46edc [efc46edc]] Use `pkg_get_variable` to retrieve the value of pkg-config variable&amp;lt;br/&amp;gt;It is a new feature in CMake version 3.4, CMake-3.5 is required for&amp;lt;br/&amp;gt;TDE now.&lt;br /&gt;
&lt;br /&gt;
= core =&lt;br /&gt;
== tdelibs ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=ab167e15 [ab167e15]] Fix syntax error when using tqmoc on tdestoragedevice.h&amp;lt;br/&amp;gt;TDE now requires c++11, so the conditional code is no longer required.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=3d8df21c [3d8df21c]] tdeio - scheduler: Fix crash if the job or slave are not valid.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=e711642d [e711642d]] Add kascii* methods previously part of tdepim/libemailfunctions&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=f9615ed5 [f9615ed5]] Kate: update rust syntax to highlight alerts and todo.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=c5c7697c [c5c7697c]] Improve JasPer 3/4 support&amp;lt;br/&amp;gt;Versions prior to 3 registered an atexit hander which performed resource&amp;lt;br/&amp;gt;cleanup with &amp;#039;jas_cleanup&amp;#039;, this was removed in version 3 meaning we&amp;lt;br/&amp;gt;were leaking resources.&amp;lt;br/&amp;gt;The &amp;#039;jas_init&amp;#039; and &amp;#039;jas_cleanup&amp;#039; functions were deprecated in version 3,&amp;lt;br/&amp;gt;so we use the newer jas_init_library/jas_init_thread functions.&amp;lt;br/&amp;gt;The max memory that JasPer can use has been limited to (at most) 512 MB.&amp;lt;br/&amp;gt;Without this change, JasPer will use whatever JAS_DEFAULT_MAX_MEM_USAGE&amp;lt;br/&amp;gt;is configured to, which is 1 GB by default.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=4ba00075 [4ba00075]] Fix FTBFS introduced by PR #302&amp;lt;br/&amp;gt;LibTIFF versions 4.2.0 and older used custom integer types, causing&amp;lt;br/&amp;gt;distributions with those versions to fail when building.&amp;lt;br/&amp;gt;In 4.3.0 and newer, the &amp;#039;uint16&amp;#039; and &amp;#039;uint32&amp;#039; types are deprecated,&amp;lt;br/&amp;gt;so this removes the deprecation warnings and keeps compatibility with&amp;lt;br/&amp;gt;any versions of LibTIFF where uint16 and uint32 did not equal their&amp;lt;br/&amp;gt;stdint.h counterparts.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=e2732d38 [e2732d38]] kimgio: Support TIFF transparency&amp;lt;br/&amp;gt;See: https://mirror.git.trinitydesktop.org/gitea/TDE/tdelibs/issues/282&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=269661fa [269661fa]] kjs - pcre: Fix crash if regexp is invalid.&amp;lt;br/&amp;gt;If the regular expression is invalid and pcre2_compile ends with error,&amp;lt;br/&amp;gt;match_data will remain uninitialized, which in turn leads to crash on&amp;lt;br/&amp;gt;pcre2_match_data_free in RegExp destructor.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=e034c819 [e034c819]] Fix TDECModuleInfo::needsTest() returning always false&amp;lt;br/&amp;gt;Properties such as this first make a call to the protected loadAll() method if the modules desktop files&amp;lt;br/&amp;gt;have not been processed yet, but such a call was for some reason missing from the needsTest() function,&amp;lt;br/&amp;gt;resulting in the method always returning false unless another function called loadAll() first.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=9be6785a [9be6785a]] tqtglobaldefines.h only contains comments, so it is an unnecessary inclusion&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=a1b7068d [a1b7068d]] Fix display of icon for filenames with multiple dots in the icon dialog window.&amp;lt;br/&amp;gt;This patch has been adapted from the equivalent patch in the Suse&amp;#039;s KDE3 repositories created by Yasuhiko Kamata.&amp;lt;br/&amp;gt;https://build.opensuse.org/projects/KDE:KDE3/packages/kdelibs3/files/kdelibs-multiple-dot-iconfile.patch&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cc8ddafa [cc8ddafa]] Check KDE start condition if TDE start condition was not found. This refers to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdelibs/issues/283 #283]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=3ccc8ad9 [3ccc8ad9]] kjs: use libpcre2 instead of libpcre&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=8b5a4521 [8b5a4521]] Explicitly skip KDE xdg autostart files. This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdelibs/issues/283 #283]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=20badf14 [20badf14]] Improve and fix autostart support for KDE programs. This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdelibs/issues/283 #283]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=66028a61 [66028a61]] Remove __KDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=34e58a5f [34e58a5f]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY. Temporarily __KDE_HAVE_GCC_VISIBILITY is still provided, till renaming on all TDE code base is completed.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=a4a424a3 [a4a424a3]] Remove dummy kdemacros.h file&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=41737353 [41737353]] Rename kdemacros.* files to tdemacros.*&amp;lt;br/&amp;gt;A dummy &amp;#039;kdemacros.h&amp;#039; has been added to allow TDE to built till renaming is carried out across the whole code base. It will then be removed.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=69ec8f3e [69ec8f3e]] Use tq* headers instead of ntq* ones&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=89b880a0 [89b880a0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=46838919 [46838919]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=767dff65 [767dff65]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=750384b9 [750384b9]] KDirOperator: add support for history navigation mouse buttons&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=07dfb84a [07dfb84a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=c1ea7021 [c1ea7021]] kimgio: Add kimgio desktop files to the translation.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=3856007b [3856007b]] Kate: use paths for local files in modified on disk dialog&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=0ec3c25c [0ec3c25c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=402f0ff4 [402f0ff4]] Remove KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7476deac [7476deac]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=70c31758 [70c31758]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=09fd7adf [09fd7adf]] Added image/webp to tdehtmlimage&amp;#039;s list of supported formats&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=533b0264 [533b0264]] Added mimetypes/image/webp.desktop&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=8414af17 [8414af17]] Adds WebP read support to kimgio&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=b74ce592 [b74ce592]] Replace KDE_DEPRECATED with TDE_DEPRECATED.&amp;lt;br/&amp;gt;This relates to #275 - part specific to R14.1.x branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=8ea80a77 [8ea80a77]] Remove KDE_ISLIKELY and KDE_ISUNLIKELY defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=4864f9da [4864f9da]] Replace KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL with TDE_* equivalent&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=9c9f5bf8 [9c9f5bf8]] Remove KDE_DEPRECATED define&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=83d0d2ce [83d0d2ce]] Kate syntax: allow PHP heredoc closing identifiers to be idented&amp;lt;br/&amp;gt;It is allowed syntax since PHP version 7.3.0.&amp;lt;br/&amp;gt;See https://www.php.net/manual/en/language.types.string.php#language.types.string.syntax.heredoc&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=f23f0ef9 [f23f0ef9]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cce9e894 [cce9e894]] Remove KDE_EXPORT and KDE_NO_EXPORT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=62949e0a [62949e0a]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=bef9baf7 [bef9baf7]] Update version to R14.1.3&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tdebase ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=04b48a89 [04b48a89]] Update R14.1.3 release notes to final version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b61f27f7 [b61f27f7]] ksmserver: Fix FTBFS when building without tdehw library.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=524eb4d5 [524eb4d5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e2b5f424 [e2b5f424]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=be5424c4 [be5424c4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=0515333d [0515333d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=42cc199f [42cc199f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=82ec9916 [82ec9916]] TDESynDaemon: prevent more than one instance from running at the same time&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=eac0d870 [eac0d870]] KControl: Add option to toggle visibility of hidden modules&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=10675b72 [10675b72]] khotkeys: make sure the kded service is controlled only by the Service Manager in TCC.&amp;lt;br/&amp;gt;Also make sure any changes to Input Action is immediately notified to&amp;lt;br/&amp;gt;the kded service.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/537 #537]&amp;lt;br/&amp;gt;1. Fix kded service startup settings.&amp;lt;br/&amp;gt;In TCC --&amp;amp;gt; Regional &amp;amp; Accessibility --&amp;amp;gt; Input Actions --&amp;amp;gt; General&amp;lt;br/&amp;gt;Settings tab, there was a checkbox to &amp;quot;disable the daemon&amp;quot;. This was&amp;lt;br/&amp;gt;either quitting or relaunching khotkeys as a standalone application,&amp;lt;br/&amp;gt;overlapping any choice set in the TCC -&amp;amp;gt; TDE Components --&amp;amp;gt; Service&amp;lt;br/&amp;gt;Manager page.&amp;lt;br/&amp;gt;khotkeys is now launched as a kded service, therefore the aforemention&amp;lt;br/&amp;gt;checkbox is no longer required. If a user choose to manually launch&amp;lt;br/&amp;gt;khotkeys as a standalone application, they can disable it by simply&amp;lt;br/&amp;gt;terminating the application (either by killing it or quitting through&amp;lt;br/&amp;gt;DCOP).&amp;lt;br/&amp;gt;2. Notify Input Actions changes to the kded service&amp;lt;br/&amp;gt;If Input Actions are changed, the changes will be notified to either the&amp;lt;br/&amp;gt;kded service or the standalone khotkeys application, depending on which&amp;lt;br/&amp;gt;of the two is running.&amp;lt;br/&amp;gt;3. the kcm_khotkeys_init library has been removed since it is no longer&amp;lt;br/&amp;gt;   necessary.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1a8369c8 [1a8369c8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=4123f156 [4123f156]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=6b615f8a [6b615f8a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ba58d6ad [ba58d6ad]] Various fixes for khotkeys. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/326 #326]&amp;lt;br/&amp;gt;1. ensure there is a single khotkeys instance running per session&amp;lt;br/&amp;gt;   instead of per screen (remote multihead related code)&amp;lt;br/&amp;gt;2. allow khotkeys to be run as a kded module&amp;lt;br/&amp;gt;3. make sure that khotkeys run either as a standalone application or as&amp;lt;br/&amp;gt;   a kded module, but not both at the same time&amp;lt;br/&amp;gt;4. do not register khotkeys as a main DCOP entry (like an app) anymore.&amp;lt;br/&amp;gt;   When run as kded module, this was causing kded to be registered as&amp;lt;br/&amp;gt;   khotkeys a second time.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=77134aea [77134aea]] KControl: Fix test function of Joystick module&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a05ee7f7 [a05ee7f7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=03e50a17 [03e50a17]] kcontrol touchpad: rename syndaemon to tdesyndaemon&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5dcbaf6b [5dcbaf6b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d9f73a1e [d9f73a1e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2af9d1ed [2af9d1ed]] KControl: add touchpad configuration module&amp;lt;br/&amp;gt;Supports the Libinput and Synaptics drivers, includes documentation and inpupt-touchpad icon.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=63178a88 [63178a88]] KControl: implement dynamic module tests&amp;lt;br/&amp;gt;Since KDE 3.4 there is underlying support for dynamically determining whether a module should&amp;lt;br/&amp;gt;be loaded or not, depending on an exported test function which would return a boolean value&amp;lt;br/&amp;gt;depending on the success of one or more tests (e.g. for presence of specific hardware).&amp;lt;br/&amp;gt;This approach is documented but has so far not been implemented by the TDE Control Centre.&amp;lt;br/&amp;gt;This commit adds a check to the TCC which performs the test function if needed (that is, if&amp;lt;br/&amp;gt;the X-TDE-Test-Module property is true) and, if it returns false, prevents showing the&amp;lt;br/&amp;gt;module in the tree list, which is the intended behaviour of the test function feature.&amp;lt;br/&amp;gt;For more information see:&amp;lt;br/&amp;gt;https://wiki.trinitydesktop.org/index.php?title=TDEConfig_Module_HOWTO&amp;amp;oldid=1893#Making_a_KCModule_dynamically_available&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=0046b760 [0046b760]] Klipper: Use translations from klipper-desktops for Copy Full Path action for Konqueror.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d7760242 [d7760242]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=61e633f5 [61e633f5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2e3c7151 [2e3c7151]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c0203e4c [c0203e4c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=6659eb22 [6659eb22]] Klipper: add Copy Full Path action for Konqueror&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=51fdc21a [51fdc21a]] twin compton: use libpcre2 instead of libpcre&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e2ed0707 [e2ed0707]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d888793f [d888793f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f5cd123b [f5cd123b]] Fix tiling menu functionality when windows in the taskbar are grouped&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c57ea5f2 [c57ea5f2]] TWin, Kicker: Add icons for tiling menus&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=72fce97c [72fce97c]] Add support for window tiling to the taskbar and window&amp;#039;s popup menus. This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/349 TDE/tdebase#349]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=673e48af [673e48af]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=147f7ffc [147f7ffc]] Improve settings for some sliders related to keyboard, accessibility and style. This also solves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/513 #513]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5bb53d86 [5bb53d86]] Use server icon for remote folders&amp;lt;br/&amp;gt;This icon is more accurate than the more generic applications-internet.&amp;lt;br/&amp;gt;Includes a tdeconf_update script.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=0657fdb9 [0657fdb9]] KNetAttach: Added SFTP connection type&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=4f090708 [4f090708]] Remote protocol: add UDS_LOCAL_PATH atom to remote folders&amp;lt;br/&amp;gt;This change makes it possible for network folders in Remote Places to be moved to and restored from the Trash folder.&amp;lt;br/&amp;gt;Before this change, such folders could only be removed via deletion (shift+delete) and could not be restored afterwards.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d0616cdd [d0616cdd]] kcmkeys: update keyboard shortcut schemes&amp;lt;br/&amp;gt;- Add actions related to keys XF86Sleep (Suspend) and XF86ScreenSaver (Lock Session)&amp;lt;br/&amp;gt;- Fix name of &amp;quot;Log Out&amp;quot; actions&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=4371e3c9 [4371e3c9]] KSMServer: reload power-managerrc settings every time before they are needed&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=eb1c3eed [eb1c3eed]] Add support for assigning global shortcuts for suspend actions&amp;lt;br/&amp;gt;The corresponding shortcuts have been added as part of the KDesktop shortucts, to complement similar options (logout, shutdown, reboot).&amp;lt;br/&amp;gt;The shortcuts are only shown for the options that KSMServer reports via DCOP as valid.&amp;lt;br/&amp;gt;In order to do be able to make a DCOP call from kdesktopbindings.cpp, the &amp;amp;lt;dcopref.h&amp;amp;gt; include had to be added to several files of the shortcuts TDECM.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=db3f842c [db3f842c]] KSMServer: improve suspend code&amp;lt;br/&amp;gt;1. Some code deduplication. Suspending is now handled via the public method `suspend(int)` which is DCOP-accessible and maps SuspendType values to corresponding TDEHWLib TDESystemPowerState values, and the internal method `suspendInternal(int)` which performs the chosen suspend and optionally locks the screen beforehand.&amp;lt;br/&amp;gt;2. Options are now read from power-managerrc on startup and stored in memory to avoid reading the configuration file every time a suspend is requested.&amp;lt;br/&amp;gt;3. SuspendType is now a member of KSMServer class (instead of KSMShutdownDlg)&amp;lt;br/&amp;gt;4. A new DCOP-accessible method `suspendOptions()` returns a TQStringList of all available suspend options.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=18d7e664 [18d7e664]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a857609d [a857609d]] Improve location of kate and kwrite desktop files. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/327 #327]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9a7df655 [9a7df655]] konsole: fix column width calculation for string&amp;lt;br/&amp;gt;TQString accessor is 0-based.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b97477fa [b97477fa]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1765b8f0 [1765b8f0]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=99917282 [99917282]] Fix for building tdm with gcc-14&amp;lt;br/&amp;gt;Solution to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/505 #505]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b43cb9bf [b43cb9bf]] Use tq* headers instead of ntq* ones&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=97383ddf [97383ddf]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=acf31aed [acf31aed]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e72d76b3 [e72d76b3]] konqueror: Update URL of TQt Reference Documentation&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e445759a [e445759a]] konqueror: Update URL of Trinity API Reference&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=985353c7 [985353c7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=0fc217ed [0fc217ed]] Mouse TDECM: do not hide checkboxes in case of option unavailability&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=10732c77 [10732c77]] Mouse TDECM: Improve wording for whatsThis options&amp;lt;br/&amp;gt;Affected options are &amp;quot;Reverse scroll direction&amp;quot; and &amp;quot;Swap history navigation buttons&amp;quot;&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=fb0f60cc [fb0f60cc]] Mouse TDECM: add option to swap history navigation buttons&amp;lt;br/&amp;gt;This leverages the existing code that interacts with X11 and sets the setting system-wide, as happens already with scroll direction reversal.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/497 #497]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1a7d33af [1a7d33af]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d2c1284e [d2c1284e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=104fd81e [104fd81e]] Fix khotkeys autostart unnecessary feedback. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/495 #495]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=3b75bf0a [3b75bf0a]] Kate: use paths for local files instead of file:/// URLs.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9fe2bb32 [9fe2bb32]] Kate: display file type icon and tooltip in viewspace&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a599fb97 [a599fb97]] Kate: display file type icons in file list&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b54bd51c [b54bd51c]] Kate: use mouse back/forward buttons to move between open documents&amp;lt;br/&amp;gt;The direction of movement can be configured (reversed) through the&amp;lt;br/&amp;gt;settings dialog.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=3f9a9bab [3f9a9bab]] l10n: fix typo in locale&amp;lt;br/&amp;gt;zn_CN should actually be zh_CN&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=4765f925 [4765f925]] Fix KJobViewer autostart. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/492 #492]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a92de61f [a92de61f]] Konqueror: Add support for back/forward actions using history mouse buttons&amp;lt;br/&amp;gt;This closes [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/421 #421]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=07202787 [07202787]] Fix the detecion and use of the udev library.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=518c6806 [518c6806]] konsole: Add Solarized dark and light color schemes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=6eec2a60 [6eec2a60]] Adds thumbnail generation for WebP images&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/380 #380]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=3dd373bc [3dd373bc]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=87f85a9a [87f85a9a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=62547444 [62547444]] Build documentation for each subpackage separately&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=fe496033 [fe496033]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2b92c9f0 [2b92c9f0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=beb289c9 [beb289c9]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=375a57ed [375a57ed]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=81ca1a67 [81ca1a67]] Added R14.1.3 release notes draft&lt;br /&gt;
&lt;br /&gt;
== tdepim ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=30de6cff [30de6cff]] libemailfunctions: move kAscii* functions to tdelibs&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=94890b77 [94890b77]] Remove unused code&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=928ea3c2 [928ea3c2]] KAddressBook: Fix import encoding for vCard v4.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=04db7b27 [04db7b27]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=9c3116fd [9c3116fd]] Replace KDE_TQ_EXPORT_PLUGIN with TDE_* equivalent&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=47025f3e [47025f3e]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=a6bbab74 [a6bbab74]] Add documentation builds for each package separately&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=7bfa0fb6 [7bfa0fb6]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=622ea70b [622ea70b]] Fix attachment filename handling&amp;lt;br/&amp;gt;Currently filenames containing &amp;#039;#&amp;#039; are not correctly escaped, which&amp;lt;br/&amp;gt;prevents to open attachments. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdepim/issues/119 #119]&lt;br /&gt;
&lt;br /&gt;
== tdemultimedia ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=dafa15cc [dafa15cc]] Fix FTBFS when xinelib &amp;amp;lt;= 1.2.9&amp;lt;br/&amp;gt;Resolves: https://mirror.git.trinitydesktop.org/gitea/TDE/tdemultimedia/issues/83&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=0fb5d8ad [0fb5d8ad]] Fix mime type registration for FLAC with taglib&amp;amp;gt;=2&amp;lt;br/&amp;gt;The TAGLIB_*_VERSION macros are not (and never have been) defined in&amp;lt;br/&amp;gt;tag.h, however, tag.h used to include tstring.h, which included taglib.h&amp;lt;br/&amp;gt;[0].&amp;lt;br/&amp;gt;KFlacPlugin doesn&amp;#039;t use the &amp;#039;name&amp;#039; argument in it&amp;#039;s constructor so it&amp;lt;br/&amp;gt;can support earlier versions of taglib (&amp;amp;lt; 1.2), instead, it registers&amp;lt;br/&amp;gt;the mime type info for both &amp;#039;audio/x-flac&amp;#039; and &amp;#039;audio/x-oggflac&amp;#039; when it&amp;lt;br/&amp;gt;is first loaded.  However, since &amp;#039;audio/x-oggflac&amp;#039; was never being&amp;lt;br/&amp;gt;registered (because TAGLIB_1_2 wasn&amp;#039;t defined), when KRenamer attempted&amp;lt;br/&amp;gt;to get the mime type info for &amp;#039;audio/x-oggflac&amp;#039;, the call failed and&amp;lt;br/&amp;gt;it&amp;#039;s &amp;#039;keys&amp;#039; member was never altered, causing the additional &amp;#039;flac&amp;#039; to&amp;lt;br/&amp;gt;be appended [1].&amp;lt;br/&amp;gt;[0]: https://github.com/taglib/taglib/commit/a08acdcf23c5d4ac4cb795f5edfdc539055138b7#diff-83ce8ae463020e723895af7e50380bc507f358a2d56313767d5305a759bb9f02&amp;lt;br/&amp;gt;[1]: https://mirror.git.trinitydesktop.org/gitea/TDE/krename/src/branch/r14.1.x/krename/fileplugin.cpp#L46-L98&amp;lt;br/&amp;gt;Fixes: https://mirror.git.trinitydesktop.org/gitea/TDE/tdemultimedia/issues/77&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=c23bd5af [c23bd5af]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=079c37d1 [079c37d1]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdenetwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=1f9edc59 [1f9edc59]] ksirc: Use Getopt::Std instead of deprecated getopts.pl library.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=68b14f31 [68b14f31]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=2892487f [2892487f]] Use tq* headers instead of ntq* ones&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=41e2c515 [41e2c515]] Replace KDE_TQ_EXPORT_PLUGIN with TDE_* equivalent&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=d6ad20b4 [d6ad20b4]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=eb63c76f [eb63c76f]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdegraphics ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=a828e133 [a828e133]] Advertise WebP read support via .desktop files.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=210d8eac [210d8eac]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=153ce3e5 [153ce3e5]] Ensure the use of C++20 standard for Poppler &amp;amp;gt;= 24.04.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdegraphics/issues/96 #96]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=fcb418ee [fcb418ee]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=230d8655 [230d8655]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdetoys ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=7787f653 [7787f653]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=f58a8da2 [f58a8da2]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=02300d49 [02300d49]] Add documentation builds for each package separately&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=5bd77f3d [5bd77f3d]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdeutils ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=8bd95de8 [8bd95de8]] Superkaramba: add GPU load sensor&amp;lt;br/&amp;gt;The sensor has a required `driver` parameter and an optional `gpu` parameter.&amp;lt;br/&amp;gt;- The former specifies the backend to use to query the system about GPU load.&amp;lt;br/&amp;gt;- The latter specifies the id of the GPU to check. If left out, the backend default will be used.&amp;lt;br/&amp;gt;For now it only supports NVidia GPUs via the `nvidia` driver, but it can be extended.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=2c4a3e7f [2c4a3e7f]] Superkaramba: add GB format strings to memory sensor&amp;lt;br/&amp;gt;Added variants: %fm(b)g %um(b)g %fsg %usg %tmg %tsg&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=6b7d5441 [6b7d5441]] Superkaramba: minor code refactoring/restyling in memsensor&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=9a9ab1be [9a9ab1be]] Superkaramba: add memory sensor percentage format strings&amp;lt;br/&amp;gt;The strings which end in &amp;#039;p&amp;#039; represent percentage value variants of the following pre-existing format strings:&amp;lt;br/&amp;gt;%fmb(p) %fm(p) %umb(p) %um(p) %fs(p) %us(p)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=222d52d9 [222d52d9]] Improve location of kedit desktop file. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdeutils/issues/46 #46]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=b23bc1fa [b23bc1fa]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=9eb5b12f [9eb5b12f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=71387620 [71387620]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdeedu ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=d7569eb4 [d7569eb4]] Fix FTBFS with Python 3.13.&amp;lt;br/&amp;gt;This solves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdeedu/issues/46 #46]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=03236ff7 [03236ff7]] Fix FTBFS with gcc 14&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=6021f991 [6021f991]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=4728afb5 [4728afb5]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=422e7fef [422e7fef]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=1ad8fd66 [1ad8fd66]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdegames ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=4905e1cc [4905e1cc]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=ac071efb [ac071efb]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=dd75912c [dd75912c]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdeaccessibility ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=c06e0a2b [c06e0a2b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=1973d99d [1973d99d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=3891d3d9 [3891d3d9]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=de5e54fd [de5e54fd]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=93d2ad8f [93d2ad8f]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdeaddons ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=f3aaaec8 [f3aaaec8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=a184527f [a184527f]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=b30cd117 [b30cd117]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=22ddaacb [22ddaacb]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=2bbb215c [2bbb215c]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdeadmin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=b2b4bc52 [b2b4bc52]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=e87baf34 [e87baf34]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=36436c15 [36436c15]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=5fc7892e [5fc7892e]] Add documentation builds for each package separately&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=866c88c2 [866c88c2]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdeartwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=eb6a6689 [eb6a6689]] Replace KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL with TDE_* equivalent&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=82b7c9da [82b7c9da]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdebindings ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=8db0c3ad [8db0c3ad]] Load tqtjava library instead of qtjava&amp;lt;br/&amp;gt;Fixes a runtime error &amp;quot;no qtjava in java.library.path&amp;quot; since the&amp;lt;br/&amp;gt;generated library name is &amp;#039;libtqtjava.so&amp;#039;.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=f2389da0 [f2389da0]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=19b0a550 [19b0a550]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=8d288123 [8d288123]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdesdk ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=ba3a42c2 [ba3a42c2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=f9ccae8d [f9ccae8d]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=19e19197 [19e19197]] Replace KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL with TDE_* equivalent&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=c264ece0 [c264ece0]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=1fe043c8 [1fe043c8]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdevelop ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=13923bec [13923bec]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=b018e020 [b018e020]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=7489a97a [7489a97a]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdewebdev ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=dedaec14 [dedaec14]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=da00a36d [da00a36d]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=cffd6b6e [cffd6b6e]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=2a1388a5 [2a1388a5]] Replace KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL with TDE_* equivalent&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=11eb1ed1 [11eb1ed1]] Remove KDE_ISLIKELY and KDE_ISUNLIKELY defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=ad3b14a6 [ad3b14a6]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=2ff6e13a [2ff6e13a]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tde-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d0d1599 [7d0d1599]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30eacd37 [30eacd37]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4597c261 [4597c261]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c927fc3d [c927fc3d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=584bd402 [584bd402]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=015284e4 [015284e4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=130d0d33 [130d0d33]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=35924182 [35924182]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9d313172 [9d313172]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8dd995ff [8dd995ff]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2a58f8c [e2a58f8c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aefcecf2 [aefcecf2]] tdebase: update to match PR [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/538 TDE/tdebase#538]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f8dea4bc [f8dea4bc]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6958efbb [6958efbb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a339ff5 [9a339ff5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fff1a0a0 [fff1a0a0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d3dbd8c9 [d3dbd8c9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee332cd4 [ee332cd4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0e82c63b [0e82c63b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7eca727d [7eca727d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e460241e [e460241e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4d1a1cd3 [4d1a1cd3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=91885ffc [91885ffc]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7efe52d4 [7efe52d4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4bd43316 [4bd43316]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=958c4ca7 [958c4ca7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=badc6c6a [badc6c6a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ffa4138f [ffa4138f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=809c1afc [809c1afc]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1c2a30dc [1c2a30dc]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ff309cbd [ff309cbd]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5bab0f86 [5bab0f86]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5e4f0cd5 [5e4f0cd5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e50cd332 [e50cd332]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5bb5dfa5 [5bb5dfa5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1d2f4ef2 [1d2f4ef2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1a1db394 [1a1db394]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1c2caed5 [1c2caed5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5cb2fffe [5cb2fffe]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fca24f9e [fca24f9e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8c537df0 [8c537df0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=08a61328 [08a61328]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=46453d7e [46453d7e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bfbb18a5 [bfbb18a5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cc847f45 [cc847f45]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dec23195 [dec23195]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=40a54a16 [40a54a16]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=beedfe2a [beedfe2a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=238f0191 [238f0191]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4161b55 [c4161b55]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b9f94b5 [3b9f94b5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dd1f61cd [dd1f61cd]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eeec7e1d [eeec7e1d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ac49189 [7ac49189]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=935d5e8f [935d5e8f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ccd05f23 [ccd05f23]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=981f3358 [981f3358]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b9633e33 [b9633e33]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ecb440c [7ecb440c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e470fceb [e470fceb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c24f4fb3 [c24f4fb3]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e5ba82f5 [e5ba82f5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3e1e30d4 [3e1e30d4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=492a0682 [492a0682]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4c28ac5e [4c28ac5e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c5e23d83 [c5e23d83]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=75ac45e3 [75ac45e3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=136de97b [136de97b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0dd7dd2a [0dd7dd2a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4db577a3 [4db577a3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a9b3253 [8a9b3253]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a665ae0 [9a665ae0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=081982b1 [081982b1]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= libraries =&lt;br /&gt;
== libkdcraw ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=83dc653e [83dc653e]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=0d17cf8c [0d17cf8c]] Remove unnecessary define and make sure to include tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=921e2d15 [921e2d15]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=81dc15bc [81dc15bc]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=dfbdaaed [dfbdaaed]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== libkexiv2 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkexiv2/commit/?id=505878f1 [505878f1]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkexiv2/commit/?id=803a46b6 [803a46b6]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkexiv2/commit/?id=3a295a79 [3a295a79]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== libkipi ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=1db25959 [1db25959]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=eb6e700a [eb6e700a]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=a53baecb [a53baecb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=cb43a8ff [cb43a8ff]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== kipi-plugins ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=00132ff0 [00132ff0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=269f792d [269f792d]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=422b94aa [422b94aa]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=b797dfbe [b797dfbe]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== libksquirrel ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libksquirrel/commit/?id=51f42b6f [51f42b6f]] Use JasPer 3 library initialization routines&amp;lt;br/&amp;gt;Update to use the jas_init_library() and jas_init_thread() functions as&amp;lt;br/&amp;gt;JasPer 3 deprecated jas_init and changed its behaviour to not register&amp;lt;br/&amp;gt;jas_cleanup() as an atexit callback.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libksquirrel/commit/?id=8ae5191e [8ae5191e]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libksquirrel/commit/?id=7d79524e [7d79524e]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
&lt;br /&gt;
== libtdeldap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtdeldap/commit/?id=81b3ec1e [81b3ec1e]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtdeldap/commit/?id=099c3ec1 [099c3ec1]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtdeldap/commit/?id=5c301750 [5c301750]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== libtqt-perl ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=87a21537 [87a21537]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
&lt;br /&gt;
== pytde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytde/commit/?id=4883892c [4883892c]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytde/commit/?id=45cb24c9 [45cb24c9]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytde/commit/?id=3f2e6e14 [3f2e6e14]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
= applications/development =&lt;br /&gt;
== kdbg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=316c1368 [316c1368]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=362831ed [362831ed]] Use proper TQt headers&lt;br /&gt;
&lt;br /&gt;
== kdiff3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=2371b490 [2371b490]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=b8cd662e [b8cd662e]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=1ff6ea62 [1ff6ea62]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kpicosim ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=201f3373 [201f3373]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=f728bb02 [f728bb02]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=d63aaf1b [d63aaf1b]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== kscope ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=35bc076c [35bc076c]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=6730bcbc [6730bcbc]] Use proper TQt headers&lt;br /&gt;
&lt;br /&gt;
== ktechlab ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=69788745 [69788745]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=04455a04 [04455a04]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=21265b55 [21265b55]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kxmleditor ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=19deaeb3 [19deaeb3]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=4508b0ef [4508b0ef]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=51322a94 [51322a94]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== piklab ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=93af744d [93af744d]] Fixed build problem with ncurses library&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=1c29d98b [1c29d98b]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=f2550e4c [f2550e4c]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=dc5b11fc [dc5b11fc]] CMake conversion&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=d5d77862 [d5d77862]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=b4896d07 [b4896d07]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=014e4b95 [014e4b95]] Allow generation of build time data files in out-of-source builds. Also fix generation of data file for devices/mem24 subfolder&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=f2e2d9a5 [f2e2d9a5]] Include moc files in cpp sources&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=98a43160 [98a43160]] Moves icons into separate folder&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=ce951906 [ce951906]] Remove obsolete svn-related logic&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=8bdcbe01 [8bdcbe01]] Removed unused file in translation folder&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=819166fe [819166fe]] Update doc and man folder structure&lt;br /&gt;
&lt;br /&gt;
== tdesvn ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=944780b9 [944780b9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=6fbfff0a [6fbfff0a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=9096ae56 [9096ae56]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=2eb15088 [2eb15088]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= applications/games =&lt;br /&gt;
== knights ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=70ccae04 [70ccae04]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== tdepacman ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=8d7dc432 [8d7dc432]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= applications/graphics =&lt;br /&gt;
== digikam ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=3823312d [3823312d]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=9966557a [9966557a]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=6ae95b80 [6ae95b80]] Advertise WebP read support for showfoto via .desktop file&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=9b92ae02 [9b92ae02]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=dcadf933 [dcadf933]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== gwenview ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=ec196430 [ec196430]] Fix FTBFS coming from issue [https://mirror.git.trinitydesktop.org/gitea/TDE/gwenview/issues/41 #41]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=5f1fe4bd [5f1fe4bd]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=7a94ca6b [7a94ca6b]] External tools: replace gimp-remote with gimp&amp;lt;br/&amp;gt;The gimp-remote tool has been deprecated since 2008.&amp;lt;br/&amp;gt;See https://www.gimp.org/man/gimp-remote.html&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=5528a74d [5528a74d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=dcc30344 [dcc30344]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=d8662ba8 [d8662ba8]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=3a15c885 [3a15c885]] Fix FTBFS on OMV. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/gwenview/issues/38 #38]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=df746ca9 [df746ca9]] Advertise WebP read support via .desktop files&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/gwenview/issues/1 #1]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=5703e424 [5703e424]] Replace KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL with TDE_* equivalent&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=5c4c6611 [5c4c6611]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=12fabaa1 [12fabaa1]] Added the target folder for desktop files translation template&amp;lt;br/&amp;gt;so that it is not inadvertently generated into a gwenview-i18n module.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=61a94a07 [61a94a07]] Added translation of .desktop files.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=4bd38b70 [4bd38b70]] Drop autotools support&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=d9ca086d [d9ca086d]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== gwenview-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=f19c0cef [f19c0cef]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== ksquirrel ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=f26ba650 [f26ba650]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=1658fc3b [1658fc3b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=1c9b1d06 [1c9b1d06]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=b0be5893 [b0be5893]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== potracegui ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=e26e550b [e26e550b]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
= applications/internet =&lt;br /&gt;
== kasablanca ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=c0d7a59e [c0d7a59e]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== kbiff ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=73666db5 [73666db5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=4d4a13e6 [4d4a13e6]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=375a2609 [375a2609]] Use proper TQt headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=9398c3ad [9398c3ad]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== kftpgrabber ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=7da1d2cc [7da1d2cc]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=86ecfe8c [86ecfe8c]] Use proper TQt headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=8b3c15a5 [8b3c15a5]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=cd7665b7 [cd7665b7]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== knmap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=43244db3 [43244db3]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=d7f518fa [d7f518fa]] Use proper TQt headers&lt;br /&gt;
&lt;br /&gt;
== konversation ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=af9177c8 [af9177c8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=042aee2e [042aee2e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=0aab9eba [0aab9eba]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kopete-otr ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=1dd25c19 [1dd25c19]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=ceb024e1 [ceb024e1]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=6a0c636c [6a0c636c]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== kshowmail ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=cc7eb270 [cc7eb270]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=727f9c3c [727f9c3c]] Use proper TQt headers&lt;br /&gt;
&lt;br /&gt;
== kstreamripper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=109f8e74 [109f8e74]] Added check for pressing the Cancel button in the file dialog&amp;lt;br/&amp;gt;The Destination field should not be changed if the cancel button is pressed in the file dialog&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=ef957d70 [ef957d70]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=6ef29b49 [6ef29b49]] Use proper TQt headers&lt;br /&gt;
&lt;br /&gt;
== ktorrent ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=59bbb6d1 [59bbb6d1]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kvirc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a12798e7 [a12798e7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=12700b44 [12700b44]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=34cef094 [34cef094]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=6e2602fa [6e2602fa]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=f756cb34 [f756cb34]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=5943ab1e [5943ab1e]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kvpnc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=b2dc6a57 [b2dc6a57]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=4ef26a9b [4ef26a9b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=a911fd70 [a911fd70]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=b82812a3 [b82812a3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=3633a93b [3633a93b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=d2d99d5a [d2d99d5a]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== smb4k ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=89bd0844 [89bd0844]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=2c528b60 [2c528b60]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=19488bba [19488bba]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=9bb489fb [9bb489fb]] Merge duplicate Norwegian translations of desktop files and&amp;lt;br/&amp;gt;use two-letter codes names NB and NN, such as usual in other cases.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=890c1e2e [890c1e2e]] Remove duplicate Norwegian Bokmål translations of desktop files.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=3f571059 [3f571059]] Remove the original translation directory layout.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=5991219e [5991219e]] Copy translations to a new directory layout.&amp;lt;br/&amp;gt;Added translation of .desktop files.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=198fb9f3 [198fb9f3]] Drop autotools support&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=22dea1e5 [22dea1e5]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=0d318f09 [0d318f09]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=24cb4e0d [24cb4e0d]] Use proper TQt headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=1f155134 [1f155134]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=d3a1b4a1 [d3a1b4a1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=8db23dd9 [8db23dd9]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
= applications/misc =&lt;br /&gt;
== bibletime ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=11021fb0 [11021fb0]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== compizconfig-backend-tdeconfig ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/compizconfig-backend-tdeconfig/commit/?id=f225f48f [f225f48f]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/compizconfig-backend-tdeconfig/commit/?id=6ddf91c7 [6ddf91c7]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== desktop-effects-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=d9b08e45 [d9b08e45]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=a3d98e7d [a3d98e7d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=861ee303 [861ee303]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=a30304ca [a30304ca]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kcmldap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=40e52bb5 [40e52bb5]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== kcmldapcontroller ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=1e46f8ab [1e46f8ab]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== kcmldapmanager ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=9be1b414 [9be1b414]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== kerberostray ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=067e5235 [067e5235]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=c29b06de [c29b06de]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
&lt;br /&gt;
== krecipes ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=64df5710 [64df5710]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=788606cd [788606cd]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=dbf13a36 [dbf13a36]] Use proper TQt headers&lt;br /&gt;
&lt;br /&gt;
= applications/multimedia =&lt;br /&gt;
== amarok ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=69a8a1af [69a8a1af]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=61ea97c2 [61ea97c2]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=e8dc45c8 [e8dc45c8]] Replace custom MP4 metadata parser with TagLib&amp;lt;br/&amp;gt;TagLib supports MP4 metadata since version 1.6 (2009).  The custom&amp;lt;br/&amp;gt;parser code caused problems because there was a mismatch between&amp;lt;br/&amp;gt;the definition of TagLib::Tag and TagLib::MP4::Tag, and the&amp;lt;br/&amp;gt;implementation of the custom TagLib::MP4::Tag.&amp;lt;br/&amp;gt;This requires TagLib 1.11 and above.&amp;lt;br/&amp;gt;Resolves: [https://mirror.git.trinitydesktop.org/gitea/TDE/tdemultimedia/issues/82 TDE/tdemultimedia#82]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=09dcfc68 [09dcfc68]] Fix unsigned overflow in Debug::Block dtor&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=c18b5298 [c18b5298]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=32da5fbf [32da5fbf]] Replace KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL with TDE_* equivalent&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=2d4abcb6 [2d4abcb6]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=bc688481 [bc688481]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=1d66256d [1d66256d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=1dc95c27 [1dc95c27]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=3addcdd0 [3addcdd0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=223dc92b [223dc92b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=edadbab7 [edadbab7]] Add support for taglib 2, part 2.&lt;br /&gt;
&lt;br /&gt;
== codeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=c2ba45c1 [c2ba45c1]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=39912d87 [39912d87]] Fix channel selection menus disappearing&amp;lt;br/&amp;gt;When adding/removing an action to/from the toolbar, the aspect ratio,&amp;lt;br/&amp;gt;audio channel, and subtitle channel menus would disappear from the&amp;lt;br/&amp;gt;parent settings menu.&amp;lt;br/&amp;gt;My understanding is that this happened because nothing was keeping those&amp;lt;br/&amp;gt;menus present (plugged?) when other actions were plugged/unplugged.&amp;lt;br/&amp;gt;This changes it so &amp;quot;Aspect Ratio&amp;quot;, &amp;quot;Subtitles&amp;quot;, and &amp;quot;Audio Channels&amp;quot;&amp;lt;br/&amp;gt;each are a TDESelectAction that is dynamically filled with items. This&amp;lt;br/&amp;gt;way, each popup menu is still present after other actions being&amp;lt;br/&amp;gt;plugged/unplugged.&amp;lt;br/&amp;gt;Resolves: [https://mirror.git.trinitydesktop.org/gitea/TDE/codeine/issues/24 TDE/codeine#24]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=5100a090 [5100a090]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=0dbeeeb9 [0dbeeeb9]] Address -Wall warnings&amp;lt;br/&amp;gt;VideoWindow::ExposeEvent wasn&amp;#039;t being used correctly; it should be a&amp;lt;br/&amp;gt;TQCustomEvent (although, the 3000 type is already being used for&amp;lt;br/&amp;gt;forwarding XINE_PROGRESS_EVENT).&amp;lt;br/&amp;gt;While the pts_per_smpls part never seemed to be encountered, it would&amp;lt;br/&amp;gt;have resulted in a floating point exception as it&amp;#039;s always 0.  Commented&amp;lt;br/&amp;gt;out to leave a hint as to what the code should be doing.&amp;lt;br/&amp;gt;Resolves: [https://mirror.git.trinitydesktop.org/gitea/TDE/codeine/issues/2 TDE/codeine#2]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=f41da351 [f41da351]] Fix filter list when opening a file&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=fb0c092e [fb0c092e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=9f6a25bc [9f6a25bc]] Improve the layout of XineConfigDialog&amp;lt;br/&amp;gt;Properly display the description of each of the settings.  Also,&amp;lt;br/&amp;gt;reorganize the layout so that it uses layouts rather than VBox/HBox.&amp;lt;br/&amp;gt;The TabWidget class has been removed in favour of the standard&amp;lt;br/&amp;gt;TQTabWidget class, as the different behaviour doesn&amp;#039;t make a notable&amp;lt;br/&amp;gt;visual difference.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=5394e874 [5394e874]] Fix crash when showing context menu in DVDs&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=e2003a00 [e2003a00]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=bca2a1a1 [bca2a1a1]] Use nullptr instead of NULL/0 pointer in C++ files&amp;lt;br/&amp;gt;See: https://mirror.git.trinitydesktop.org/gitea/TDE/tde/issues/73&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=55214aea [55214aea]] Use safer xine_get_current_frame_s&amp;lt;br/&amp;gt;xine_get_current_frame was deprecated back in 2019 because it is&amp;lt;br/&amp;gt;&amp;quot;unsafe by design&amp;quot;[0].  The &amp;#039;_s&amp;#039; version was introduced in xine-lib&amp;lt;br/&amp;gt;1.1.11, which was released in 2008, so there are no version checks.&amp;lt;br/&amp;gt;[0]:&amp;lt;br/&amp;gt;https://sourceforge.net/p/xine/xine-lib-1.2/ci/c1a154c1a89759a8d69a6895587085adf6868d50/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=9cec7f89 [9cec7f89]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=86b8d57a [86b8d57a]] Scale capture preview if it exceeds screen bounds&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=b4cc6a0c [b4cc6a0c]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== k3b ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=75435ce1 [75435ce1]] Fix compatibility with ffmpeg 7.x.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=fb26314a [fb26314a]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=bfd52a71 [bfd52a71]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=8c770638 [8c770638]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== k3b-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=fb28b567 [fb28b567]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=b3e87d49 [b3e87d49]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=4c32ec32 [4c32ec32]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=bcbabbda [bcbabbda]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=a21cb0e7 [a21cb0e7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=e542902f [e542902f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=a6edd997 [a6edd997]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== k9copy ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=8d584861 [8d584861]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=7ad2cf65 [7ad2cf65]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=b6bc7d3a [b6bc7d3a]] Use strlcat from libc instead of custom one. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/k9copy/issues/29 #29]&lt;br /&gt;
&lt;br /&gt;
== kaffeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=b9073568 [b9073568]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=0f19d223 [0f19d223]] Use safer xine_get_current_frame_s&amp;lt;br/&amp;gt;xine_get_current_frame was deprecated back in 2019 because it is&amp;lt;br/&amp;gt;&amp;quot;unsafe by design&amp;quot;[0].  The &amp;#039;_s&amp;#039; version was introduced in xine-lib&amp;lt;br/&amp;gt;1.1.11, which was released in 2008, so there are no version checks.&amp;lt;br/&amp;gt;[0]:&amp;lt;br/&amp;gt;https://sourceforge.net/p/xine/xine-lib-1.2/ci/c1a154c1a89759a8d69a6895587085adf6868d50&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=bfc5ced7 [bfc5ced7]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=e45d3e30 [e45d3e30]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=ba1ce6b1 [ba1ce6b1]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=aa0a0331 [aa0a0331]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=3a1cc256 [3a1cc256]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=ee48611f [ee48611f]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kaffeine-mozilla ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine-mozilla/commit/?id=d0c34405 [d0c34405]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== kmplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=74c9cd05 [74c9cd05]] Fix visibility of public slots in PartBase. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/kmplayer/issues/24 #24]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=3ca4c8ba [3ca4c8ba]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=54463fd2 [54463fd2]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=36694213 [36694213]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=c5d77586 [c5d77586]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=2debdf21 [2debdf21]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=75214b4b [75214b4b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=f7dbed34 [f7dbed34]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=502028b2 [502028b2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=fceabe00 [fceabe00]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=b68ac66b [b68ac66b]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== mplayerthumbs ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=311bc97e [311bc97e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=d4c4db4c [d4c4db4c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=d55559f3 [d55559f3]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=6889475b [6889475b]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=62cfd3d0 [62cfd3d0]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== rosegarden ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=f4e06ad8 [f4e06ad8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=1d49f945 [1d49f945]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=5daf082b [5daf082b]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== soundkonverter ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=7ae832ac [7ae832ac]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=07655291 [07655291]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=e5ac893e [e5ac893e]] Remove &amp;#039;admin&amp;#039; subfolder that was mistakenly left in the source tree&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=ce91fc9a [ce91fc9a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=82d4f87e [82d4f87e]] Remove the original translation directory layout.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=b428cc90 [b428cc90]] Copy translations to a new directory layout.&amp;lt;br/&amp;gt;Added translation of .desktop files.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=9389522a [9389522a]] Drop autotools support&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=c8120890 [c8120890]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=69c3134e [69c3134e]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tderadio ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=5c1aa367 [5c1aa367]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=9638eea8 [9638eea8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=dafff6e5 [dafff6e5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=20b6722d [20b6722d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=4083031f [4083031f]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=5430985a [5430985a]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=68a83400 [68a83400]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=16bc99ab [16bc99ab]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=b96e2f00 [b96e2f00]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= applications/office =&lt;br /&gt;
== basket ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=2f2d5c00 [2f2d5c00]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=2a176d87 [2a176d87]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=576088df [576088df]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=1346de7f [1346de7f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=f7bca5cd [f7bca5cd]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=65cf4686 [65cf4686]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=20f4f832 [20f4f832]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kbibtex ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=247ae3ed [247ae3ed]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=1fe284bd [1fe284bd]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=79a54fb0 [79a54fb0]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kbookreader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=6ae55c79 [6ae55c79]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=25e6d9e9 [25e6d9e9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=23a93547 [23a93547]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== keximdb ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keximdb/commit/?id=fcb0c1ca [fcb0c1ca]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keximdb/commit/?id=9ec283ee [9ec283ee]] Use proper TQt headers&lt;br /&gt;
&lt;br /&gt;
== kile ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=6a1754f7 [6a1754f7]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=1c0ae567 [1c0ae567]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kmymoney ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=664348a8 [664348a8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=156e1a9c [156e1a9c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=bb71a2a2 [bb71a2a2]] tqabstractlayout.h is obsolete&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=e52169fb [e52169fb]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=aae42115 [aae42115]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=51cf7be9 [51cf7be9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=5e350d79 [5e350d79]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=47ae1235 [47ae1235]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=4e1c3b0d [4e1c3b0d]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== knowit ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=d3584db4 [d3584db4]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== koffice ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=3899caa1 [3899caa1]] Replace obsolete python call&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=9e417736 [9e417736]] mswriter: fix wrong ListElement template. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/koffice/issues/78 #78]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=83ac2573 [83ac2573]] Fix kexidb build with -std=c++20.&amp;lt;br/&amp;gt;This solves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/koffice/issues/70 #70]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=79e48868 [79e48868]] Remove inclusion of obsolete header&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=0bb5a74a [0bb5a74a]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=fc7a561e [fc7a561e]] KSpread: New lookup/reference functions&amp;lt;br/&amp;gt;Adds reference functions HLOOKUP, VLOOKUP.&amp;lt;br/&amp;gt;Import from Calligra revision 1134327.&amp;lt;br/&amp;gt;Authors: Stefan Nikolaus &amp;lt;br/&amp;gt;         Sebastian Sauer &lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=979ee566 [979ee566]] KSpread: Add natural comparison operators.&amp;lt;br/&amp;gt;Natural comparison does not depend on the type of data (whether it&amp;#039;s a string or a number).&amp;lt;br/&amp;gt;Based on Calligra Sheets code originally from revision 551470.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=950f6aa0 [950f6aa0]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=9fa1a9ed [9fa1a9ed]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== koffice-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=77804584 [77804584]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=a14dfd17 [a14dfd17]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=765ccdee [765ccdee]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ea9d233c [ea9d233c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=b5ad0939 [b5ad0939]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=612fc3a3 [612fc3a3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=b84e0025 [b84e0025]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=65e60572 [65e60572]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=293f2e35 [293f2e35]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kpilot ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=6430ebd1 [6430ebd1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=c8232e4f [c8232e4f]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=41c5e580 [41c5e580]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=f28feea0 [f28feea0]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=40ffb58a [40ffb58a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=3395355e [3395355e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=eca240ca [eca240ca]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tellico ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=4323132c [4323132c]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= applications/settings =&lt;br /&gt;
== kdpkg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=73cafa09 [73cafa09]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=15c91fce [15c91fce]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=e437ed11 [e437ed11]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=ebc14adc [ebc14adc]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kima ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=deb15cb9 [deb15cb9]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=2a9c4d6f [2a9c4d6f]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=adfb3437 [adfb3437]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== kiosktool ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=f1704dfe [f1704dfe]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== kkbswitch ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=910d4cd0 [910d4cd0]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=b668f9a0 [b668f9a0]] Use proper TQt headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=83d3bdd4 [83d3bdd4]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== klcddimmer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=9792f11a [9792f11a]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=b4c84799 [b4c84799]] Use proper TQt headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=9c2c4505 [9c2c4505]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== kmyfirewall ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=5df559f4 [5df559f4]] CMake: Add explicit source dependency for generated header.&amp;lt;br/&amp;gt;This solves FTBFS with parallel build.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=ec3aadb3 [ec3aadb3]] CMake conversion&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=da2eb213 [da2eb213]] Remove original copy of translation templates files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=43ea0caf [43ea0caf]] Move .pot files to translations/messages subfolder&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=775bbec9 [775bbec9]] Add missing TDE_EXPORT required for hidden visibility support&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=3d1fba0b [3d1fba0b]] Add kmyfirewall.xpm from tde-packaging repo&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=6332e242 [6332e242]] Add missing .moc include directives&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=adf24510 [adf24510]] Remove [xx] entries from .desktop files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=17c77753 [17c77753]] Remove unnecessary section in installer plugin desktop file&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=326f093a [326f093a]] Restructure doc folder&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=e42fffb1 [e42fffb1]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=9411476d [9411476d]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tde-guidance ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-guidance/commit/?id=1ac58023 [1ac58023]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-guidance/commit/?id=3c8e1521 [3c8e1521]] Drop autotools support&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-guidance/commit/?id=7b0bf9b0 [7b0bf9b0]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tde-systemsettings ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-systemsettings/commit/?id=476f2db3 [476f2db3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-systemsettings/commit/?id=0c37ee34 [0c37ee34]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-systemsettings/commit/?id=4693133e [4693133e]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdenetworkmanager ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=9ce7b22c [9ce7b22c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=d12dce43 [d12dce43]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=ec406aac [ec406aac]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=26ea7034 [26ea7034]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=a2485e95 [a2485e95]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=4268b332 [4268b332]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=5083399f [5083399f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=bef558d0 [bef558d0]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdesudo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesudo/commit/?id=ecd8d3ab [ecd8d3ab]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesudo/commit/?id=69558995 [69558995]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= applications/system =&lt;br /&gt;
== dolphin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=067975c9 [067975c9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=dd363344 [dd363344]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=4adc24b2 [4adc24b2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=08388d1c [08388d1c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=e8b51c3e [e8b51c3e]] Add Klipper Copy Full Path action for Dolphin&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=5fe6bdaf [5fe6bdaf]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=8de6abea [8de6abea]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=a6b3d686 [a6b3d686]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=ead76c2a [ead76c2a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=dd1cb9db [dd1cb9db]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=543b80c9 [543b80c9]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== katapult ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=1b49bc77 [1b49bc77]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=f07b0d8b [f07b0d8b]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=49381598 [49381598]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=aaa62f62 [aaa62f62]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=b862fd97 [b862fd97]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kbfx ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=d17925e7 [d17925e7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=a2938633 [a2938633]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=244f59c2 [244f59c2]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kcmautostart ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=fba064a1 [fba064a1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=46490365 [46490365]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=5b0a7b08 [5b0a7b08]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=d46f61a1 [d46f61a1]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kdbusnotification ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=d21c7a05 [d21c7a05]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=6a96f59a [6a96f59a]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== klamav ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=23e20ce3 [23e20ce3]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=0898f7c1 [0898f7c1]] Use proper TQt headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=11eaef48 [11eaef48]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=ba8ebc38 [ba8ebc38]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=af688e8b [af688e8b]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== knemo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=b04d9403 [b04d9403]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=1ebb94a8 [1ebb94a8]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=e6226215 [e6226215]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== knetload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=4df65581 [4df65581]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== knetstats ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=837b10c4 [837b10c4]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=4e984d25 [4e984d25]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kooldock ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kooldock/commit/?id=cbf0ee92 [cbf0ee92]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== krusader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=e868817c [e868817c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=52151afe [52151afe]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=61b0c0e2 [61b0c0e2]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=77f63ab8 [77f63ab8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=ebd0c612 [ebd0c612]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=b35c6fdf [b35c6fdf]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=2748955e [2748955e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=a2cb9a14 [a2cb9a14]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kshutdown ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=f7ff640b [f7ff640b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=3410c791 [3410c791]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=549bf2bf [549bf2bf]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=3ef5a84e [3ef5a84e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=5622d24e [5622d24e]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=496baf37 [496baf37]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=632d7522 [632d7522]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== ksystemlog ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=53f7b4b6 [53f7b4b6]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== kvkbd ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=2e49eafc [2e49eafc]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=ca8705e0 [ca8705e0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=36163735 [36163735]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== polkit-agent-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=96ce9abf [96ce9abf]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== smartcardauth ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smartcardauth/commit/?id=dcb47054 [dcb47054]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== tastymenu ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=c13b86f2 [c13b86f2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=7fb249e3 [7fb249e3]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=1a5946c4 [1a5946c4]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=0895b87f [0895b87f]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdebluez ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=a624cc94 [a624cc94]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=8c1d1ad5 [8c1d1ad5]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=e66100de [e66100de]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ee33f37e [ee33f37e]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdedocker ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=ca4ad2c7 [ca4ad2c7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=330cd800 [330cd800]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=60b7cde5 [60b7cde5]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdepowersave ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=e26aa282 [e26aa282]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=9b154f26 [9b154f26]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=1cf29573 [1cf29573]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=9a02138d [9a02138d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=284595e2 [284595e2]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=ec7d3d6d [ec7d3d6d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=71d1417c [71d1417c]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdesshaskpass ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=173e0ff5 [173e0ff5]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== yakuake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=5a1c1934 [5a1c1934]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
= applications/tdeio =&lt;br /&gt;
== tdeio-appinfo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=4bc2d0d9 [4bc2d0d9]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=05e1f513 [05e1f513]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=7f457455 [7f457455]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdeio-apt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=4609f1df [4609f1df]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=4c21709a [4c21709a]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=c98dc1df [c98dc1df]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdeio-ftps ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-ftps/commit/?id=26a7084d [26a7084d]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-ftps/commit/?id=51ed90dc [51ed90dc]] Use proper TQt headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-ftps/commit/?id=9cff6e3b [9cff6e3b]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdeio-gopher ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-gopher/commit/?id=9eac0271 [9eac0271]] Use proper TQt headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-gopher/commit/?id=eaedb572 [eaedb572]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdeio-locate ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=7ab3f918 [7ab3f918]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=d27aac8e [d27aac8e]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdeio-sword ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=75ef2684 [75ef2684]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=6ae4c97f [6ae4c97f]] Use proper TQt headers&lt;br /&gt;
&lt;br /&gt;
== tdeio-umountwrapper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=db319b71 [db319b71]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=79d9431f [79d9431f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=8e0ca404 [8e0ca404]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
= applications/themes =&lt;br /&gt;
== gtk-qt-engine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=3bec2631 [3bec2631]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=fbedaf32 [fbedaf32]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=b15dc96d [b15dc96d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=5965bc2b [5965bc2b]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=fb57dbac [fb57dbac]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== gtk3-tqt-engine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk3-tqt-engine/commit/?id=988eb3e8 [988eb3e8]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk3-tqt-engine/commit/?id=a050a81d [a050a81d]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk3-tqt-engine/commit/?id=5674ef65 [5674ef65]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== kgtk-qt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=ddbb27e3 [ddbb27e3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=91ea80de [91ea80de]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=86825e65 [86825e65]] Fix build with gcc14 and various warnings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=5486e122 [5486e122]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=bd3836fd [bd3836fd]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== ksplash-engine-moodin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=c6da8960 [c6da8960]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=55074cd6 [55074cd6]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=2c028f0f [2c028f0f]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tde-style-baghira ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=49507c2a [49507c2a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=17dc7880 [17dc7880]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=8305b8a8 [8305b8a8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=412ec439 [412ec439]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=da4085d9 [da4085d9]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=7f714dc0 [7f714dc0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=5b644243 [5b644243]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=5b7a05a6 [5b7a05a6]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tde-style-domino ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=62287944 [62287944]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=c49ca8f4 [c49ca8f4]] Replace KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL with TDE_* equivalent&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=a70ae40d [a70ae40d]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tde-style-ia-ora ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=1a26902a [1a26902a]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=e2b2fb69 [e2b2fb69]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tde-style-lipstik ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=d89f6a50 [d89f6a50]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=e38d11b0 [e38d11b0]] Replace KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL with TDE_* equivalent&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=8898e019 [8898e019]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tde-style-polyester ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-polyester/commit/?id=f9c956c1 [f9c956c1]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-polyester/commit/?id=fdd5b42c [fdd5b42c]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-polyester/commit/?id=dec195e8 [dec195e8]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-polyester/commit/?id=7c56e0db [7c56e0db]] Fix loading of window decoration module in twin&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-polyester/commit/?id=a128939a [a128939a]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tde-style-qtcurve ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=0e082531 [0e082531]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=16e1ac77 [16e1ac77]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdmtheme ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=58bdab77 [58bdab77]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== twin-style-crystal ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=8190d806 [8190d806]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=656df248 [656df248]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== twin-style-dekorator ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=4b397d9a [4b397d9a]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=4d8078e6 [4d8078e6]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== twin-style-fahrenheit ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-fahrenheit/commit/?id=25914352 [25914352]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-fahrenheit/commit/?id=27568ec8 [27568ec8]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-fahrenheit/commit/?id=50ad465a [50ad465a]] Fix loading of window decoration module in twin&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-fahrenheit/commit/?id=65623aaa [65623aaa]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== twin-style-machbunt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=86044a8b [86044a8b]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=4fb5c88b [4fb5c88b]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== twin-style-suse2 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=bc181192 [bc181192]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=a7b408a9 [a7b408a9]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
= applications/utilities =&lt;br /&gt;
== kbarcode ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=2e75f1a0 [2e75f1a0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=c8c4d5e9 [c8c4d5e9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=c1bb3e8e [c1bb3e8e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=10acf645 [10acf645]] Use libpcre2 instead of libpcre&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=2e1cbea3 [2e1cbea3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=a21beac7 [a21beac7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=580668a9 [580668a9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=4e0f5f18 [4e0f5f18]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== kchmviewer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=32251ec3 [32251ec3]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=21880c6d [21880c6d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=2841453c [2841453c]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== kcpuload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=a085a3d7 [a085a3d7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=e9a4639b [e9a4639b]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=653ea9b4 [653ea9b4]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kdirstat ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=e4d6a657 [e4d6a657]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== keep ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=2568c7e3 [2568c7e3]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=9674d36c [9674d36c]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=ad75f0b7 [ad75f0b7]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== knutclient ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=11b5d31d [11b5d31d]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== kommando ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kommando/commit/?id=de55730f [de55730f]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kommando/commit/?id=0289c35c [0289c35c]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kommando/commit/?id=8d48abe4 [8d48abe4]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== kompose ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=038236ec [038236ec]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== krename ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=5fad42a4 [5fad42a4]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=3bab0c81 [3bab0c81]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== ksensors ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=e3e0c521 [e3e0c521]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=d6b154e9 [d6b154e9]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=f13a2038 [f13a2038]] Use proper TQt headers&lt;br /&gt;
&lt;br /&gt;
== mathemagics ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mathemagics/commit/?id=e430b151 [e430b151]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== qalculate-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=f524ba99 [f524ba99]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= packaging =&lt;br /&gt;
== packaging ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=4fb77ce7 [4fb77ce7]] DEB: rename xdg-desktop-portals-trinity to xdg-desktop-portal-trinity&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=9e598c2c [9e598c2c]] DEB kmyfirewall: cmake conversion&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=76e073ac [76e073ac]] DEB xdg-desktop-portal-tde: Add dependency on frontend service xdg-desktop-portal.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=7c0ebb4c [7c0ebb4c]] DEB: add xdg-desktop-portal-tde packaging files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=4c787867 [4c787867]] RPM: many updates for upcoming R14.1.3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=e81c987a [e81c987a]] RPM: re-add dependency to gcc-c++ (with condition)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=ba22e312 [ba22e312]] Add clang compile support&amp;lt;br/&amp;gt;- Add check for installed compiler, remove BuildRequires&amp;lt;br/&amp;gt;- Add platform option for clang when the default symlink resolves to it&amp;lt;br/&amp;gt;- Add OpenMandriva specific checks for required files removed during&amp;lt;br/&amp;gt;  packaging&amp;lt;br/&amp;gt;- Comment missing docs, install, and headers during packaging process&amp;lt;br/&amp;gt;- Increment version number to latest stable release&amp;lt;br/&amp;gt;- Replace symlink for build-examples with the actual file, install dereferences&amp;lt;br/&amp;gt;- Add missing translation file for &amp;quot;tr&amp;quot;&amp;lt;br/&amp;gt;- Fix lib prefixes for dependencies needed in MDK/OMV for 64 bit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=43c883d1 [43c883d1]] DEB: add twin-style-mallory&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=dc384f82 [dc384f82]] DEB amarok: Remove libmp4v2-dev from build-depends.&amp;lt;br/&amp;gt;Support in Taglib is now used for MP4 metadata.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=b6495d8b [b6495d8b]] DEB: move universal-indent-gui-tqt to &amp;#039;Development&amp;#039; folder&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=6ea13cb9 [6ea13cb9]] DEB: add universal-indent-gui-tqt packaging files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f66b8764 [f66b8764]] RPM: add support for Fedora 41&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=c613bf5a [c613bf5a]] DEB tdebase: remove kcm_khotkeys_init library, no loger required&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=0b5a373f [0b5a373f]] DEB tdebase: add desktop file for khotkeys kded service&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=50153ac5 [50153ac5]] DEB kubuntu-meta: Add build-arch to PHONY targets.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=900d4f12 [900d4f12]] DEB ksquirrel: Add build-arch to PHONY targets.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=8de502d0 [8de502d0]] DEB sip4-tqt: Add build-arch to PHONY targets.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=1055d215 [1055d215]] DEB tdebase - kcontrol: Fix the path for generating the udev rules for the Logitech mouses.&amp;lt;br/&amp;gt;Generation of udev rules updated for currently used attribute names.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=0c7629b9 [0c7629b9]] DEB tdebase - kcontrol: add touchpad configuration module.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=bf8c1636 [bf8c1636]] DEB tdebase - klipper: Add Copy Full Path action for Konqueror.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=acf3abd6 [acf3abd6]] Remove unnecessary dependency for libpcre&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=007c5555 [007c5555]] DEB tdebase twin: use libpcre2 instead of libpcre&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=c64e55af [c64e55af]] DEB tdelibs kjs: use libpcre2 instead of libpcre&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=15319cbc [15319cbc]] DEB tqt3: Add libnsl-dev to build-depends.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=172a3644 [172a3644]] DEB kmyfirewall: kmyfirewall.xpm has been moved to main repository&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f58f51df [f58f51df]] DEB kmyfirewall: remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f1e34b24 [f1e34b24]] DEB tdebase: Add libtirpc-dev to build-depends.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=5f499934 [5f499934]] DEB tdebase: add new tiling icons to twin package&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=8c133614 [8c133614]] DEB tdebase: Update kwrite patch for Ubuntu.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=85562624 [85562624]] DEB tde-ebook-reader: use a variable for the library directory of architecture.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=1035fb68 [1035fb68]] DEB: add tde-ebook-reader packaging files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=a20efbd9 [a20efbd9]] DEB polkit-agent-tde: Add polkitd as an alternative for policykit-1.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=89e06621 [89e06621]] DEB polkit-tqt: Add polkitd as an alternative for policykit-1.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=661d57c9 [661d57c9]] DEB tdelibs: remove dummy kdemacros.h file&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=891dc2cd [891dc2cd]] DEB tdelibs: add tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=6b5986e3 [6b5986e3]] RPM: updates for OpenSuse LEAP 15.6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=1f78e4c1 [1f78e4c1]] DEB: Add support for Ubuntu Oracular, drop support for Ubuntu Kinetic.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=dae553b3 [dae553b3]] ArchLinux imlib: Provide binary package for all architectures.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=060b5447 [060b5447]] RPM: updates for openmandriva&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=24cdefc8 [24cdefc8]] DEB tdebase: Update for [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/490 TDE/tdebase#490]&amp;lt;br/&amp;gt;Kate null action icon removed.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=aadff2c4 [aadff2c4]] DEB tdelibs: Enable build with WebP support.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=19f941ff [19f941ff]] DEB tdebase: add solarized themes to konsole&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=89ebbd27 [89ebbd27]] ArchLinux: Add tdeio-gopher to tde-meta.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=0f672ea7 [0f672ea7]] ArchLinux: add tdeio-gopher pkgbuild&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=9c50cfcc [9c50cfcc]] DEB tdebase: Do not install tdeio_system_documenthelper manpage.&amp;lt;br/&amp;gt;The man page was removed in [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/484 TDE/tdebase#484]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=79e9e064 [79e9e064]] RPM: initial support for OMV cooker&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=61f83f14 [61f83f14]] DEB piklab: switch to cmake building system&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=c6d21f11 [c6d21f11]] RPM: initial support for OpenMandriva&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=2af6f182 [2af6f182]] RPM: add distro OpenSuse Leap 15.6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=2228bc7e [2228bc7e]] FreeBSD: Fix loading of window decoration module in twin for new styles.&amp;lt;br/&amp;gt;This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tde-packaging-gentoo/issues/373 TDE/tde-packaging-gentoo#373]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=eacb0eb5 [eacb0eb5]] ArchLinux: Fix loading of window decoration module in twin for new styles.&amp;lt;br/&amp;gt;This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tde-packaging-gentoo/issues/373 TDE/tde-packaging-gentoo#373]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=89b0dd94 [89b0dd94]] DEB piklab: adapt to new man file names&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=035e7452 [035e7452]] RPM: update for final R14.1.2&lt;/div&gt;</summary>
		<author><name>SlavekB</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.2.0&amp;diff=3462</id>
		<title>Changelog For R14.2.0</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.2.0&amp;diff=3462"/>
		<updated>2024-10-14T10:12:52Z</updated>

		<summary type="html">&lt;p&gt;SlavekB: Update 20241013&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= common =&lt;br /&gt;
== admin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=e45962e5 [e45962e5]] Use tqmoc directly instead of tmoc&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=34c35e11 [34c35e11]] Use proper TQt headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=3c012e46 [3c012e46]] tqt-replace and uic-tqt are no longer required&lt;br /&gt;
&lt;br /&gt;
= dependencies =&lt;br /&gt;
== tde-cmake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=52da2507 [52da2507]] Use tqmoc directly instead of tmoc&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=b2d2b467 [b2d2b467]] tqt-replace is no longer required&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=9fae6b57 [9fae6b57]] Update version to R14.2.0&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tqt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=8066b054 [8066b054]] Remove use of glib thread code. Use pthread instead&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=1e335369 [1e335369]] Fix up leftover from commit 6964feed8&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=58765756 [58765756]] Rename moc to tqmoc&lt;br /&gt;
* [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&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=6964feed [6964feed]] Remove obsolete Netscape plugin and its classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=81288cfc [81288cfc]] Make sure to release thread resources back to the OS once the thread completes.&amp;lt;br/&amp;gt;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.&amp;lt;br/&amp;gt;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.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=24b42848 [24b42848]] Fix fallover case for TQEvent::MetaCall&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=0d546f99 [0d546f99]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (452 of 452 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=8e653076 [8e653076]] Fix possible SEGV if the sender object list was null and thread support enabled&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=232dd26c [232dd26c]] Remove temporary code required for the tqinterface migration phase introduced in commit 8ac0e970&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=87219292 [87219292]] Rename private q* headers into equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=6f57abfc [6f57abfc]] Rename remaining ntq[s-z]* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=0582c90a [0582c90a]] Rename remaining ntq[m-r]* related files to equivalent tq* (except ntqmodules.h)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=39f8a475 [39f8a475]] Rename remaining ntq[i-l]* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=e42ec295 [e42ec295]] Rename remaining ntq[d-h]* related files to equivalent tq*&lt;br /&gt;
* [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)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=7b1d2ad2 [7b1d2ad2]] Remove obsolete ntqabstractlayout.h header&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=367ff3fb [367ff3fb]] Rename global classes nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=d35eedcd [d35eedcd]] Rename style nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=82ecd834 [82ecd834]] Rename layout nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=42957a3f [42957a3f]] Rename more widget nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=fef84691 [fef84691]] Rename basic widget nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=8ef4ea45 [8ef4ea45]] Rename environment class nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=0e787fb7 [0e787fb7]] Rename text class nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=1e9fa8e0 [1e9fa8e0]] Rename graphics class nt* related files to equivalent tq* (part 2)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a30f5359 [a30f5359]] Rename graphics class nt* related files to equivalent tq* (part 1)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=25ad1267 [25ad1267]] Fix errors in qt.dcf introduced in commit 8a071b48. This relates to&amp;lt;br/&amp;gt;issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tqt3/issues/171 #171]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=252a2ec8 [252a2ec8]] Rename IO and network class nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=87d29563 [87d29563]] Rename utility class nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=628b0bb7 [628b0bb7]] Rename drag-n-drop nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=7552c6d7 [7552c6d7]] Rename main window nt* related files to equivalent tq*. The file&amp;lt;br/&amp;gt;&amp;quot;ntqsession.h&amp;quot; was totally unnecessary and has been removed.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=c113da20 [c113da20]] Rename codec nt* related files to equivalent tq*.&amp;lt;br/&amp;gt;The qrtlcodec files have been renamed into tqhebrewcodec files, for consistency with file naming used for other codecs.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=aeefd3fe [aeefd3fe]] Rename threading nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=2cbcca0d [2cbcca0d]] Rename date and time nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a09a6bc0 [a09a6bc0]] Remove documentation for QWS classes and Qt/Embedded&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=bba3e1fa [bba3e1fa]] Fix wrong documentation changes introduced in recent commits&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=8a071b48 [8a071b48]] Remove documentation about activeqt, because the latter is part of the commercial edition of Qt3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=7bc57326 [7bc57326]] Rename style nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=ccbc1c35 [ccbc1c35]] Rename icon nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=0cf411b0 [0cf411b0]] Rename text nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=e6077c30 [e6077c30]] Rename str nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=8c029298 [8c029298]] Rename image nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=0881ed50 [0881ed50]] Rename ptr nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=1f0ce853 [1f0ce853]] Rename template library nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=8ac0e970 [8ac0e970]] Rename ntqwidget* related files to equivalent tqwidget*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=68b81013 [68b81013]] Rename nt* canvas related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=1702a6da [1702a6da]] Rename nt* dom and xml related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=5fffa303 [5fffa303]] Rename nt* sql related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=04913ce7 [04913ce7]] Rename ntqobject*.h and qobject*.cpp to tqobject*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=c11c0f22 [c11c0f22]] Move tqt.h from tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=486211a7 [486211a7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=f5bf794e [f5bf794e]] Update translations binary files&amp;lt;br/&amp;gt;because they are not generated during build.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=4bcca712 [4bcca712]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (464 of 464 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=e90af998 [e90af998]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (464 of 464 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=7e24b2b6 [7e24b2b6]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (464 of 464 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=1938504e [1938504e]] Zero padding bytes in DndReceiverProp struct.&amp;lt;br/&amp;gt;This removes valgrind&amp;#039;s complains about accessing uninitialized memory.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=ee0c5d58 [ee0c5d58]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a6829398 [a6829398]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=d2122705 [d2122705]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=e0a3cab4 [e0a3cab4]] Minor adjustments to porting documentation&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=f2b3ea52 [f2b3ea52]] Drop compatibility code for TQSignal&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=fb6884ea [fb6884ea]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=2e817b4b [2e817b4b]] Remove dangled symlinks for droped compat headers.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=c3bb8881 [c3bb8881]] Drop compatibility code for TQButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=9492e618 [9492e618]] Drop compatibility code for TQThread&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=979f5621 [979f5621]] Drop compatibility code for TQLineEdit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=83991feb [83991feb]] Remove Qt4 related stuff&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=48ea22d0 [48ea22d0]] Drop compatibility code for TQToolButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b1bfbe79 [b1bfbe79]] Drop compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=bfd62a0b [bfd62a0b]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a8466ab3 [a8466ab3]] Translated using Weblate (Chinese (zh))&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3 - examples-i18n&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3-examples-i18n/zh/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=5350a724 [5350a724]] Drop TQT_NO_COMPAT code from mkspecs files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a75445b4 [a75445b4]] Drop Qt2 obsolete classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b6e9b6c6 [b6e9b6c6]] Added translation using Weblate (Turkish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=af9d6b11 [af9d6b11]] Added translation using Weblate (Turkish)&lt;br /&gt;
&lt;br /&gt;
== tqtinterface ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=6d11f6b3 [6d11f6b3]] Remove tmoc&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=cdf40894 [cdf40894]] Remove private header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=bb9a995a [bb9a995a]] Remove remaining tq[s-z]* header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=14559281 [14559281]] Remove remaining tq[m-r]* header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=7d782d58 [7d782d58]] Remove remaining tq[i-l]* header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=f21636e0 [f21636e0]] Remove remaining tq[d-h]* header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=55060918 [55060918]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=ddb9cb08 [ddb9cb08]] Remove remaining tq[a-c]* header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=79e8fd26 [79e8fd26]] Remove obsolete tqabstractlayout.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=dddfdbe5 [dddfdbe5]] Remove unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=ed6ea790 [ed6ea790]] Remove global classes nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=dd5e325c [dd5e325c]] Remove style nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=e6e45b7b [e6e45b7b]] Remove layout nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=eb22102f [eb22102f]] Remove more widget nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=b5cb55e1 [b5cb55e1]] Remove basic widget nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=2d5b7f4a [2d5b7f4a]] Remove environment class nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=d3963bf6 [d3963bf6]] Remove text class nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=9c2c71c7 [9c2c71c7]] Remove graphics class nt* related header files (part 2)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=9521d868 [9521d868]] Remove graphics class nt* related header files (part 1)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=98006ab0 [98006ab0]] Remove IO and network nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=75ac0866 [75ac0866]] Remove utility class nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=8f01e0e4 [8f01e0e4]] Remove drag-n-drop nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=4c9db014 [4c9db014]] Remove main window nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=e4f0bf1e [e4f0bf1e]] Remove codec nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=4fe48089 [4fe48089]] Remove threading nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=c05e0f3a [c05e0f3a]] Remove tqvfbhdr.h, leftover from previous commit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=4421b232 [4421b232]] Remove date and time nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=d8f36f1b [d8f36f1b]] Remove style nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=854de84e [854de84e]] Remove icon nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=c190b545 [c190b545]] Remove text nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=3c9f1a87 [3c9f1a87]] Remove str nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=d8f7d899 [d8f7d899]] Remove image nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=6d3d9814 [6d3d9814]] Remove ptr nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=febf013b [febf013b]] Remove template library nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=1f352d34 [1f352d34]] Remove tqwidget* header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=e8de6b5c [e8de6b5c]] Remove tq* canvas related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=05aba5ec [05aba5ec]] Remove tq* dom and xml related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=0cae95b2 [0cae95b2]] Remove tq* sql related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=ea34bc88 [ea34bc88]] Remove tqobject* header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=b56bc45e [b56bc45e]] Remove check for Qt3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=9231ecd6 [9231ecd6]] Move tqt.h to tqt3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=c75a4d30 [c75a4d30]] Fix FTBFS caused by commit 70b3c7d&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=70b3c7d4 [70b3c7d4]] Removed unused scripts&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=2b8afac3 [2b8afac3]] Remove tqt-replace, uic-tqt and moc-tqt tools&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=9ad01120 [9ad01120]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=4746fbba [4746fbba]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=1c79e9f8 [1c79e9f8]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
== avahi-tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/avahi-tqt/commit/?id=b907b398 [b907b398]] Use tqmoc instead of moc&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/avahi-tqt/commit/?id=51f0b3f7 [51f0b3f7]] moc-tqt is no longer required&lt;br /&gt;
&lt;br /&gt;
== pytqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=df4895c1 [df4895c1]] Adjust to current tqt3 version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=aa676491 [aa676491]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=cba16275 [cba16275]] Drop compatibility code for TQThread&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=8bd235be [8bd235be]] Addons to previous commit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=28273a01 [28273a01]] Drop Qt2&amp;#039;s TQSemiModal class.&lt;br /&gt;
&lt;br /&gt;
= core =&lt;br /&gt;
== tdelibs ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=42388dbf [42388dbf]] Adapt to renamed tqt3 header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=5d1bee81 [5d1bee81]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (333 of 333 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=8a70d5cd [8a70d5cd]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 0.0% (0 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/knotify - knotify.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/knotify-knotifydesktop/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=2d3173aa [2d3173aa]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 85.7% (18 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio-desktop-files/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=dc9d10b2 [dc9d10b2]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 20.0% (2 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeioslave-desktop-files/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=1da84e1f [1da84e1f]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (179 of 179 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/all languages&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/all-languages/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=d71e4896 [d71e4896]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=07dae957 [07dae957]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=df2cc312 [df2cc312]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=6ee815d4 [6ee815d4]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7715aa29 [7715aa29]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=5f597674 [5f597674]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=b997cf38 [b997cf38]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=1c2d2a35 [1c2d2a35]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=391e3157 [391e3157]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=b18a5730 [b18a5730]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=45372e27 [45372e27]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=5fc507a7 [5fc507a7]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=93e86eef [93e86eef]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=35621174 [35621174]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=85cb6cbd [85cb6cbd]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=c726740c [c726740c]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=dc9bb26c [dc9bb26c]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=79c48bca [79c48bca]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=1abd4756 [1abd4756]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=82343c63 [82343c63]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=f1b3a717 [f1b3a717]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=e38e0d20 [e38e0d20]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=88d6f964 [88d6f964]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=b02c5737 [b02c5737]] Update the extraction of translations for renamed tqxml in TQt3.&amp;lt;br/&amp;gt;This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/tqt3/issues/155 TDE/tqt3#155]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cc43ae59 [cc43ae59]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (333 of 333 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=dd5ee318 [dd5ee318]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.4% (324 of 329 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=e77d93dc [e77d93dc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=39d31bf7 [39d31bf7]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=3c503d85 [3c503d85]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=48310270 [48310270]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/knotify - knotify.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/knotify-knotifydesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=5efbce07 [5efbce07]] tdehw lib: drop definition of TDEDiskDeviceStatus::Hotpluggable&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cca633c6 [cca633c6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (179 of 179 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/all languages&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/all-languages/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=9755ecd9 [9755ecd9]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=503eb0d9 [503eb0d9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=29b84bd0 [29b84bd0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=f6627610 [f6627610]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7f7e5585 [7f7e5585]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.4% (323 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7a35fcf1 [7a35fcf1]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=f49e67f0 [f49e67f0]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=920d56d2 [920d56d2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=a7316f73 [a7316f73]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=4e0aa6d5 [4e0aa6d5]] Fix functionality broken by commit 8233b2e5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=8233b2e5 [8233b2e5]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=74cb596c [74cb596c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdemarkdown - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdemarkdown-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=29f58681 [29f58681]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (327 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=c6bc3af7 [c6bc3af7]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cdf964bb [cdf964bb]] Update version to R14.2.0&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tdebase ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=425bcff8 [425bcff8]] Don&amp;#039;t stat files twice when sending to trash&amp;lt;br/&amp;gt;TQDir::entryInfoList will call some variation of stat on each file when&amp;lt;br/&amp;gt;creating the return list, so there is no need to stat the file again.&amp;lt;br/&amp;gt;See: [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/445 TDE/tdebase#445]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c7ba1b0b [c7ba1b0b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=76a504ef [76a504ef]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9a8ee2bc [9a8ee2bc]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys - khotkeys.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-khotkeysdesktop/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d007ed89 [d007ed89]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=3adb56d3 [3adb56d3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys - khotkeys.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-khotkeysdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=93072301 [93072301]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=858064d3 [858064d3]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9563c7f1 [9563c7f1]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys - khotkeys.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-khotkeysdesktop/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=86627602 [86627602]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys - khotkeys.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-khotkeysdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=77b84ffd [77b84ffd]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b5af02e6 [b5af02e6]] TDESynDaemon: change timeout from 150 to 300&amp;lt;br/&amp;gt;The old timeout was causing the touchpad to be re-enabled too quickly.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=02fe8ba5 [02fe8ba5]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys - khotkeys.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-khotkeysdesktop/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7398d006 [7398d006]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys - khotkeys.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-khotkeysdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8b519565 [8b519565]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7f1a1e93 [7f1a1e93]] Adapt to renamed tqt3 header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=235d4c9e [235d4c9e]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (106 of 106 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeioslave-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=6cad14c0 [6cad14c0]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 79.6% (364 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=80a07957 [80a07957]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 81.4% (372 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=90365e7b [90365e7b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c2db60eb [c2db60eb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=3b3ce430 [3b3ce430]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper-desktop-files/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ccfcf4d1 [ccfcf4d1]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=cc5cfd87 [cc5cfd87]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 95.6% (22 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=309c9f67 [309c9f67]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/klipper - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=77175601 [77175601]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1fe99ddf [1fe99ddf]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb-events/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e6de59d5 [e6de59d5]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kappfinder - kappfinder.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kappfinder-kappfinderdesktop/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=666871e2 [666871e2]] Translated using Weblate (German)&amp;lt;br/&amp;gt;Currently translated at 100.0% (81 of 81 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-events/de/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1e9c0766 [1e9c0766]] Translated using Weblate (German)&amp;lt;br/&amp;gt;Currently translated at 76.4% (26 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/de/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2f2aeed0 [2f2aeed0]] Translated using Weblate (German)&amp;lt;br/&amp;gt;Currently translated at 50.5% (50 of 99 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdm - sessions&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdm-sessions/de/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7213dd85 [7213dd85]] Translated using Weblate (German)&amp;lt;br/&amp;gt;Currently translated at 86.6% (13 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - compat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-compat/de/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=352d2ee3 [352d2ee3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb-events/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=54dda569 [54dda569]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=da5ee729 [da5ee729]] Added translation using Weblate (Czech)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=6182e327 [6182e327]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d6c81f5c [d6c81f5c]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=07782b25 [07782b25]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d0edcdc0 [d0edcdc0]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=065201c1 [065201c1]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ba458f64 [ba458f64]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c4a74517 [c4a74517]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a7f6377b [a7f6377b]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=09b4bf52 [09b4bf52]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=01a37ebe [01a37ebe]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=23e4dfc9 [23e4dfc9]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a2413540 [a2413540]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8cf1dbb7 [8cf1dbb7]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=61f5b36b [61f5b36b]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5f30621f [5f30621f]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2edb735c [2edb735c]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=581c88bb [581c88bb]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=3e7642cc [3e7642cc]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d63db6fb [d63db6fb]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=cefcd40a [cefcd40a]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=0099d96a [0099d96a]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=902bba19 [902bba19]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=813cc31e [813cc31e]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=38b517a1 [38b517a1]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=815d0e52 [815d0e52]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=14d4fe96 [14d4fe96]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=979bf732 [979bf732]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=6cf6af20 [6cf6af20]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=70013023 [70013023]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ef616793 [ef616793]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e89a8c92 [e89a8c92]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f6ef25ac [f6ef25ac]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=193c53fe [193c53fe]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1048eefc [1048eefc]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b1571209 [b1571209]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d2d552dd [d2d552dd]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=614ccad3 [614ccad3]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kpersonalizer - kpersonalizer.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kpersonalizer-kpersonalizerdesktop/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8e6e529b [8e6e529b]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplash - themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplash-themes/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=268b7ba9 [268b7ba9]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplash - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplash-desktop-files/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b026f6f0 [b026f6f0]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 99.6% (250 of 251 strings)&amp;lt;br/&amp;gt;Translation: tdebase/l10n - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/l10n-desktop-files/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f57f6dc9 [f57f6dc9]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker-desktop-files/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=dbfab40f [dbfab40f]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdm - themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdm-themes/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=114c2dbd [114c2dbd]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 98.9% (98 of 99 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdm - sessions&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdm-sessions/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=526ec427 [526ec427]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 98.0% (50 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1224ccfd [1224ccfd]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 28.5% (6 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-desktop-files/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=525f0e7a [525f0e7a]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper-desktop-files/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e7d1b507 [e7d1b507]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ab28f32e [ab28f32e]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=343f6eb8 [343f6eb8]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=748c99fa [748c99fa]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7505074f [7505074f]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5df54bca [5df54bca]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=45a33de5 [45a33de5]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1276dc7e [1276dc7e]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8497b918 [8497b918]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=6179c39f [6179c39f]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7e7f908e [7e7f908e]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 79.4% (27 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5267dbeb [5267dbeb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys - khotkeys.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-khotkeysdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5d3b7b6b [5d3b7b6b]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=915c3a95 [915c3a95]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - directories&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-directories/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=060c43a4 [060c43a4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8d823fa8 [8d823fa8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=60c0ef10 [60c0ef10]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=fb37868d [fb37868d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 73.5% (78 of 106 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2aa1caea [2aa1caea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 62.3% (283 of 454 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=eb40ec52 [eb40ec52]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8703669a [8703669a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9ce33d10 [9ce33d10]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 73.5% (78 of 106 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d0b0d5d2 [d0b0d5d2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b8f8006b [b8f8006b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=117567d0 [117567d0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 68.7% (22 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f4de2e73 [f4de2e73]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=651c743d [651c743d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - directories&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-directories/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5a8baaa0 [5a8baaa0]] Added R14.1.3 release notes draft&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=11fe84fc [11fe84fc]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=29bf0c46 [29bf0c46]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 73.5% (78 of 106 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e4de8ebc [e4de8ebc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 68.7% (22 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b36c32fc [b36c32fc]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-events/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b525cb14 [b525cb14]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 62.1% (282 of 454 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=4449d863 [4449d863]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b65f90a0 [b65f90a0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi - presets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi-presets/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c04e4905 [c04e4905]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8d642b33 [8d642b33]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=214a7434 [214a7434]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f067db30 [f067db30]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplash - themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplash-themes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=51e06d90 [51e06d90]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (35 of 35 strings)&amp;lt;br/&amp;gt;Translation: tdebase/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/wallpapers-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ccb9a31c [ccb9a31c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin clients - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-clients-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e3264169 [e3264169]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (251 of 251 strings)&amp;lt;br/&amp;gt;Translation: tdebase/l10n - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/l10n-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=de4f14d1 [de4f14d1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeprint - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeprint-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=526d59e6 [526d59e6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=81b38918 [81b38918]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 61.8% (281 of 454 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8214f3e0 [8214f3e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=517f7bee [517f7bee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f1e7be5e [f1e7be5e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 76.8% (266 of 346 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kappfinder - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kappfinder-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=55573505 [55573505]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d582a3c5 [d582a3c5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c3b71a55 [c3b71a55]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2253217b [2253217b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi - presets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi-presets/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5f5e9000 [5f5e9000]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - compat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-compat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=361361b7 [361361b7]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f9d06cee [f9d06cee]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb-events/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a5b06864 [a5b06864]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=55af1724 [55af1724]] Remove usage of TDEDiskDeviceStatus::Hotpluggable&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f093a1be [f093a1be]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdm - themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdm-themes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=21ecd990 [21ecd990]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplash - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplash-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=607f0804 [607f0804]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdehtml_plugins.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdehtml_pluginsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5f815bd0 [5f815bd0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkonq - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkonq-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8175c850 [8175c850]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksysguard - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksysguard-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7c8d600d [7c8d600d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=3faa7b1b [3faa7b1b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kate - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kate-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f6fb0d91 [f6fb0d91]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 61.8% (281 of 454 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=70af14e2 [70af14e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 48.5% (168 of 346 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kappfinder - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kappfinder-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=035c2698 [035c2698]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - directories&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-directories/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a1cbb16b [a1cbb16b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.8% (248 of 251 strings)&amp;lt;br/&amp;gt;Translation: tdebase/l10n - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/l10n-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a26bb216 [a26bb216]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1103f2b1 [1103f2b1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c836bb9d [c836bb9d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=00eab673 [00eab673]] Translated using Weblate (Greek)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/el/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9e7b4bb1 [9e7b4bb1]] TWin: Fix loading of window decoration configuration libraries&amp;lt;br/&amp;gt;Accidentally broken by commit 84ab47055d.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=748a54ff [748a54ff]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=dddd52ff [dddd52ff]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=30d54139 [30d54139]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2317bee2 [2317bee2]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=4c64b274 [4c64b274]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-events/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c0ca8145 [c0ca8145]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f1f2e40a [f1f2e40a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5eec362c [5eec362c]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2986ff6e [2986ff6e]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2937383d [2937383d]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-data/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9ab75fc1 [9ab75fc1]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ea076539 [ea076539]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi - presets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi-presets/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8a8431ab [8a8431ab]] twin: renames twin3_ to twin_ in user theme config files. This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/351 #351] and PR #364.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=91cb2036 [91cb2036]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.0% (33 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=88ea7160 [88ea7160]] KWin: rename client libraries twin3_* -&amp;amp;gt; twin_*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=84ab4705 [84ab4705]] Make TWin look for `twin_` libraries&amp;lt;br/&amp;gt;This is now the preferred way of calling the decoration libraries&amp;lt;br/&amp;gt;(in place of `twin3_`). The old names that start with `twin3_` are&amp;lt;br/&amp;gt;still recognized for compatibility reasons.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/351 #351]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e8336ee5 [e8336ee5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2da663c3 [2da663c3]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8210b058 [8210b058]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=74eb1d78 [74eb1d78]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=90b19e21 [90b19e21]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ce84a0c6 [ce84a0c6]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=950f0ce7 [950f0ce7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tde_release_notes.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tde_release_notesdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d61158c7 [d61158c7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdcop - kdcop.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdcop-kdcopdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ddc6b3af [ddc6b3af]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeintegration.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeintegrationdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1771a344 [1771a344]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5ec66d53 [5ec66d53]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - compat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-compat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=653159ea [653159ea]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=143cff2e [143cff2e]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=78937d51 [78937d51]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9ab17ab4 [9ab17ab4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e539275a [e539275a]] Add release notes draft for R14.2.x series&lt;br /&gt;
&lt;br /&gt;
== tdepim ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=f8f28b44 [f8f28b44]] Adapt to latest tqt3 version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=1d22724f [1d22724f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libtdepim - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=80854783 [80854783]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=cc1d59e9 [cc1d59e9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=0b1c762f [0b1c762f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdepim/akregator - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/akregator-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=f1d159b3 [f1d159b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeabc - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeabc-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=fcf0ec84 [fcf0ec84]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=1239d800 [1239d800]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdepim/ktnef - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/ktnef-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=36939501 [36939501]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knotes - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knotes-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=61180ac3 [61180ac3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmobile - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmobile-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=59fb5a85 [59fb5a85]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=36eae050 [36eae050]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdepim/karm - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/karm-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=1dd75eba [1dd75eba]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kandy - kandy.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kandy-kandydesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=215ba850 [215ba850]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 83.3% (5 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdepim/akregator - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/akregator-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=32a1708d [32a1708d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=2278f487 [2278f487]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: tdepim/konsolekalendar - konsolekalendar.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/konsolekalendar-konsolekalendardesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=abef6a1e [abef6a1e]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=c1f9a97a [c1f9a97a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdepimresources - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdepimresources-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=1a30a1d8 [1a30a1d8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korn - korn.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korn-korndesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=f37c6a89 [f37c6a89]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kalarm - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kalarm-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=3113eb08 [3113eb08]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdepim/akregator - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/akregator-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=5863ef46 [5863ef46]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=0e164959 [0e164959]] Fix functionality broken by commit fd0046c4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=fd0046c4 [fd0046c4]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=860c8799 [860c8799]] Drop deprecated kitchensync code&lt;br /&gt;
&lt;br /&gt;
== tdemultimedia ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=c5e80026 [c5e80026]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdemid - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdemid-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=ec115020 [ec115020]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=1c71f523 [1c71f523]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/libkcddb - libkcddb.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/libkcddb-libkcddbdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=94ca3a13 [94ca3a13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kscd - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kscd-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=6c3e9a2f [6c3e9a2f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=775b1efd [775b1efd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kappfinder - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kappfinder-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=a452bd94 [a452bd94]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaudiocreator - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaudiocreator-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=514a0715 [514a0715]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=cb937aa9 [cb937aa9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaudiocreator - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaudiocreator-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=261327ee [261327ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaboodle - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaboodle-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=ab65a990 [ab65a990]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== tdenetwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=7aaebb15 [7aaebb15]] Use tqmoc directly instead of tmoc&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=62b5b91d [62b5b91d]] Adapt to latest tqt3 version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=01aee861 [01aee861]] Update following tqt3 recent updates&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=d069063d [d069063d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krfb - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krfb-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=2d50a61f [2d50a61f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmktalkd - kcmktalkd.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmktalkd-kcmktalkddesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=ff2cfdf8 [ff2cfdf8]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete-events/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=1fd646e1 [1fd646e1]] tqt-replace is no longer required&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=7cf631be [7cf631be]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=15fd0d5c [15fd0d5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=bff9d105 [bff9d105]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=1e65a9c9 [1e65a9c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krfb - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krfb-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=65f0237b [65f0237b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=0f7aec08 [0f7aec08]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=8b0277b3 [8b0277b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=ea8c2556 [ea8c2556]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kwifi - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kwifi-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=7dbed250 [7dbed250]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=1732e27c [1732e27c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc - ksirc.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc-ksircdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=f0b3ae6b [f0b3ae6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krfb - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krfb-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=0bf1f09c [0bf1f09c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krdc - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krdc-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=cd3b9bc6 [cd3b9bc6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=6c1bfe1c [6c1bfe1c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/knewsticker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/knewsticker-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e540875f [e540875f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=9f39152c [9f39152c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=ec7c5f92 [ec7c5f92]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmlanbrowser - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmlanbrowser-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=bd2c6b41 [bd2c6b41]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kdict - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kdict-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=055c3ba8 [055c3ba8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmktalkd - kcmktalkd.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmktalkd-kcmktalkddesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e8441a98 [e8441a98]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/dcoprss - rssservice.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/dcoprss-rssservicedesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== tdegraphics ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=2a49f484 [2a49f484]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksvg - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksvg-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=32a0eae8 [32a0eae8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=0464b42f [0464b42f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksvg - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksvg-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=83ca390f [83ca390f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kooka - kooka.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kooka-kookadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=b946ccf6 [b946ccf6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kolourpaint - kolourpaint.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kolourpaint-kolourpaintdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=c3994f8f [c3994f8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=c8525154 [c8525154]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kfax - kfax.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kfax-kfaxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=82790fe5 [82790fe5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcoloredit - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcoloredit-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=6628c1cf [6628c1cf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdeiconedit - tdeiconedit.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdeiconedit-tdeiconeditdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=6fec2493 [6fec2493]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewshell - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewshell-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=0ac60cd7 [0ac60cd7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kuickshow - kuickshow.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kuickshow-kuickshowdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=b7a2fb44 [b7a2fb44]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksnapshot - ksnapshot.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksnapshot-ksnapshotdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=d73ec8db [d73ec8db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler - kruler.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler-krulerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=4207cf76 [4207cf76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpovmodeler - kpovmodeler.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpovmodeler-kpovmodelerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=a34651aa [a34651aa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=df90b4db [df90b4db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kfaxview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kfaxview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=10228ff7 [10228ff7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kdvi - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kdvi-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=786ba559 [786ba559]] Fix functionality broken by commit d26dabfe.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=d26dabfe [d26dabfe]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=fdd22494 [fdd22494]] Drop deprecated kmrml code&lt;br /&gt;
&lt;br /&gt;
== tdetoys ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=8a640dc8 [8a640dc8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 71.4% (10 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=47ebe98c [47ebe98c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (285 of 285 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather - stations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather-stations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=bfb7d592 [bfb7d592]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=97649015 [97649015]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kworldclock - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kworldclock-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=29e37f55 [29e37f55]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/ktux - ktux.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/ktux-ktuxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=4eb6f321 [4eb6f321]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kteatime - kteatime.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kteatime-kteatimedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=75d71ec8 [75d71ec8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kodo - kodo.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kodo-kododesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=ef99089e [ef99089e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/amor - amor.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/amor-amordesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=528f19d2 [528f19d2]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeutils ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=a9e3e4cf [a9e3e4cf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kdf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kdf-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== tdeedu ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=758ae2a6 [758ae2a6]] Adapt to latest tqt3 version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=0c53c58d [0c53c58d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=d99f3098 [d99f3098]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=05b36881 [05b36881]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kverbos - kverbos.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kverbos-kverbosdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=b2b4038e [b2b4038e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kturtle - kturtle.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kturtle-kturtledesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=9edf12e3 [9edf12e3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/ktouch - ktouch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/ktouch-ktouchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=373f572e [373f572e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kiten - kiten.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kiten-kitendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=894d22c5 [894d22c5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars - kstars.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars-kstarsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=b245468a [b245468a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kpercentage - kpercentage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kpercentage-kpercentagedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=9a430435 [9a430435]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kmplot - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kmplot-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=7cbde739 [7cbde739]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/klettres - klettres.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/klettres-klettresdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=3f41eb31 [3f41eb31]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/klatin - klatin.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/klatin-klatindesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=274c00f5 [274c00f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kig - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kig-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=d076ba6e [d076ba6e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/khangman - khangman.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/khangman-khangmandesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e7ecdbc7 [e7ecdbc7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography - kgeography.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography-kgeographydesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=7ec075a1 [7ec075a1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/keduca - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/keduca-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e45f4ee3 [e45f4ee3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kbruch - kbruch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kbruch-kbruchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e73aad5f [e73aad5f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kanagram - kanagram.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kanagram-kanagramdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=026dd7e1 [026dd7e1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kalzium - kalzium.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kalzium-kalziumdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=92daf7c2 [92daf7c2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/blinken - blinken.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/blinken-blinkendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=ad620012 [ad620012]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=1b57c822 [1b57c822]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== tdegames ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=707ed9c6 [707ed9c6]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=72486eea [72486eea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/tdefifteen - tdefifteen.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/tdefifteen-tdefifteendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=1af92e8c [1af92e8c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk - knetwalk.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk-knetwalkdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=b4e10441 [b4e10441]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/twin4 - twin4.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/twin4-twin4desktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=60e6b4b7 [60e6b4b7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ktuberling - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ktuberling-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f86cc3b2 [f86cc3b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kspaceduel - kspaceduel.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kspaceduel-kspacedueldesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=1723a2e2 [1723a2e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksokoban - ksokoban.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksokoban-ksokobandesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=b8bfa029 [b8bfa029]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksnake - ksnake.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksnake-ksnakedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f3055d26 [f3055d26]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=25bbc148 [25bbc148]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet - ksirtet.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet-ksirtetdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=bc6ebdd9 [bc6ebdd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksame - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksame-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=245abf4b [245abf4b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kshisen - kshisen.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kshisen-kshisendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=a24aefaf [a24aefaf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f361902f [f361902f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi - kreversi.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi-kreversidesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=bdbf75db [bdbf75db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kpoker - kpoker.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kpoker-kpokerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=8010109b [8010109b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kpat - kpat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kpat-kpatdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=30b2fe6b [30b2fe6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/konquest - konquest.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/konquest-konquestdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e3c0ddc0 [e3c0ddc0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kolf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kolf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=214ce742 [214ce742]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmines - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmines-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e2876665 [e2876665]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e58b9568 [e58b9568]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmines - kmines.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmines-kminesdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=564ede18 [564ede18]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmahjongg - kmahjongg.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmahjongg-kmahjonggdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=a1f2098b [a1f2098b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegames/klickety - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/klickety-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=04405ac0 [04405ac0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kjumpingcube - kjumpingcube.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kjumpingcube-kjumpingcubedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=ddeb59d5 [ddeb59d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kgoldrunner - KGoldrunner.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kgoldrunner-kgoldrunnerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=6aa6a2fc [6aa6a2fc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kenolaba - kenolaba.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kenolaba-kenolabadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=c2e382ff [c2e382ff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbounce - kbounce.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbounce-kbouncedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=43a1ef1a [43a1ef1a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kblackbox - kblackbox.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kblackbox-kblackboxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=47443995 [47443995]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbackgammon - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbackgammon-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=51730a13 [51730a13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbackgammon - kbackgammon.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbackgammon-kbackgammondesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f4e1241f [f4e1241f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kasteroids - kasteroids.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kasteroids-kasteroidsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=195f32ff [195f32ff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegames/atlantik - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/atlantik-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=078f8a60 [078f8a60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/atlantik - atlantik.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/atlantik-atlantikdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=23f73f6d [23f73f6d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=89209b44 [89209b44]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeaccessibility ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=a32460f3 [a32460f3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (42 of 42 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kttsd - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kttsd-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=cfd35998 [cfd35998]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/ksayit - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/ksayit-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=cb6bf67c [cb6bf67c]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmouth - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmouth-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=a27ad605 [a27ad605]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmousetool - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmousetool-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=03efc91e [03efc91e]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmag - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmag-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=2c1df2ca [2c1df2ca]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 88.0% (37 of 42 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kttsd - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kttsd-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=21a05449 [21a05449]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (42 of 42 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kttsd - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kttsd-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=546f0a26 [546f0a26]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmousetool - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmousetool-desktop-files/nl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=0c8252ff [0c8252ff]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmag - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmag-desktop-files/nl/&lt;br /&gt;
&lt;br /&gt;
== tdeaddons ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=882296ce [882296ce]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 90.6% (58 of 64 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-plugins-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=4edc3085 [4edc3085]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tutorials - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tutorials-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=20c96954 [20c96954]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (64 of 64 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-plugins-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=462e8067 [462e8067]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (64 of 64 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-plugins-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=7247f36b [7247f36b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tutorials - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tutorials-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=729f8436 [729f8436]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-plugins-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=c75bb91d [c75bb91d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/ksig - ksig.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/ksig-ksigdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=8b19a3d4 [8b19a3d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (44 of 44 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-plugins-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== tdeadmin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=0e4b285b [0e4b285b]] Translated using Weblate (German)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kuser - kuser.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kuser-kuserdesktop/de/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=94d0449c [94d0449c]] Translated using Weblate (German)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/ksysv - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/ksysv-desktop-files/de/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=c96eeaef [c96eeaef]] Translated using Weblate (German)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf-desktop-files/de/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=b32b18a1 [b32b18a1]] Translated using Weblate (German)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kdat - kdat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kdat-kdatdesktop/de/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=e11057e4 [e11057e4]] Translated using Weblate (German)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kcron - kcron.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kcron-kcrondesktop/de/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=2526da1f [2526da1f]] Translated using Weblate (German)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kcmlilo - lilo.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kcmlilo-lilodesktop/de/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=7c269be3 [7c269be3]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 50.0% (1 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage - kpackage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage-kpackagedesktop/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=b60f7565 [b60f7565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kuser - kuser.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kuser-kuserdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=39dd6199 [39dd6199]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/ksysv - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/ksysv-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=1ec384e5 [1ec384e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=78260ae7 [78260ae7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage - kpackage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage-kpackagedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=18052ec0 [18052ec0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kdat - kdat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kdat-kdatdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=68dbc1fc [68dbc1fc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kcron - kcron.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kcron-kcrondesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== tdeartwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=3055de54 [3055de54]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/wallpapers-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=cd51daaf [cd51daaf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/twin-styles - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/twin-styles-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=e76fde84 [e76fde84]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/icon themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/icon-themes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=480c8a32 [480c8a32]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/icon themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/icon-themes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=d5891cb6 [d5891cb6]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/wallpapers-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=b7c7780f [b7c7780f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeartwork/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/wallpapers-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=25e4ea58 [25e4ea58]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=0afaf315 [0afaf315]] twin-styles: twin3_ to twin_ conversion&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=5f90bc99 [5f90bc99]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (314 of 314 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/tdescreensaver - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/tdescreensaver-desktop-files/it/&lt;br /&gt;
&lt;br /&gt;
== tdebindings ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=b8e21c74 [b8e21c74]] Remove Netscape plugin and Motif extension classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=5c077518 [5c077518]] Adapt to latest tqt3 version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=84ec6486 [84ec6486]] Drop compatibility code for TQSignal&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=13378021 [13378021]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=02712db1 [02712db1]] Drop compatibility code for TQButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=53442b53 [53442b53]] Drop obsolete TQLineEdit methods&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=1b35744b [1b35744b]] Drop compatibility code for TQToolButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=476cadbf [476cadbf]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=941081ce [941081ce]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=dcffc0bc [dcffc0bc]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
== tdesdk ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=59829e86 [59829e86]] Translated using Weblate (German)&amp;lt;br/&amp;gt;Currently translated at 97.8% (45 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbabel - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbabel-desktop-files/de/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=e116e963 [e116e963]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbabel - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbabel-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=ba42cd60 [ba42cd60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=0b324ad9 [0b324ad9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=26ea0a31 [26ea0a31]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdecachegrind - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdecachegrind-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=7b277c01 [7b277c01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/scheck - scheck.themerc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/scheck-scheckthemerc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=8d7ac8ea [8d7ac8ea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kuiviewer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kuiviewer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=70cbb21e [70cbb21e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbugbuster - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbugbuster-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=5951f56b [5951f56b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/cervisia - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/cervisia-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=0c03e09c [0c03e09c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/cervisia - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/cervisia-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=b221bea0 [b221bea0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kompare - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kompare-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d50abb28 [d50abb28]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.1% (27 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=3523578c [3523578c]] Fix functionality broken by commit d619f66&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d619f66a [d619f66a]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tdevelop ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=94d117e0 [94d117e0]] Use tqmoc directly instead of tmoc&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=f3ab5af2 [f3ab5af2]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 75.8% (455 of 600 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=c67ee46d [c67ee46d]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop-events/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=a574698a [a574698a]] Adapt to latest tqt3 version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=3219b370 [3219b370]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=f4724912 [f4724912]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop-desktop-files/&lt;br /&gt;
&lt;br /&gt;
== tdewebdev ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=db7f64f6 [db7f64f6]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kxsldbg - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kxsldbg-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=3ac39ad1 [3ac39ad1]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kimagemapeditor - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kimagemapeditor-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=c5fb2d31 [c5fb2d31]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 66.6% (2 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/klinkstatus - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/klinkstatus-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=67e7c23c [67e7c23c]] Adapt to latest tqt3 version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=e5b0f94a [e5b0f94a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=07ecde1c [07ecde1c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kxsldbg - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kxsldbg-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=0e7ff51f [0e7ff51f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/klinkstatus - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/klinkstatus-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=13d63148 [13d63148]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kimagemapeditor - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kimagemapeditor-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=e16b4e3b [e16b4e3b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=6552a392 [6552a392]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== tde-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9337e1d0 [9337e1d0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/ksmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3046f9bc [3046f9bc]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=03f09ac0 [03f09ac0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/superkaramba&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/superkaramba/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=21cc57f1 [21cc57f1]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ee57a92 [7ee57a92]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (201 of 201 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cce30d5b [cce30d5b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libtaskmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskmanager/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25609067 [25609067]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ea638cf5 [ea638cf5]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (162 of 162 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4a46265 [a4a46265]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdebase/knetattach&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/knetattach/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c35c9588 [c35c9588]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (181 of 181 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1564fdf1 [1564fdf1]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (292 of 292 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9527b3d5 [9527b3d5]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (230 of 230 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eb10db12 [eb10db12]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (420 of 420 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a0031169 [a0031169]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0fd23a58 [0fd23a58]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (72 of 72 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kpat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kpat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=763921c0 [763921c0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeio_sieve&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeio_sieve/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d736aef1 [d736aef1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_remote&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_remote/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cf6f0932 [cf6f0932]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (245 of 245 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kontact&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kontact/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c3c9a520 [c3c9a520]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail_text_vcard_plugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail_text_vcard_plugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02955a5e [02955a5e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (201 of 201 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d9f55651 [d9f55651]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1cf006e0 [1cf006e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdebase/knetattach&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/knetattach/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f328166b [f328166b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (230 of 230 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2644b1c [e2644b1c]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (201 of 201 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b4597c5d [b4597c5d]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libtaskmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskmanager/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10b64776 [10b64776]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=26be3921 [26be3921]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (162 of 162 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8dbf94c4 [8dbf94c4]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdebase/knetattach&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/knetattach/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7543281d [7543281d]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (181 of 181 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1073a9fb [1073a9fb]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (292 of 292 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45994c61 [45994c61]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (230 of 230 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cfec18c6 [cfec18c6]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (420 of 420 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=20e12441 [20e12441]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48f97cf5 [48f97cf5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6d31d07a [6d31d07a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a9e27c6 [4a9e27c6]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=af135878 [af135878]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2c78ab70 [2c78ab70]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c195bd10 [c195bd10]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2301704 [e2301704]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8ddd7d27 [8ddd7d27]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 96.5% (2490 of 2578 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5fae7cc0 [5fae7cc0]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1010 of 1010 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kommander&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kommander/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=068f4e77 [068f4e77]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7993f3b [e7993f3b]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1a79c5e9 [1a79c5e9]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevtipofday&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevtipofday/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=55de1686 [55de1686]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5195 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6f75f28f [6f75f28f]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/libKTTSD&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/libkttsd/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=368fc49a [368fc49a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (48 of 48 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/artsmodules&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/artsmodules/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a4cd332 [9a4cd332]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.7% (367 of 368 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kate/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ecc700aa [ecc700aa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (292 of 292 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=86ce250a [86ce250a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8708364f [8708364f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=92b2f0a8 [92b2f0a8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c66a43a8 [c66a43a8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 85.1% (138 of 162 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3865e1f0 [3865e1f0]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 75.3% (122 of 162 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6e13309d [6e13309d]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (162 of 162 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d6f7d48 [7d6f7d48]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ea0ccdd [7ea0ccdd]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (162 of 162 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bf17fa56 [bf17fa56]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=39bb5c66 [39bb5c66]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 75.3% (122 of 162 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6deccc67 [6deccc67]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ad23337 [2ad23337]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=15bbb8ad [15bbb8ad]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a08f6f37 [a08f6f37]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (201 of 201 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=faf8fb8c [faf8fb8c]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (115 of 115 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c186f9a2 [c186f9a2]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (330 of 330 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e539d531 [e539d531]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_sftp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b679569d [b679569d]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_sftp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=22a4ca79 [22a4ca79]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kaddressbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kaddressbook/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=91d0dae9 [91d0dae9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2023bebc [2023bebc]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dffcd964 [dffcd964]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=29e35919 [29e35919]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=11535892 [11535892]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_flac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_flac/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=051e0f23 [051e0f23]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a9b057a5 [a9b057a5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=694fa2dd [694fa2dd]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df62813a [df62813a]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libtaskmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskmanager/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c36489a0 [c36489a0]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cb0de884 [cb0de884]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdebase/knetattach&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/knetattach/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e26ea16f [e26ea16f]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (181 of 181 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b390e4d8 [b390e4d8]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (292 of 292 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3f8ca34a [3f8ca34a]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (230 of 230 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5b01c813 [5b01c813]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (103 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kasbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kasbarextension/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=23f2e2b7 [23f2e2b7]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 97.0% (100 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kasbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kasbarextension/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f0936d02 [f0936d02]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 93.3% (28 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libtaskmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskmanager/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8d8b436e [8d8b436e]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (181 of 181 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0715a602 [0715a602]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=66b3fc76 [66b3fc76]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4e5d9f2 [a4e5d9f2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=db30e520 [db30e520]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/libtaskmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskmanager/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ddde2d90 [ddde2d90]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3f86919b [3f86919b]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdebase/knetattach&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/knetattach/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2598df06 [2598df06]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/knetattach&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/knetattach/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc8638eb [bc8638eb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f6e7c05d [f6e7c05d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/ksmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4c4c3ed [a4c4c3ed]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c21b696c [c21b696c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0ad61895 [0ad61895]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 80.0% (8 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_asus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_asus/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=69d4bb8f [69d4bb8f]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 66.6% (4 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_raw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_raw/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6b87879e [6b87879e]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 85.0% (17 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmiccconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmiccconfig/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=900946f0 [900946f0]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a57515f6 [a57515f6]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a684f2b2 [a684f2b2]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 30.0% (6 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmiccconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmiccconfig/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6e4ced59 [6e4ced59]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 96.5% (56 of 58 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/twin_art_clients&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/twin_art_clients/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e91699a6 [e91699a6]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (286 of 287 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/klock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/klock/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9eb75f0b [9eb75f0b]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (60 of 60 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/libtdeedu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/libtdeedu/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cd145a4e [cd145a4e]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (111 of 111 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/khangman&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/khangman/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cfa0480f [cfa0480f]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/keduca&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/keduca/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=01f79e50 [01f79e50]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (88 of 88 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kanagram&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kanagram/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=696734ac [696734ac]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (386 of 386 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kolourpaint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kolourpaint/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5ee9a20d [5ee9a20d]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.3% (37 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcoloredit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcoloredit/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9dc4db8e [9dc4db8e]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.9% (185 of 187 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/libkcddb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/libkcddb/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=efbb2e2e [efbb2e2e]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 94.4% (34 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_vorbis&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_vorbis/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1333440c [1333440c]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libkleopatra&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkleopatra/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=19dba44a [19dba44a]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 92.3% (24 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_blogging&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_blogging/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=75f8babe [75f8babe]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (74 of 74 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmobile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmobile/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ffcf2409 [ffcf2409]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.7% (359 of 360 strings)&amp;lt;br/&amp;gt;Translation: tdepim/akregator&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/akregator/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0a7f43c0 [0a7f43c0]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 90.0% (27 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=805f9722 [805f9722]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 84.6% (11 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kickermenu_kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kickermenu_kate/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4c59ba59 [4c59ba59]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.1% (225 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e01c81aa [e01c81aa]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b29a0184 [b29a0184]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2be1b2a0 [2be1b2a0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd25612e [bd25612e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4c2af65 [d4c2af65]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3870da7f [3870da7f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=93265c20 [93265c20]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0928f522 [0928f522]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=768eb738 [768eb738]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ebbe7fb7 [ebbe7fb7]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a685c520 [a685c520]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 99.0% (413 of 417 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libtdepim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a6c45482 [a6c45482]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 66.6% (12 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kay&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kay/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b1606b8c [b1606b8c]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (292 of 292 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c79bd61 [3c79bd61]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4bfd546b [4bfd546b]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 86.3% (76 of 88 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kpersonalizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kpersonalizer/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8bdbcfe2 [8bdbcfe2]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.1% (2714 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1f1863d8 [1f1863d8]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3bff50c1 [3bff50c1]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2e885b52 [2e885b52]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a490f14b [a490f14b]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=03162dd2 [03162dd2]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=20259c10 [20259c10]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=37dd609c [37dd609c]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0492e08b [0492e08b]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=70075fe0 [70075fe0]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9b5150e [c9b5150e]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bf7d8b96 [bf7d8b96]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1b0e5f2a [1b0e5f2a]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bea014ba [bea014ba]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cfabd897 [cfabd897]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b5dd7e37 [b5dd7e37]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7bc019e6 [7bc019e6]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e0bd24f [1e0bd24f]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=24dfd0ed [24dfd0ed]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=98ef2841 [98ef2841]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f8b5ce1e [f8b5ce1e]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=33aac2d1 [33aac2d1]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5e0bb642 [5e0bb642]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=07377164 [07377164]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee5d31b5 [ee5d31b5]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b5085e5 [2b5085e5]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ead1b876 [ead1b876]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7e9f353a [7e9f353a]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=58a4a407 [58a4a407]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73421a19 [73421a19]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51aa6e19 [51aa6e19]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68f3bb9a [68f3bb9a]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9065d097 [9065d097]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6d902faa [6d902faa]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6f4277d4 [6f4277d4]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a0de4535 [a0de4535]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cdfaa0f7 [cdfaa0f7]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b0f167fe [b0f167fe]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8aaea1b6 [8aaea1b6]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c6652021 [c6652021]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b0640072 [b0640072]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a6782aa5 [a6782aa5]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c92c19e0 [c92c19e0]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=036dc793 [036dc793]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f081e42b [f081e42b]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=11a0dbd2 [11a0dbd2]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4d72ddc [c4d72ddc]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da86d6db [da86d6db]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=beab1346 [beab1346]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ddbb8cd0 [ddbb8cd0]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=24b7c583 [24b7c583]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f7ea6f6c [f7ea6f6c]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c281d9b [3c281d9b]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6f78d66 [d6f78d66]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e90880c3 [e90880c3]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc904ef6 [bc904ef6]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0aafd0a14 [0aafd0a14]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6169c7e9 [6169c7e9]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=60162d58 [60162d58]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc247df1 [bc247df1]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ace78a1 [2ace78a1]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8f90fce0 [8f90fce0]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ca52b85 [7ca52b85]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e6edce6 [1e6edce6]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=902befa5 [902befa5]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fc148ae3 [fc148ae3]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6ad276c3 [6ad276c3]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb8d18be [bb8d18be]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a82a85b [9a82a85b]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fe8a20e [4fe8a20e]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a70ccb41 [a70ccb41]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0530cfe9 [0530cfe9]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fb088850 [fb088850]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=90609151 [90609151]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cfc3bda0 [cfc3bda0]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b48e9dc9 [b48e9dc9]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=effa4881 [effa4881]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a0241f3b [a0241f3b]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5747ea65 [5747ea65]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b54d37aa [b54d37aa]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a22bb1ae [a22bb1ae]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b6dfc42c [b6dfc42c]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16c27422 [16c27422]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61436888 [61436888]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eff05ef7 [eff05ef7]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1b250e36 [1b250e36]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d1e3f46 [7d1e3f46]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bba765a5 [bba765a5]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=38ab219c [38ab219c]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b80af83c [b80af83c]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9764ba37 [9764ba37]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=52e29a9d [52e29a9d]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cc0cdb80 [cc0cdb80]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c0b7d75 [6c0b7d75]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02a81a1f [02a81a1f]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=93a14056 [93a14056]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6ca70560 [6ca70560]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ab212382 [ab212382]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=77ae3c5f [77ae3c5f]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da2541d9 [da2541d9]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3509c7d0 [3509c7d0]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d93acd3f [d93acd3f]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8aafd6f5 [8aafd6f5]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d3f0d4de [d3f0d4de]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f955dbfe [f955dbfe]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=528e0ddb [528e0ddb]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5583b1aa [5583b1aa]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7c012027 [7c012027]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30b3108b [30b3108b]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=09ddf6b8 [09ddf6b8]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c7428cae [c7428cae]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=63a7f53b [63a7f53b]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=705dcdac [705dcdac]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c627fcf8 [c627fcf8]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d905fba7 [d905fba7]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a616c35 [8a616c35]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8ebb90e3 [8ebb90e3]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ec8b0335 [ec8b0335]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=99ed9d15 [99ed9d15]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=14f9ad26 [14f9ad26]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 50.0% (2 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdefileaudiopreview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdefileaudiopreview/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da7b7a3a [da7b7a3a]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 66.6% (4 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/libtdescreensaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/libtdescreensaver/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30ddf1a6 [30ddf1a6]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 97.8% (411 of 420 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8ee4d659 [8ee4d659]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12e84191 [12e84191]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=98c60757 [98c60757]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2079f7b6 [2079f7b6]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=667bc8e8 [667bc8e8]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=32e248ab [32e248ab]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=594ad630 [594ad630]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=405251a6 [405251a6]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8f1a8fbf [8f1a8fbf]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6da8ee99 [6da8ee99]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=40f78616 [40f78616]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8eb81a22 [8eb81a22]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=310e0914 [310e0914]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cad4fbfc [cad4fbfc]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fa8b2a87 [fa8b2a87]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fd288ca3 [fd288ca3]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d7ac729b [d7ac729b]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a832252 [4a832252]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=017b3b31 [017b3b31]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=57dcec2e [57dcec2e]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8945f724 [8945f724]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3dc7abdb [3dc7abdb]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8ea8e880 [8ea8e880]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b999545d [b999545d]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fceefaa3 [fceefaa3]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 33.3% (5 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/knotify&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/knotify/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5257669b [5257669b]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 11.5% (3 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio_help&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio_help/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a29c6be5 [a29c6be5]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 18.1% (218 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d8e5ecc8 [d8e5ecc8]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 11.1% (8 of 72 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/i18n - entry.desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/i18n-entrydesktop-files/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9ee9f878 [9ee9f878]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (58 of 58 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=40ef5041 [40ef5041]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 85.2% (75 of 88 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kpersonalizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kpersonalizer/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f7896b23 [f7896b23]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplash&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplash/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d117158f [d117158f]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kgreet_winbind&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kgreet_winbind/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bfa16de3 [bfa16de3]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 90.0% (9 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kgreet_classic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kgreet_classic/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0cb261aa [0cb261aa]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 96.1% (25 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_tom&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_tom/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6cd1dc0e [6cd1dc0e]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 40.0% (2 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_remotemenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_remotemenu/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4d3f8768 [4d3f8768]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_tdeprint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_tdeprint/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f1516858 [f1516858]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 42.8% (3 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_konsole/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0720e002 [0720e002]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 66.6% (2 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_systemmenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_systemmenu/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=676b8a87 [676b8a87]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkicker/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3e39c352 [3e39c352]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 75.0% (3 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_recentdocs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_recentdocs/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b787361 [7b787361]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kickermenu_kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kickermenu_kate/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61b8363c [61b8363c]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 60.0% (3 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_prefmenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_prefmenu/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8b1a4d84 [8b1a4d84]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkicker/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=af61dc15 [af61dc15]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 99.6% (260 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd4e1e41 [bd4e1e41]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (152 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdmconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmconfig/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fce7fe6c [fce7fe6c]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (126 of 126 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdmgreet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmgreet/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17725789 [17725789]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bbccf8a0 [bbccf8a0]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_finger&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_finger/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=50665128 [50665128]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 38.0% (8 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_pop3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_pop3/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=743e082d [743e082d]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 23.0% (3 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_ldap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_ldap/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0c56b5c [c0c56b5c]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 96.1% (25 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_man&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_man/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=01f477fb [01f477fb]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (152 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_media&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_media/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=688817be [688817be]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_floppy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_floppy/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b0d0a622 [b0d0a622]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (37 of 37 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_trash&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_trash/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3a1d74a0 [3a1d74a0]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 28.5% (2 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_fish&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_fish/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9d0dca8f [9d0dca8f]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 33.3% (3 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_nntp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_nntp/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4ef0c77 [d4ef0c77]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 42.8% (3 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_nfs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_nfs/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bf7c18ac [bf7c18ac]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 44.8% (13 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_smtp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_smtp/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=00b6ca0b [00b6ca0b]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 50.0% (2 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_home&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_home/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=74339bec [74339bec]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 50.0% (2 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_tar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_tar/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=33d91c00 [33d91c00]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 38.0% (8 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_smb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_smb/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5c40139b [5c40139b]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 40.0% (2 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_remote&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_remote/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a3c4d52f [a3c4d52f]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (50 of 50 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_print&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_print/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=495c0b7c [495c0b7c]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 40.0% (2 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeprint_part&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeprint_part/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25ba04c8 [25ba04c8]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 18.1% (2 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_thumbnail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_thumbnail/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6503339b [6503339b]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 53.8% (7 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_mac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_mac/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=56c0e444 [56c0e444]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 64.1% (25 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_sftp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=20677036 [20677036]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 83.3% (5 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_settings&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_settings/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=43e66079 [43e66079]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 50.0% (2 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_system&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_system/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1c889ad4 [1c889ad4]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 17.3% (4 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kstart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kstart/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc04aebe [bc04aebe]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 98.5% (70 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=28e79aca [28e79aca]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/appletproxy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/appletproxy/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dbbada13 [dbbada13]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 99.0% (611 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3af99205 [3af99205]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c2ec047e [c2ec047e]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4b8cc14 [d4b8cc14]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9239d442 [9239d442]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ec220289 [ec220289]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e1e1d68c [e1e1d68c]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0e4d32e [c0e4d32e]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8fd97e1b [8fd97e1b]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d3dc69bb [d3dc69bb]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=83cafd25 [83cafd25]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=63feb0b5 [63feb0b5]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c5791169 [c5791169]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=981a1e22 [981a1e22]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d961b689 [d961b689]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0332f20b [0332f20b]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d58dcfa4 [d58dcfa4]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e90a912b [e90a912b]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2f64008 [e2f64008]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4469efb4 [4469efb4]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7c72465d [7c72465d]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=814c3430 [814c3430]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a322ccef [a322ccef]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f40b8806 [f40b8806]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5c74bfd4 [5c74bfd4]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b05c722 [3b05c722]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e430870a [e430870a]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=86506f74 [86506f74]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dbd1c4b0 [dbd1c4b0]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=05e25904 [05e25904]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1450ae16 [1450ae16]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=278fd0e5 [278fd0e5]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fcc25710 [fcc25710]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c95cd9ef [c95cd9ef]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b9a56e24 [b9a56e24]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7abb789 [e7abb789]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cc2072fa [cc2072fa]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b0c89d3f [b0c89d3f]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=debfcbb0 [debfcbb0]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=698e6d12 [698e6d12]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=29b23d97 [29b23d97]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6284cd42 [6284cd42]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02239f98 [02239f98]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12f0b82a [12f0b82a]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c5abb248 [c5abb248]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=20abf1d9 [20abf1d9]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fa7c3b88 [fa7c3b88]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6efcbc29 [6efcbc29]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c6527a34 [c6527a34]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d1343ffa [d1343ffa]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8f9706af [8f9706af]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=64aebe0d [64aebe0d]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1c5fcb38 [1c5fcb38]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b070f8c2 [b070f8c2]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7caf29d4 [7caf29d4]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.1% (114 of 115 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=96fc6890 [96fc6890]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3bf91bbf [3bf91bbf]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ee30d59 [3ee30d59]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=52211206 [52211206]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=01a00817 [01a00817]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.2% (95 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78585e41 [78585e41]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3992dedd [3992dedd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kate/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=06262ce3 [06262ce3]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=00d469cf [00d469cf]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bcce5928 [bcce5928]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (43 of 43 strings)&amp;lt;br/&amp;gt;Translation: tdebase/joystick&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/joystick/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7306f205 [7306f205]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f5738263 [f5738263]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a524b293 [a524b293]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b2cf3b9 [3b2cf3b9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d82307b0 [d82307b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=11475c66 [11475c66]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0d015df0 [0d015df0]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (420 of 420 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=531245f0 [531245f0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12be706f [12be706f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=deed92e4 [deed92e4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c7dbbbfa [c7dbbbfa]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48ed4b75 [48ed4b75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (69 of 69 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abe4cdc3 [abe4cdc3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (366 of 368 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kate/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4e1cf589 [4e1cf589]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (2467 of 2578 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3385d5fb [3385d5fb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=796c9cfe [796c9cfe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (355 of 355 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kuser&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kuser/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=564b9380 [564b9380]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (127 of 127 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdepimwizards&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdepimwizards/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c79192e4 [c79192e4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.0% (188 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libkleopatra&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkleopatra/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48773f92 [48773f92]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.2% (95 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e0407e34 [e0407e34]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.9% (364 of 368 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kate/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1a8a2dd3 [1a8a2dd3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (198 of 198 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmcrypto&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmcrypto/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ed0a582 [1ed0a582]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (173 of 173 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=895cb0ad [895cb0ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (127 of 127 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwinrules&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwinrules/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6d585224 [6d585224]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 90.2% (93 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=24c82153 [24c82153]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5e2ee3a0 [5e2ee3a0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (123 of 123 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=15917a56 [15917a56]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (170 of 170 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30ddf256 [30ddf256]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (68 of 68 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwindecoration&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwindecoration/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5dc94c3a [5dc94c3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplash&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplash/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=675a8015 [675a8015]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (380 of 380 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kxsldbg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kxsldbg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ed5f4af8 [ed5f4af8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.9% (929 of 1010 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kommander&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kommander/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0bd23588 [0bd23588]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0d32caee [0d32caee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (306 of 306 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/ktouch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/ktouch/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7f6475eb [7f6475eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (990 of 990 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd1bf66e [bd1bf66e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (416 of 416 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d95998de [d95998de]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e3522bd2 [e3522bd2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (1235 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8b22db15 [8b22db15]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmstyle&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmstyle/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f921c1e2 [f921c1e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (366 of 366 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksysguard&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksysguard/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=af6659cd [af6659cd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (112 of 112 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a993f23d [a993f23d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (84 of 84 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtaskbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtaskbar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e8176e10 [e8176e10]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmiccconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmiccconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8e12ed68 [8e12ed68]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (330 of 330 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=db4f1433 [db4f1433]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kreadconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kreadconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dcff00f6 [dcff00f6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6400a78b [6400a78b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=95dfd238 [95dfd238]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8f150a03 [8f150a03]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=457f1159 [457f1159]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (199 of 199 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=28486ba0 [28486ba0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdehwdevicetray&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdehwdevicetray/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1b0d0cd0 [1b0d0cd0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (223 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6ccdbbdb [6ccdbbdb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (2467 of 2578 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0a5ecea6 [0a5ecea6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - tdehtmlsettings&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-tdehtmlsettings/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d2018b37 [d2018b37]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (553 of 553 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kgpg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kgpg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=60c329bd [60c329bd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (225 of 225 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9f05344d [9f05344d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (205 of 205 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdemid&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdemid/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8c5d76b [a8c5d76b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (37 of 37 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeabc_slox&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeabc_slox/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dc218365 [dc218365]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_kolab&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_kolab/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=80f2f368 [80f2f368]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2431 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fc6a3bf [4fc6a3bf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdebase/trashapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/trashapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1b781f5a [1b781f5a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (88 of 88 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kpersonalizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kpersonalizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=66c6f08a [66c6f08a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (66 of 66 strings)&amp;lt;br/&amp;gt;Translation: tdebase/privacy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/privacy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=58e832a2 [58e832a2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (366 of 366 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksysguard&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksysguard/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0b4f6d0f [0b4f6d0f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0a44c427 [0a44c427]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b645157c [b645157c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb4b2001 [bb4b2001]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksystraycmd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksystraycmd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c5f1d6c3 [c5f1d6c3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.2% (30 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevtipofday&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevtipofday/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=309e3e6d [309e3e6d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.8% (5277 of 5622 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1d9c56e4 [1d9c56e4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (416 of 416 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bcf267a0 [bcf267a0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2431 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d0d04394 [d0d04394]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (181 of 181 strings)&amp;lt;br/&amp;gt;Translation: tdepim/karm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/karm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=083ecc5c [083ecc5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (197 of 197 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f72816d6 [f72816d6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.4% (115 of 123 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=74f0f572 [74f0f572]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmenergy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmenergy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=103d1f13 [103d1f13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ac60833c [ac60833c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (50 of 50 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7768704e [7768704e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (42 of 42 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkurifilt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkurifilt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dfd51532 [dfd51532]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0796f2d5 [0796f2d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=173600ff [173600ff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.6% (468 of 500 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdecachegrind&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdecachegrind/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e47f07a4 [e47f07a4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (223 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=daf1982c [daf1982c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.5% (2464 of 2578 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b1614943 [b1614943]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (121 of 121 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/klinkstatus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/klinkstatus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41fc90d7 [41fc90d7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (183 of 183 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kimagemapeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kimagemapeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6e3dcd2b [6e3dcd2b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9848ebfd [9848ebfd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (833 of 833 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a002df0 [8a002df0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.8% (464 of 500 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdecachegrind&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdecachegrind/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b3e65559 [b3e65559]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (208 of 208 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbugbuster&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbugbuster/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f98ef4a5 [f98ef4a5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1016 of 1016 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbabel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbabel/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=46d210ec [46d210ec]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (382 of 382 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/cervisia&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/cervisia/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82b1a200 [82b1a200]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (355 of 355 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kuser&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kuser/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d9b1dac5 [d9b1dac5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6d631e04 [6d631e04]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - kuick&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-kuick/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bfeb6261 [bfeb6261]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (48 of 48 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - metabar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-metabar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=503622d8 [503622d8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - kuick-kcm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-kuick-kcm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de6a09e6 [de6a09e6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - imgallery&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-imgallery/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c85ebc44 [c85ebc44]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - dub&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-dub/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bcc9edad [bcc9edad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (316 of 316 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbackgammon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbackgammon/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b6004e2 [2b6004e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (68 of 68 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kpercentage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kpercentage/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82fc7442 [82fc7442]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdewalletmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdewalletmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=216f3b21 [216f3b21]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (217 of 217 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/ark&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/ark/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ed52dde7 [ed52dde7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (256 of 256 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kooka&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kooka/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ebaec3f5 [ebaec3f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e75d3976 [e75d3976]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (403 of 403 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=987886cb [987886cb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=922ded6e [922ded6e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (254 of 254 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8e8d1a70 [8e8d1a70]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (332 of 332 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c5c42c80 [c5c42c80]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (138 of 138 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kscd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kscd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=59494524 [59494524]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (320 of 320 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de5ec621 [de5ec621]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdepimresources&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdepimresources/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=43dafded [43dafded]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeio_imap4&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeio_imap4/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ebaac0f2 [ebaac0f2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (37 of 37 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeabc_slox&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeabc_slox/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=62a67547 [62a67547]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 38.4% (5 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_remote&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_remote/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5f621317 [5f621317]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (1235 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=59dc39df [59dc39df]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (723 of 723 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fe507f67 [fe507f67]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2431 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=59780318 [59780318]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (129 of 129 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kandy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kandy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=452ad70f [452ad70f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.7% (341 of 360 strings)&amp;lt;br/&amp;gt;Translation: tdepim/akregator&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/akregator/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f53aa4aa [f53aa4aa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (126 of 126 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdmgreet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmgreet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=99db62ed [99db62ed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (366 of 366 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksysguard&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksysguard/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a7ad59e6 [a7ad59e6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d31236e0 [d31236e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41b945d4 [41b945d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (59 of 59 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsamba&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsamba/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3e8e13a7 [3e8e13a7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.9% (227 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=be697a7c [be697a7c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (140 of 140 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=413ebd68 [413ebd68]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (101 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=826389da [826389da]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (67 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bbcddbeb [bbcddbeb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (420 of 420 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5bb90fbc [5bb90fbc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1013 of 1013 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeprint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeprint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f8076892 [f8076892]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=399a56ef [399a56ef]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb519326 [bb519326]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (990 of 990 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fed66336 [fed66336]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.0% (188 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libkleopatra&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkleopatra/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c21ebe63 [c21ebe63]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a86478db [a86478db]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kgamma&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kgamma/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=846b2220 [846b2220]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_au&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_au/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e204875a [e204875a]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (332 of 332 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d7d7e68a [d7d7e68a]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (187 of 187 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/libkcddb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/libkcddb/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f4a69841 [f4a69841]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1249ad0c [1249ad0c]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (92 of 92 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/artsbuilder&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/artsbuilder/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=26a0c71d [26a0c71d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdelicense&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdelicense/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c7e556d [6c7e556d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdehwdevicetray&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdehwdevicetray/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b0b7c2f9 [b0b7c2f9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f2357e9e [f2357e9e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (382 of 382 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/cervisia&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/cervisia/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3db290ed [3db290ed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (553 of 553 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kgpg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kgpg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f4eeee18 [f4eeee18]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (215 of 215 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kdvi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kdvi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=28b8f5c6 [28b8f5c6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (403 of 403 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6e5e67fe [6e5e67fe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c644572d [c644572d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (254 of 254 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c04d02d5 [c04d02d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eca9f00f [eca9f00f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (320 of 320 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aafe9d29 [aafe9d29]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (1235 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ed12659f [ed12659f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (197 of 197 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a32e05d [8a32e05d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (45 of 45 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmfonts&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmfonts/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dcc721d8 [dcc721d8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (89 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d457974e [d457974e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tderandr&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tderandr/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=109b0e7a [109b0e7a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=447ccdba [447ccdba]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.5% (159 of 170 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4de62878 [4de62878]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 71.4% (20 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplash&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplash/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b534a608 [b534a608]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.9% (227 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1d3e9eec [1d3e9eec]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (290 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=69131504 [69131504]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0644a0ae [0644a0ae]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (127 of 127 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwinrules&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwinrules/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4c88bd94 [4c88bd94]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61e7c254 [61e7c254]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdecmshell&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdecmshell/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9ecf5f76 [9ecf5f76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0608cdc0 [0608cdc0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb7d136e [bb7d136e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (92 of 92 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/ksayit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/ksayit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c208d275 [c208d275]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (181 of 181 strings)&amp;lt;br/&amp;gt;Translation: tdepim/karm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/karm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68f6704e [68f6704e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f0664096 [f0664096]] Translated using Weblate (Tajik)&amp;lt;br/&amp;gt;Currently translated at 12.3% (642 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/tg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68d1962f [68d1962f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/tdefile_rpm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/tdefile_rpm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4e269151 [4e269151]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/tdefile_deb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/tdefile_deb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ad905f0 [1ad905f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/secpolicy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/secpolicy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=54317917 [54317917]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (202 of 202 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmouth&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmouth/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3a098bc9 [3a098bc9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kfouleggs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kfouleggs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=05551020 [05551020]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/ktimer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/ktimer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17c43d72 [17c43d72]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/ktux&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/ktux/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=815164b6 [815164b6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kmoon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kmoon/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dc916612 [dc916612]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=77b884d8 [77b884d8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - webarchiver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-webarchiver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=49ab2f9a [49ab2f9a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (122 of 122 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libksirtet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libksirtet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=14ef1ed5 [14ef1ed5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=91d9797f [91d9797f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=133ff3af [133ff3af]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7c316505 [7c316505]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (1235 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f173562f [f173562f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 75.6% (56 of 74 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmobile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmobile/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9fac545f [9fac545f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2431 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cd7ace3a [cd7ace3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (697 of 697 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kalarm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kalarm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=203b147b [203b147b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.5% (348 of 368 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kate/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=42659f46 [42659f46]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (101 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17a19efb [17a19efb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1013 of 1013 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeprint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeprint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e439266d [e439266d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdelicense&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdelicense/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6d019074 [6d019074]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.5% (2464 of 2578 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c300ad02 [c300ad02]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6590b5ab [6590b5ab]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdegames/klickety&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/klickety/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5e640f9d [5e640f9d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (108 of 108 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbattleship&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbattleship/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45d75aae [45d75aae]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (139 of 139 strings)&amp;lt;br/&amp;gt;Translation: tdegames/atlantik&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/atlantik/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f012b653 [f012b653]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (85 of 85 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/klettres&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/klettres/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bf29c600 [bf29c600]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kcmlirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kcmlirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bca56e64 [bca56e64]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (386 of 386 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kolourpaint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kolourpaint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1779433b [1779433b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f95219d2 [f95219d2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (84 of 84 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtaskbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtaskbar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c24cc5c3 [c24cc5c3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 80.9% (68 of 84 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtaskbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtaskbar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=668aacdb [668aacdb]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 84.7% (356 of 420 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a79dc217 [a79dc217]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5e5d11e6 [5e5d11e6]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a46fdb8 [4a46fdb8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=27658a95 [27658a95]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51d4d926 [51d4d926]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ad155181 [ad155181]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6b5aa2f8 [6b5aa2f8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.2% (30 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevtipofday&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevtipofday/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=736e94be [736e94be]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (287 of 287 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/klock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/klock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a03c66a [4a03c66a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (60 of 60 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/libtdeedu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/libtdeedu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8223c079 [8223c079]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/keduca&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/keduca/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10af1497 [10af1497]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (88 of 88 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kanagram&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kanagram/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=611f5ff9 [611f5ff9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (127 of 127 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdepimwizards&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdepimwizards/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=97cff302 [97cff302]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdepimresources&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdepimresources/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44957956 [44957956]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeio_imap4&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeio_imap4/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=80b4a0e1 [80b4a0e1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeio_groupwise&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeio_groupwise/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9e84130e [9e84130e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdefile_palm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdefile_palm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dcb7b17d [dcb7b17d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeabc2mutt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeabc2mutt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9d9d52cc [9d9d52cc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (42 of 42 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libksieve&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libksieve/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fb5af44a [fb5af44a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (119 of 119 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libkpgp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkpgp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a3935a5 [6a3935a5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libkmime&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkmime/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5c019dda [5c019dda]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (509 of 509 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libkcal&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkcal/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e07060ae [e07060ae]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44b253ff [44b253ff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_xmlrpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_xmlrpc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=91535bc3 [91535bc3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_groupware&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_groupware/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=018a78d6 [018a78d6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_blogging&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_blogging/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c9fa65a [3c9fa65a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knotes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knotes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1840a25c [1840a25c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (723 of 723 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8e8a1fa4 [8e8a1fa4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmailcvt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmailcvt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df1c4b4c [df1c4b4c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2431 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e82574a0 [e82574a0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (196 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kleopatra&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kleopatra/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=97772a4c [97772a4c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kgantt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kgantt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b61561ed [b61561ed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kdgantt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kdgantt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=075aba7f [075aba7f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kgreet_winbind&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kgreet_winbind/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=87d53d15 [87d53d15]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdehtmlkttsd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdehtmlkttsd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68eb516a [68eb516a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (45 of 45 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmfonts&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmfonts/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=215c24c8 [215c24c8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libtaskmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5fe22eb9 [5fe22eb9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmenergy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmenergy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d615a2ee [d615a2ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6adbe88e [6adbe88e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksystemtrayapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksystemtrayapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c976241 [3c976241]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_ldap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_ldap/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=320e6b48 [320e6b48]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libdmctl&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libdmctl/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=85b5a1ef [85b5a1ef]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (17 of 17 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin_lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin_lib/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dd5fe080 [dd5fe080]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_floppy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_floppy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b82923a [7b82923a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_tdeprint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_tdeprint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9ed3761d [9ed3761d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_fish&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_fish/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f2c1f71a [f2c1f71a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_tom&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_tom/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dc6e6b47 [dc6e6b47]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_nfs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_nfs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=96c5e946 [96c5e946]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kprinter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kprinter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a201e905 [a201e905]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmview1394&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmview1394/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dba4604c [dba4604c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kickermenu_kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kickermenu_kate/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=58d1feb5 [58d1feb5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_smb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_smb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c647f2df [c647f2df]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/krunapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/krunapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5f3395b4 [5f3395b4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kminipagerapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kminipagerapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30e72097 [30e72097]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (42 of 42 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkurifilt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkurifilt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a5b1e4e9 [a5b1e4e9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlaunch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlaunch/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=119f53de [119f53de]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_thumbnail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_thumbnail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9167d9f7 [9167d9f7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_mac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_mac/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4234440a [4234440a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdescreensaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdescreensaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=26ce6818 [26ce6818]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b94ce0e3 [b94ce0e3]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7710437d [7710437d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kgreet_classic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kgreet_classic/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3a27f099 [3a27f099]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kuiviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kuiviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0703091 [c0703091]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/tdestyle_phase_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/tdestyle_phase_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b32ca458 [b32ca458]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/tdepartsaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/tdepartsaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c2e9572a [c2e9572a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.6% (286 of 287 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/klock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/klock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aa7c66d5 [aa7c66d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - tdehtmlsettings&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-tdehtmlsettings/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2c9b00c7 [2c9b00c7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - news&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-news/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f967fad7 [f967fad7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/libKTTSD&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/libkttsd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=97d2243f [97d2243f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (464 of 464 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kttsd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kttsd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dc0c5f05 [dc0c5f05]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdessh&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdessh/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a94be40 [8a94be40]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/klaptopdaemon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/klaptopdaemon/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee8f55e8 [ee8f55e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (553 of 553 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kgpg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kgpg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d7e0bb07 [d7e0bb07]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_jabberdisco&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_jabberdisco/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2af0b590 [2af0b590]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (100 of 100 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmlanbrowser&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmlanbrowser/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25ce6319 [25ce6319]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 76.9% (30 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeio_sieve&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeio_sieve/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dcb73c3b [dcb73c3b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeio_scalix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeio_scalix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8513a40e [8513a40e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeio_mobile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeio_mobile/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7c4a2ea2 [7c4a2ea2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdefile_vcf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdefile_vcf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ab95a86 [7ab95a86]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdefile_rfc822&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdefile_rfc822/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=982de327 [982de327]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdefile_ics&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdefile_ics/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=857e92f7 [857e92f7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libkpimexchange&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkpimexchange/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c63ebce [3c63ebce]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libkholidays&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkholidays/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f567b7dc [f567b7dc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_tvanytime&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_tvanytime/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c95684ae [c95684ae]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_exchange&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_exchange/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4d66fd9 [c4d66fd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_birthday&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_birthday/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8d59fc8f [8d59fc8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 75.6% (56 of 74 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmobile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmobile/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=329de07f [329de07f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kcmkontactnt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kcmkontactnt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0fdc1ce2 [0fdc1ce2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (697 of 697 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kalarm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kalarm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ab617049 [ab617049]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdesud&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdesud/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=14193cb8 [14193cb8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_finger&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_finger/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=52349311 [52349311]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmartcard&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmartcard/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1269b256 [1269b256]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (68 of 68 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmarts&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmarts/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abd6fbd3 [abd6fbd3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 70.0% (14 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmiccconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmiccconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef0fbd9c [ef0fbd9c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdebase/dockbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/dockbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a247c68b [a247c68b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (101 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=622a9c17 [622a9c17]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6af81e6d [6af81e6d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (199 of 199 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c54408f [6c54408f]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 97.2% (810 of 833 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3520c03 [f3520c03]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ff3d0351 [ff3d0351]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 96.8% (281 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6676b51a [6676b51a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=652679db [652679db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (509 of 509 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libkcal&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkcal/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4ec790d [c4ec790d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (126 of 126 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdmgreet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmgreet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a4b0b04 [4a4b0b04]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (119 of 119 strings)&amp;lt;br/&amp;gt;Translation: tdebase/clockapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/clockapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aa4428d0 [aa4428d0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (103 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kasbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kasbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16170ee1 [16170ee1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (69 of 69 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin_clients&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin_clients/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc533829 [bc533829]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_remotemenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_remotemenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17c7452a [17c7452a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (67 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c8264c68 [c8264c68]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8c57cd28 [8c57cd28]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (59 of 59 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmcss&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmcss/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ff0698f [2ff0698f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=71dfa20f [71dfa20f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_groupdav&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_groupdav/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82565784 [82565784]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cef2c11e [cef2c11e]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=96bf2239 [96bf2239]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdebase/display&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/display/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9abd393e [9abd393e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_remote&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_remote/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eb5887d6 [eb5887d6]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=081240a8 [081240a8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5b1bde73 [5b1bde73]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6eb8004c [6eb8004c]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fdd4388e [fdd4388e]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ec883460 [ec883460]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b3dd6805 [b3dd6805]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.3% (174 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41b1da81 [41b1da81]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aead111d [aead111d]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (112 of 112 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=487084e7 [487084e7]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (330 of 330 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=290ade79 [290ade79]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (290 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=975f7fb8 [975f7fb8]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_sftp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0af94559 [0af94559]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d2ff02f4 [d2ff02f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (380 of 380 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kxsldbg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kxsldbg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d959dab2 [d959dab2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (37 of 37 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeabc_slox&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeabc_slox/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2e19e441 [2e19e441]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_nntp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_nntp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4492e46 [c4492e46]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_settings&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_settings/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d59b4539 [d59b4539]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=35ef10cc [35ef10cc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdewebdev/kxsldbg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kxsldbg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fdebdf92 [fdebdf92]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2f7e9fb1 [2f7e9fb1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=593757e5 [593757e5]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9d1c4d8d [9d1c4d8d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=edc1a288 [edc1a288]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=31f89957 [31f89957]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3492093 [f3492093]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cfe448e6 [cfe448e6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=31f9e216 [31f9e216]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7c0391c8 [7c0391c8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0f8bcb66 [0f8bcb66]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da9f835d [da9f835d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 35.8% (14 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_sftp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a05a1e8e [a05a1e8e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=38efb07d [38efb07d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7a86a9e9 [7a86a9e9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eeab8af9 [eeab8af9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - sort&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-sort/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2d5be52 [a2d5be52]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=552b8532 [552b8532]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (112 of 112 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=595f4f5b [595f4f5b]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 94.8% (37 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_sftp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=304c6f6e [304c6f6e]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_sftp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9943b550 [9943b550]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_sftp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e0be9ac5 [e0be9ac5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=80e6633a [80e6633a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_sftp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=778bdb6c [778bdb6c]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 92.8% (26 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6e92f7c8 [6e92f7c8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (112 of 112 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8e26842c [8e26842c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=923faa2d [923faa2d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eaeeefb9 [eaeeefb9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9ae8ff1 [c9ae8ff1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1621e39a [1621e39a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0fc856d1 [0fc856d1]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9b55d959 [9b55d959]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - sort&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-sort/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=66810721 [66810721]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ea4f230e [ea4f230e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=613385fc [613385fc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.8% (26 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c68dba8e [c68dba8e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.4% (124 of 126 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdmgreet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmgreet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=52dac94e [52dac94e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tderandr&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tderandr/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e52f03e3 [e52f03e3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (366 of 366 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksysguard&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksysguard/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=115111f5 [115111f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdesu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdesu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c6932ce3 [c6932ce3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=033dda75 [033dda75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_dir&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_dir/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=05744aef [05744aef]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (199 of 199 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a82a94f [6a82a94f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdehwdevicetray&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdehwdevicetray/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d7f1bbe0 [d7f1bbe0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1037156d [1037156d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2c19e5c8 [2c19e5c8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.5% (43 of 45 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmfonts&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmfonts/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2ebe335 [a2ebe335]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (152 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdmconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=775ef46d [775ef46d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 90.9% (20 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libtaskmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f39ee04f [f39ee04f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (88 of 88 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kpersonalizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kpersonalizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a22a4ed8 [a22a4ed8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (89 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3710f4f9 [3710f4f9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9c5b1703 [9c5b1703]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (73 of 73 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmdisplayconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmdisplayconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b3c9984f [b3c9984f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (66 of 66 strings)&amp;lt;br/&amp;gt;Translation: tdebase/privacy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/privacy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9b16155e [9b16155e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.2% (15 of 17 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin_lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin_lib/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c37ddf8b [c37ddf8b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.3% (117 of 119 strings)&amp;lt;br/&amp;gt;Translation: tdebase/clockapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/clockapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5c9677ba [5c9677ba]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.0% (101 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kasbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kasbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=40ed4bcf [40ed4bcf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.1% (67 of 69 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin_clients&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin_clients/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1c72135a [1c72135a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.1% (111 of 112 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=77741873 [77741873]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=967268e9 [967268e9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 65.0% (13 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmiccconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmiccconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ddaa2dd [1ddaa2dd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (64 of 64 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmscreensaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmscreensaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=92a6812e [92a6812e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (59 of 59 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsamba&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsamba/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=24e78a59 [24e78a59]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 84.6% (11 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kickermenu_kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kickermenu_kate/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5da41c8b [5da41c8b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdebase/extensionproxy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/extensionproxy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9dfa80f4 [9dfa80f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.0% (65 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=36da9c14 [36da9c14]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (37 of 37 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmcomponentchooser&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmcomponentchooser/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6e7a0b8d [6e7a0b8d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (64 of 64 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmmedia&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmmedia/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c97c02af [c97c02af]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.7% (36 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kminipagerapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kminipagerapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=907f51d8 [907f51d8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=97c4f442 [97c4f442]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/appletproxy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/appletproxy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2fdec0ef [2fdec0ef]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (127 of 127 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwinrules&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwinrules/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b727fbda [b727fbda]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.7% (12 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdescreensaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdescreensaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=434c598a [434c598a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/libtdescreensaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/libtdescreensaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4089fda0 [4089fda0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - sort&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-sort/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2cbc589c [2cbc589c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2d5d6b8 [e2d5d6b8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/libkcal&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkcal/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=151f6131 [151f6131]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=47c2ae17 [47c2ae17]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=faaf9772 [faaf9772]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5b3b00f1 [5b3b00f1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f34f2365 [f34f2365]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6983e752 [6983e752]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_smtp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_smtp/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d86b07fe [d86b07fe]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d1f33ee4 [d1f33ee4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e9ece646 [e9ece646]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=96d252b0 [96d252b0]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_asus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_asus/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df9a76ce [df9a76ce]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2036 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dfdb2488 [dfdb2488]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=59dbb13c [59dbb13c]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aa2a5d1a [aa2a5d1a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (331 of 331 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51ae0630 [51ae0630]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5dd3d57f [5dd3d57f]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1013 of 1013 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeprint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeprint/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=446206b2 [446206b2]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e285c92a [e285c92a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=80632599 [80632599]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_media&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_media/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ef9dbeb [7ef9dbeb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=967b322e [967b322e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdehwdevicetray&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdehwdevicetray/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=563b41e9 [563b41e9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=77a23fd7 [77a23fd7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=74110c83 [74110c83]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (331 of 331 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=716ad5fa [716ad5fa]] tdebase: remove translations for &amp;#039;Hotpluggable&amp;#039;. This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/442 TDE/tdebase#442]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=07decc39 [07decc39]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=42dfff61 [42dfff61]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c34e8b6a [c34e8b6a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=38041442 [38041442]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2725a156 [2725a156]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b54aba2 [2b54aba2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (833 of 833 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02030efa [02030efa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.2% (461 of 500 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdecachegrind&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdecachegrind/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5abddf59 [5abddf59]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1016 of 1016 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbabel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbabel/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fc1947d4 [fc1947d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - validators&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-validators/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=995b2521 [995b2521]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4722fda2 [4722fda2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 71.0% (49 of 69 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c7fe792b [c7fe792b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (89 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c55b4ce5 [c55b4ce5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (241 of 241 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonqhtml&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonqhtml/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aeed5fd8 [aeed5fd8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b7b847f5 [b7b847f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (223 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=255d26f7 [255d26f7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (238 of 238 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/ksim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/ksim/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78aad284 [78aad284]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (89 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76168eb5 [76168eb5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmperformance&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmperformance/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1fd85bdd [1fd85bdd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_pop3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_pop3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a58fce8 [2a58fce8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d228567 [7d228567]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfmclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfmclient/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d1527d8f [d1527d8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_smtp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_smtp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c363a97 [6c363a97]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (140 of 140 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ec080931 [ec080931]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc2988ac [bc2988ac]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd5194d2 [bd5194d2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=04ed4b52 [04ed4b52]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (76 of 76 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmusb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmusb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc1d1c98 [bc1d1c98]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (43 of 43 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kthememanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kthememanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ffa5d7e7 [ffa5d7e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (96 of 96 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeprintfax&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeprintfax/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=076c2fed [076c2fed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdestyle_keramik_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdestyle_keramik_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4ceab3f4 [4ceab3f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplashthemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplashthemes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=512d9f79 [512d9f79]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=47e26a43 [47e26a43]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (93 of 93 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdefontinst&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdefontinst/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3a144469 [3a144469]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_home&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_home/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cd272aca [cd272aca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmnotify&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmnotify/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d2ba7ada [d2ba7ada]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (290 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=135f1b2e [135f1b2e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=07c69212 [07c69212]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=03934f6b [03934f6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_system&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_system/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67680029 [67680029]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0e0ae526 [0e0ae526]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeio_svn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeio_svn/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a87c6d1 [8a87c6d1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_ts&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_ts/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aade5865 [aade5865]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_po&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_po/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=522da565 [522da565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_diff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_diff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=83c47a3a [83c47a3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_cpp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_cpp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4d9ffb4a [4d9ffb4a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kres_bugzilla&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kres_bugzilla/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cfa3a9ad [cfa3a9ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (208 of 208 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbugbuster&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbugbuster/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ebed3f3 [3ebed3f3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acb7bd01 [acb7bd01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kmenuapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kmenuapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b406e7b0 [b406e7b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=610e404f [610e404f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/krdb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/krdb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bf546323 [bf546323]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmspellchecking&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmspellchecking/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a6399d3 [4a6399d3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 65.0% (13 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmiccconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmiccconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=80a06e94 [80a06e94]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_tar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_tar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b26c4f5 [4b26c4f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_recentdocs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_recentdocs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=58999e40 [58999e40]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_prefmenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_prefmenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6ce221c9 [6ce221c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - sort&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-sort/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0390f05b [0390f05b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - webarchiver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-webarchiver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cf552d9d [cf552d9d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - wavecapture&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-wavecapture/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=433ee6e7 [433ee6e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - wakeup&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-wakeup/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=46159872 [46159872]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - tyler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-tyler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e02bff0f [e02bff0f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - tippecanoe&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-tippecanoe/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0761ee7 [c0761ee7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - txt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-txt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cd18979e [cd18979e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - mhtml&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-mhtml/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=712079e1 [712079e1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - lnk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-lnk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fce9e09 [4fce9e09]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - html&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-html/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25db3dca [25db3dca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - folder&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-folder/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef1f9ac7 [ef1f9ac7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-desktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10e3306c [10e3306c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - cert&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-cert/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3fec0e8 [f3fec0e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - synaescope&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-synaescope/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a86eaabb [a86eaabb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - searchbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-searchbar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5da3c28e [5da3c28e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - pitchablespeed&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-pitchablespeed/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dce4401c [dce4401c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - minitools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-minitools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=65231d72 [65231d72]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - microformat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-microformat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e048a4eb [e048a4eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (42 of 42 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - mediacontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-mediacontrol/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=03f6f36f [03f6f36f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - lyrics&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-lyrics/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=75a2d1a4 [75a2d1a4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kaddressbook - gmx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kaddressbook-gmx/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=111da4e5 [111da4e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kaddressbook - kworldclock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kaddressbook-kworldclock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=37ccc73b [37ccc73b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (53 of 53 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - ktimemon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-ktimemon/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=877faee6 [877faee6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (48 of 48 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - metabar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-metabar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a964e80 [8a964e80]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - mediaplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-mediaplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6215185a [6215185a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - delicious&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-delicious/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=432a8fd9 [432a8fd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - kmathapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-kmathapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2537b8d7 [2537b8d7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (33 of 33 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - kbinaryclock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-kbinaryclock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41b3507f [41b3507f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - xmltools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-xmltools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d895f991 [d895f991]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - xmlcheck&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-xmlcheck/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1477c443 [1477c443]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - textfilter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-textfilter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a96d906d [a96d906d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - tabbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-tabbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02b5b392 [02b5b392]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - snippets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-snippets/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=06908d1c [06908d1c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - pybrowse&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-pybrowse/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68019125 [68019125]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - openheader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-openheader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e4943b1f [e4943b1f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - modeline&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-modeline/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a8e169d [4a8e169d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - make&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-make/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8548c37e [8548c37e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - kjswrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-kjswrapper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=65197c45 [65197c45]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - insertcommand&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-insertcommand/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f33c05f3 [f33c05f3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - htmltools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-htmltools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a3220aa3 [a3220aa3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - helloworld&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-helloworld/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0768ae06 [0768ae06]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - fll_plugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-fll_plugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ed62a7e [7ed62a7e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - fll_initplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-fll_initplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4551fe7c [4551fe7c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - filetemplates&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-filetemplates/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a5773c33 [a5773c33]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - cppsymbolviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-cppsymbolviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d5f107a6 [d5f107a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - image&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-image/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=760d609c [760d609c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - charlatanui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-charlatanui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=49a7da4e [49a7da4e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - ffrs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-ffrs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44ff5289 [44ff5289]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - dub&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-dub/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f595c2f4 [f595c2f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (81 of 81 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - domtreeviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-domtreeviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5984420c [5984420c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - dirfilter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-dirfilter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8740f36c [8740f36c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - crashes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-crashes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2eea31a6 [2eea31a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - autorefresh&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-autorefresh/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0b43890b [0b43890b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - audio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-audio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b60fc4c0 [b60fc4c0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - ark&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-ark/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4f2e12e9 [4f2e12e9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - alsaplayerui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-alsaplayerui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8cf5b05b [8cf5b05b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - akregator&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-akregator/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e9608f5 [1e9608f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (3009 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb7f6413 [bb7f6413]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (101 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2297c73 [a2297c73]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16fc9290 [16fc9290]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30b25447 [30b25447]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0c9390e0 [0c9390e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_asus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_asus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c9b6e0a [3c9b6e0a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (464 of 464 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kttsd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kttsd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5f018862 [5f018862]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.8% (5277 of 5622 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9cd12c13 [9cd12c13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4373 of 4373 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fb393ca2 [fb393ca2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdelirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdelirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de26e8e7 [de26e8e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/superkaramba&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/superkaramba/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef2d1ac9 [ef2d1ac9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.7% (204 of 238 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/ksim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/ksim/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8225ecb4 [8225ecb4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0d8c5564 [0d8c5564]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_powerbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_powerbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=15e159f9 [15e159f9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cbaed96f [cbaed96f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_delli8k&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_delli8k/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=99665cc4 [99665cc4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilod&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilod/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76cf712f [76cf712f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kfloppy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kfloppy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a780ff13 [a780ff13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.1% (833 of 849 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kaddressbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kaddressbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=160a21e5 [160a21e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (288 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b39b69b0 [b39b69b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.8% (224 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=37c46a10 [37c46a10]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aaa64918 [aaa64918]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_raw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_raw/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b72b65e [2b72b65e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (197 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de33568d [de33568d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (121 of 121 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/klinkstatus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/klinkstatus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c46c273c [c46c273c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=463fe953 [463fe953]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.0% (23 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - webarchiver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-webarchiver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f902060c [f902060c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - imgallery&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-imgallery/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7291a5d [e7291a5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (254 of 254 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libtdegames&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libtdegames/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=60f4c2ad [60f4c2ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4d13a2c [c4d13a2c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (557 of 557 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kmplot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kmplot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8f16a587 [8f16a587]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4373 of 4373 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a1803a12 [a1803a12]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (765 of 765 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kalzium&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kalzium/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a9f1223f [a9f1223f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6f5c5077 [6f5c5077]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (138 of 138 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdeiconedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdeiconedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9f37b90b [9f37b90b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_xpm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_xpm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=124a1a5b [124a1a5b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_xbm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_xbm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1397cb2b [1397cb2b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_tiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_tiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8cd2a856 [8cd2a856]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_tga&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_tga/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2102c574 [2102c574]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_rgb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_rgb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=146a8054 [146a8054]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_ps&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_ps/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=21580aeb [21580aeb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pnm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pnm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee75c8c5 [ee75c8c5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_png&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_png/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=19cf3c62 [19cf3c62]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pdf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=107c467f [107c467f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pcx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pcx/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02a155ef [02a155ef]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (67 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_jpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_jpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d85c7052 [d85c7052]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_ico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_ico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2933d93 [e2933d93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_gif&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_gif/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4382f606 [4382f606]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (59 of 59 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_exr&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_exr/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5bddf5a5 [5bddf5a5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_dvi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_dvi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=921e29b3 [921e29b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_dds&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_dds/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0b56525a [0b56525a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_bmp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_bmp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5694df40 [5694df40]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (107 of 107 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/libkscan&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/libkscan/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4f70423 [d4f70423]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/libkfaximgage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/libkfaximgage/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1d63ec25 [1d63ec25]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (179 of 179 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewshell&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewshell/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4cd8d3e0 [4cd8d3e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewscannerplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewscannerplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d794493d [d794493d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kview_scale&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kview_scale/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5f74d61a [5f74d61a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewpresenterplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewpresenterplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1c6f60df [1c6f60df]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kvieweffectsplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kvieweffectsplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2c39783 [a2c39783]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewbrowserplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewbrowserplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=23706e02 [23706e02]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (123 of 123 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kuickshow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kuickshow/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=96c0bde1 [96c0bde1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (45 of 45 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksnapshot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksnapshot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6536643 [e6536643]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=40b76cfc [40b76cfc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (225 of 225 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=54045117 [54045117]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (256 of 256 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kooka&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kooka/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a0ba024f [a0ba024f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (386 of 386 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kolourpaint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kolourpaint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b9817b46 [b9817b46]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (131 of 131 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8614f6c [a8614f6c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kgamma&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kgamma/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=09d52dca [09d52dca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (215 of 215 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kdvi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kdvi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25b4dfd1 [25b4dfd1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcoloredit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcoloredit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51cd9478 [51cd9478]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewviewerpluginsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewviewerpluginsconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2c14518 [a2c14518]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewpluginsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewpluginsconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2746c521 [2746c521]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewgeneralconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewgeneralconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25650c93 [25650c93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewcanvasconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewcanvasconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4af32845 [4af32845]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcmkamera&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcmkamera/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb0c53ea [bb0c53ea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ff1ec9c1 [ff1ec9c1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (403 of 403 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c00aae5c [c00aae5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppplogview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppplogview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=93829039 [93829039]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (416 of 416 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c152d582 [c152d582]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (94 of 94 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kpf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kpf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=654c466b [654c466b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acdd4826 [acdd4826]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_avi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_avi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=85655c32 [85655c32]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (320 of 320 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12c3105c [12c3105c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (80 of 80 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_lame&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_lame/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acfe74f0 [acfe74f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.0% (17 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_xmlrpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_xmlrpc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8f561fa [b8f561fa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2430 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b59a52df [b59a52df]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.1% (833 of 849 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kaddressbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kaddressbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b15f99b [3b15f99b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.7% (341 of 360 strings)&amp;lt;br/&amp;gt;Translation: tdepim/akregator&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/akregator/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6fd71df1 [6fd71df1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12eb7e03 [12eb7e03]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.0% (250 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9937df39 [9937df39]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ae470e5 [2ae470e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=08998baf [08998baf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (67 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmcolors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmcolors/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10ac25e5 [10ac25e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdedebugdialog&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdedebugdialog/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0771e565 [0771e565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2865 of 2865 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/ppdtranslations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/ppdtranslations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c535e26d [c535e26d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73b6114f [73b6114f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=155b3201 [155b3201]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a4c12d6 [2a4c12d6]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=976a81b4 [976a81b4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (245 of 245 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kdat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kdat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9fe445d8 [9fe445d8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8660af8 [a8660af8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (152 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=807855fe [807855fe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=69bdd2bf [69bdd2bf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (416 of 416 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=85d49634 [85d49634]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6980e97e [6980e97e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (111 of 111 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dc165c85 [dc165c85]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2430 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5bd9ba76 [5bd9ba76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0fd4f012 [0fd4f012]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.0% (99 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ca026de0 [ca026de0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0eb200e2 [0eb200e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4af789bd [4af789bd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b3efd69f [b3efd69f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (72 of 72 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/i18n - entry.desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/i18n-entrydesktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e5046884 [e5046884]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.5% (2464 of 2578 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6ff96b0 [d6ff96b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.9% (929 of 1010 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kommander&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kommander/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=052541a5 [052541a5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6813630 [d6813630]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61348be4 [61348be4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (106 of 106 strings)&amp;lt;br/&amp;gt;Translation: tdegames/lskat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/lskat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ce4cc89a [ce4cc89a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f84f621b [f84f621b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.8% (5277 of 5622 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7adefbb7 [7adefbb7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (553 of 553 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kgpg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kgpg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a54f6ad [9a54f6ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.8% (722 of 723 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a7b6a48e [a7b6a48e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.0% (109 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=adb9ee02 [adb9ee02]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acbf941b [acbf941b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_systemmenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_systemmenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d1ace2d1 [d1ace2d1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (288 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c940de1b [c940de1b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ce53218 [7ce53218]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76141cbc [76141cbc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.7% (158 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44df28d5 [44df28d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1032 of 1032 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpovmodeler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpovmodeler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=77cf8f9c [77cf8f9c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (3008 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c8cacdab [c8cacdab]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 90.6% (155 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f38fa8f3 [f38fa8f3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b01edccd [b01edccd]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=04d54b46 [04d54b46]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=edde93c4 [edde93c4]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (331 of 332 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee87723d [ee87723d]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 94.7% (36 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=347c614b [347c614b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5d7a5d36 [5d7a5d36]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4a7354e [c4a7354e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17e37aec [17e37aec]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a93fc87 [5a93fc87]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (417 of 417 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libtdepim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fa7c437 [4fa7c437]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1428 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e157a91c [e157a91c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=35f9874a [35f9874a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=31e1fd99 [31e1fd99]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5196 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c29db08c [c29db08c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kasteroids&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kasteroids/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45c9efee [45c9efee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bac7cad2 [bac7cad2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.8% (722 of 723 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45438fab [45438fab]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmicons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmicons/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=184c41a3 [184c41a3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f2e51c15 [f2e51c15]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 55.1% (32 of 58 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78f3d660 [78f3d660]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c84bab9b [c84bab9b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9dceffa5 [9dceffa5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bea7c2b5 [bea7c2b5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2f6e4464 [2f6e4464]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (181 of 181 strings)&amp;lt;br/&amp;gt;Translation: tdepim/karm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/karm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b718443 [7b718443]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksystemtrayapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksystemtrayapplet/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df6f0d2f [df6f0d2f]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (290 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2282d9eb [2282d9eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.3% (21 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - alsaplayerui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-alsaplayerui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8ef3404 [a8ef3404]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (369 of 369 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3fb5a51f [3fb5a51f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (137 of 137 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kverbos&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kverbos/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6fd40db8 [6fd40db8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (205 of 205 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdemid&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdemid/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=789b5f42 [789b5f42]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (88 of 88 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kpersonalizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kpersonalizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bfa34bd2 [bfa34bd2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6da779c2 [6da779c2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.8% (224 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6038555 [e6038555]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dffecf21 [dffecf21]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.7% (157 of 159 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b0cd75a3 [b0cd75a3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (289 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=64e03b0c [64e03b0c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=805a0c6c [805a0c6c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c16120f [3c16120f]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f6b47865 [f6b47865]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.5% (3006 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=905b500e [905b500e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_wav&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_wav/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0376d619 [0376d619]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_theora&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_theora/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8c0bd602 [8c0bd602]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_sid&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_sid/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f96bfe38 [f96bfe38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_ogg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_ogg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=20da6100 [20da6100]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_m3u&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_m3u/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6ec9d7d [e6ec9d7d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=002f6b01 [002f6b01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9c288da4 [9c288da4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fdacc87 [4fdacc87]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_flac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_flac/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79bd92c0 [79bd92c0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_avi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_avi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8545225b [8545225b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_au&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_au/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16bb2152 [16bb2152]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (332 of 332 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61ff946a [61ff946a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (187 of 187 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/libkcddb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/libkcddb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=18dd016f [18dd016f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (111 of 111 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7047488 [e7047488]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=09ae6e3a [09ae6e3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a94f2253 [a94f2253]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kcmcddb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kcmcddb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=839723e8 [839723e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaboodle&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaboodle/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a3d5767a [a3d5767a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_vorbis&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_vorbis/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=039aa373 [039aa373]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (80 of 80 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_lame&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_lame/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1a2584a5 [1a2584a5]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 85.9% (1749 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ae0d186 [1ae0d186]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwindecoration&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwindecoration/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8e3a9bd8 [8e3a9bd8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a8bf169 [9a8bf169]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6329682c [6329682c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_flac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_flac/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=01a947f7 [01a947f7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48cbdde6 [48cbdde6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bda1bc83 [bda1bc83]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a94365d8 [a94365d8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b07c9fd5 [b07c9fd5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=99ddc47e [99ddc47e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=233603f3 [233603f3]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kickermenu_kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kickermenu_kate/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eb41c146 [eb41c146]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (261 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=035d412a [035d412a]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=252276b0 [252276b0]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a3c101a [5a3c101a]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3baf4ac [f3baf4ac]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0198f7b7 [0198f7b7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abbea754 [abbea754]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=22447195 [22447195]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67154ced [67154ced]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwinrules&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwinrules/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68257170 [68257170]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwindecoration&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwindecoration/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5b8921e6 [5b8921e6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b643ca2 [4b643ca2]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ea42728d [ea42728d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e0f759a [1e0f759a]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41a2a0a6 [41a2a0a6]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 87.7% (150 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7a72e540 [7a72e540]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1433ed29 [1433ed29]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4816e684 [4816e684]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c9f3b6c [3c9f3b6c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41444a5d [41444a5d]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 80.6% (2134 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=62275fac [62275fac]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4565a842 [4565a842]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eb88e6fc [eb88e6fc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a15c7835 [a15c7835]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7e214ab [e7e214ab]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ff4ced6a [ff4ced6a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c8260126 [c8260126]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4d00bce3 [4d00bce3]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cadd2b5d [cadd2b5d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9a96806 [c9a96806]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdelicense&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdelicense/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bda14f95 [bda14f95]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5196 of 5196 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dac4018a [dac4018a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 80.9% (1648 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b5c59d83 [b5c59d83]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=643497da [643497da]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e41785c [1e41785c]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (197 of 197 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1be1e3e9 [1be1e3e9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fbde5a66 [fbde5a66]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (326 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c1acc00 [6c1acc00]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (289 of 289 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9b635e1b [9b635e1b]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b0ef02e [7b0ef02e]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8dbd2744 [8dbd2744]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1b39883e [1b39883e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b5c8e7a [3b5c8e7a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=49367158 [49367158]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da6ebc69 [da6ebc69]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.5% (211 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=38d19787 [38d19787]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da4c604a [da4c604a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a289914a [a289914a]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmag&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmag/nl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=587622ea [587622ea]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d0076837 [d0076837]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=484fbfeb [484fbfeb]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 85.0% (805 of 946 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/katepart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/katepart/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a1c113b [5a1c113b]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 86.4% (369 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb4d9424 [bb4d9424]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 54.2% (247 of 455 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs_colors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs_colors/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3059b6dc [3059b6dc]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd92b2ee [bd92b2ee]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44c33da9 [44c33da9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.3% (158 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e405a694 [e405a694]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.8% (16 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmenergy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmenergy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1a8c65b3 [1a8c65b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 71.4% (5 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - image&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-image/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f91ae8b2 [f91ae8b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (197 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee561a5d [ee561a5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.5% (193 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b7818e1 [4b7818e1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegames/kmahjongg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmahjongg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=62c862a8 [62c862a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.6% (191 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=feb94ddc [feb94ddc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdewalletmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdewalletmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9cf3ed6a [9cf3ed6a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da73efd6 [da73efd6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdewalletmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdewalletmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=56f2e465 [56f2e465]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/krdb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/krdb/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ea2bd4b [2ea2bd4b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=289b8045 [289b8045]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 80.3% (1636 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17b287ee [17b287ee]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.9% (195 of 197 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e98cc110 [e98cc110]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7768467e [7768467e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ffe4047 [3ffe4047]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d42dfce9 [d42dfce9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 77.9% (1588 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c033f982 [c033f982]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=447af80a [447af80a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 76.8% (1565 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f9a53f48 [f9a53f48]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5cac2c06 [5cac2c06]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ec024ca [7ec024ca]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c624634e [c624634e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f86ccae9 [f86ccae9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6fc3c2e [d6fc3c2e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin_lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin_lib/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f322a111 [f322a111]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f09ec0ab [f09ec0ab]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ba5d62d1 [ba5d62d1]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.5% (209 of 210 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7e255c40 [7e255c40]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=86acd12e [86acd12e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4f3b4305 [4f3b4305]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eac33e90 [eac33e90]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (196 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17c51be5 [17c51be5]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0ab2398 [c0ab2398]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (326 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6b7fac1 [d6b7fac1]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (206 of 206 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4e97cea7 [4e97cea7]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e8274087 [e8274087]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d7fbab18 [d7fbab18]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3f1a08b4 [3f1a08b4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=92e6fc46 [92e6fc46]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6cf5249d [6cf5249d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48907031 [48907031]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.3% (148 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9ef855fe [9ef855fe]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.4% (170 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79e81b47 [79e81b47]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.9% (194 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=af5e01d0 [af5e01d0]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f262c268 [f262c268]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (326 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e03e491a [e03e491a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=299d7e9b [299d7e9b]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=963b03f8 [963b03f8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4643459 [a4643459]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 99.4% (171 of 172 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b6f0d602 [b6f0d602]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f6a6c8e5 [f6a6c8e5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67d451ba [67d451ba]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewpresenterplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewpresenterplugin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a18b92ba [a18b92ba]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d9a6697 [7d9a6697]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aaeda12b [aaeda12b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c999f37 [3c999f37]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdmconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmconfig/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef954c90 [ef954c90]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2aa378ca [2aa378ca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_zeroconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_zeroconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2cd8ff75 [2cd8ff75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cb5cf602 [cb5cf602]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krdc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krdc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fc00fa70 [fc00fa70]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (94 of 94 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kpf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kpf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=325dc4a8 [325dc4a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.8% (2984 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b912c6e7 [b912c6e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (248 of 248 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/knewsticker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/knewsticker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6e04a742 [6e04a742]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (103 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmwifi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmwifi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ca7235c9 [ca7235c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (100 of 100 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmlanbrowser&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmlanbrowser/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ddb067e7 [ddb067e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (43 of 43 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmktalkd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmktalkd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c7fc70f6 [c7fc70f6]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (196 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cff19a2f [cff19a2f]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bad75a4d [bad75a4d]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (327 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0115ec51 [0115ec51]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=75d3b850 [75d3b850]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ade36f2 [1ade36f2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ad7aeafe [ad7aeafe]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=57cd82f9 [57cd82f9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=405dc7df [405dc7df]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ee0c314 [3ee0c314]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdmconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmconfig/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2567a89d [2567a89d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b2441d13 [b2441d13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_zeroconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_zeroconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c669a79d [c669a79d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_lan&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_lan/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5ecccc8f [5ecccc8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_jabberdisco&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_jabberdisco/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=153f7022 [153f7022]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefile_torrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefile_torrent/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=db5cbbbc [db5cbbbc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kwireless&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kwireless/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=70391ee5 [70391ee5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kinetd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kinetd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0f541093 [0f541093]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kdictapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kdictapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16494e41 [16494e41]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/libtdepim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7648b3c9 [7648b3c9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b7ec603 [7b7ec603]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fb3fdb2b [fb3fdb2b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fe4514c8 [fe4514c8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=83bdc126 [83bdc126]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=63a90127 [63a90127]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/tdefifteen&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/tdefifteen/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df53a5b9 [df53a5b9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a27093a0 [a27093a0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 87.5% (14 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - audio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-audio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd2a6f38 [bd2a6f38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (89 of 89 strings)&amp;lt;br/&amp;gt;Translation: tdegames/twin4&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/twin4/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e64c11d2 [e64c11d2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (254 of 254 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libtdegames&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libtdegames/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7e30682d [7e30682d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (122 of 122 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libksirtet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libksirtet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ce1a3bf [3ce1a3bf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.2% (56 of 57 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ktuberling&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ktuberling/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2d940247 [2d940247]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9561b74 [c9561b74]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kshisen&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kshisen/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e67e6a7f [e67e6a7f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kolf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kolf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12861973 [12861973]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2e8f84f5 [2e8f84f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (381 of 381 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kgoldrunner&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kgoldrunner/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1256c7f6 [1256c7f6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f0087266 [f0087266]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (1235 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=06391dfe [06391dfe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 84.4% (87 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=71347685 [71347685]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79cebe5e [79cebe5e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78aaa659 [78aaa659]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (289 of 289 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=74773ebc [74773ebc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ac07e9f6 [ac07e9f6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdestyle_plastik_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdestyle_plastik_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e00cbcb5 [e00cbcb5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_kdatatool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_kdatatool/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c09081a6 [c09081a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdefileaudiopreview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdefileaudiopreview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=624183f5 [624183f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_autobookmarker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_autobookmarker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b00d45a6 [b00d45a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (946 of 946 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/katepart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/katepart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=db142dcb [db142dcb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabcformat_binary&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabcformat_binary/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7cd87b83 [7cd87b83]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_isearch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_isearch/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=11d74de2 [11d74de2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_file&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_file/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8c12f11 [b8c12f11]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_docwordcompletion&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_docwordcompletion/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dd4127b3 [dd4127b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_net&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_net/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6d341d34 [6d341d34]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_sql&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_sql/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=661b618f [661b618f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_dir&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_dir/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=650ebed1 [650ebed1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdestyle_highcontrast_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdestyle_highcontrast_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=681fb57e [681fb57e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2865 of 2865 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/ppdtranslations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/ppdtranslations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5410b42a [5410b42a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/libtdescreensaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/libtdescreensaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a4a938d [6a4a938d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_insertfile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_insertfile/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f1d18823 [f1d18823]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (44 of 44 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_ldaptdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_ldaptdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30f083cd [30f083cd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acbf80cd [acbf80cd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f8fb2e20 [f8fb2e20]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1013 of 1013 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeprint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeprint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aa0506f0 [aa0506f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (455 of 455 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs_colors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs_colors/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82e61934 [82e61934]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2739 of 2739 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a2ce6cb [9a2ce6cb]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73eb4e4d [73eb4e4d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=91f7be0d [91f7be0d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 64.5% (129 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a9fa5d76 [a9fa5d76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/taskbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/taskbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b382a9a [2b382a9a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktaskbarapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktaskbarapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30e0f112 [30e0f112]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/lockout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/lockout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e1c4e2b5 [e1c4e2b5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5317fab2 [5317fab2]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=92ad6a46 [92ad6a46]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0e61bcd [c0e61bcd]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dedebeb6 [dedebeb6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_delli8k&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_delli8k/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51c00880 [51c00880]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (206 of 206 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4a6e3eb [d4a6e3eb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c368d148 [c368d148]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a73707b4 [a73707b4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9af8d504 [9af8d504]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 97.3% (219 of 225 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=875d4c24 [875d4c24]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a757dd8a [a757dd8a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abcfb18a [abcfb18a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/libtaskbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskbar/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d481507 [7d481507]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kay&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kay/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fa9f0334 [fa9f0334]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5af0121c [5af0121c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdesud&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdesud/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e363127a [e363127a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/naughtyapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/naughtyapplet/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=54976205 [54976205]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 75.7% (1542 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8f32df4 [b8f32df4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a46e674 [8a46e674]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82b00602 [82b00602]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8919bb8a [8919bb8a]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3e98afc4 [3e98afc4]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51cb26bc [51cb26bc]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d5046c21 [d5046c21]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=500f2c45 [500f2c45]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 98.5% (70 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kspaceduel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kspaceduel/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=53f3360c [53f3360c]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksokoban&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksokoban/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fa57d92b [fa57d92b]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 48.9% (24 of 49 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksnake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksnake/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4d9d7c1 [a4d9d7c1]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 94.7% (18 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksmiletris&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksmiletris/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=63667467 [63667467]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 34.1% (27 of 79 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2b3a41b [e2b3a41b]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 38.0% (19 of 50 strings)&amp;lt;br/&amp;gt;Translation: tdegames/klines&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/klines/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=33531138 [33531138]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45486792 [45486792]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (58 of 58 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5e2914e7 [5e2914e7]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c716f74 [6c716f74]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a270de3 [5a270de3]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (322 of 322 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=404b586a [404b586a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8b023bb7 [8b023bb7]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (322 of 322 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10d7630d [10d7630d]] tdepim: remove kitchensync pot file again, since it was automatically re-added&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a8b0c96 [2a8b0c96]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f4de4713 [f4de4713]] tdepim: remove translations for kitchensync and multisynk&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=64d45800 [64d45800]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0c2a0ab3 [0c2a0ab3]] tdegraphics: remove translations for kmrml&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8aa58abf [8aa58abf]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=376b1bfe [376b1bfe]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a340797 [6a340797]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=90797510 [90797510]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e0706cf8 [e0706cf8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eee4a43c [eee4a43c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb21ba44 [bb21ba44]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
= libraries =&lt;br /&gt;
== libkdcraw ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=d13e9744 [d13e9744]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (74 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=50387262 [50387262]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 70.2% (52 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=fb8e7233 [fb8e7233]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (74 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=4720b9e3 [4720b9e3]] Added translation using Weblate (Chinese (Simplified))&lt;br /&gt;
&lt;br /&gt;
== libkipi ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=49e07b0f [49e07b0f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkipi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkipi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=b83bf7c2 [b83bf7c2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkipi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkipi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=1ea1d770 [1ea1d770]] Added translation using Weblate (Chinese (Traditional))&lt;br /&gt;
&lt;br /&gt;
== kipi-plugins ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=c42a6c92 [c42a6c92]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - galleryexport&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-galleryexport/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=5c749f7c [5c749f7c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.2% (513 of 602 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - metadataedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-metadataedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=e3f5013b [e3f5013b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - wallpaper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-wallpaper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=38e917f9 [38e917f9]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=aa3b7277 [aa3b7277]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.0% (512 of 602 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - metadataedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-metadataedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=62e89ce1 [62e89ce1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 40.1% (53 of 132 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - cdarchiving&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-cdarchiving/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=1fc6b1e0 [1fc6b1e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - viewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-viewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=f134eb8d [f134eb8d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=7115da7d [7115da7d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=c39b2d5d [c39b2d5d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=549a8d58 [549a8d58]] Added translation using Weblate (Chinese (Traditional))&lt;br /&gt;
&lt;br /&gt;
== libtqt-perl ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=f400a45b [f400a45b]] Remove Netscape plugin and Motif extension classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=838094bf [838094bf]] Adapt to latest tqt3 version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=ea4d4023 [ea4d4023]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=a8738810 [a8738810]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=076ec834 [076ec834]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
== pytdeextensions ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytdeextensions/commit/?id=cedb73e8 [cedb73e8]] Use proper TQt headers&lt;br /&gt;
&lt;br /&gt;
= applications/development =&lt;br /&gt;
== kdbg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=db9f1ffa [db9f1ffa]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdbg - kdbg.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbg-kdbgdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=b171e1b2 [b171e1b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kdbg - kdbg.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbg-kdbgdesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== kdiff3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=d556aa5c [d556aa5c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=ac9e1fb1 [ac9e1fb1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 67.2% (347 of 516 strings)&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=97fe01f4 [97fe01f4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3 - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=0a217c78 [0a217c78]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=453f35a8 [453f35a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 67.2% (347 of 516 strings)&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=47366761 [47366761]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: applications/kdiff3 - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=810025fb [810025fb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=b65164fa [b65164fa]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=abcdeb43 [abcdeb43]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=1bab9902 [1bab9902]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kpicosim ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=c938918a [c938918a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpicosim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpicosim/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=cbcafc43 [cbcafc43]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpicosim - kpicosim.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpicosim-kpicosimdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=8dabe60d [8dabe60d]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/kpicosim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpicosim/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=0f179c95 [0f179c95]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=96f6ef35 [96f6ef35]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kpicosim - kpicosim.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpicosim-kpicosimdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=9ec59898 [9ec59898]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=cc2e4443 [cc2e4443]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/kpicosim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpicosim/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=4db10d51 [4db10d51]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=39160972 [39160972]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kpicosim - kpicosim.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpicosim-kpicosimdesktop/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=21828c08 [21828c08]] Added translation using Weblate (Portuguese (Brazil))&lt;br /&gt;
&lt;br /&gt;
== kscope ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=f192d4b0 [f192d4b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kscope - kscope.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kscope-kscopedesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=f762b97f [f762b97f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kscope - kscope.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kscope-kscopedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=baecf737 [baecf737]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== ktechlab ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=cbc3775c [cbc3775c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/ktechlab - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktechlab-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=21af6675 [21af6675]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/ktechlab - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktechlab-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=32d92995 [32d92995]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kxmleditor ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=a09998f4 [a09998f4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kxmleditor - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kxmleditor-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=4ffd15b8 [4ffd15b8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kxmleditor - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kxmleditor-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=1c1d81ef [1c1d81ef]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== piklab ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=ee905d21 [ee905d21]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/piklab&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/piklab/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=f4e477f5 [f4e477f5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=6c0461f7 [6c0461f7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 0.4% (7 of 1669 strings)&amp;lt;br/&amp;gt;Translation: applications/piklab&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/piklab/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=f7b9e20a [f7b9e20a]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdesvn ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=9d62df99 [9d62df99]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 87.1% (644 of 739 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=ec7be504 [ec7be504]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 81.3% (601 of 739 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=9406e1b3 [9406e1b3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdesvn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=e0305e19 [e0305e19]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=03ebafb7 [03ebafb7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 48.5% (359 of 739 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=5b9025cb [5b9025cb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 48.5% (359 of 739 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=1074ed80 [1074ed80]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdesvn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=2cdbcc87 [2cdbcc87]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 48.5% (359 of 739 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=f66e96c7 [f66e96c7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdesvn - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=e0823d75 [e0823d75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/games =&lt;br /&gt;
== knights ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=a8653725 [a8653725]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knights - knights.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knights-knightsdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=655b17e7 [655b17e7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knights - pgn mimetype&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knights-pgn-mimetype/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=f3e352ec [f3e352ec]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knights - knights.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knights-knightsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=c2ad1fa9 [c2ad1fa9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/knights - pgn mimetype&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knights-pgn-mimetype/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=9106aede [9106aede]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=d63c00f1 [d63c00f1]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdepacman ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=1852b2de [1852b2de]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepacman&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepacman/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=25080f26 [25080f26]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepacman - tdepacman.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepacman-tdepacmandesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=71d98913 [71d98913]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (59 of 59 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepacman&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepacman/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=b28adc9a [b28adc9a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.6% (47 of 59 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepacman&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepacman/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=62ba7450 [62ba7450]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 57.6% (34 of 59 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepacman&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepacman/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=f210c65b [f210c65b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepacman - tdepacman.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepacman-tdepacmandesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=7664379d [7664379d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=d0b05e33 [d0b05e33]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
= applications/graphics =&lt;br /&gt;
== digikam ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=f36db868 [f36db868]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=428504bb [428504bb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1795 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=1e5802a1 [1e5802a1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1794 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=5ec04830 [5ec04830]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1794 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=365fc56f [365fc56f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=31f057f7 [31f057f7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1794 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=d1ed2afa [d1ed2afa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1793 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=1798610f [1798610f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=e809e384 [e809e384]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1793 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=53e13c18 [53e13c18]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2244 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=09a41f75 [09a41f75]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/&lt;br /&gt;
&lt;br /&gt;
== gwenview ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=e6b15885 [e6b15885]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gwenview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=c01cc99f [c01cc99f]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=f73d02b6 [f73d02b6]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=80b9fc1a [80b9fc1a]] Adapt to latest tqt3 version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=b6f5bb63 [b6f5bb63]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=7183742f [7183742f]] Fix pthread required. This relates to PR #35.&lt;br /&gt;
&lt;br /&gt;
== gwenview-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=690fceb8 [690fceb8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=a3d5eaed [a3d5eaed]] Revert &amp;quot;Update translation template.&amp;quot; because the desktop files&amp;lt;br/&amp;gt;translation template must be part of the application repository.&amp;lt;br/&amp;gt;This reverts commit 0b840e0263626cff345f7ee7c4c14da48dae0c29.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=0b840e02 [0b840e02]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=6b0aaedb [6b0aaedb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (342 of 342 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=f3f98c63 [f3f98c63]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (342 of 342 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=6145e290 [6145e290]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (342 of 342 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=f3694437 [f3694437]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (342 of 342 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=bc00950d [bc00950d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (342 of 342 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=d1950f41 [d1950f41]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.9% (335 of 342 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=41a7389f [41a7389f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=332d87e3 [332d87e3]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=824111fb [824111fb]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.7% (341 of 342 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=ae02bedc [ae02bedc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=3f720a85 [3f720a85]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=3e754a52 [3e754a52]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=57175831 [57175831]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=827f6c7b [827f6c7b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/ru/&lt;br /&gt;
&lt;br /&gt;
== ksquirrel ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=1d1469b7 [1d1469b7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/ksquirrel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksquirrel/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=5c6fb850 [5c6fb850]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (517 of 517 strings)&amp;lt;br/&amp;gt;Translation: applications/ksquirrel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksquirrel/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=90ff7f82 [90ff7f82]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (517 of 517 strings)&amp;lt;br/&amp;gt;Translation: applications/ksquirrel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksquirrel/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=5ed6f0e2 [5ed6f0e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.9% (501 of 517 strings)&amp;lt;br/&amp;gt;Translation: applications/ksquirrel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksquirrel/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=812e8755 [812e8755]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.3% (493 of 517 strings)&amp;lt;br/&amp;gt;Translation: applications/ksquirrel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksquirrel/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=8dcaf788 [8dcaf788]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.3% (493 of 517 strings)&amp;lt;br/&amp;gt;Translation: applications/ksquirrel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksquirrel/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=6fbf4183 [6fbf4183]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/ksquirrel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksquirrel/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=36fc62e2 [36fc62e2]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (517 of 517 strings)&amp;lt;br/&amp;gt;Translation: applications/ksquirrel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksquirrel/it/&lt;br /&gt;
&lt;br /&gt;
== potracegui ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=fcf0d61e [fcf0d61e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/potracegui - potracegui.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/potracegui-potraceguidesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=0dc93a59 [0dc93a59]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/potracegui - potracegui.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/potracegui-potraceguidesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=454877ad [454877ad]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/potracegui - potracegui.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/potracegui-potraceguidesktop/it/&lt;br /&gt;
&lt;br /&gt;
= applications/internet =&lt;br /&gt;
== kasablanca ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=a9da006a [a9da006a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kasablanca - kasablanca.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca-kasablancadesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=81b3e027 [81b3e027]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kasablanca&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=2a9b7e7d [2a9b7e7d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kasablanca - kasablanca.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca-kasablancadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=159a8faf [159a8faf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 64.3% (74 of 115 strings)&amp;lt;br/&amp;gt;Translation: applications/kasablanca&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=4b9e3dcb [4b9e3dcb]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kbiff ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=bda8bbc7 [bda8bbc7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=ee84fefc [ee84fefc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=b44d8e25 [b44d8e25]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=b172523d [b172523d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=a9666982 [a9666982]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbiff - kbiff.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff-kbiffdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=c53c9a60 [c53c9a60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=2cc626b9 [2cc626b9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.8% (89 of 90 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=4069eda9 [4069eda9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff - kbiff.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff-kbiffdesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== kftpgrabber ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=5cf3157f [5cf3157f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kftpgrabber&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kftpgrabber/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=f5ef9f7c [f5ef9f7c]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=a682efb2 [a682efb2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kftpgrabber - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kftpgrabber-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=70edee2c [70edee2c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/kftpgrabber - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kftpgrabber-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== knmap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=c9299bd0 [c9299bd0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=436617ea [436617ea]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=fcc0e57c [fcc0e57c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=a289b05a [a289b05a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=2721c5e0 [2721c5e0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=24febfa6 [24febfa6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=8f8a354b [8f8a354b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (221 of 221 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=b68bd35b [b68bd35b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=60528588 [60528588]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 16.2% (36 of 221 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=aea076a0 [aea076a0]] Added translation using Weblate (Ukrainian)&lt;br /&gt;
&lt;br /&gt;
== konversation ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=ef59720e [ef59720e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/konversation&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=565c54e6 [565c54e6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/konversation - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=0ce92e4a [0ce92e4a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/konversation - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation-events/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=1ced096f [1ced096f]] Adapt to latest tqt3 version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=adaa089b [adaa089b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.7% (1168 of 1362 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=1ca2d3d4 [1ca2d3d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=d5a93e3c [d5a93e3c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=99cac705 [99cac705]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.7% (1168 of 1362 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=7e09ebfb [7e09ebfb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.6% (1167 of 1362 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=efe05804 [efe05804]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/konversation&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=04e4928e [04e4928e]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=b5f177fc [b5f177fc]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation-events/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=dfedc855 [dfedc855]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.6% (1167 of 1362 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation/ru/&lt;br /&gt;
&lt;br /&gt;
== kopete-otr ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=deefb3d2 [deefb3d2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kopete-otr - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kopete-otr-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=95288d30 [95288d30]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kopete-otr - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kopete-otr-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=15094db2 [15094db2]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kshowmail ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=32edc2d7 [32edc2d7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=295eaf3d [295eaf3d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 50.4% (176 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=6d16605e [6d16605e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 50.1% (175 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=9e1b5a5d [9e1b5a5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 50.1% (175 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=ced2b753 [ced2b753]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=10272aed [10272aed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 49.8% (174 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=b13b420d [b13b420d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 49.5% (173 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
&lt;br /&gt;
== kstreamripper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=b420dbaf [b420dbaf]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper - kstreamripper.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper-kstreamripperdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=e7e90ba3 [e7e90ba3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kstreamripper - kstreamripper.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper-kstreamripperdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=cd2d1f4f [cd2d1f4f]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=38dad7af [38dad7af]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 78.7% (26 of 33 strings)&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=c6c8865f [c6c8865f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=b57d1640 [b57d1640]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=04b2afc8 [04b2afc8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=3f95be57 [3f95be57]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=dbdd2a4e [dbdd2a4e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=6a970335 [6a970335]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=3ec99f94 [3ec99f94]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=457de6e0 [457de6e0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=1801e3aa [1801e3aa]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 80.0% (24 of 30 strings)&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=382d4392 [382d4392]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=5da88b7e [5da88b7e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=c621d368 [c621d368]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== ktorrent ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=7daab41e [7daab41e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=6760c174 [6760c174]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (875 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=1e588c37 [1e588c37]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=ccf782d8 [ccf782d8]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (875 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=523c79c3 [523c79c3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (875 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=46220b63 [46220b63]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 80.1% (701 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/ru/&lt;br /&gt;
&lt;br /&gt;
== kvirc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=6856ab51 [6856ab51]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b1c1b31b [b1c1b31b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - perlcore&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-perlcore/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=ecc0f4e0 [ecc0f4e0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - theme&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-theme/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=89f8a536 [89f8a536]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - sharedfileswindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-sharedfileswindow/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=0c743c3a [0c743c3a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - dcc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-dcc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=398f8442 [398f8442]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=dfca4360 [dfca4360]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - torrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-torrent/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=98d66c76 [98d66c76]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - perl&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-perl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=75a561e5 [75a561e5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - filetransferwindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-filetransferwindow/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=5585f743 [5585f743]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - mediaplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-mediaplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=48222502 [48222502]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2588 of 2588 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=ca920d6e [ca920d6e]] Adapt to latest tqt3 version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=74f32349 [74f32349]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (182 of 182 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - dcc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-dcc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=e3708273 [e3708273]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (805 of 805 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=7295d79c [7295d79c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.1% (2411 of 2588 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=8348ba5d [8348ba5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.8% (2404 of 2588 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=ecf6f383 [ecf6f383]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (805 of 805 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=54662d94 [54662d94]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.8% (2404 of 2588 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=6de62e99 [6de62e99]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - mediaplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-mediaplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=310fb2b2 [310fb2b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (805 of 805 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=5290b915 [5290b915]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.8% (2404 of 2588 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=5bedfee4 [5bedfee4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (805 of 805 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=80098102 [80098102]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.8% (2404 of 2588 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=574f79d5 [574f79d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - torrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-torrent/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b9cb66f1 [b9cb66f1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (78 of 78 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - theme&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-theme/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=9390b2d9 [9390b2d9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - sharedfileswindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-sharedfileswindow/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=6e0f1e9c [6e0f1e9c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - perl&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-perl/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=302a040b [302a040b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - filetransferwindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-filetransferwindow/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=db90f695 [db90f695]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=33fece29 [33fece29]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=ab992aba [ab992aba]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - perlcore&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-perlcore/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=484c9ce8 [484c9ce8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=5c4d4a2a [5c4d4a2a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - editor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a7a4e202 [a7a4e202]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - about&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-about/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b7788073 [b7788073]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - notifier&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=391b00c9 [391b00c9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a0a87c06 [a0a87c06]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (805 of 805 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=12f4706c [12f4706c]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - mediaplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-mediaplayer/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=6280f2fb [6280f2fb]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - torrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-torrent/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=c0c52835 [c0c52835]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (78 of 78 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - theme&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-theme/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=0f4e51e5 [0f4e51e5]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - sharedfileswindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-sharedfileswindow/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=03eee71d [03eee71d]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - perlcore&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-perlcore/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=eb439f20 [eb439f20]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - perl&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-perl/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=df7ec3eb [df7ec3eb]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - notifier&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=d7deeb9d [d7deeb9d]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - logview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-logview/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=3a47fdca [3a47fdca]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - filetransferwindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-filetransferwindow/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a417c6a0 [a417c6a0]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - editor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=58a8d2a6 [58a8d2a6]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (182 of 182 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - dcc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-dcc/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=44846083 [44846083]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - notifier&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b435bad5 [b435bad5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - editor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b412083e [b412083e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - about&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-about/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b32a017a [b32a017a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.8% (2404 of 2588 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=02e908ee [02e908ee]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=e2dd007c [e2dd007c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a48e70a7 [a48e70a7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (794 of 805 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a7254dcc [a7254dcc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - theme&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-theme/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=25f3bffc [25f3bffc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=1e208b4f [1e208b4f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - logview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-logview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=3e94a25e [3e94a25e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - editor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=0c62fcd5 [0c62fcd5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - filetransferwindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-filetransferwindow/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a6e75ff9 [a6e75ff9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - dcc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-dcc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=2091bae5 [2091bae5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - notifier&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=90e47cbd [90e47cbd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - sharedfileswindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-sharedfileswindow/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=729d67a2 [729d67a2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=116c3821 [116c3821]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=5e2a1ae3 [5e2a1ae3]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== kvpnc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=9dd937cb [9dd937cb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvpnc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=cdba490f [cdba490f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvpnc - kvpnc.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc-kvpncdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=f4f8b693 [f4f8b693]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kvpnc - kvpnc.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc-kvpncdesktop/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=50b8ce0d [50b8ce0d]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=00364c7f [00364c7f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 19.8% (491 of 2472 strings)&amp;lt;br/&amp;gt;Translation: applications/kvpnc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=148bc21c [148bc21c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 19.3% (479 of 2472 strings)&amp;lt;br/&amp;gt;Translation: applications/kvpnc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=13e49f67 [13e49f67]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 17.9% (443 of 2472 strings)&amp;lt;br/&amp;gt;Translation: applications/kvpnc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=26680f70 [26680f70]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kvpnc - kvpnc.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc-kvpncdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=7b05f487 [7b05f487]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=e45d6713 [e45d6713]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 14.1% (351 of 2472 strings)&amp;lt;br/&amp;gt;Translation: applications/kvpnc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=a7492e4b [a7492e4b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvpnc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=da275e97 [da275e97]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=69565c3b [69565c3b]] Revert changes of translations related to unwanted renaming&amp;lt;br/&amp;gt;SLOT =&amp;amp;gt; TQ_SLOT in the message string.&amp;lt;br/&amp;gt;This revert commits:&amp;lt;br/&amp;gt;28bd29d299272a1d96d678c550de70c2dd442785&amp;lt;br/&amp;gt;f1197c6adc69b6acae78327e1481ce78ba7774ae&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=f1197c6a [f1197c6a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvpnc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=28bd29d2 [28bd29d2]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=b3c0d5c3 [b3c0d5c3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tork - applet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tork-applet/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=dbeb8163 [dbeb8163]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tork - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tork-events/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=699da213 [699da213]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tork - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tork-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=9d6caa32 [9d6caa32]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/tork - applet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tork-applet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=caf382ba [caf382ba]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=56a31f9a [56a31f9a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/tork - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tork-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=5efe8cb7 [5efe8cb7]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=b478b393 [b478b393]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: applications/tork - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tork-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=e8c69c0a [e8c69c0a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: applications/tork - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tork-desktop-files/it/&lt;br /&gt;
&lt;br /&gt;
= applications/misc =&lt;br /&gt;
== bibletime ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=48ce54dd [48ce54dd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/bibletime - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/bibletime-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=e57d164d [e57d164d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=9d90808b [9d90808b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/bibletime - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/bibletime-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=de0a4201 [de0a4201]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=7c699d2d [7c699d2d]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== desktop-effects-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=dd59cec2 [dd59cec2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=bad45df4 [bad45df4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=6662a768 [6662a768]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=a62a9b16 [a62a9b16]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=06672b03 [06672b03]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=dcf00169 [dcf00169]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=a1491403 [a1491403]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=5896fcd5 [5896fcd5]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=4ef8c50e [4ef8c50e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=7437087e [7437087e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=92556696 [92556696]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kcmldap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=79d3502d [79d3502d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcm-ldap - ldapbonding.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-ldap-ldapbondingdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=766984bb [766984bb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcm-ldap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-ldap/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=10dc0c8c [10dc0c8c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kcm-ldap - ldapbonding.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-ldap-ldapbondingdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=2d2e48bf [2d2e48bf]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=5e83e4cf [5e83e4cf]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kcmldapcontroller ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=b31568d5 [b31568d5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcm-ldapcontroller - ldapcontroller.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-ldapcontroller-ldapcontrollerdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=ee6faa20 [ee6faa20]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcm-ldapcontroller&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-ldapcontroller/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=9790ea48 [9790ea48]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kcm-ldapcontroller - ldapcontroller.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-ldapcontroller-ldapcontrollerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=db1459a6 [db1459a6]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=1c9b3a80 [1c9b3a80]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kcmldapmanager ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=c7866bfb [c7866bfb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcm-ldapmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-ldapmanager/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=41370d18 [41370d18]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcm-ldapmanager - ldapmanager.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-ldapmanager-ldapmanagerdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=61c492ee [61c492ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kcm-ldapmanager - ldapmanager.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-ldapmanager-ldapmanagerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=1b7e69e3 [1b7e69e3]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=580fd05b [580fd05b]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kerberostray ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=295e0071 [295e0071]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kerberostray - kerberostray.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kerberostray-kerberostraydesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=de2b84f8 [de2b84f8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kerberostray&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kerberostray/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=d29a0b08 [d29a0b08]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kerberostray - kerberostray.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kerberostray-kerberostraydesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=17fd3039 [17fd3039]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=a677a48f [a677a48f]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=f56d47b0 [f56d47b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kerberostray&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kerberostray/&lt;br /&gt;
&lt;br /&gt;
== krecipes ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=cd240323 [cd240323]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krecipes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krecipes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=22acd03d [22acd03d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=d2a4cb93 [d2a4cb93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 30.5% (343 of 1123 strings)&amp;lt;br/&amp;gt;Translation: applications/krecipes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krecipes/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/multimedia =&lt;br /&gt;
== amarok ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=2b1214b6 [2b1214b6]] Use tqmoc directly instead of tmoc&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=ae8b75aa [ae8b75aa]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=001234fb [001234fb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=570fb84d [570fb84d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=250ce4cb [250ce4cb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b21275ce [b21275ce]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=34a70a2d [34a70a2d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=6597c102 [6597c102]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=db6dfe09 [db6dfe09]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=52621df4 [52621df4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=aa067461 [aa067461]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=7e8b9a52 [7e8b9a52]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=9b954758 [9b954758]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=3f17994d [3f17994d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=e6e3ba96 [e6e3ba96]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=9d43419b [9d43419b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=73837f1a [73837f1a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=079f0cc9 [079f0cc9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b037abfb [b037abfb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=93aff8fd [93aff8fd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=7f396148 [7f396148]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=8ac0d326 [8ac0d326]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=086adc4f [086adc4f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4ebfa149 [4ebfa149]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 79.7% (1981 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4cc71ec3 [4cc71ec3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=2116bf2a [2116bf2a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=e6e2d189 [e6e2d189]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=c2a12e62 [c2a12e62]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=44ad188d [44ad188d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=83730846 [83730846]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4ddb9e62 [4ddb9e62]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=90520108 [90520108]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 84.7% (2105 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=40099ec0 [40099ec0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b767627f [b767627f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=bcd8d83e [bcd8d83e]] Fix functionality broken by commit 1c3e0630.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b04099ff [b04099ff]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=a7a79de0 [a7a79de0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=1c3e0630 [1c3e0630]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=5dedf79f [5dedf79f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=8b28bb5c [8b28bb5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=9038cb17 [9038cb17]] Translated using Weblate (Turkish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/tr/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=3c835108 [3c835108]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.8% (2406 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
&lt;br /&gt;
== codeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=6eb38b02 [6eb38b02]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=cc897489 [cc897489]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=f6d6e206 [f6d6e206]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=36a0b351 [36a0b351]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=54d1a665 [54d1a665]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=033f32ab [033f32ab]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=28a3b75f [28a3b75f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=9f39f05e [9f39f05e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/codeine - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/codeine-desktop-files/&lt;br /&gt;
&lt;br /&gt;
== k3b ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=1cda53bb [1cda53bb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=e28f2192 [e28f2192]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=74808fa8 [74808fa8]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=2111da78 [2111da78]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=00a24ebc [00a24ebc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=987871f0 [987871f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=c2fbc8f1 [c2fbc8f1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=95a45a4f [95a45a4f]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=bbf83236 [bbf83236]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=894069eb [894069eb]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/pt/&lt;br /&gt;
&lt;br /&gt;
== k3b-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=18ea9d07 [18ea9d07]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - setup&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-setup/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=55d4a45f [55d4a45f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - tdeio-videodvd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-tdeio-videodvd/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=5a041147 [5a041147]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - tdefile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-tdefile/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=8b17c68f [8b17c68f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=7ed070aa [7ed070aa]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=416b3607 [416b3607]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=ea16c671 [ea16c671]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=91428c7e [91428c7e]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=91378f06 [91378f06]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (33 of 33 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - setup&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-setup/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=39f11b7e [39f11b7e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - tdefile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-tdefile/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=72fbdb5f [72fbdb5f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=d1943afc [d1943afc]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=0a8ee5ac [0a8ee5ac]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=41cb5f2d [41cb5f2d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=7faed94c [7faed94c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - tdeio-videodvd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-tdeio-videodvd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=35488411 [35488411]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=59bb404c [59bb404c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (33 of 33 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - setup&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-setup/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=14a8478d [14a8478d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=3f4f7f46 [3f4f7f46]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=8538da23 [8538da23]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=856ea287 [856ea287]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=34d0ff8c [34d0ff8c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=c29d6639 [c29d6639]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=84cd0b47 [84cd0b47]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (47 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=6f6f5263 [6f6f5263]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=bd308fa9 [bd308fa9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=e6010418 [e6010418]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (47 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=cb12df11 [cb12df11]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=ecef8905 [ecef8905]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=9c355f26 [9c355f26]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=1d1360a7 [1d1360a7]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=6f8f68cc [6f8f68cc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=47c13aee [47c13aee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=b92282bd [b92282bd]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 97.8% (46 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/bg/&lt;br /&gt;
&lt;br /&gt;
== k9copy ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=202e4054 [202e4054]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=5b67a635 [5b67a635]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=a25cd571 [a25cd571]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 64.0% (317 of 495 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=74f06e81 [74f06e81]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 64.0% (317 of 495 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=14601e8a [14601e8a]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 31.7% (157 of 495 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=1e20731a [1e20731a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (495 of 495 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=35c86a79 [35c86a79]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=3847d9ee [3847d9ee]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 86.6% (429 of 495 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=276d0d95 [276d0d95]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=112b19f8 [112b19f8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=45422ea5 [45422ea5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k9copy - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=4e2f83fa [4e2f83fa]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (495 of 495 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=ef83b5b8 [ef83b5b8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=4979c509 [4979c509]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=237b3548 [237b3548]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (495 of 495 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=553df4a4 [553df4a4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=bc07265d [bc07265d]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kaffeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=a88ac925 [a88ac925]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kaffeine - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=bff73d6e [bff73d6e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kaffeine - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=338ac219 [338ac219]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=115fa662 [115fa662]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=528599f1 [528599f1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (729 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=fbf40e21 [fbf40e21]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=5b6f8a82 [5b6f8a82]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (729 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=fd20d9cf [fd20d9cf]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=86e5bbbc [86e5bbbc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=0d261da7 [0d261da7]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=03b9c1f4 [03b9c1f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (729 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=fe9e778d [fe9e778d]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine-desktop-files/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=ce0c6633 [ce0c6633]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (729 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=3f38f883 [3f38f883]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=eac2daca [eac2daca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (729 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=6c9257f2 [6c9257f2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.5% (711 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=e0e0d158 [e0e0d158]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=b871bd5b [b871bd5b]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kmplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=7e6b7e43 [7e6b7e43]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=740b402a [740b402a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=6550e667 [6550e667]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (390 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=132da052 [132da052]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (390 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=c1187155 [c1187155]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (390 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=9530e59d [9530e59d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=1566a9ce [1566a9ce]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (390 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=78361cb3 [78361cb3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=6e72f310 [6e72f310]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=30650e19 [30650e19]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.9% (347 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=77c148a7 [77c148a7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=bb993d63 [bb993d63]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=d8d54a7f [d8d54a7f]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 95.6% (373 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=122a27a0 [122a27a0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=bb9e13d1 [bb9e13d1]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=0817bc03 [0817bc03]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer-desktop-files/bg/&lt;br /&gt;
&lt;br /&gt;
== kplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=6ab8fa20 [6ab8fa20]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1037 of 1037 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=e78b0c82 [e78b0c82]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=7b81ead9 [7b81ead9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 77.1% (800 of 1037 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=7fcb2060 [7fcb2060]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 77.1% (800 of 1037 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=e71f663d [e71f663d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 77.1% (800 of 1037 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=14b1fdd9 [14b1fdd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 77.1% (800 of 1037 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=968ddac2 [968ddac2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=1c3f07e0 [1c3f07e0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=e9d5a656 [e9d5a656]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=cc14b9cf [cc14b9cf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=d8391ef7 [d8391ef7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 77.0% (799 of 1037 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/ru/&lt;br /&gt;
&lt;br /&gt;
== mplayerthumbs ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=2e1e7b95 [2e1e7b95]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/mplayerthumbs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/mplayerthumbs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=e84d9614 [e84d9614]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: applications/mplayerthumbs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/mplayerthumbs/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=a812ca3a [a812ca3a]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=ece3987d [ece3987d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: applications/mplayerthumbs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/mplayerthumbs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=617cbd23 [617cbd23]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== rosegarden ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=1488d361 [1488d361]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/rosegarden - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/rosegarden-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=64b9a975 [64b9a975]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/rosegarden&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/rosegarden/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=92262009 [92262009]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2322 of 2322 strings)&amp;lt;br/&amp;gt;Translation: applications/rosegarden&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/rosegarden/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=e56395ae [e56395ae]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.2% (2003 of 2322 strings)&amp;lt;br/&amp;gt;Translation: applications/rosegarden&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/rosegarden/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=95c249dd [95c249dd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/rosegarden - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/rosegarden-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=48eed92c [48eed92c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.2% (2002 of 2322 strings)&amp;lt;br/&amp;gt;Translation: applications/rosegarden&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/rosegarden/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=5eb170e8 [5eb170e8]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=1e5e9153 [1e5e9153]] Added translation using Weblate (Portuguese (Brazil))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=edb78953 [edb78953]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.2% (2002 of 2322 strings)&amp;lt;br/&amp;gt;Translation: applications/rosegarden&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/rosegarden/ru/&lt;br /&gt;
&lt;br /&gt;
== soundkonverter ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=f962b18d [f962b18d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=4699042e [4699042e]] Added translation using Weblate (Chinese (Simplified))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=e85fcc32 [e85fcc32]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (319 of 319 strings)&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=78fe42d0 [78fe42d0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.2% (304 of 319 strings)&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=4e11f456 [4e11f456]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=451107da [451107da]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (319 of 319 strings)&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=2c5f94f3 [2c5f94f3]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (319 of 319 strings)&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=bcf2d459 [bcf2d459]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.6% (302 of 319 strings)&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=2bf7eb6c [2bf7eb6c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=28a35800 [28a35800]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=300613ee [300613ee]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=a13d3527 [a13d3527]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tderadio ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=1f0bdc87 [1f0bdc87]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - gui-error-log&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-error-log/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=138f5a18 [138f5a18]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - soundserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-soundserver/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=aa1b40b2 [aa1b40b2]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=04222b16 [04222b16]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=3aa567f1 [3aa567f1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - alsa-sound&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-alsa-sound/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=ea0fa8af [ea0fa8af]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - convert-presets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-convert-presets/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=f4c4cd8d [f4c4cd8d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=e1956e2a [e1956e2a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - recording&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-recording/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=0d6fcc64 [0d6fcc64]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - timeshifter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-timeshifter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=2562d67d [2562d67d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - gui-error-log&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-error-log/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=9c768d79 [9c768d79]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - gui-quickbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-quickbar/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=06329a4a [06329a4a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=6b84b5f9 [6b84b5f9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - soundserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-soundserver/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=ba3e71e3 [ba3e71e3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - oss-sound&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-oss-sound/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=b599808d [b599808d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - streaming&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-streaming/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=8724bf77 [8724bf77]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - convert-presets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-convert-presets/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=a418a348 [a418a348]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=5f5c0524 [5f5c0524]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - gui-quickbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-quickbar/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=9e3ad9e4 [9e3ad9e4]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=124924ed [124924ed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - convert-presets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-convert-presets/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=0647c9c8 [0647c9c8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - oss-sound&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-oss-sound/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=69544d75 [69544d75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (49 of 49 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - alsa-sound&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-alsa-sound/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=7a03b7f3 [7a03b7f3]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=49f49b60 [49f49b60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=46e97349 [46e97349]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - streaming&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-streaming/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=0e66044b [0e66044b]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=1e03606e [1e03606e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=f8b88abd [f8b88abd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (17 of 17 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - timeshifter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-timeshifter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=88c92992 [88c92992]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - streaming&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-streaming/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=739ad48d [739ad48d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - soundserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-soundserver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=f693d48c [f693d48c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (78 of 78 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - recording&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-recording/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=62096a82 [62096a82]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - gui-error-log&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-error-log/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=7898f4d5 [7898f4d5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - gui-standard-display&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-standard-display/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=13e5a97b [13e5a97b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - recording&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-recording/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=6b08efa0 [6b08efa0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - timeshifter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-timeshifter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=ffdacdaa [ffdacdaa]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - oss-sound&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-oss-sound/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=2cfd8fba [2cfd8fba]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=aa80a24c [aa80a24c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=28afa3da [28afa3da]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - oss-sound&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-oss-sound/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=5369d924 [5369d924]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (45 of 45 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - gui-standard-display&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-standard-display/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=a9f14b38 [a9f14b38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 82.3% (14 of 17 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - timeshifter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-timeshifter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=d57a893c [d57a893c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.1% (75 of 78 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - recording&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-recording/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=55460675 [55460675]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=03b5df8e [03b5df8e]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 93.5% (29 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=0bb5fda6 [0bb5fda6]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=8cd30c0e [8cd30c0e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=c74cfcb6 [c74cfcb6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.7% (30 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/office =&lt;br /&gt;
== basket ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=63c07d50 [63c07d50]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/basket&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=5ea3364f [5ea3364f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/basket - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=e346aa3d [e346aa3d]] Adapt to latest tqt3 version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=5ed9f00b [5ed9f00b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/basket&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=d492a4c3 [d492a4c3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/basket&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=5dd5a1c1 [5dd5a1c1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/basket&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=2ab71048 [2ab71048]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/basket&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=8bba24a1 [8bba24a1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: applications/basket - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=3e05901d [3e05901d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/basket&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=33317176 [33317176]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/basket&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=c8b892a3 [c8b892a3]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kbibtex ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=0a8cd76b [0a8cd76b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbibtex - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbibtex-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=a8cf4b8b [a8cf4b8b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kbibtex - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbibtex-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=a9b74b76 [a9b74b76]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=15d816e8 [15d816e8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbibtex&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbibtex/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=702a473b [702a473b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 73.7% (444 of 602 strings)&amp;lt;br/&amp;gt;Translation: applications/kbibtex&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbibtex/ru/&lt;br /&gt;
&lt;br /&gt;
== kbookreader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=4b8e45e1 [4b8e45e1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=8d8f7a69 [8d8f7a69]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (17 of 17 strings)&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=04d6334b [04d6334b]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=0b40cdac [0b40cdac]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 66.6% (2 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kbookreader - kbookreader.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader-kbookreaderdesktop/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=713e783c [713e783c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=8e2d9623 [8e2d9623]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbookreader - kbookreader.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader-kbookreaderdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=e32bbc6e [e32bbc6e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (17 of 17 strings)&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=fcdb94c9 [fcdb94c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kbookreader - kbookreader.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader-kbookreaderdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=ac3e0386 [ac3e0386]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=61e10e5a [61e10e5a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/&lt;br /&gt;
&lt;br /&gt;
== kile ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=bb7b8467 [bb7b8467]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=c79ed8e2 [c79ed8e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 58.2% (924 of 1587 strings)&amp;lt;br/&amp;gt;Translation: applications/kile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=08a73a70 [08a73a70]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kile - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile-desktop-files/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=872c127f [872c127f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kile - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=59f1c45a [59f1c45a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kile - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=00b87abb [00b87abb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kile - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== kmymoney ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=b00a4d93 [b00a4d93]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=d1e78bae [d1e78bae]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=1acf71ab [1acf71ab]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=4dfa4550 [4dfa4550]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 99.7% (2667 of 2674 strings)&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=2d36eedb [2d36eedb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2674 of 2674 strings)&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=202400b8 [202400b8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2674 of 2674 strings)&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=debe3076 [debe3076]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmymoney - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=16aa0610 [16aa0610]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=af8d71ce [af8d71ce]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=79e957c7 [79e957c7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=47cc1d27 [47cc1d27]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: applications/kmymoney - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=e592106d [e592106d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (2658 of 2674 strings)&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=67a43ced [67a43ced]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=9df4c701 [9df4c701]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== knowit ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=970a15c0 [970a15c0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knowit - knowit.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knowit-knowitdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=3a30dbdb [3a30dbdb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/knowit - knowit.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knowit-knowitdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=81a2fc07 [81a2fc07]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== koffice ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=474e2840 [474e2840]] Adapt to latest tqt3 version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=d165869a [d165869a]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=c2fdb394 [c2fdb394]] Fix functionality broken by commit a9bbaa83&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=a9bbaa83 [a9bbaa83]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== koffice-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=6e9da0a6 [6e9da0a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.3% (363 of 369 strings)&amp;lt;br/&amp;gt;Translation: koffice/kchart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kchart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=0a2216e2 [0a2216e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: koffice/karbon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/karbon/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=da3739a8 [da3739a8]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3176 of 3176 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspread&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=fce31dee [fce31dee]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kspread&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ff7c98ec [ff7c98ec]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=c2c28bfe [c2c28bfe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.8% (418 of 427 strings)&amp;lt;br/&amp;gt;Translation: koffice/karbon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/karbon/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=446dc7f6 [446dc7f6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (909 of 909 strings)&amp;lt;br/&amp;gt;Translation: koffice/kpresenter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kpresenter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=c85f8b7f [c85f8b7f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.0% (1295 of 1423 strings)&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=65588988 [65588988]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (961 of 961 strings)&amp;lt;br/&amp;gt;Translation: koffice/kword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kword/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=82a49e46 [82a49e46]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (909 of 909 strings)&amp;lt;br/&amp;gt;Translation: koffice/kpresenter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kpresenter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=699d1a0e [699d1a0e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.4% (1169 of 1200 strings)&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=64f9d8c2 [64f9d8c2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (3150 of 3168 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspread&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=422b95eb [422b95eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (354 of 354 strings)&amp;lt;br/&amp;gt;Translation: koffice/kformdesigner&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kformdesigner/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=041cb462 [041cb462]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/koffice&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/koffice/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=27fd186c [27fd186c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=572398a4 [572398a4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (3150 of 3168 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspread&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=bce5a0c4 [bce5a0c4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.4% (1169 of 1200 strings)&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=cc44ebc3 [cc44ebc3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: koffice/thesaurus_tool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/thesaurus_tool/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=b6cedf64 [b6cedf64]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_ooo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_ooo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=9f49ba05 [9f49ba05]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_koffice&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_koffice/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=7a3529fd [7a3529fd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_gnumeric&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_gnumeric/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=05196041 [05196041]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_abiword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_abiword/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ffe6d299 [ffe6d299]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (961 of 961 strings)&amp;lt;br/&amp;gt;Translation: koffice/kword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kword/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ad3cf8ee [ad3cf8ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspreadcalc_calc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspreadcalc_calc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=7f8b71fa [7f8b71fa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (909 of 909 strings)&amp;lt;br/&amp;gt;Translation: koffice/kpresenter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kpresenter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=d154e97e [d154e97e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (354 of 354 strings)&amp;lt;br/&amp;gt;Translation: koffice/kformdesigner&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kformdesigner/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=9c40a4ce [9c40a4ce]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=aa8c2267 [aa8c2267]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ccf47869 [ccf47869]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=f690d314 [f690d314]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.0% (1295 of 1423 strings)&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=f0bcacf8 [f0bcacf8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kivio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kivio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=e1f27756 [e1f27756]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=e84fa74c [e84fa74c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kword/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=fc3d61ff [fc3d61ff]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/koffice&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/koffice/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=31fd578d [31fd578d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=069df0f0 [069df0f0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kofficefilters&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kofficefilters/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=96a280ad [96a280ad]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=b7a0d0ff [b7a0d0ff]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 98.3% (420 of 427 strings)&amp;lt;br/&amp;gt;Translation: koffice/karbon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/karbon/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=8e305f42 [8e305f42]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 99.8% (1421 of 1423 strings)&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=61f41445 [61f41445]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: koffice/example&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/example/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=1f753ab8 [1f753ab8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (3150 of 3168 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspread&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/ru/&lt;br /&gt;
&lt;br /&gt;
== kpilot ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=caea4737 [caea4737]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=43135e81 [43135e81]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpilot - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=bf828819 [bf828819]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=e91f7e51 [e91f7e51]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.3% (1059 of 1088 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=0f9a5cb5 [0f9a5cb5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.3% (1059 of 1088 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=994025a3 [994025a3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.3% (1059 of 1088 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=812902b7 [812902b7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=2ddec8ee [2ddec8ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.3% (1059 of 1088 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=6ee217d4 [6ee217d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.2% (29 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=84b8d43e [84b8d43e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=9a5d96d5 [9a5d96d5]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=9beef848 [9beef848]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.3% (1059 of 1088 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=adc41d0e [adc41d0e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=43b3df95 [43b3df95]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=b2480185 [b2480185]] Fix functionality broken by commit a956e3e&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=f060f38e [f060f38e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=fa847ef4 [fa847ef4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=a956e3e8 [a956e3e8]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tellico ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=4395fe8c [4395fe8c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=fb3e3b16 [fb3e3b16]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1113 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=c5aed387 [c5aed387]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1113 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=292c365c [292c365c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1113 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=9232c032 [9232c032]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=dae674d5 [dae674d5]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=01caa644 [01caa644]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=ea7a8ffa [ea7a8ffa]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=10996a19 [10996a19]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=252be932 [252be932]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.5% (1108 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=f73799c2 [f73799c2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=30d2f3d2 [30d2f3d2]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 74.2% (826 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=997c050d [997c050d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=0a00263f [0a00263f]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
= applications/settings =&lt;br /&gt;
== kdpkg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=cb58e194 [cb58e194]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=661f6bd5 [661f6bd5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=d511dac5 [d511dac5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=9fd19b31 [9fd19b31]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=0b1cdae4 [0b1cdae4]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (33 of 33 strings)&amp;lt;br/&amp;gt;Translation: applications/kdpkg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=b78fc64d [b78fc64d]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=ac5f45ed [ac5f45ed]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=e5d56b2b [e5d56b2b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kdpkg - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=52160b83 [52160b83]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=1ec33520 [1ec33520]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=1f5bed1a [1f5bed1a]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=752317fb [752317fb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=c178f4e3 [c178f4e3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 93.1% (27 of 29 strings)&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=7afa4047 [7afa4047]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=3107e30a [3107e30a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=4277d12f [4277d12f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/&lt;br /&gt;
&lt;br /&gt;
== kima ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=ec0bd192 [ec0bd192]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kima - kima.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kima-kimadesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=72f70a32 [72f70a32]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kima - kima.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kima-kimadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=59a7eecd [59a7eecd]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kiosktool ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=8fe64bb0 [8fe64bb0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kiosktool - kiosktool.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kiosktool-kiosktooldesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=fe1ef0db [fe1ef0db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kiosktool - kiosktool.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kiosktool-kiosktooldesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=e30e1b38 [e30e1b38]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=f585e458 [f585e458]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kiosktool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kiosktool/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=6d1e1f26 [6d1e1f26]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (238 of 238 strings)&amp;lt;br/&amp;gt;Translation: applications/kiosktool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kiosktool/ru/&lt;br /&gt;
&lt;br /&gt;
== kkbswitch ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=16272b3d [16272b3d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=dd9aa434 [dd9aa434]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=c81744ba [c81744ba]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=513141a1 [513141a1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.9% (53 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=d7365e67 [d7365e67]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch - kkbswitch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch-kkbswitchdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=59d15769 [59d15769]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=f14c6e5f [f14c6e5f]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=c36d0446 [c36d0446]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch - kkbswitch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch-kkbswitchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=d7b89dac [d7b89dac]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=586412b8 [586412b8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 96.4% (55 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=8978515d [8978515d]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=29e2187e [29e2187e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=4f10d322 [4f10d322]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=2f27dd99 [2f27dd99]] Added global shortcuts for switching to previous/next group&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/kkbswitch/issues/6 #6]&lt;br /&gt;
&lt;br /&gt;
== klcddimmer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=10b9f399 [10b9f399]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 66.6% (2 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/klcddimmer - klcddimmer.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer-klcddimmerdesktop/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=4c074e14 [4c074e14]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/klcddimmer - klcddimmer.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer-klcddimmerdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=739e6b63 [739e6b63]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/klcddimmer - klcddimmer.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer-klcddimmerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=c552505d [c552505d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/klcddimmer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer/&lt;br /&gt;
&lt;br /&gt;
== tde-systemsettings ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-systemsettings/commit/?id=8badc00a [8badc00a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-systemsettings - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-systemsettings-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-systemsettings/commit/?id=68f1f0e8 [68f1f0e8]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-systemsettings - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-systemsettings-desktop-files/pt_BR/&lt;br /&gt;
&lt;br /&gt;
== tdenetworkmanager ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=1585c265 [1585c265]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=55e4cb6c [55e4cb6c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=7d7ea84b [7d7ea84b]] Translated using Weblate (German)&amp;lt;br/&amp;gt;Currently translated at 85.0% (17 of 20 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager-events/de/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=4d63f15b [4d63f15b]] Translated using Weblate (German)&amp;lt;br/&amp;gt;Currently translated at 44.4% (4 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager-desktop-files/de/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=844977ab [844977ab]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=4df2908f [4df2908f]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=726b7a12 [726b7a12]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 69.9% (198 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=b886f5e1 [b886f5e1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 68.5% (194 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=aed561a0 [aed561a0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 56.5% (160 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=0f339629 [0f339629]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 56.5% (160 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=0b25fec3 [0b25fec3]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (283 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=61ae35a3 [61ae35a3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=5df4ed11 [5df4ed11]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 56.5% (160 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=c95d4f33 [c95d4f33]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=f6f35912 [f6f35912]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=92a7c996 [92a7c996]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager-events/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=8883a11e [8883a11e]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=f781e430 [f781e430]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 56.5% (160 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=6bd64d20 [6bd64d20]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 54.4% (154 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
&lt;br /&gt;
== tdesudo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesudo/commit/?id=ccf9891b [ccf9891b]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 10.7% (3 of 28 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesudo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesudo/pt/&lt;br /&gt;
&lt;br /&gt;
== wlassistant ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/wlassistant/commit/?id=9fb9997c [9fb9997c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/wlassistant - wlassistant.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/wlassistant-wlassistantdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/wlassistant/commit/?id=3e7e7008 [3e7e7008]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/wlassistant - wlassistant.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/wlassistant-wlassistantdesktop/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/system =&lt;br /&gt;
== dolphin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=72283ac2 [72283ac2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=e254119c [e254119c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=43564578 [43564578]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (64 of 64 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=cd90f060 [cd90f060]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (64 of 64 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=76e013bb [76e013bb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=0d9a7db1 [0d9a7db1]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=b6e4e387 [b6e4e387]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=66caccf8 [66caccf8]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (174 of 174 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=3738023e [3738023e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=587e9c20 [587e9c20]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (174 of 174 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=7c83a8a9 [7c83a8a9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (174 of 174 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=5ad5f3b3 [5ad5f3b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (174 of 174 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=935eb49d [935eb49d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (174 of 174 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=c5ebee1a [c5ebee1a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=b6a6add7 [b6a6add7]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=d6981f86 [d6981f86]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=88bffef8 [88bffef8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=50bf6ece [50bf6ece]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=df0f2634 [df0f2634]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 87.3% (55 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=128fc6c0 [128fc6c0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=4177bfeb [4177bfeb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=31e79818 [31e79818]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=614887eb [614887eb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=dfc034e5 [dfc034e5]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== katapult ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=8d4c6c83 [8d4c6c83]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/katapult - katapult.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/katapult-katapultdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=a9722a2a [a9722a2a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/katapult&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/katapult/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=7bd864eb [7bd864eb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/katapult - displays&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/katapult-displays/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=5ba23c85 [5ba23c85]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 61.7% (55 of 89 strings)&amp;lt;br/&amp;gt;Translation: applications/katapult&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/katapult/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=b427732a [b427732a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: applications/katapult - displays&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/katapult-displays/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=a2ce4f73 [a2ce4f73]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=90483ac4 [90483ac4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/katapult - katapult.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/katapult-katapultdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=2c620ea8 [2c620ea8]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=4b5ae0ee [4b5ae0ee]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (89 of 89 strings)&amp;lt;br/&amp;gt;Translation: applications/katapult&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/katapult/pt_BR/&lt;br /&gt;
&lt;br /&gt;
== kbfx ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=3e72387f [3e72387f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbfx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbfx/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=8728a71b [8728a71b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbfx - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbfx-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=83dfb156 [83dfb156]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: applications/kbfx - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbfx-desktop-files/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=f445316b [f445316b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: applications/kbfx - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbfx-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=ea95d7dd [ea95d7dd]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=a83a9d10 [a83a9d10]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=7df544d7 [7df544d7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbfx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbfx/&lt;br /&gt;
&lt;br /&gt;
== kcmautostart ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=a23288b9 [a23288b9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=8d01d21a [8d01d21a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart - autostart.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart-autostartdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=2f2f211d [2f2f211d]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=43c28f45 [43c28f45]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=b5fa6c20 [b5fa6c20]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart - autostart.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart-autostartdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=93aa3c87 [93aa3c87]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=639e1972 [639e1972]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=e156d8d7 [e156d8d7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=a34114dc [a34114dc]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=e32b5599 [e32b5599]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/&lt;br /&gt;
&lt;br /&gt;
== kdbusnotification ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=113bd474 [113bd474]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdbusnotification&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbusnotification/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=e70fca00 [e70fca00]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdbusnotification - autostart.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbusnotification-autostartdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=1a641393 [1a641393]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/kdbusnotification&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbusnotification/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=b412e198 [b412e198]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=b0df4a69 [b0df4a69]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kdbusnotification - autostart.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbusnotification-autostartdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=15f5616c [15f5616c]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== klamav ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=8106c138 [8106c138]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/klamav&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klamav/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=15c9978b [15c9978b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/klamav - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klamav-events/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=e0a69957 [e0a69957]] Adapt to latest tqt3 version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=29631587 [29631587]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: applications/klamav - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klamav-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=478aa390 [478aa390]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 64.4% (286 of 444 strings)&amp;lt;br/&amp;gt;Translation: applications/klamav&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klamav/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=9a617c2a [9a617c2a]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=d11bc9be [d11bc9be]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 64.1% (285 of 444 strings)&amp;lt;br/&amp;gt;Translation: applications/klamav&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klamav/ru/&lt;br /&gt;
&lt;br /&gt;
== knemo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=cd1aedc2 [cd1aedc2]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=e7fb48e5 [e7fb48e5]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (85 of 85 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=9e04f998 [9e04f998]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knemo - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=3772679a [3772679a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knemo - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-events/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=232699e6 [232699e6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knemo - kcm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-kcm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=16c52455 [16c52455]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knemo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=8e390170 [8e390170]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=73908043 [73908043]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo - kcm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-kcm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=d1925e58 [d1925e58]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (85 of 85 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=6132bf8e [6132bf8e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== knetload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=ba2626b3 [ba2626b3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knetload - knetload.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetload-knetloaddesktop/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=c52c618e [c52c618e]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=7b25c61d [7b25c61d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knetload - knetload.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetload-knetloaddesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=ad81a141 [ad81a141]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knetload - knetload.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetload-knetloaddesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== knetstats ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=aa6e1e8f [aa6e1e8f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knetstats&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetstats/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=d0767208 [d0767208]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knetstats - knetstats.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetstats-knetstatsdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=cde57e3a [cde57e3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (53 of 53 strings)&amp;lt;br/&amp;gt;Translation: applications/knetstats&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetstats/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=f59f6f15 [f59f6f15]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/knetstats - knetstats.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetstats-knetstatsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=26523e70 [26523e70]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=fca6b8e0 [fca6b8e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (53 of 53 strings)&amp;lt;br/&amp;gt;Translation: applications/knetstats&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetstats/ru/&lt;br /&gt;
&lt;br /&gt;
== kooldock ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kooldock/commit/?id=ff9bf31f [ff9bf31f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kooldock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kooldock/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kooldock/commit/?id=793cfe34 [793cfe34]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: applications/kooldock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kooldock/it/&lt;br /&gt;
&lt;br /&gt;
== krusader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=e2d53a0d [e2d53a0d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=6c4bd80f [6c4bd80f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krusader - tdeio-virt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader-tdeio-virt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=a2f22cc2 [a2f22cc2]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader - tdeio-virt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader-tdeio-virt/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=75b4861b [75b4861b]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=ebe33485 [ebe33485]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 89.0% (1246 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=9c7ecae7 [9c7ecae7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 89.0% (1246 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=48d80382 [48d80382]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1399 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=0a303a08 [0a303a08]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader - tdeio-virt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader-tdeio-virt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=b530f6f6 [b530f6f6]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=7e975b56 [7e975b56]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 89.0% (1246 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=6dcff4b8 [6dcff4b8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=36ae80d0 [36ae80d0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=3ce92a8b [3ce92a8b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 89.0% (1246 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=c3898db6 [c3898db6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=b55a9aa0 [b55a9aa0]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1399 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=a6d7af8f [a6d7af8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 89.0% (1246 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=1107ba66 [1107ba66]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=60b198a9 [60b198a9]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1399 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/uk/&lt;br /&gt;
&lt;br /&gt;
== kshutdown ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=517db2b0 [517db2b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kshutdown - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-events/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=c77cf0fd [c77cf0fd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kshutdown&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=3f542449 [3f542449]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 33.3% (59 of 177 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=73705ae9 [73705ae9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kshutdown&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=9c887493 [9c887493]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=88cbe7eb [88cbe7eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 32.7% (58 of 177 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=7f2b77af [7f2b77af]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=6de6914a [6de6914a]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=294c6c37 [294c6c37]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=5153b71e [5153b71e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kshutdown - kshutdown.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-kshutdowndesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=757c58ab [757c58ab]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=0cb0eeb3 [0cb0eeb3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown - kshutdown.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-kshutdowndesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=6c6e8bb5 [6c6e8bb5]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown - kshutdown.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-kshutdowndesktop/nl/&lt;br /&gt;
&lt;br /&gt;
== ksystemlog ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=23688ec3 [23688ec3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/ksystemlog - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksystemlog-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=e8c74ab9 [e8c74ab9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/ksystemlog - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksystemlog-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=f878a025 [f878a025]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=cf0f1b44 [cf0f1b44]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/ksystemlog&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksystemlog/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=27e255d7 [27e255d7]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kvkbd ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=905c6b97 [905c6b97]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvkbd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvkbd/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=039b5a52 [039b5a52]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvkbd - kvkbd.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvkbd-kvkbddesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=db433118 [db433118]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: applications/kvkbd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvkbd/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=f89110ef [f89110ef]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=570028de [570028de]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kvkbd - kvkbd.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvkbd-kvkbddesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=3a15b392 [3a15b392]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=02fef088 [02fef088]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== polkit-agent-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=edfd83c3 [edfd83c3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=9ca3ac2e [9ca3ac2e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde - polkit-agent-tde.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde-polkit-agent-tdedesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=7ef2e01a [7ef2e01a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde - polkit-agent-tde.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde-polkit-agent-tdedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=4bc2685c [4bc2685c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=394ba86f [394ba86f]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=d0ff02a7 [d0ff02a7]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=774e540b [774e540b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=fe3d3837 [fe3d3837]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=81f288bf [81f288bf]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/zh_Hant/&lt;br /&gt;
&lt;br /&gt;
== tastymenu ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=c36fcdf2 [c36fcdf2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tastymenu - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tastymenu-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=a3a01143 [a3a01143]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tastymenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tastymenu/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=97ebaf91 [97ebaf91]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (146 of 146 strings)&amp;lt;br/&amp;gt;Translation: applications/tastymenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tastymenu/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=2307db6a [2307db6a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (146 of 146 strings)&amp;lt;br/&amp;gt;Translation: applications/tastymenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tastymenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=425d4d88 [425d4d88]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/tastymenu - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tastymenu-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=97b927a5 [97b927a5]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdebluez ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=947dacb8 [947dacb8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=66ebc1fa [66ebc1fa]] Translated using Weblate (German)&amp;lt;br/&amp;gt;Currently translated at 78.1% (25 of 32 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/de/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=17819966 [17819966]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=f25c4521 [f25c4521]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-events/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=01f504fe [01f504fe]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=fce0091e [fce0091e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=f23e3839 [f23e3839]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=823b8121 [823b8121]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=d0311fa0 [d0311fa0]] Added translation using Weblate (Dutch)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ee1b7905 [ee1b7905]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 89.1% (239 of 268 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=14e65f81 [14e65f81]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=9a895e4f [9a895e4f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=5dbd02e3 [5dbd02e3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=75e3f4ae [75e3f4ae]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=1d2fcc95 [1d2fcc95]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (266 of 266 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=9ec32992 [9ec32992]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=226cacc4 [226cacc4]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (274 of 274 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ae46115f [ae46115f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ad1894b7 [ad1894b7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=e852055d [e852055d]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tdedocker ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=2f65165d [2f65165d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdedocker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdedocker/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=0c3fe86e [0c3fe86e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdedocker - tdedocker.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdedocker-tdedockerdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=0784dd69 [0784dd69]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 39.1% (18 of 46 strings)&amp;lt;br/&amp;gt;Translation: applications/tdedocker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdedocker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=c8bd481e [c8bd481e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/tdedocker - tdedocker.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdedocker-tdedockerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=2cb5f566 [2cb5f566]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdepowersave ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=cd5e2d09 [cd5e2d09]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=bc831d84 [bc831d84]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=0a9d2078 [0a9d2078]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave-events/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=d8fff9e9 [d8fff9e9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave-events/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=f1c49fc1 [f1c49fc1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (311 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=dc69c843 [dc69c843]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (311 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=edb862bc [edb862bc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (311 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=b001f8e8 [b001f8e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 36.3% (20 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=b8b910e9 [b8b910e9]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=aaf6cc18 [aaf6cc18]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=8a0925b0 [8a0925b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave-events/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=9b7728c1 [9b7728c1]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (311 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=96ba1bf7 [96ba1bf7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 36.3% (20 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=1e735aeb [1e735aeb]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (311 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=f39d5cd2 [f39d5cd2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=c1d1a446 [c1d1a446]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=70666ec3 [70666ec3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=c2676876 [c2676876]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.2% (290 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=5242ce6d [5242ce6d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=678ecbe9 [678ecbe9]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tdesshaskpass ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=a6f6c11a [a6f6c11a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdesshaskpass&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesshaskpass/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=77270a90 [77270a90]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 71.4% (5 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesshaskpass&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesshaskpass/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=a9f78c9a [a9f78c9a]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=b193e3f5 [b193e3f5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdesshaskpass&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesshaskpass/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=7a7a240e [7a7a240e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesshaskpass&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesshaskpass/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=b0aaaa03 [b0aaaa03]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== yakuake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=6b37aed5 [6b37aed5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/yakuake - yakuake.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake-yakuakedesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=80742a30 [80742a30]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/yakuake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=ffd5e73e [ffd5e73e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/yakuake - yakuake.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake-yakuakedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=cf3dbd06 [cf3dbd06]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (98 of 98 strings)&amp;lt;br/&amp;gt;Translation: applications/yakuake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=4adafb6f [4adafb6f]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=73cd9e3b [73cd9e3b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/yakuake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=4d40f6d0 [4d40f6d0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.9% (94 of 98 strings)&amp;lt;br/&amp;gt;Translation: applications/yakuake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/tdeio =&lt;br /&gt;
== tdeio-appinfo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=aa851612 [aa851612]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdeio-appinfo - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-appinfo-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=88509310 [88509310]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdeio-appinfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-appinfo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=61b023d5 [61b023d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-appinfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-appinfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=6b18c8aa [6b18c8aa]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=4a1957d9 [4a1957d9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-appinfo - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-appinfo-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=259bb403 [259bb403]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeio-apt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=fe3e56ed [fe3e56ed]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdeio-apt - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-apt-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=154d4926 [154d4926]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-apt - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-apt-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=9bd15ca6 [9bd15ca6]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeio-ftps ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-ftps/commit/?id=8ac1f636 [8ac1f636]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdeio-ftps&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-ftps/&lt;br /&gt;
&lt;br /&gt;
== tdeio-gopher ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-gopher/commit/?id=5e968032 [5e968032]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdeio-gopher&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-gopher/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-gopher/commit/?id=dfc20d5b [dfc20d5b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-gopher&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-gopher/ru/&lt;br /&gt;
&lt;br /&gt;
== tdeio-locate ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=17202411 [17202411]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdeio-locate - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-locate-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=888a6158 [888a6158]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-locate - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-locate-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=94acdb2d [94acdb2d]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeio-sword ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=bbf5f2b3 [bbf5f2b3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdeio-sword - sword.protocol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-sword-swordprotocol/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=a1851f5d [a1851f5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-sword - sword.protocol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-sword-swordprotocol/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=6d75ce24 [6d75ce24]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeio-umountwrapper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=47882f3b [47882f3b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdeio-umountwrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-umountwrapper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=1dba5db6 [1dba5db6]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-umountwrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-umountwrapper/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=2ce87fe6 [2ce87fe6]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=c48a81c6 [c48a81c6]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 57.1% (4 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-umountwrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-umountwrapper/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=dfbe223a [dfbe223a]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=11dcb3f5 [11dcb3f5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdeio-umountwrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-umountwrapper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=e3173ff2 [e3173ff2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-umountwrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-umountwrapper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=c37ba2dc [c37ba2dc]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
= applications/themes =&lt;br /&gt;
== gtk-qt-engine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=209a3c39 [209a3c39]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=df12e773 [df12e773]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=d0d226cf [d0d226cf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=2178adeb [2178adeb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=90c79e65 [90c79e65]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=df701883 [df701883]] Added translation using Weblate (Chinese (Simplified))&lt;br /&gt;
&lt;br /&gt;
== kgtk-qt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=988c2bf7 [988c2bf7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kgtk-qt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kgtk-qt3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=59addc34 [59addc34]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/kgtk-qt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kgtk-qt3/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=bb70f2fc [bb70f2fc]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=e6da4c75 [e6da4c75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/kgtk-qt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kgtk-qt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=06bca424 [06bca424]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/kgtk-qt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kgtk-qt3/ru/&lt;br /&gt;
&lt;br /&gt;
== ksplash-engine-moodin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=9afce39a [9afce39a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/ksplash-engine-moodin - ksplashmoodin.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksplash-engine-moodin-ksplashmoodindesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=4de4d344 [4de4d344]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/ksplash-engine-moodin - themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksplash-engine-moodin-themes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=d25565ef [d25565ef]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/ksplash-engine-moodin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksplash-engine-moodin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=c10854bc [c10854bc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: applications/ksplash-engine-moodin - themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksplash-engine-moodin-themes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=ba3e4d83 [ba3e4d83]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=a6618f45 [a6618f45]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/ksplash-engine-moodin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksplash-engine-moodin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=5f1d24be [5f1d24be]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=80fd36cc [80fd36cc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/ksplash-engine-moodin - ksplashmoodin.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksplash-engine-moodin-ksplashmoodindesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=c5ea48d7 [c5ea48d7]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tde-style-baghira ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=2979361b [2979361b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - bab&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-bab/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=34702a62 [34702a62]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - kmenuapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-kmenuapplet/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=8a772b5d [8a772b5d]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 14.2% (2 of 14 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-desktop-files/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=6081cb0d [6081cb0d]] Added translation using Weblate (Portuguese)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=d05bfa7a [d05bfa7a]] Translated using Weblate (German)&amp;lt;br/&amp;gt;Currently translated at 14.2% (2 of 14 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-desktop-files/de/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=2848e644 [2848e644]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 7.1% (1 of 14 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-desktop-files/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=85366bc0 [85366bc0]] Added translation using Weblate (Portuguese (Brazil))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=130a09fe [130a09fe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - bab&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-bab/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=a41cd05c [a41cd05c]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=2bfddb37 [2bfddb37]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - kmenuapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-kmenuapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=24c94460 [24c94460]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=bb43a575 [bb43a575]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - sessionapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-sessionapplet/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=738600de [738600de]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - starter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-starter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=54a306f5 [54a306f5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=4a3bbfa4 [4a3bbfa4]] Rename library twin3_baghira -&amp;amp;gt; twin_baghira&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=fc8b3dd4 [fc8b3dd4]] Fix functionality broken by commit 66813ef&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=66813efe [66813efe]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tde-style-domino ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=2cc7d2d1 [2cc7d2d1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-domino - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-domino-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=515a3c18 [515a3c18]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-domino - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-domino-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=bc0d220b [bc0d220b]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=7ea023ba [7ea023ba]] Rename library twin3_domino -&amp;amp;gt; twin_domino&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== tde-style-ia-ora ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=35f049b7 [35f049b7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-ia-ora - twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-ia-ora-twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=c6b18455 [c6b18455]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-ia-ora - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-ia-ora-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=9e5afc6b [9e5afc6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-ia-ora - twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-ia-ora-twin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=5bbd8ebf [5bbd8ebf]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=70d8e947 [70d8e947]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-ia-ora - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-ia-ora-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=5e7e1797 [5e7e1797]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=25c19604 [25c19604]] Rename library twin3_iaora -&amp;amp;gt; twin_iaora&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== tde-style-lipstik ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=dc269473 [dc269473]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-lipstik - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-lipstik-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=39c758d5 [39c758d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-lipstik - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-lipstik-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=e0338512 [e0338512]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tde-style-qtcurve ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=4eb564cd [4eb564cd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-qtcurve - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-qtcurve-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=50b1ed09 [50b1ed09]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-qtcurve - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-qtcurve-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=bd4c7eff [bd4c7eff]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=b069a35c [b069a35c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-qtcurve - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-qtcurve-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=27e23c10 [27e23c10]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdmtheme ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=217a1259 [217a1259]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdmtheme - tdmtheme.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdmtheme-tdmthemedesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=40c3be67 [40c3be67]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/tdmtheme - tdmtheme.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdmtheme-tdmthemedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=422b7c29 [422b7c29]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=be80cbfd [be80cbfd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdmtheme&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdmtheme/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=33f7baf1 [33f7baf1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: applications/tdmtheme&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdmtheme/ru/&lt;br /&gt;
&lt;br /&gt;
== twin-style-crystal ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=6ab69486 [6ab69486]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/twin-style-crystal - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-crystal-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=74a99abb [74a99abb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/twin-style-crystal - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-crystal-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=ef365451 [ef365451]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=d9afc78c [d9afc78c]] Rename library twin3_crystal -&amp;amp;gt; twin_crystal&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-dekorator ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=3a56d8a8 [3a56d8a8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/twin-style-dekorator - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-dekorator-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=c2065d4f [c2065d4f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/twin-style-dekorator - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-dekorator-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=92d4ca9f [92d4ca9f]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=c67f6084 [c67f6084]] Rename library twin3_deKorator -&amp;amp;gt; twin_deKorator&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-machbunt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=20f2a3cd [20f2a3cd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/twin-style-machbunt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-machbunt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=be043da8 [be043da8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/twin-style-machbunt - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-machbunt-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=f58ac171 [f58ac171]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/twin-style-machbunt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-machbunt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=7a99524e [7a99524e]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=330d2a97 [330d2a97]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/twin-style-machbunt - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-machbunt-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=af060376 [af060376]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=81c7c4d0 [81c7c4d0]] Rename library twin3_MachBunt to twin_MachBunt&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-suse2 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=172925c1 [172925c1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/twin-style-suse2 - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-suse2-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=9f9b3c89 [9f9b3c89]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/twin-style-suse2&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-suse2/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=e0d3d7ab [e0d3d7ab]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 78.4% (51 of 65 strings)&amp;lt;br/&amp;gt;Translation: applications/twin-style-suse2&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-suse2/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=db79df35 [db79df35]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/twin-style-suse2 - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-suse2-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=358a0175 [358a0175]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=6cdb0cbb [6cdb0cbb]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (65 of 65 strings)&amp;lt;br/&amp;gt;Translation: applications/twin-style-suse2&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-suse2/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=9b5c2e1e [9b5c2e1e]] Rename library twin3_SUSE2 -&amp;amp;gt; twin_SUSE&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
= applications/utilities =&lt;br /&gt;
== abakus ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=9ace50d1 [9ace50d1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/abakus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=467ef6c1 [467ef6c1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (49 of 49 strings)&amp;lt;br/&amp;gt;Translation: applications/abakus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=e1762b36 [e1762b36]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=b277c7ae [b277c7ae]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/abakus - abakus.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus-abakusdesktop/bg/&lt;br /&gt;
&lt;br /&gt;
== filelight ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=6676268d [6676268d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=8066004a [8066004a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=9fd8fe68 [9fd8fe68]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (77 of 77 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=aa06806b [aa06806b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=28349b70 [28349b70]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=7cc11b7f [7cc11b7f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=629295b3 [629295b3]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=33098270 [33098270]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (77 of 77 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/uk/&lt;br /&gt;
&lt;br /&gt;
== kbarcode ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=6485e027 [6485e027]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.8% (593 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=4df954b0 [4df954b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=877e33b5 [877e33b5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=5215d91d [5215d91d]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 1.1% (7 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=ef957b79 [ef957b79]] Added translation using Weblate (Portuguese)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=cee8d8dc [cee8d8dc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 31.3% (186 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=e7336ab9 [e7336ab9]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=2f5aa189 [2f5aa189]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.1% (589 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=6c31a9ec [6c31a9ec]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=7f9e4e65 [7f9e4e65]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.9% (582 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=f6c05921 [f6c05921]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 74.5% (443 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=371ce27c [371ce27c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=7bd51d72 [7bd51d72]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=6ca861bd [6ca861bd]] Fix functionality broken by commit fc06df3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=fc06df33 [fc06df33]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== kchmviewer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=70035baa [70035baa]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kchmviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kchmviewer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=98cc5c5b [98cc5c5b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 80.6% (117 of 145 strings)&amp;lt;br/&amp;gt;Translation: applications/kchmviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kchmviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=c840a753 [c840a753]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 80.6% (117 of 145 strings)&amp;lt;br/&amp;gt;Translation: applications/kchmviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kchmviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=7b5e8574 [7b5e8574]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kchmviewer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kchmviewer-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=78502278 [78502278]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kchmviewer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kchmviewer-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== kcpuload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=8b0472e7 [8b0472e7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=65f9b95b [65f9b95b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcpuload - kcpuload.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload-kcpuloaddesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=276df6b7 [276df6b7]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=886ad23f [886ad23f]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=14c73c4b [14c73c4b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kcpuload - kcpuload.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload-kcpuloaddesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=824e509b [824e509b]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=0c199bf6 [0c199bf6]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=b49178b0 [b49178b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=8ae8e9f8 [8ae8e9f8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 94.8% (37 of 39 strings)&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=7a450d31 [7a450d31]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=d9952f82 [d9952f82]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/&lt;br /&gt;
&lt;br /&gt;
== kdirstat ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=b1806af7 [b1806af7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdirstat - kdirstat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdirstat-kdirstatdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=9ee7ad73 [9ee7ad73]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdirstat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdirstat/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=d08890b0 [d08890b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kdirstat - kdirstat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdirstat-kdirstatdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=d0eed693 [d0eed693]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (249 of 249 strings)&amp;lt;br/&amp;gt;Translation: applications/kdirstat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdirstat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=cc9f1809 [cc9f1809]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=89804e56 [89804e56]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 47.3% (118 of 249 strings)&amp;lt;br/&amp;gt;Translation: applications/kdirstat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdirstat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=71311fff [71311fff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 42.1% (105 of 249 strings)&amp;lt;br/&amp;gt;Translation: applications/kdirstat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdirstat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=a958f1f3 [a958f1f3]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== keep ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=3fbf5959 [3fbf5959]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/keep&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/keep/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=3ae2fe56 [3ae2fe56]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/keep - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/keep-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=769aafda [769aafda]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: applications/keep&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/keep/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=1a76670f [1a76670f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/keep - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/keep-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=c08474b2 [c08474b2]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=04ecada5 [04ecada5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 84.5% (93 of 110 strings)&amp;lt;br/&amp;gt;Translation: applications/keep&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/keep/ru/&lt;br /&gt;
&lt;br /&gt;
== knutclient ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=0b5c2f34 [0b5c2f34]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knutclient - knutclient.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient-knutclientdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=5f03df41 [5f03df41]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knutclient - knutclient.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient-knutclientdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=0beb63be [0beb63be]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=dfa5f3fa [dfa5f3fa]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knutclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=466ddc1b [466ddc1b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (203 of 203 strings)&amp;lt;br/&amp;gt;Translation: applications/knutclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient/uk/&lt;br /&gt;
&lt;br /&gt;
== kompose ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=ec67407f [ec67407f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kompose - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kompose-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=00e245dc [00e245dc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kompose - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kompose-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=748e68f2 [748e68f2]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== krename ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=1039e1e5 [1039e1e5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krename&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krename/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=8f56e896 [8f56e896]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (330 of 330 strings)&amp;lt;br/&amp;gt;Translation: applications/krename&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krename/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=28d102bd [28d102bd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krename - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krename-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=b4e78648 [b4e78648]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/krename - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krename-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=7740aa8e [7740aa8e]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== ksensors ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=25e49533 [25e49533]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/ksensors - ksensors.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksensors-ksensorsdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=f4d3000d [f4d3000d]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (98 of 98 strings)&amp;lt;br/&amp;gt;Translation: applications/ksensors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksensors/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=2a8c9caa [2a8c9caa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/ksensors - ksensors.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksensors-ksensorsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=2f3812ef [2f3812ef]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== qalculate-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=83e6d6a4 [83e6d6a4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=00321718 [00321718]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (594 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=3fca4e9e [3fca4e9e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=2a0fc1a4 [2a0fc1a4]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=744ac88e [744ac88e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=6baf1704 [6baf1704]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.4% (593 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=accfbbbf [accfbbbf]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=34b3365e [34b3365e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=933d4190 [933d4190]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=68aa9b3b [68aa9b3b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (596 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=96280709 [96280709]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 75.0% (447 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=09de128a [09de128a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 70.6% (421 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=c714c687 [c714c687]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 60.7% (362 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=1c102209 [1c102209]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 42.4% (253 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=06249035 [06249035]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
= packaging =&lt;br /&gt;
== packaging ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=03be3ca8 [03be3ca8]] DEB tqtinterface: remove tmoc from .deb package&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=807fa03e [807fa03e]] DEB tqt3: adapt to tqmoc&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=752f1174 [752f1174]] DEB tqt3: remove nsplugin header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=8698e680 [8698e680]] RPM: re-add dependency to gcc-c++ (with condition)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=1144adb7 [1144adb7]] Add clang compile support&amp;lt;br/&amp;gt;- Add check for installed compiler, remove BuildRequires&amp;lt;br/&amp;gt;- Add platform option for clang when the default symlink resolves to it&amp;lt;br/&amp;gt;- Add OpenMandriva specific checks for required files removed during&amp;lt;br/&amp;gt;  packaging&amp;lt;br/&amp;gt;- Comment missing docs, install, and headers during packaging process&amp;lt;br/&amp;gt;- Increment version number to latest stable release&amp;lt;br/&amp;gt;- Replace symlink for build-examples with the actual file, install dereferences&amp;lt;br/&amp;gt;- Add missing translation file for &amp;quot;tr&amp;quot;&amp;lt;br/&amp;gt;- Fix lib prefixes for dependencies needed in MDK/OMV for 64 bit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=3117a031 [3117a031]] DEB pytqt: adjust to current tqt3 version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=53b4c4b9 [53b4c4b9]] DEB tqt3: switch remaining ntq[s-z]* header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=810ea216 [810ea216]] DEB tqt3: switch remaining ntq[m-r]* header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=97f7238e [97f7238e]] DEB tqt3: switch remaining ntq[i-l]* header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=8626a06e [8626a06e]] DEB tqt3: switch remaining ntq[d-h]* header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=5e27280f [5e27280f]] DEB tqt3: switch remaining ntq[a-c]* header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=85c8c1c1 [85c8c1c1]] DEB tqt3: remove obsolete tqabstractlayout.h header&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=7ac72cfb [7ac72cfb]] DEB tqt3: switch global classes tq* widget files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=d4bdda71 [d4bdda71]] DEB tqt3: switch style related tq* widget files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=d5fc881b [d5fc881b]] DEB tqt3: switch tq* layout files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=a6c0eeef [a6c0eeef]] DEB tqt3: switch more tq* widget files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=de716d15 [de716d15]] DEB tqt3: switch to tq* basic widget files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=a7e8d524 [a7e8d524]] DEB tqt3: switch to tq* environment class files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=17e7ce1f [17e7ce1f]] DEB tqt3: switch to tq* text class files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=b2b7389f [b2b7389f]] DEB tqt3: switch to tq* graphics class files (part 2)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=8044a43b [8044a43b]] DEB tqt3: switch to tq* graphics class files (part 1)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=2d8ee89b [2d8ee89b]] DEB tqt3: switch to tq* IO and network header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=46551b1f [46551b1f]] DEB tqt3: switch to tq* utility class files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=0cf4c136 [0cf4c136]] DEB tqt3: switch to tq* dran-n-drop files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f3fe3921 [f3fe3921]] DEB tqt3: switch to tq* main window files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=c62bc8c3 [c62bc8c3]] DEB tqt3: switch to tq* codec files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=40dc8410 [40dc8410]] DEB tqt3: switch to tq* threading files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=11fcd3e7 [11fcd3e7]] DEB tqt3: switch to tq* date and time files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=355bec7d [355bec7d]] DEB tqt3: remove Qt/embedded related files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=787c105f [787c105f]] RPM: more updates for mageia/openmandriva BuildRequires&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=ac47c91c [ac47c91c]] RPM: synchronize redhat directory with r14.1.x branch&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=1488354e [1488354e]] DEB tqt3: switch to tq* style files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=1141dba2 [1141dba2]] DEB tqt3: switch to tq* icon files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=ba843920 [ba843920]] DEB tqt3: switch to tq* text files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=85a0b800 [85a0b800]] DEB tqt3: switch to tq* str files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=dd776b9f [dd776b9f]] DEB tqt3: switch to tq* image files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=18e9eea2 [18e9eea2]] DEB tqt3: switch to tq* ptr files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=cd2dd4e9 [cd2dd4e9]] DEB tqt3: switch to tq* template library files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=6839f2be [6839f2be]] DEB tqt3: switch to tqwidget* files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=82ceb95a [82ceb95a]] DEB tqt3: switch to tq* canvas related files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=53704653 [53704653]] DEB tqt3: switch to tq* dom and xml related files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=30405ac3 [30405ac3]] DEB tqt3: switch to tq* sql related files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=2f4b0256 [2f4b0256]] DilOS tqt3: add input context header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=d0a9c398 [d0a9c398]] DEB tqt3: switch to tqobject* files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=598468a9 [598468a9]] DEB tqt3: move tqt.h from tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=ef8e0bd1 [ef8e0bd1]] DEB build scripts: updated after testing on Devuan Chimaera&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=70a0160c [70a0160c]] DEB tdebindings: remove dependency on libtqt3-compat-headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=fb212c9e [fb212c9e]] DEB tqt3: drop compat files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=a4869e73 [a4869e73]] DEB tdebase twin: adjusted after renaming client libraries from twin3_* to twin_*. This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=7b064a10 [7b064a10]] DEB tqt3: adjusted after removing Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f7be243e [f7be243e]] DEB buildscripts: update supported distros&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f82c8cc0 [f82c8cc0]] DEB: remove support for Debian Stretch and Ubuntu Xenial&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=4721bdc6 [4721bdc6]] DEB tqt3: remove Qt2 obsolete classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=e6b868c8 [e6b868c8]] DEB tdebase: added release notes for R14.2.x series&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=3c5c1e60 [3c5c1e60]] DEB trinity-apt-archive: Set the apt repository URL to PTB.&lt;/div&gt;</summary>
		<author><name>SlavekB</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.2.0&amp;diff=3368</id>
		<title>Changelog For R14.2.0</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.2.0&amp;diff=3368"/>
		<updated>2024-08-05T01:12:02Z</updated>

		<summary type="html">&lt;p&gt;SlavekB: Update 20240804&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= common =&lt;br /&gt;
== admin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=34c35e11 [34c35e11]] Use proper TQt headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=3c012e46 [3c012e46]] tqt-replace and uic-tqt are no longer required&lt;br /&gt;
&lt;br /&gt;
= dependencies =&lt;br /&gt;
== tde-cmake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=b2d2b467 [b2d2b467]] tqt-replace is no longer required&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=9fae6b57 [9fae6b57]] Update version to R14.2.0&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tqt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=8ef4ea45 [8ef4ea45]] Rename environment class nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=0e787fb7 [0e787fb7]] Rename text class nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=1e9fa8e0 [1e9fa8e0]] Rename graphics class nt* related files to equivalent tq* (part 2)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a30f5359 [a30f5359]] Rename graphics class nt* related files to equivalent tq* (part 1)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=25ad1267 [25ad1267]] Fix errors in qt.dcf introduced in commit 8a071b48. This relates to&amp;lt;br/&amp;gt;issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tqt3/issues/171 #171]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=252a2ec8 [252a2ec8]] Rename IO and network class nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=87d29563 [87d29563]] Rename utility class nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=628b0bb7 [628b0bb7]] Rename drag-n-drop nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=7552c6d7 [7552c6d7]] Rename main window nt* related files to equivalent tq*. The file&amp;lt;br/&amp;gt;&amp;quot;ntqsession.h&amp;quot; was totally unnecessary and has been removed.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=c113da20 [c113da20]] Rename codec nt* related files to equivalent tq*.&amp;lt;br/&amp;gt;The qrtlcodec files have been renamed into tqhebrewcodec files, for consistency with file naming used for other codecs.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=aeefd3fe [aeefd3fe]] Rename threading nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=2cbcca0d [2cbcca0d]] Rename date and time nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a09a6bc0 [a09a6bc0]] Remove documentation for QWS classes and Qt/Embedded&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=bba3e1fa [bba3e1fa]] Fix wrong documentation changes introduced in recent commits&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=8a071b48 [8a071b48]] Remove documentation about activeqt, because the latter is part of the commercial edition of Qt3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=7bc57326 [7bc57326]] Rename style nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=ccbc1c35 [ccbc1c35]] Rename icon nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=0cf411b0 [0cf411b0]] Rename text nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=e6077c30 [e6077c30]] Rename str nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=8c029298 [8c029298]] Rename image nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=0881ed50 [0881ed50]] Rename ptr nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=1f0ce853 [1f0ce853]] Rename template library nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=8ac0e970 [8ac0e970]] Rename ntqwidget* related files to equivalent tqwidget*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=68b81013 [68b81013]] Rename nt* canvas related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=1702a6da [1702a6da]] Rename nt* dom and xml related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=5fffa303 [5fffa303]] Rename nt* sql related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=04913ce7 [04913ce7]] Rename ntqobject*.h and qobject*.cpp to tqobject*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=c11c0f22 [c11c0f22]] Move tqt.h from tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=486211a7 [486211a7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=f5bf794e [f5bf794e]] Update translations binary files&amp;lt;br/&amp;gt;because they are not generated during build.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=4bcca712 [4bcca712]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (464 of 464 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=e90af998 [e90af998]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (464 of 464 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=7e24b2b6 [7e24b2b6]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (464 of 464 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=1938504e [1938504e]] Zero padding bytes in DndReceiverProp struct.&amp;lt;br/&amp;gt;This removes valgrind&amp;#039;s complains about accessing uninitialized memory.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=ee0c5d58 [ee0c5d58]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a6829398 [a6829398]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=d2122705 [d2122705]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=e0a3cab4 [e0a3cab4]] Minor adjustments to porting documentation&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=f2b3ea52 [f2b3ea52]] Drop compatibility code for TQSignal&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=fb6884ea [fb6884ea]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=2e817b4b [2e817b4b]] Remove dangled symlinks for droped compat headers.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=c3bb8881 [c3bb8881]] Drop compatibility code for TQButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=9492e618 [9492e618]] Drop compatibility code for TQThread&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=979f5621 [979f5621]] Drop compatibility code for TQLineEdit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=83991feb [83991feb]] Remove Qt4 related stuff&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=48ea22d0 [48ea22d0]] Drop compatibility code for TQToolButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b1bfbe79 [b1bfbe79]] Drop compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=bfd62a0b [bfd62a0b]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a8466ab3 [a8466ab3]] Translated using Weblate (Chinese (zh))&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3 - examples-i18n&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3-examples-i18n/zh/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=5350a724 [5350a724]] Drop TQT_NO_COMPAT code from mkspecs files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a75445b4 [a75445b4]] Drop Qt2 obsolete classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b6e9b6c6 [b6e9b6c6]] Added translation using Weblate (Turkish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=af9d6b11 [af9d6b11]] Added translation using Weblate (Turkish)&lt;br /&gt;
&lt;br /&gt;
== tqtinterface ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=2d5b7f4a [2d5b7f4a]] Remove environment class nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=d3963bf6 [d3963bf6]] Remove text class nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=9c2c71c7 [9c2c71c7]] Remove graphics class nt* related header files (part 2)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=9521d868 [9521d868]] Remove graphics class nt* related header files (part 1)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=98006ab0 [98006ab0]] Remove IO and network nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=75ac0866 [75ac0866]] Remove utility class nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=8f01e0e4 [8f01e0e4]] Remove drag-n-drop nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=4c9db014 [4c9db014]] Remove main window nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=e4f0bf1e [e4f0bf1e]] Remove codec nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=4fe48089 [4fe48089]] Remove threading nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=c05e0f3a [c05e0f3a]] Remove tqvfbhdr.h, leftover from previous commit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=4421b232 [4421b232]] Remove date and time nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=d8f36f1b [d8f36f1b]] Remove style nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=854de84e [854de84e]] Remove icon nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=c190b545 [c190b545]] Remove text nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=3c9f1a87 [3c9f1a87]] Remove str nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=d8f7d899 [d8f7d899]] Remove image nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=6d3d9814 [6d3d9814]] Remove ptr nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=febf013b [febf013b]] Remove template library nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=1f352d34 [1f352d34]] Remove tqwidget* header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=e8de6b5c [e8de6b5c]] Remove tq* canvas related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=05aba5ec [05aba5ec]] Remove tq* dom and xml related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=0cae95b2 [0cae95b2]] Remove tq* sql related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=ea34bc88 [ea34bc88]] Remove tqobject* header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=b56bc45e [b56bc45e]] Remove check for Qt3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=9231ecd6 [9231ecd6]] Move tqt.h to tqt3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=c75a4d30 [c75a4d30]] Fix FTBFS caused by commit 70b3c7d&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=70b3c7d4 [70b3c7d4]] Removed unused scripts&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=2b8afac3 [2b8afac3]] Remove tqt-replace, uic-tqt and moc-tqt tools&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=9ad01120 [9ad01120]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=4746fbba [4746fbba]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=1c79e9f8 [1c79e9f8]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
== avahi-tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/avahi-tqt/commit/?id=51f0b3f7 [51f0b3f7]] moc-tqt is no longer required&lt;br /&gt;
&lt;br /&gt;
== pytqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=aa676491 [aa676491]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=cba16275 [cba16275]] Drop compatibility code for TQThread&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=8bd235be [8bd235be]] Addons to previous commit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=28273a01 [28273a01]] Drop Qt2&amp;#039;s TQSemiModal class.&lt;br /&gt;
&lt;br /&gt;
= core =&lt;br /&gt;
== tdelibs ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=5d1bee81 [5d1bee81]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (333 of 333 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=8a70d5cd [8a70d5cd]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 0.0% (0 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/knotify - knotify.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/knotify-knotifydesktop/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=2d3173aa [2d3173aa]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 85.7% (18 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio-desktop-files/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=dc9d10b2 [dc9d10b2]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 20.0% (2 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeioslave-desktop-files/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=1da84e1f [1da84e1f]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (179 of 179 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/all languages&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/all-languages/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=d71e4896 [d71e4896]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=07dae957 [07dae957]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=df2cc312 [df2cc312]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=6ee815d4 [6ee815d4]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7715aa29 [7715aa29]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=5f597674 [5f597674]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=b997cf38 [b997cf38]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=1c2d2a35 [1c2d2a35]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=391e3157 [391e3157]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=b18a5730 [b18a5730]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=45372e27 [45372e27]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=5fc507a7 [5fc507a7]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=93e86eef [93e86eef]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=35621174 [35621174]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=85cb6cbd [85cb6cbd]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=c726740c [c726740c]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=dc9bb26c [dc9bb26c]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=79c48bca [79c48bca]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=1abd4756 [1abd4756]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=82343c63 [82343c63]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=f1b3a717 [f1b3a717]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=e38e0d20 [e38e0d20]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=88d6f964 [88d6f964]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=b02c5737 [b02c5737]] Update the extraction of translations for renamed tqxml in TQt3.&amp;lt;br/&amp;gt;This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/tqt3/issues/155 TDE/tqt3#155]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cc43ae59 [cc43ae59]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (333 of 333 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=dd5ee318 [dd5ee318]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.4% (324 of 329 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=e77d93dc [e77d93dc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=39d31bf7 [39d31bf7]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=3c503d85 [3c503d85]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=48310270 [48310270]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/knotify - knotify.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/knotify-knotifydesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=5efbce07 [5efbce07]] tdehw lib: drop definition of TDEDiskDeviceStatus::Hotpluggable&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cca633c6 [cca633c6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (179 of 179 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/all languages&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/all-languages/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=9755ecd9 [9755ecd9]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=503eb0d9 [503eb0d9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=29b84bd0 [29b84bd0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=f6627610 [f6627610]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7f7e5585 [7f7e5585]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.4% (323 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7a35fcf1 [7a35fcf1]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=f49e67f0 [f49e67f0]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=920d56d2 [920d56d2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=a7316f73 [a7316f73]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=4e0aa6d5 [4e0aa6d5]] Fix functionality broken by commit 8233b2e5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=8233b2e5 [8233b2e5]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=74cb596c [74cb596c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdemarkdown - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdemarkdown-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=29f58681 [29f58681]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (327 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=c6bc3af7 [c6bc3af7]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cdf964bb [cdf964bb]] Update version to R14.2.0&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tdebase ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=352d2ee3 [352d2ee3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb-events/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=54dda569 [54dda569]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=da5ee729 [da5ee729]] Added translation using Weblate (Czech)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=6182e327 [6182e327]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d6c81f5c [d6c81f5c]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=07782b25 [07782b25]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d0edcdc0 [d0edcdc0]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=065201c1 [065201c1]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ba458f64 [ba458f64]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c4a74517 [c4a74517]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a7f6377b [a7f6377b]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=09b4bf52 [09b4bf52]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=01a37ebe [01a37ebe]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=23e4dfc9 [23e4dfc9]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a2413540 [a2413540]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8cf1dbb7 [8cf1dbb7]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=61f5b36b [61f5b36b]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5f30621f [5f30621f]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2edb735c [2edb735c]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=581c88bb [581c88bb]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=3e7642cc [3e7642cc]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d63db6fb [d63db6fb]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=cefcd40a [cefcd40a]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=0099d96a [0099d96a]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=902bba19 [902bba19]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=813cc31e [813cc31e]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=38b517a1 [38b517a1]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=815d0e52 [815d0e52]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=14d4fe96 [14d4fe96]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=979bf732 [979bf732]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=6cf6af20 [6cf6af20]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=70013023 [70013023]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ef616793 [ef616793]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e89a8c92 [e89a8c92]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f6ef25ac [f6ef25ac]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=193c53fe [193c53fe]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1048eefc [1048eefc]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b1571209 [b1571209]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d2d552dd [d2d552dd]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=614ccad3 [614ccad3]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kpersonalizer - kpersonalizer.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kpersonalizer-kpersonalizerdesktop/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8e6e529b [8e6e529b]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplash - themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplash-themes/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=268b7ba9 [268b7ba9]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplash - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplash-desktop-files/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b026f6f0 [b026f6f0]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 99.6% (250 of 251 strings)&amp;lt;br/&amp;gt;Translation: tdebase/l10n - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/l10n-desktop-files/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f57f6dc9 [f57f6dc9]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker-desktop-files/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=dbfab40f [dbfab40f]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdm - themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdm-themes/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=114c2dbd [114c2dbd]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 98.9% (98 of 99 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdm - sessions&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdm-sessions/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=526ec427 [526ec427]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 98.0% (50 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1224ccfd [1224ccfd]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 28.5% (6 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-desktop-files/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=525f0e7a [525f0e7a]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper-desktop-files/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e7d1b507 [e7d1b507]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ab28f32e [ab28f32e]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=343f6eb8 [343f6eb8]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=748c99fa [748c99fa]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7505074f [7505074f]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5df54bca [5df54bca]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=45a33de5 [45a33de5]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1276dc7e [1276dc7e]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8497b918 [8497b918]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=6179c39f [6179c39f]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7e7f908e [7e7f908e]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 79.4% (27 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5267dbeb [5267dbeb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys - khotkeys.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-khotkeysdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5d3b7b6b [5d3b7b6b]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=915c3a95 [915c3a95]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - directories&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-directories/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=060c43a4 [060c43a4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8d823fa8 [8d823fa8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=60c0ef10 [60c0ef10]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=fb37868d [fb37868d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 73.5% (78 of 106 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2aa1caea [2aa1caea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 62.3% (283 of 454 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=eb40ec52 [eb40ec52]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8703669a [8703669a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9ce33d10 [9ce33d10]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 73.5% (78 of 106 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d0b0d5d2 [d0b0d5d2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b8f8006b [b8f8006b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=117567d0 [117567d0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 68.7% (22 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f4de2e73 [f4de2e73]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=651c743d [651c743d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - directories&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-directories/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5a8baaa0 [5a8baaa0]] Added R14.1.3 release notes draft&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=11fe84fc [11fe84fc]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=29bf0c46 [29bf0c46]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 73.5% (78 of 106 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e4de8ebc [e4de8ebc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 68.7% (22 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b36c32fc [b36c32fc]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-events/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b525cb14 [b525cb14]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 62.1% (282 of 454 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=4449d863 [4449d863]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b65f90a0 [b65f90a0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi - presets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi-presets/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c04e4905 [c04e4905]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8d642b33 [8d642b33]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=214a7434 [214a7434]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f067db30 [f067db30]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplash - themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplash-themes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=51e06d90 [51e06d90]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (35 of 35 strings)&amp;lt;br/&amp;gt;Translation: tdebase/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/wallpapers-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ccb9a31c [ccb9a31c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin clients - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-clients-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e3264169 [e3264169]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (251 of 251 strings)&amp;lt;br/&amp;gt;Translation: tdebase/l10n - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/l10n-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=de4f14d1 [de4f14d1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeprint - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeprint-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=526d59e6 [526d59e6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=81b38918 [81b38918]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 61.8% (281 of 454 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8214f3e0 [8214f3e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=517f7bee [517f7bee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f1e7be5e [f1e7be5e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 76.8% (266 of 346 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kappfinder - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kappfinder-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=55573505 [55573505]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d582a3c5 [d582a3c5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c3b71a55 [c3b71a55]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2253217b [2253217b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi - presets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi-presets/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5f5e9000 [5f5e9000]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - compat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-compat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=361361b7 [361361b7]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f9d06cee [f9d06cee]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb-events/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a5b06864 [a5b06864]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=55af1724 [55af1724]] Remove usage of TDEDiskDeviceStatus::Hotpluggable&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f093a1be [f093a1be]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdm - themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdm-themes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=21ecd990 [21ecd990]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplash - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplash-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=607f0804 [607f0804]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdehtml_plugins.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdehtml_pluginsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5f815bd0 [5f815bd0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkonq - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkonq-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8175c850 [8175c850]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksysguard - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksysguard-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7c8d600d [7c8d600d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=3faa7b1b [3faa7b1b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kate - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kate-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f6fb0d91 [f6fb0d91]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 61.8% (281 of 454 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=70af14e2 [70af14e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 48.5% (168 of 346 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kappfinder - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kappfinder-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=035c2698 [035c2698]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - directories&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-directories/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a1cbb16b [a1cbb16b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.8% (248 of 251 strings)&amp;lt;br/&amp;gt;Translation: tdebase/l10n - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/l10n-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a26bb216 [a26bb216]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1103f2b1 [1103f2b1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c836bb9d [c836bb9d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=00eab673 [00eab673]] Translated using Weblate (Greek)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/el/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9e7b4bb1 [9e7b4bb1]] TWin: Fix loading of window decoration configuration libraries&amp;lt;br/&amp;gt;Accidentally broken by commit 84ab47055d.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=748a54ff [748a54ff]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=dddd52ff [dddd52ff]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=30d54139 [30d54139]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2317bee2 [2317bee2]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=4c64b274 [4c64b274]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-events/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c0ca8145 [c0ca8145]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f1f2e40a [f1f2e40a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5eec362c [5eec362c]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2986ff6e [2986ff6e]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2937383d [2937383d]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-data/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9ab75fc1 [9ab75fc1]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ea076539 [ea076539]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi - presets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi-presets/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8a8431ab [8a8431ab]] twin: renames twin3_ to twin_ in user theme config files. This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/351 #351] and PR #364.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=91cb2036 [91cb2036]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.0% (33 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=88ea7160 [88ea7160]] KWin: rename client libraries twin3_* -&amp;amp;gt; twin_*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=84ab4705 [84ab4705]] Make TWin look for `twin_` libraries&amp;lt;br/&amp;gt;This is now the preferred way of calling the decoration libraries&amp;lt;br/&amp;gt;(in place of `twin3_`). The old names that start with `twin3_` are&amp;lt;br/&amp;gt;still recognized for compatibility reasons.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/351 #351]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e8336ee5 [e8336ee5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2da663c3 [2da663c3]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8210b058 [8210b058]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=74eb1d78 [74eb1d78]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=90b19e21 [90b19e21]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ce84a0c6 [ce84a0c6]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=950f0ce7 [950f0ce7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tde_release_notes.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tde_release_notesdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d61158c7 [d61158c7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdcop - kdcop.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdcop-kdcopdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ddc6b3af [ddc6b3af]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeintegration.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeintegrationdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1771a344 [1771a344]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5ec66d53 [5ec66d53]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - compat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-compat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=653159ea [653159ea]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=143cff2e [143cff2e]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=78937d51 [78937d51]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9ab17ab4 [9ab17ab4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e539275a [e539275a]] Add release notes draft for R14.2.x series&lt;br /&gt;
&lt;br /&gt;
== tdepim ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=1d22724f [1d22724f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libtdepim - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=80854783 [80854783]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=cc1d59e9 [cc1d59e9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=0b1c762f [0b1c762f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdepim/akregator - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/akregator-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=f1d159b3 [f1d159b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeabc - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeabc-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=fcf0ec84 [fcf0ec84]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=1239d800 [1239d800]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdepim/ktnef - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/ktnef-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=36939501 [36939501]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knotes - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knotes-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=61180ac3 [61180ac3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmobile - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmobile-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=59fb5a85 [59fb5a85]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=36eae050 [36eae050]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdepim/karm - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/karm-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=1dd75eba [1dd75eba]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kandy - kandy.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kandy-kandydesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=215ba850 [215ba850]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 83.3% (5 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdepim/akregator - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/akregator-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=32a1708d [32a1708d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=2278f487 [2278f487]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: tdepim/konsolekalendar - konsolekalendar.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/konsolekalendar-konsolekalendardesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=abef6a1e [abef6a1e]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=c1f9a97a [c1f9a97a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdepimresources - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdepimresources-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=1a30a1d8 [1a30a1d8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korn - korn.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korn-korndesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=f37c6a89 [f37c6a89]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kalarm - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kalarm-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=3113eb08 [3113eb08]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdepim/akregator - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/akregator-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=5863ef46 [5863ef46]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=0e164959 [0e164959]] Fix functionality broken by commit fd0046c4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=fd0046c4 [fd0046c4]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=860c8799 [860c8799]] Drop deprecated kitchensync code&lt;br /&gt;
&lt;br /&gt;
== tdemultimedia ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=c5e80026 [c5e80026]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdemid - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdemid-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=ec115020 [ec115020]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=1c71f523 [1c71f523]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/libkcddb - libkcddb.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/libkcddb-libkcddbdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=94ca3a13 [94ca3a13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kscd - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kscd-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=6c3e9a2f [6c3e9a2f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=775b1efd [775b1efd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kappfinder - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kappfinder-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=a452bd94 [a452bd94]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaudiocreator - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaudiocreator-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=514a0715 [514a0715]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=cb937aa9 [cb937aa9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaudiocreator - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaudiocreator-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=261327ee [261327ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaboodle - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaboodle-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=ab65a990 [ab65a990]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== tdenetwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=01aee861 [01aee861]] Update following tqt3 recent updates&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=d069063d [d069063d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krfb - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krfb-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=2d50a61f [2d50a61f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmktalkd - kcmktalkd.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmktalkd-kcmktalkddesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=ff2cfdf8 [ff2cfdf8]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete-events/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=1fd646e1 [1fd646e1]] tqt-replace is no longer required&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=7cf631be [7cf631be]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=15fd0d5c [15fd0d5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=bff9d105 [bff9d105]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=1e65a9c9 [1e65a9c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krfb - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krfb-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=65f0237b [65f0237b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=0f7aec08 [0f7aec08]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=8b0277b3 [8b0277b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=ea8c2556 [ea8c2556]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kwifi - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kwifi-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=7dbed250 [7dbed250]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=1732e27c [1732e27c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc - ksirc.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc-ksircdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=f0b3ae6b [f0b3ae6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krfb - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krfb-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=0bf1f09c [0bf1f09c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krdc - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krdc-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=cd3b9bc6 [cd3b9bc6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=6c1bfe1c [6c1bfe1c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/knewsticker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/knewsticker-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e540875f [e540875f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=9f39152c [9f39152c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=ec7c5f92 [ec7c5f92]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmlanbrowser - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmlanbrowser-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=bd2c6b41 [bd2c6b41]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kdict - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kdict-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=055c3ba8 [055c3ba8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmktalkd - kcmktalkd.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmktalkd-kcmktalkddesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e8441a98 [e8441a98]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/dcoprss - rssservice.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/dcoprss-rssservicedesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== tdegraphics ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=2a49f484 [2a49f484]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksvg - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksvg-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=32a0eae8 [32a0eae8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=0464b42f [0464b42f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksvg - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksvg-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=83ca390f [83ca390f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kooka - kooka.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kooka-kookadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=b946ccf6 [b946ccf6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kolourpaint - kolourpaint.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kolourpaint-kolourpaintdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=c3994f8f [c3994f8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=c8525154 [c8525154]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kfax - kfax.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kfax-kfaxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=82790fe5 [82790fe5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcoloredit - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcoloredit-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=6628c1cf [6628c1cf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdeiconedit - tdeiconedit.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdeiconedit-tdeiconeditdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=6fec2493 [6fec2493]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewshell - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewshell-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=0ac60cd7 [0ac60cd7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kuickshow - kuickshow.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kuickshow-kuickshowdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=b7a2fb44 [b7a2fb44]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksnapshot - ksnapshot.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksnapshot-ksnapshotdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=d73ec8db [d73ec8db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler - kruler.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler-krulerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=4207cf76 [4207cf76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpovmodeler - kpovmodeler.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpovmodeler-kpovmodelerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=a34651aa [a34651aa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=df90b4db [df90b4db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kfaxview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kfaxview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=10228ff7 [10228ff7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kdvi - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kdvi-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=786ba559 [786ba559]] Fix functionality broken by commit d26dabfe.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=d26dabfe [d26dabfe]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=fdd22494 [fdd22494]] Drop deprecated kmrml code&lt;br /&gt;
&lt;br /&gt;
== tdetoys ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=8a640dc8 [8a640dc8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 71.4% (10 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=47ebe98c [47ebe98c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (285 of 285 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather - stations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather-stations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=bfb7d592 [bfb7d592]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=97649015 [97649015]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kworldclock - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kworldclock-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=29e37f55 [29e37f55]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/ktux - ktux.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/ktux-ktuxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=4eb6f321 [4eb6f321]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kteatime - kteatime.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kteatime-kteatimedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=75d71ec8 [75d71ec8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kodo - kodo.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kodo-kododesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=ef99089e [ef99089e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/amor - amor.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/amor-amordesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=528f19d2 [528f19d2]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeutils ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=a9e3e4cf [a9e3e4cf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kdf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kdf-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== tdeedu ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=0c53c58d [0c53c58d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=d99f3098 [d99f3098]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=05b36881 [05b36881]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kverbos - kverbos.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kverbos-kverbosdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=b2b4038e [b2b4038e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kturtle - kturtle.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kturtle-kturtledesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=9edf12e3 [9edf12e3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/ktouch - ktouch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/ktouch-ktouchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=373f572e [373f572e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kiten - kiten.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kiten-kitendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=894d22c5 [894d22c5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars - kstars.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars-kstarsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=b245468a [b245468a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kpercentage - kpercentage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kpercentage-kpercentagedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=9a430435 [9a430435]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kmplot - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kmplot-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=7cbde739 [7cbde739]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/klettres - klettres.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/klettres-klettresdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=3f41eb31 [3f41eb31]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/klatin - klatin.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/klatin-klatindesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=274c00f5 [274c00f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kig - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kig-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=d076ba6e [d076ba6e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/khangman - khangman.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/khangman-khangmandesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e7ecdbc7 [e7ecdbc7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography - kgeography.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography-kgeographydesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=7ec075a1 [7ec075a1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/keduca - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/keduca-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e45f4ee3 [e45f4ee3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kbruch - kbruch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kbruch-kbruchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e73aad5f [e73aad5f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kanagram - kanagram.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kanagram-kanagramdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=026dd7e1 [026dd7e1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kalzium - kalzium.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kalzium-kalziumdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=92daf7c2 [92daf7c2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/blinken - blinken.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/blinken-blinkendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=ad620012 [ad620012]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=1b57c822 [1b57c822]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== tdegames ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=707ed9c6 [707ed9c6]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=72486eea [72486eea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/tdefifteen - tdefifteen.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/tdefifteen-tdefifteendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=1af92e8c [1af92e8c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk - knetwalk.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk-knetwalkdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=b4e10441 [b4e10441]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/twin4 - twin4.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/twin4-twin4desktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=60e6b4b7 [60e6b4b7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ktuberling - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ktuberling-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f86cc3b2 [f86cc3b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kspaceduel - kspaceduel.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kspaceduel-kspacedueldesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=1723a2e2 [1723a2e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksokoban - ksokoban.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksokoban-ksokobandesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=b8bfa029 [b8bfa029]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksnake - ksnake.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksnake-ksnakedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f3055d26 [f3055d26]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=25bbc148 [25bbc148]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet - ksirtet.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet-ksirtetdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=bc6ebdd9 [bc6ebdd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksame - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksame-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=245abf4b [245abf4b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kshisen - kshisen.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kshisen-kshisendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=a24aefaf [a24aefaf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f361902f [f361902f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi - kreversi.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi-kreversidesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=bdbf75db [bdbf75db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kpoker - kpoker.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kpoker-kpokerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=8010109b [8010109b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kpat - kpat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kpat-kpatdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=30b2fe6b [30b2fe6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/konquest - konquest.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/konquest-konquestdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e3c0ddc0 [e3c0ddc0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kolf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kolf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=214ce742 [214ce742]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmines - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmines-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e2876665 [e2876665]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e58b9568 [e58b9568]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmines - kmines.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmines-kminesdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=564ede18 [564ede18]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmahjongg - kmahjongg.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmahjongg-kmahjonggdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=a1f2098b [a1f2098b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegames/klickety - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/klickety-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=04405ac0 [04405ac0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kjumpingcube - kjumpingcube.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kjumpingcube-kjumpingcubedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=ddeb59d5 [ddeb59d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kgoldrunner - KGoldrunner.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kgoldrunner-kgoldrunnerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=6aa6a2fc [6aa6a2fc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kenolaba - kenolaba.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kenolaba-kenolabadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=c2e382ff [c2e382ff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbounce - kbounce.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbounce-kbouncedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=43a1ef1a [43a1ef1a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kblackbox - kblackbox.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kblackbox-kblackboxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=47443995 [47443995]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbackgammon - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbackgammon-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=51730a13 [51730a13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbackgammon - kbackgammon.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbackgammon-kbackgammondesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f4e1241f [f4e1241f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kasteroids - kasteroids.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kasteroids-kasteroidsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=195f32ff [195f32ff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegames/atlantik - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/atlantik-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=078f8a60 [078f8a60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/atlantik - atlantik.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/atlantik-atlantikdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=23f73f6d [23f73f6d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=89209b44 [89209b44]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeaccessibility ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=2c1df2ca [2c1df2ca]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 88.0% (37 of 42 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kttsd - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kttsd-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=21a05449 [21a05449]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (42 of 42 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kttsd - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kttsd-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=546f0a26 [546f0a26]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmousetool - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmousetool-desktop-files/nl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=0c8252ff [0c8252ff]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmag - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmag-desktop-files/nl/&lt;br /&gt;
&lt;br /&gt;
== tdeaddons ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=882296ce [882296ce]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 90.6% (58 of 64 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-plugins-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=4edc3085 [4edc3085]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tutorials - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tutorials-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=20c96954 [20c96954]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (64 of 64 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-plugins-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=462e8067 [462e8067]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (64 of 64 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-plugins-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=7247f36b [7247f36b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tutorials - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tutorials-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=729f8436 [729f8436]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-plugins-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=c75bb91d [c75bb91d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/ksig - ksig.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/ksig-ksigdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=8b19a3d4 [8b19a3d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (44 of 44 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-plugins-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== tdeadmin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=7c269be3 [7c269be3]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 50.0% (1 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage - kpackage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage-kpackagedesktop/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=b60f7565 [b60f7565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kuser - kuser.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kuser-kuserdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=39dd6199 [39dd6199]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/ksysv - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/ksysv-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=1ec384e5 [1ec384e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=78260ae7 [78260ae7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage - kpackage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage-kpackagedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=18052ec0 [18052ec0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kdat - kdat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kdat-kdatdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=68dbc1fc [68dbc1fc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kcron - kcron.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kcron-kcrondesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== tdeartwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=3055de54 [3055de54]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/wallpapers-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=cd51daaf [cd51daaf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/twin-styles - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/twin-styles-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=e76fde84 [e76fde84]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/icon themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/icon-themes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=480c8a32 [480c8a32]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/icon themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/icon-themes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=d5891cb6 [d5891cb6]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/wallpapers-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=b7c7780f [b7c7780f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeartwork/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/wallpapers-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=25e4ea58 [25e4ea58]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=0afaf315 [0afaf315]] twin-styles: twin3_ to twin_ conversion&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=5f90bc99 [5f90bc99]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (314 of 314 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/tdescreensaver - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/tdescreensaver-desktop-files/it/&lt;br /&gt;
&lt;br /&gt;
== tdebindings ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=84ec6486 [84ec6486]] Drop compatibility code for TQSignal&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=13378021 [13378021]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=02712db1 [02712db1]] Drop compatibility code for TQButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=53442b53 [53442b53]] Drop obsolete TQLineEdit methods&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=1b35744b [1b35744b]] Drop compatibility code for TQToolButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=476cadbf [476cadbf]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=941081ce [941081ce]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=dcffc0bc [dcffc0bc]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
== tdesdk ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=e116e963 [e116e963]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbabel - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbabel-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=ba42cd60 [ba42cd60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=0b324ad9 [0b324ad9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=26ea0a31 [26ea0a31]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdecachegrind - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdecachegrind-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=7b277c01 [7b277c01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/scheck - scheck.themerc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/scheck-scheckthemerc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=8d7ac8ea [8d7ac8ea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kuiviewer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kuiviewer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=70cbb21e [70cbb21e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbugbuster - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbugbuster-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=5951f56b [5951f56b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/cervisia - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/cervisia-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=0c03e09c [0c03e09c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/cervisia - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/cervisia-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=b221bea0 [b221bea0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kompare - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kompare-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d50abb28 [d50abb28]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.1% (27 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=3523578c [3523578c]] Fix functionality broken by commit d619f66&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d619f66a [d619f66a]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tdevelop ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=3219b370 [3219b370]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=f4724912 [f4724912]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop-desktop-files/&lt;br /&gt;
&lt;br /&gt;
== tdewebdev ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=e5b0f94a [e5b0f94a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=07ecde1c [07ecde1c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kxsldbg - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kxsldbg-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=0e7ff51f [0e7ff51f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/klinkstatus - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/klinkstatus-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=13d63148 [13d63148]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kimagemapeditor - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kimagemapeditor-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=e16b4e3b [e16b4e3b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=6552a392 [6552a392]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== tde-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4e5d9f2 [a4e5d9f2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=db30e520 [db30e520]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/libtaskmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskmanager/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ddde2d90 [ddde2d90]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3f86919b [3f86919b]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdebase/knetattach&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/knetattach/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2598df06 [2598df06]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/knetattach&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/knetattach/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc8638eb [bc8638eb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f6e7c05d [f6e7c05d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/ksmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4c4c3ed [a4c4c3ed]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c21b696c [c21b696c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0ad61895 [0ad61895]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 80.0% (8 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_asus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_asus/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=69d4bb8f [69d4bb8f]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 66.6% (4 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_raw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_raw/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6b87879e [6b87879e]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 85.0% (17 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmiccconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmiccconfig/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=900946f0 [900946f0]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a57515f6 [a57515f6]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a684f2b2 [a684f2b2]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 30.0% (6 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmiccconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmiccconfig/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6e4ced59 [6e4ced59]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 96.5% (56 of 58 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/twin_art_clients&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/twin_art_clients/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e91699a6 [e91699a6]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (286 of 287 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/klock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/klock/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9eb75f0b [9eb75f0b]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (60 of 60 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/libtdeedu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/libtdeedu/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cd145a4e [cd145a4e]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (111 of 111 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/khangman&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/khangman/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cfa0480f [cfa0480f]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/keduca&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/keduca/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=01f79e50 [01f79e50]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (88 of 88 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kanagram&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kanagram/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=696734ac [696734ac]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (386 of 386 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kolourpaint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kolourpaint/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5ee9a20d [5ee9a20d]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.3% (37 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcoloredit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcoloredit/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9dc4db8e [9dc4db8e]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.9% (185 of 187 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/libkcddb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/libkcddb/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=efbb2e2e [efbb2e2e]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 94.4% (34 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_vorbis&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_vorbis/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1333440c [1333440c]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libkleopatra&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkleopatra/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=19dba44a [19dba44a]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 92.3% (24 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_blogging&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_blogging/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=75f8babe [75f8babe]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (74 of 74 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmobile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmobile/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ffcf2409 [ffcf2409]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.7% (359 of 360 strings)&amp;lt;br/&amp;gt;Translation: tdepim/akregator&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/akregator/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0a7f43c0 [0a7f43c0]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 90.0% (27 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=805f9722 [805f9722]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 84.6% (11 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kickermenu_kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kickermenu_kate/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4c59ba59 [4c59ba59]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.1% (225 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e01c81aa [e01c81aa]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b29a0184 [b29a0184]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2be1b2a0 [2be1b2a0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd25612e [bd25612e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4c2af65 [d4c2af65]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3870da7f [3870da7f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=93265c20 [93265c20]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0928f522 [0928f522]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=768eb738 [768eb738]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ebbe7fb7 [ebbe7fb7]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a685c520 [a685c520]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 99.0% (413 of 417 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libtdepim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a6c45482 [a6c45482]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 66.6% (12 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kay&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kay/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b1606b8c [b1606b8c]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (292 of 292 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c79bd61 [3c79bd61]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4bfd546b [4bfd546b]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 86.3% (76 of 88 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kpersonalizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kpersonalizer/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8bdbcfe2 [8bdbcfe2]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.1% (2714 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1f1863d8 [1f1863d8]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3bff50c1 [3bff50c1]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2e885b52 [2e885b52]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a490f14b [a490f14b]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=03162dd2 [03162dd2]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=20259c10 [20259c10]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=37dd609c [37dd609c]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0492e08b [0492e08b]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=70075fe0 [70075fe0]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9b5150e [c9b5150e]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bf7d8b96 [bf7d8b96]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1b0e5f2a [1b0e5f2a]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bea014ba [bea014ba]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cfabd897 [cfabd897]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b5dd7e37 [b5dd7e37]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7bc019e6 [7bc019e6]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e0bd24f [1e0bd24f]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=24dfd0ed [24dfd0ed]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=98ef2841 [98ef2841]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f8b5ce1e [f8b5ce1e]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=33aac2d1 [33aac2d1]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5e0bb642 [5e0bb642]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=07377164 [07377164]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee5d31b5 [ee5d31b5]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b5085e5 [2b5085e5]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ead1b876 [ead1b876]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7e9f353a [7e9f353a]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=58a4a407 [58a4a407]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73421a19 [73421a19]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51aa6e19 [51aa6e19]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68f3bb9a [68f3bb9a]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9065d097 [9065d097]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6d902faa [6d902faa]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6f4277d4 [6f4277d4]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a0de4535 [a0de4535]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cdfaa0f7 [cdfaa0f7]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b0f167fe [b0f167fe]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8aaea1b6 [8aaea1b6]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c6652021 [c6652021]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b0640072 [b0640072]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a6782aa5 [a6782aa5]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c92c19e0 [c92c19e0]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=036dc793 [036dc793]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f081e42b [f081e42b]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=11a0dbd2 [11a0dbd2]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4d72ddc [c4d72ddc]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da86d6db [da86d6db]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=beab1346 [beab1346]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ddbb8cd0 [ddbb8cd0]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=24b7c583 [24b7c583]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f7ea6f6c [f7ea6f6c]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c281d9b [3c281d9b]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6f78d66 [d6f78d66]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e90880c3 [e90880c3]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc904ef6 [bc904ef6]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0aafd0a14 [0aafd0a14]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6169c7e9 [6169c7e9]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=60162d58 [60162d58]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc247df1 [bc247df1]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ace78a1 [2ace78a1]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8f90fce0 [8f90fce0]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ca52b85 [7ca52b85]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e6edce6 [1e6edce6]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=902befa5 [902befa5]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fc148ae3 [fc148ae3]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6ad276c3 [6ad276c3]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb8d18be [bb8d18be]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a82a85b [9a82a85b]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fe8a20e [4fe8a20e]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a70ccb41 [a70ccb41]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0530cfe9 [0530cfe9]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fb088850 [fb088850]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=90609151 [90609151]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cfc3bda0 [cfc3bda0]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b48e9dc9 [b48e9dc9]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=effa4881 [effa4881]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a0241f3b [a0241f3b]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5747ea65 [5747ea65]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b54d37aa [b54d37aa]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a22bb1ae [a22bb1ae]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b6dfc42c [b6dfc42c]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16c27422 [16c27422]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61436888 [61436888]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eff05ef7 [eff05ef7]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1b250e36 [1b250e36]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d1e3f46 [7d1e3f46]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bba765a5 [bba765a5]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=38ab219c [38ab219c]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b80af83c [b80af83c]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9764ba37 [9764ba37]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=52e29a9d [52e29a9d]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cc0cdb80 [cc0cdb80]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c0b7d75 [6c0b7d75]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02a81a1f [02a81a1f]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=93a14056 [93a14056]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6ca70560 [6ca70560]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ab212382 [ab212382]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=77ae3c5f [77ae3c5f]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da2541d9 [da2541d9]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3509c7d0 [3509c7d0]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d93acd3f [d93acd3f]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8aafd6f5 [8aafd6f5]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d3f0d4de [d3f0d4de]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f955dbfe [f955dbfe]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=528e0ddb [528e0ddb]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5583b1aa [5583b1aa]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7c012027 [7c012027]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30b3108b [30b3108b]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=09ddf6b8 [09ddf6b8]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c7428cae [c7428cae]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=63a7f53b [63a7f53b]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=705dcdac [705dcdac]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c627fcf8 [c627fcf8]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d905fba7 [d905fba7]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a616c35 [8a616c35]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8ebb90e3 [8ebb90e3]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ec8b0335 [ec8b0335]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=99ed9d15 [99ed9d15]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=14f9ad26 [14f9ad26]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 50.0% (2 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdefileaudiopreview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdefileaudiopreview/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da7b7a3a [da7b7a3a]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 66.6% (4 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/libtdescreensaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/libtdescreensaver/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30ddf1a6 [30ddf1a6]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 97.8% (411 of 420 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8ee4d659 [8ee4d659]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12e84191 [12e84191]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=98c60757 [98c60757]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2079f7b6 [2079f7b6]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=667bc8e8 [667bc8e8]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=32e248ab [32e248ab]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=594ad630 [594ad630]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=405251a6 [405251a6]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8f1a8fbf [8f1a8fbf]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6da8ee99 [6da8ee99]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=40f78616 [40f78616]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8eb81a22 [8eb81a22]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=310e0914 [310e0914]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cad4fbfc [cad4fbfc]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fa8b2a87 [fa8b2a87]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fd288ca3 [fd288ca3]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d7ac729b [d7ac729b]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a832252 [4a832252]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=017b3b31 [017b3b31]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=57dcec2e [57dcec2e]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8945f724 [8945f724]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3dc7abdb [3dc7abdb]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8ea8e880 [8ea8e880]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b999545d [b999545d]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fceefaa3 [fceefaa3]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 33.3% (5 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/knotify&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/knotify/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5257669b [5257669b]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 11.5% (3 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio_help&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio_help/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a29c6be5 [a29c6be5]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 18.1% (218 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d8e5ecc8 [d8e5ecc8]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 11.1% (8 of 72 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/i18n - entry.desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/i18n-entrydesktop-files/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9ee9f878 [9ee9f878]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (58 of 58 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=40ef5041 [40ef5041]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 85.2% (75 of 88 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kpersonalizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kpersonalizer/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f7896b23 [f7896b23]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplash&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplash/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d117158f [d117158f]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kgreet_winbind&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kgreet_winbind/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bfa16de3 [bfa16de3]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 90.0% (9 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kgreet_classic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kgreet_classic/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0cb261aa [0cb261aa]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 96.1% (25 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_tom&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_tom/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6cd1dc0e [6cd1dc0e]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 40.0% (2 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_remotemenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_remotemenu/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4d3f8768 [4d3f8768]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_tdeprint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_tdeprint/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f1516858 [f1516858]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 42.8% (3 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_konsole/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0720e002 [0720e002]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 66.6% (2 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_systemmenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_systemmenu/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=676b8a87 [676b8a87]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkicker/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3e39c352 [3e39c352]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 75.0% (3 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_recentdocs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_recentdocs/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b787361 [7b787361]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kickermenu_kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kickermenu_kate/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61b8363c [61b8363c]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 60.0% (3 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_prefmenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_prefmenu/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8b1a4d84 [8b1a4d84]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkicker/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=af61dc15 [af61dc15]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 99.6% (260 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd4e1e41 [bd4e1e41]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (152 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdmconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmconfig/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fce7fe6c [fce7fe6c]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (126 of 126 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdmgreet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmgreet/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17725789 [17725789]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bbccf8a0 [bbccf8a0]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_finger&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_finger/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=50665128 [50665128]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 38.0% (8 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_pop3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_pop3/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=743e082d [743e082d]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 23.0% (3 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_ldap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_ldap/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0c56b5c [c0c56b5c]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 96.1% (25 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_man&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_man/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=01f477fb [01f477fb]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (152 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_media&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_media/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=688817be [688817be]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_floppy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_floppy/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b0d0a622 [b0d0a622]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (37 of 37 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_trash&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_trash/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3a1d74a0 [3a1d74a0]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 28.5% (2 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_fish&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_fish/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9d0dca8f [9d0dca8f]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 33.3% (3 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_nntp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_nntp/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4ef0c77 [d4ef0c77]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 42.8% (3 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_nfs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_nfs/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bf7c18ac [bf7c18ac]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 44.8% (13 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_smtp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_smtp/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=00b6ca0b [00b6ca0b]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 50.0% (2 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_home&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_home/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=74339bec [74339bec]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 50.0% (2 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_tar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_tar/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=33d91c00 [33d91c00]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 38.0% (8 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_smb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_smb/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5c40139b [5c40139b]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 40.0% (2 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_remote&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_remote/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a3c4d52f [a3c4d52f]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (50 of 50 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_print&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_print/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=495c0b7c [495c0b7c]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 40.0% (2 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeprint_part&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeprint_part/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25ba04c8 [25ba04c8]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 18.1% (2 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_thumbnail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_thumbnail/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6503339b [6503339b]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 53.8% (7 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_mac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_mac/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=56c0e444 [56c0e444]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 64.1% (25 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_sftp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=20677036 [20677036]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 83.3% (5 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_settings&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_settings/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=43e66079 [43e66079]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 50.0% (2 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_system&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_system/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1c889ad4 [1c889ad4]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 17.3% (4 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kstart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kstart/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc04aebe [bc04aebe]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 98.5% (70 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=28e79aca [28e79aca]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/appletproxy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/appletproxy/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dbbada13 [dbbada13]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 99.0% (611 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3af99205 [3af99205]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c2ec047e [c2ec047e]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4b8cc14 [d4b8cc14]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9239d442 [9239d442]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ec220289 [ec220289]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e1e1d68c [e1e1d68c]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0e4d32e [c0e4d32e]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8fd97e1b [8fd97e1b]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d3dc69bb [d3dc69bb]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=83cafd25 [83cafd25]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=63feb0b5 [63feb0b5]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c5791169 [c5791169]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=981a1e22 [981a1e22]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d961b689 [d961b689]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0332f20b [0332f20b]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d58dcfa4 [d58dcfa4]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e90a912b [e90a912b]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2f64008 [e2f64008]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4469efb4 [4469efb4]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7c72465d [7c72465d]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=814c3430 [814c3430]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a322ccef [a322ccef]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f40b8806 [f40b8806]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5c74bfd4 [5c74bfd4]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b05c722 [3b05c722]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e430870a [e430870a]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=86506f74 [86506f74]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dbd1c4b0 [dbd1c4b0]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=05e25904 [05e25904]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1450ae16 [1450ae16]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=278fd0e5 [278fd0e5]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fcc25710 [fcc25710]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c95cd9ef [c95cd9ef]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b9a56e24 [b9a56e24]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7abb789 [e7abb789]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cc2072fa [cc2072fa]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b0c89d3f [b0c89d3f]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=debfcbb0 [debfcbb0]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=698e6d12 [698e6d12]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=29b23d97 [29b23d97]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6284cd42 [6284cd42]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02239f98 [02239f98]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12f0b82a [12f0b82a]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c5abb248 [c5abb248]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=20abf1d9 [20abf1d9]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fa7c3b88 [fa7c3b88]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6efcbc29 [6efcbc29]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c6527a34 [c6527a34]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d1343ffa [d1343ffa]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8f9706af [8f9706af]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=64aebe0d [64aebe0d]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1c5fcb38 [1c5fcb38]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b070f8c2 [b070f8c2]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7caf29d4 [7caf29d4]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.1% (114 of 115 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=96fc6890 [96fc6890]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3bf91bbf [3bf91bbf]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ee30d59 [3ee30d59]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=52211206 [52211206]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=01a00817 [01a00817]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.2% (95 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78585e41 [78585e41]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3992dedd [3992dedd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kate/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=06262ce3 [06262ce3]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=00d469cf [00d469cf]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bcce5928 [bcce5928]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (43 of 43 strings)&amp;lt;br/&amp;gt;Translation: tdebase/joystick&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/joystick/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7306f205 [7306f205]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f5738263 [f5738263]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a524b293 [a524b293]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b2cf3b9 [3b2cf3b9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d82307b0 [d82307b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=11475c66 [11475c66]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0d015df0 [0d015df0]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (420 of 420 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=531245f0 [531245f0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12be706f [12be706f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=deed92e4 [deed92e4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c7dbbbfa [c7dbbbfa]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48ed4b75 [48ed4b75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (69 of 69 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abe4cdc3 [abe4cdc3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (366 of 368 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kate/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4e1cf589 [4e1cf589]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (2467 of 2578 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3385d5fb [3385d5fb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=796c9cfe [796c9cfe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (355 of 355 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kuser&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kuser/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=564b9380 [564b9380]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (127 of 127 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdepimwizards&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdepimwizards/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c79192e4 [c79192e4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.0% (188 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libkleopatra&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkleopatra/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48773f92 [48773f92]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.2% (95 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e0407e34 [e0407e34]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.9% (364 of 368 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kate/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1a8a2dd3 [1a8a2dd3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (198 of 198 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmcrypto&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmcrypto/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ed0a582 [1ed0a582]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (173 of 173 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=895cb0ad [895cb0ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (127 of 127 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwinrules&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwinrules/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6d585224 [6d585224]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 90.2% (93 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=24c82153 [24c82153]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5e2ee3a0 [5e2ee3a0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (123 of 123 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=15917a56 [15917a56]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (170 of 170 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30ddf256 [30ddf256]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (68 of 68 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwindecoration&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwindecoration/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5dc94c3a [5dc94c3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplash&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplash/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=675a8015 [675a8015]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (380 of 380 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kxsldbg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kxsldbg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ed5f4af8 [ed5f4af8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.9% (929 of 1010 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kommander&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kommander/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0bd23588 [0bd23588]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0d32caee [0d32caee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (306 of 306 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/ktouch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/ktouch/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7f6475eb [7f6475eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (990 of 990 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd1bf66e [bd1bf66e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (416 of 416 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d95998de [d95998de]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e3522bd2 [e3522bd2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (1235 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8b22db15 [8b22db15]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmstyle&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmstyle/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f921c1e2 [f921c1e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (366 of 366 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksysguard&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksysguard/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=af6659cd [af6659cd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (112 of 112 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a993f23d [a993f23d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (84 of 84 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtaskbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtaskbar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e8176e10 [e8176e10]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmiccconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmiccconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8e12ed68 [8e12ed68]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (330 of 330 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=db4f1433 [db4f1433]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kreadconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kreadconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dcff00f6 [dcff00f6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6400a78b [6400a78b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=95dfd238 [95dfd238]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8f150a03 [8f150a03]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=457f1159 [457f1159]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (199 of 199 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=28486ba0 [28486ba0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdehwdevicetray&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdehwdevicetray/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1b0d0cd0 [1b0d0cd0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (223 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6ccdbbdb [6ccdbbdb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (2467 of 2578 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0a5ecea6 [0a5ecea6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - tdehtmlsettings&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-tdehtmlsettings/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d2018b37 [d2018b37]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (553 of 553 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kgpg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kgpg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=60c329bd [60c329bd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (225 of 225 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9f05344d [9f05344d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (205 of 205 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdemid&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdemid/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8c5d76b [a8c5d76b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (37 of 37 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeabc_slox&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeabc_slox/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dc218365 [dc218365]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_kolab&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_kolab/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=80f2f368 [80f2f368]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2431 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fc6a3bf [4fc6a3bf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdebase/trashapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/trashapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1b781f5a [1b781f5a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (88 of 88 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kpersonalizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kpersonalizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=66c6f08a [66c6f08a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (66 of 66 strings)&amp;lt;br/&amp;gt;Translation: tdebase/privacy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/privacy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=58e832a2 [58e832a2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (366 of 366 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksysguard&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksysguard/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0b4f6d0f [0b4f6d0f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0a44c427 [0a44c427]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b645157c [b645157c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb4b2001 [bb4b2001]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksystraycmd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksystraycmd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c5f1d6c3 [c5f1d6c3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.2% (30 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevtipofday&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevtipofday/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=309e3e6d [309e3e6d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.8% (5277 of 5622 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1d9c56e4 [1d9c56e4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (416 of 416 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bcf267a0 [bcf267a0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2431 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d0d04394 [d0d04394]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (181 of 181 strings)&amp;lt;br/&amp;gt;Translation: tdepim/karm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/karm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=083ecc5c [083ecc5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (197 of 197 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f72816d6 [f72816d6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.4% (115 of 123 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=74f0f572 [74f0f572]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmenergy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmenergy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=103d1f13 [103d1f13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ac60833c [ac60833c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (50 of 50 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7768704e [7768704e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (42 of 42 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkurifilt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkurifilt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dfd51532 [dfd51532]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0796f2d5 [0796f2d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=173600ff [173600ff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.6% (468 of 500 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdecachegrind&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdecachegrind/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e47f07a4 [e47f07a4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (223 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=daf1982c [daf1982c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.5% (2464 of 2578 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b1614943 [b1614943]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (121 of 121 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/klinkstatus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/klinkstatus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41fc90d7 [41fc90d7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (183 of 183 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kimagemapeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kimagemapeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6e3dcd2b [6e3dcd2b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9848ebfd [9848ebfd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (833 of 833 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a002df0 [8a002df0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.8% (464 of 500 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdecachegrind&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdecachegrind/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b3e65559 [b3e65559]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (208 of 208 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbugbuster&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbugbuster/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f98ef4a5 [f98ef4a5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1016 of 1016 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbabel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbabel/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=46d210ec [46d210ec]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (382 of 382 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/cervisia&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/cervisia/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82b1a200 [82b1a200]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (355 of 355 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kuser&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kuser/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d9b1dac5 [d9b1dac5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6d631e04 [6d631e04]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - kuick&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-kuick/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bfeb6261 [bfeb6261]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (48 of 48 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - metabar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-metabar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=503622d8 [503622d8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - kuick-kcm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-kuick-kcm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de6a09e6 [de6a09e6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - imgallery&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-imgallery/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c85ebc44 [c85ebc44]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - dub&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-dub/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bcc9edad [bcc9edad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (316 of 316 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbackgammon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbackgammon/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b6004e2 [2b6004e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (68 of 68 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kpercentage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kpercentage/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82fc7442 [82fc7442]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdewalletmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdewalletmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=216f3b21 [216f3b21]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (217 of 217 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/ark&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/ark/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ed52dde7 [ed52dde7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (256 of 256 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kooka&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kooka/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ebaec3f5 [ebaec3f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e75d3976 [e75d3976]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (403 of 403 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=987886cb [987886cb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=922ded6e [922ded6e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (254 of 254 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8e8d1a70 [8e8d1a70]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (332 of 332 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c5c42c80 [c5c42c80]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (138 of 138 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kscd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kscd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=59494524 [59494524]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (320 of 320 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de5ec621 [de5ec621]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdepimresources&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdepimresources/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=43dafded [43dafded]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeio_imap4&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeio_imap4/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ebaac0f2 [ebaac0f2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (37 of 37 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeabc_slox&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeabc_slox/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=62a67547 [62a67547]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 38.4% (5 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_remote&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_remote/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5f621317 [5f621317]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (1235 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=59dc39df [59dc39df]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (723 of 723 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fe507f67 [fe507f67]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2431 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=59780318 [59780318]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (129 of 129 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kandy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kandy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=452ad70f [452ad70f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.7% (341 of 360 strings)&amp;lt;br/&amp;gt;Translation: tdepim/akregator&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/akregator/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f53aa4aa [f53aa4aa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (126 of 126 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdmgreet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmgreet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=99db62ed [99db62ed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (366 of 366 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksysguard&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksysguard/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a7ad59e6 [a7ad59e6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d31236e0 [d31236e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41b945d4 [41b945d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (59 of 59 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsamba&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsamba/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3e8e13a7 [3e8e13a7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.9% (227 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=be697a7c [be697a7c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (140 of 140 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=413ebd68 [413ebd68]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (101 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=826389da [826389da]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (67 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bbcddbeb [bbcddbeb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (420 of 420 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5bb90fbc [5bb90fbc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1013 of 1013 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeprint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeprint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f8076892 [f8076892]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=399a56ef [399a56ef]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb519326 [bb519326]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (990 of 990 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fed66336 [fed66336]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.0% (188 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libkleopatra&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkleopatra/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c21ebe63 [c21ebe63]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a86478db [a86478db]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kgamma&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kgamma/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=846b2220 [846b2220]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_au&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_au/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e204875a [e204875a]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (332 of 332 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d7d7e68a [d7d7e68a]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (187 of 187 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/libkcddb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/libkcddb/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f4a69841 [f4a69841]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1249ad0c [1249ad0c]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (92 of 92 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/artsbuilder&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/artsbuilder/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=26a0c71d [26a0c71d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdelicense&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdelicense/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c7e556d [6c7e556d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdehwdevicetray&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdehwdevicetray/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b0b7c2f9 [b0b7c2f9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f2357e9e [f2357e9e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (382 of 382 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/cervisia&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/cervisia/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3db290ed [3db290ed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (553 of 553 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kgpg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kgpg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f4eeee18 [f4eeee18]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (215 of 215 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kdvi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kdvi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=28b8f5c6 [28b8f5c6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (403 of 403 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6e5e67fe [6e5e67fe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c644572d [c644572d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (254 of 254 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c04d02d5 [c04d02d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eca9f00f [eca9f00f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (320 of 320 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aafe9d29 [aafe9d29]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (1235 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ed12659f [ed12659f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (197 of 197 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a32e05d [8a32e05d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (45 of 45 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmfonts&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmfonts/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dcc721d8 [dcc721d8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (89 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d457974e [d457974e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tderandr&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tderandr/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=109b0e7a [109b0e7a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=447ccdba [447ccdba]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.5% (159 of 170 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4de62878 [4de62878]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 71.4% (20 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplash&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplash/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b534a608 [b534a608]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.9% (227 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1d3e9eec [1d3e9eec]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (290 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=69131504 [69131504]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0644a0ae [0644a0ae]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (127 of 127 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwinrules&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwinrules/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4c88bd94 [4c88bd94]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61e7c254 [61e7c254]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdecmshell&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdecmshell/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9ecf5f76 [9ecf5f76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0608cdc0 [0608cdc0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb7d136e [bb7d136e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (92 of 92 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/ksayit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/ksayit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c208d275 [c208d275]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (181 of 181 strings)&amp;lt;br/&amp;gt;Translation: tdepim/karm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/karm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68f6704e [68f6704e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f0664096 [f0664096]] Translated using Weblate (Tajik)&amp;lt;br/&amp;gt;Currently translated at 12.3% (642 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/tg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68d1962f [68d1962f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/tdefile_rpm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/tdefile_rpm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4e269151 [4e269151]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/tdefile_deb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/tdefile_deb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ad905f0 [1ad905f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/secpolicy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/secpolicy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=54317917 [54317917]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (202 of 202 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmouth&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmouth/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3a098bc9 [3a098bc9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kfouleggs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kfouleggs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=05551020 [05551020]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/ktimer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/ktimer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17c43d72 [17c43d72]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/ktux&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/ktux/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=815164b6 [815164b6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kmoon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kmoon/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dc916612 [dc916612]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=77b884d8 [77b884d8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - webarchiver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-webarchiver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=49ab2f9a [49ab2f9a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (122 of 122 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libksirtet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libksirtet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=14ef1ed5 [14ef1ed5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=91d9797f [91d9797f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=133ff3af [133ff3af]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7c316505 [7c316505]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (1235 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f173562f [f173562f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 75.6% (56 of 74 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmobile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmobile/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9fac545f [9fac545f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2431 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cd7ace3a [cd7ace3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (697 of 697 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kalarm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kalarm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=203b147b [203b147b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.5% (348 of 368 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kate/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=42659f46 [42659f46]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (101 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17a19efb [17a19efb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1013 of 1013 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeprint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeprint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e439266d [e439266d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdelicense&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdelicense/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6d019074 [6d019074]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.5% (2464 of 2578 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c300ad02 [c300ad02]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6590b5ab [6590b5ab]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdegames/klickety&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/klickety/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5e640f9d [5e640f9d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (108 of 108 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbattleship&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbattleship/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45d75aae [45d75aae]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (139 of 139 strings)&amp;lt;br/&amp;gt;Translation: tdegames/atlantik&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/atlantik/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f012b653 [f012b653]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (85 of 85 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/klettres&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/klettres/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bf29c600 [bf29c600]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kcmlirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kcmlirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bca56e64 [bca56e64]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (386 of 386 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kolourpaint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kolourpaint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1779433b [1779433b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f95219d2 [f95219d2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (84 of 84 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtaskbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtaskbar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c24cc5c3 [c24cc5c3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 80.9% (68 of 84 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtaskbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtaskbar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=668aacdb [668aacdb]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 84.7% (356 of 420 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a79dc217 [a79dc217]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5e5d11e6 [5e5d11e6]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a46fdb8 [4a46fdb8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=27658a95 [27658a95]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51d4d926 [51d4d926]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ad155181 [ad155181]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6b5aa2f8 [6b5aa2f8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.2% (30 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevtipofday&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevtipofday/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=736e94be [736e94be]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (287 of 287 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/klock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/klock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a03c66a [4a03c66a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (60 of 60 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/libtdeedu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/libtdeedu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8223c079 [8223c079]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/keduca&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/keduca/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10af1497 [10af1497]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (88 of 88 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kanagram&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kanagram/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=611f5ff9 [611f5ff9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (127 of 127 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdepimwizards&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdepimwizards/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=97cff302 [97cff302]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdepimresources&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdepimresources/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44957956 [44957956]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeio_imap4&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeio_imap4/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=80b4a0e1 [80b4a0e1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeio_groupwise&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeio_groupwise/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9e84130e [9e84130e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdefile_palm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdefile_palm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dcb7b17d [dcb7b17d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeabc2mutt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeabc2mutt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9d9d52cc [9d9d52cc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (42 of 42 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libksieve&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libksieve/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fb5af44a [fb5af44a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (119 of 119 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libkpgp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkpgp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a3935a5 [6a3935a5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libkmime&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkmime/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5c019dda [5c019dda]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (509 of 509 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libkcal&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkcal/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e07060ae [e07060ae]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44b253ff [44b253ff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_xmlrpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_xmlrpc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=91535bc3 [91535bc3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_groupware&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_groupware/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=018a78d6 [018a78d6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_blogging&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_blogging/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c9fa65a [3c9fa65a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knotes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knotes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1840a25c [1840a25c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (723 of 723 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8e8a1fa4 [8e8a1fa4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmailcvt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmailcvt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df1c4b4c [df1c4b4c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2431 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e82574a0 [e82574a0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (196 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kleopatra&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kleopatra/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=97772a4c [97772a4c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kgantt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kgantt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b61561ed [b61561ed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kdgantt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kdgantt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=075aba7f [075aba7f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kgreet_winbind&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kgreet_winbind/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=87d53d15 [87d53d15]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdehtmlkttsd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdehtmlkttsd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68eb516a [68eb516a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (45 of 45 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmfonts&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmfonts/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=215c24c8 [215c24c8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libtaskmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5fe22eb9 [5fe22eb9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmenergy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmenergy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d615a2ee [d615a2ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6adbe88e [6adbe88e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksystemtrayapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksystemtrayapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c976241 [3c976241]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_ldap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_ldap/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=320e6b48 [320e6b48]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libdmctl&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libdmctl/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=85b5a1ef [85b5a1ef]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (17 of 17 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin_lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin_lib/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dd5fe080 [dd5fe080]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_floppy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_floppy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b82923a [7b82923a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_tdeprint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_tdeprint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9ed3761d [9ed3761d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_fish&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_fish/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f2c1f71a [f2c1f71a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_tom&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_tom/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dc6e6b47 [dc6e6b47]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_nfs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_nfs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=96c5e946 [96c5e946]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kprinter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kprinter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a201e905 [a201e905]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmview1394&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmview1394/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dba4604c [dba4604c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kickermenu_kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kickermenu_kate/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=58d1feb5 [58d1feb5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_smb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_smb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c647f2df [c647f2df]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/krunapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/krunapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5f3395b4 [5f3395b4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kminipagerapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kminipagerapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30e72097 [30e72097]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (42 of 42 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkurifilt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkurifilt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a5b1e4e9 [a5b1e4e9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlaunch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlaunch/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=119f53de [119f53de]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_thumbnail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_thumbnail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9167d9f7 [9167d9f7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_mac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_mac/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4234440a [4234440a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdescreensaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdescreensaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=26ce6818 [26ce6818]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b94ce0e3 [b94ce0e3]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7710437d [7710437d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kgreet_classic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kgreet_classic/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3a27f099 [3a27f099]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kuiviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kuiviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0703091 [c0703091]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/tdestyle_phase_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/tdestyle_phase_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b32ca458 [b32ca458]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/tdepartsaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/tdepartsaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c2e9572a [c2e9572a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.6% (286 of 287 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/klock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/klock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aa7c66d5 [aa7c66d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - tdehtmlsettings&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-tdehtmlsettings/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2c9b00c7 [2c9b00c7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - news&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-news/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f967fad7 [f967fad7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/libKTTSD&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/libkttsd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=97d2243f [97d2243f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (464 of 464 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kttsd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kttsd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dc0c5f05 [dc0c5f05]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdessh&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdessh/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a94be40 [8a94be40]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/klaptopdaemon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/klaptopdaemon/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee8f55e8 [ee8f55e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (553 of 553 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kgpg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kgpg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d7e0bb07 [d7e0bb07]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_jabberdisco&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_jabberdisco/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2af0b590 [2af0b590]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (100 of 100 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmlanbrowser&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmlanbrowser/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25ce6319 [25ce6319]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 76.9% (30 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeio_sieve&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeio_sieve/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dcb73c3b [dcb73c3b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeio_scalix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeio_scalix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8513a40e [8513a40e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeio_mobile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeio_mobile/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7c4a2ea2 [7c4a2ea2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdefile_vcf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdefile_vcf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ab95a86 [7ab95a86]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdefile_rfc822&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdefile_rfc822/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=982de327 [982de327]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdefile_ics&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdefile_ics/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=857e92f7 [857e92f7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libkpimexchange&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkpimexchange/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c63ebce [3c63ebce]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libkholidays&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkholidays/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f567b7dc [f567b7dc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_tvanytime&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_tvanytime/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c95684ae [c95684ae]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_exchange&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_exchange/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4d66fd9 [c4d66fd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_birthday&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_birthday/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8d59fc8f [8d59fc8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 75.6% (56 of 74 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmobile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmobile/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=329de07f [329de07f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kcmkontactnt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kcmkontactnt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0fdc1ce2 [0fdc1ce2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (697 of 697 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kalarm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kalarm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ab617049 [ab617049]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdesud&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdesud/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=14193cb8 [14193cb8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_finger&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_finger/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=52349311 [52349311]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmartcard&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmartcard/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1269b256 [1269b256]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (68 of 68 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmarts&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmarts/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abd6fbd3 [abd6fbd3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 70.0% (14 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmiccconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmiccconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef0fbd9c [ef0fbd9c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdebase/dockbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/dockbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a247c68b [a247c68b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (101 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=622a9c17 [622a9c17]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6af81e6d [6af81e6d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (199 of 199 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c54408f [6c54408f]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 97.2% (810 of 833 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3520c03 [f3520c03]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ff3d0351 [ff3d0351]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 96.8% (281 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6676b51a [6676b51a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=652679db [652679db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (509 of 509 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libkcal&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkcal/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4ec790d [c4ec790d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (126 of 126 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdmgreet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmgreet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a4b0b04 [4a4b0b04]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (119 of 119 strings)&amp;lt;br/&amp;gt;Translation: tdebase/clockapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/clockapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aa4428d0 [aa4428d0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (103 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kasbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kasbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16170ee1 [16170ee1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (69 of 69 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin_clients&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin_clients/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc533829 [bc533829]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_remotemenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_remotemenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17c7452a [17c7452a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (67 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c8264c68 [c8264c68]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8c57cd28 [8c57cd28]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (59 of 59 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmcss&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmcss/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ff0698f [2ff0698f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=71dfa20f [71dfa20f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_groupdav&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_groupdav/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82565784 [82565784]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cef2c11e [cef2c11e]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=96bf2239 [96bf2239]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdebase/display&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/display/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9abd393e [9abd393e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_remote&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_remote/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eb5887d6 [eb5887d6]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=081240a8 [081240a8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5b1bde73 [5b1bde73]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6eb8004c [6eb8004c]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fdd4388e [fdd4388e]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ec883460 [ec883460]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b3dd6805 [b3dd6805]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.3% (174 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41b1da81 [41b1da81]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aead111d [aead111d]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (112 of 112 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=487084e7 [487084e7]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (330 of 330 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=290ade79 [290ade79]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (290 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=975f7fb8 [975f7fb8]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_sftp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0af94559 [0af94559]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d2ff02f4 [d2ff02f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (380 of 380 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kxsldbg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kxsldbg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d959dab2 [d959dab2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (37 of 37 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeabc_slox&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeabc_slox/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2e19e441 [2e19e441]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_nntp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_nntp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4492e46 [c4492e46]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_settings&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_settings/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d59b4539 [d59b4539]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=35ef10cc [35ef10cc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdewebdev/kxsldbg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kxsldbg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fdebdf92 [fdebdf92]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2f7e9fb1 [2f7e9fb1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=593757e5 [593757e5]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9d1c4d8d [9d1c4d8d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=edc1a288 [edc1a288]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=31f89957 [31f89957]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3492093 [f3492093]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cfe448e6 [cfe448e6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=31f9e216 [31f9e216]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7c0391c8 [7c0391c8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0f8bcb66 [0f8bcb66]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da9f835d [da9f835d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 35.8% (14 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_sftp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a05a1e8e [a05a1e8e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=38efb07d [38efb07d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7a86a9e9 [7a86a9e9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eeab8af9 [eeab8af9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - sort&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-sort/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2d5be52 [a2d5be52]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=552b8532 [552b8532]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (112 of 112 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=595f4f5b [595f4f5b]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 94.8% (37 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_sftp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=304c6f6e [304c6f6e]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_sftp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9943b550 [9943b550]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_sftp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e0be9ac5 [e0be9ac5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=80e6633a [80e6633a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_sftp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=778bdb6c [778bdb6c]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 92.8% (26 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6e92f7c8 [6e92f7c8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (112 of 112 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8e26842c [8e26842c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=923faa2d [923faa2d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eaeeefb9 [eaeeefb9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9ae8ff1 [c9ae8ff1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1621e39a [1621e39a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0fc856d1 [0fc856d1]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9b55d959 [9b55d959]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - sort&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-sort/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=66810721 [66810721]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ea4f230e [ea4f230e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=613385fc [613385fc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.8% (26 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c68dba8e [c68dba8e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.4% (124 of 126 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdmgreet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmgreet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=52dac94e [52dac94e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tderandr&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tderandr/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e52f03e3 [e52f03e3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (366 of 366 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksysguard&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksysguard/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=115111f5 [115111f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdesu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdesu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c6932ce3 [c6932ce3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=033dda75 [033dda75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_dir&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_dir/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=05744aef [05744aef]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (199 of 199 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a82a94f [6a82a94f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdehwdevicetray&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdehwdevicetray/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d7f1bbe0 [d7f1bbe0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1037156d [1037156d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2c19e5c8 [2c19e5c8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.5% (43 of 45 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmfonts&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmfonts/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2ebe335 [a2ebe335]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (152 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdmconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=775ef46d [775ef46d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 90.9% (20 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libtaskmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f39ee04f [f39ee04f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (88 of 88 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kpersonalizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kpersonalizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a22a4ed8 [a22a4ed8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (89 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3710f4f9 [3710f4f9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9c5b1703 [9c5b1703]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (73 of 73 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmdisplayconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmdisplayconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b3c9984f [b3c9984f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (66 of 66 strings)&amp;lt;br/&amp;gt;Translation: tdebase/privacy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/privacy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9b16155e [9b16155e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.2% (15 of 17 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin_lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin_lib/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c37ddf8b [c37ddf8b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.3% (117 of 119 strings)&amp;lt;br/&amp;gt;Translation: tdebase/clockapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/clockapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5c9677ba [5c9677ba]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.0% (101 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kasbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kasbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=40ed4bcf [40ed4bcf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.1% (67 of 69 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin_clients&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin_clients/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1c72135a [1c72135a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.1% (111 of 112 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=77741873 [77741873]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=967268e9 [967268e9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 65.0% (13 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmiccconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmiccconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ddaa2dd [1ddaa2dd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (64 of 64 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmscreensaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmscreensaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=92a6812e [92a6812e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (59 of 59 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsamba&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsamba/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=24e78a59 [24e78a59]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 84.6% (11 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kickermenu_kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kickermenu_kate/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5da41c8b [5da41c8b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdebase/extensionproxy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/extensionproxy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9dfa80f4 [9dfa80f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.0% (65 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=36da9c14 [36da9c14]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (37 of 37 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmcomponentchooser&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmcomponentchooser/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6e7a0b8d [6e7a0b8d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (64 of 64 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmmedia&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmmedia/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c97c02af [c97c02af]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.7% (36 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kminipagerapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kminipagerapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=907f51d8 [907f51d8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=97c4f442 [97c4f442]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/appletproxy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/appletproxy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2fdec0ef [2fdec0ef]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (127 of 127 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwinrules&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwinrules/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b727fbda [b727fbda]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.7% (12 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdescreensaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdescreensaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=434c598a [434c598a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/libtdescreensaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/libtdescreensaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4089fda0 [4089fda0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - sort&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-sort/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2cbc589c [2cbc589c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2d5d6b8 [e2d5d6b8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/libkcal&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkcal/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=151f6131 [151f6131]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=47c2ae17 [47c2ae17]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=faaf9772 [faaf9772]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5b3b00f1 [5b3b00f1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f34f2365 [f34f2365]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6983e752 [6983e752]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_smtp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_smtp/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d86b07fe [d86b07fe]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d1f33ee4 [d1f33ee4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e9ece646 [e9ece646]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=96d252b0 [96d252b0]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_asus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_asus/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df9a76ce [df9a76ce]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2036 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dfdb2488 [dfdb2488]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=59dbb13c [59dbb13c]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aa2a5d1a [aa2a5d1a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (331 of 331 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51ae0630 [51ae0630]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5dd3d57f [5dd3d57f]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1013 of 1013 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeprint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeprint/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=446206b2 [446206b2]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e285c92a [e285c92a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=80632599 [80632599]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_media&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_media/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ef9dbeb [7ef9dbeb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=967b322e [967b322e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdehwdevicetray&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdehwdevicetray/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=563b41e9 [563b41e9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=77a23fd7 [77a23fd7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=74110c83 [74110c83]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (331 of 331 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=716ad5fa [716ad5fa]] tdebase: remove translations for &amp;#039;Hotpluggable&amp;#039;. This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/442 TDE/tdebase#442]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=07decc39 [07decc39]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=42dfff61 [42dfff61]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c34e8b6a [c34e8b6a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=38041442 [38041442]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2725a156 [2725a156]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b54aba2 [2b54aba2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (833 of 833 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02030efa [02030efa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.2% (461 of 500 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdecachegrind&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdecachegrind/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5abddf59 [5abddf59]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1016 of 1016 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbabel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbabel/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fc1947d4 [fc1947d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - validators&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-validators/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=995b2521 [995b2521]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4722fda2 [4722fda2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 71.0% (49 of 69 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c7fe792b [c7fe792b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (89 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c55b4ce5 [c55b4ce5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (241 of 241 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonqhtml&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonqhtml/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aeed5fd8 [aeed5fd8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b7b847f5 [b7b847f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (223 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=255d26f7 [255d26f7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (238 of 238 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/ksim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/ksim/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78aad284 [78aad284]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (89 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76168eb5 [76168eb5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmperformance&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmperformance/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1fd85bdd [1fd85bdd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_pop3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_pop3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a58fce8 [2a58fce8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d228567 [7d228567]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfmclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfmclient/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d1527d8f [d1527d8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_smtp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_smtp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c363a97 [6c363a97]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (140 of 140 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ec080931 [ec080931]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc2988ac [bc2988ac]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd5194d2 [bd5194d2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=04ed4b52 [04ed4b52]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (76 of 76 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmusb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmusb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc1d1c98 [bc1d1c98]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (43 of 43 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kthememanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kthememanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ffa5d7e7 [ffa5d7e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (96 of 96 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeprintfax&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeprintfax/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=076c2fed [076c2fed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdestyle_keramik_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdestyle_keramik_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4ceab3f4 [4ceab3f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplashthemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplashthemes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=512d9f79 [512d9f79]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=47e26a43 [47e26a43]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (93 of 93 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdefontinst&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdefontinst/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3a144469 [3a144469]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_home&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_home/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cd272aca [cd272aca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmnotify&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmnotify/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d2ba7ada [d2ba7ada]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (290 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=135f1b2e [135f1b2e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=07c69212 [07c69212]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=03934f6b [03934f6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_system&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_system/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67680029 [67680029]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0e0ae526 [0e0ae526]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeio_svn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeio_svn/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a87c6d1 [8a87c6d1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_ts&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_ts/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aade5865 [aade5865]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_po&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_po/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=522da565 [522da565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_diff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_diff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=83c47a3a [83c47a3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_cpp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_cpp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4d9ffb4a [4d9ffb4a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kres_bugzilla&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kres_bugzilla/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cfa3a9ad [cfa3a9ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (208 of 208 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbugbuster&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbugbuster/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ebed3f3 [3ebed3f3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acb7bd01 [acb7bd01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kmenuapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kmenuapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b406e7b0 [b406e7b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=610e404f [610e404f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/krdb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/krdb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bf546323 [bf546323]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmspellchecking&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmspellchecking/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a6399d3 [4a6399d3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 65.0% (13 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmiccconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmiccconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=80a06e94 [80a06e94]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_tar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_tar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b26c4f5 [4b26c4f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_recentdocs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_recentdocs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=58999e40 [58999e40]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_prefmenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_prefmenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6ce221c9 [6ce221c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - sort&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-sort/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0390f05b [0390f05b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - webarchiver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-webarchiver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cf552d9d [cf552d9d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - wavecapture&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-wavecapture/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=433ee6e7 [433ee6e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - wakeup&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-wakeup/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=46159872 [46159872]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - tyler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-tyler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e02bff0f [e02bff0f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - tippecanoe&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-tippecanoe/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0761ee7 [c0761ee7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - txt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-txt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cd18979e [cd18979e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - mhtml&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-mhtml/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=712079e1 [712079e1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - lnk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-lnk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fce9e09 [4fce9e09]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - html&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-html/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25db3dca [25db3dca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - folder&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-folder/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef1f9ac7 [ef1f9ac7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-desktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10e3306c [10e3306c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - cert&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-cert/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3fec0e8 [f3fec0e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - synaescope&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-synaescope/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a86eaabb [a86eaabb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - searchbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-searchbar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5da3c28e [5da3c28e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - pitchablespeed&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-pitchablespeed/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dce4401c [dce4401c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - minitools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-minitools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=65231d72 [65231d72]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - microformat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-microformat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e048a4eb [e048a4eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (42 of 42 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - mediacontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-mediacontrol/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=03f6f36f [03f6f36f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - lyrics&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-lyrics/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=75a2d1a4 [75a2d1a4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kaddressbook - gmx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kaddressbook-gmx/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=111da4e5 [111da4e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kaddressbook - kworldclock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kaddressbook-kworldclock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=37ccc73b [37ccc73b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (53 of 53 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - ktimemon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-ktimemon/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=877faee6 [877faee6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (48 of 48 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - metabar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-metabar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a964e80 [8a964e80]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - mediaplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-mediaplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6215185a [6215185a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - delicious&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-delicious/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=432a8fd9 [432a8fd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - kmathapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-kmathapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2537b8d7 [2537b8d7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (33 of 33 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - kbinaryclock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-kbinaryclock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41b3507f [41b3507f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - xmltools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-xmltools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d895f991 [d895f991]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - xmlcheck&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-xmlcheck/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1477c443 [1477c443]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - textfilter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-textfilter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a96d906d [a96d906d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - tabbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-tabbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02b5b392 [02b5b392]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - snippets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-snippets/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=06908d1c [06908d1c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - pybrowse&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-pybrowse/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68019125 [68019125]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - openheader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-openheader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e4943b1f [e4943b1f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - modeline&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-modeline/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a8e169d [4a8e169d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - make&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-make/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8548c37e [8548c37e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - kjswrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-kjswrapper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=65197c45 [65197c45]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - insertcommand&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-insertcommand/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f33c05f3 [f33c05f3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - htmltools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-htmltools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a3220aa3 [a3220aa3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - helloworld&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-helloworld/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0768ae06 [0768ae06]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - fll_plugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-fll_plugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ed62a7e [7ed62a7e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - fll_initplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-fll_initplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4551fe7c [4551fe7c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - filetemplates&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-filetemplates/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a5773c33 [a5773c33]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - cppsymbolviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-cppsymbolviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d5f107a6 [d5f107a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - image&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-image/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=760d609c [760d609c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - charlatanui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-charlatanui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=49a7da4e [49a7da4e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - ffrs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-ffrs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44ff5289 [44ff5289]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - dub&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-dub/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f595c2f4 [f595c2f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (81 of 81 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - domtreeviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-domtreeviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5984420c [5984420c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - dirfilter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-dirfilter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8740f36c [8740f36c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - crashes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-crashes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2eea31a6 [2eea31a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - autorefresh&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-autorefresh/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0b43890b [0b43890b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - audio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-audio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b60fc4c0 [b60fc4c0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - ark&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-ark/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4f2e12e9 [4f2e12e9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - alsaplayerui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-alsaplayerui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8cf5b05b [8cf5b05b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - akregator&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-akregator/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e9608f5 [1e9608f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (3009 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb7f6413 [bb7f6413]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (101 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2297c73 [a2297c73]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16fc9290 [16fc9290]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30b25447 [30b25447]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0c9390e0 [0c9390e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_asus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_asus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c9b6e0a [3c9b6e0a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (464 of 464 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kttsd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kttsd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5f018862 [5f018862]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.8% (5277 of 5622 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9cd12c13 [9cd12c13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4373 of 4373 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fb393ca2 [fb393ca2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdelirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdelirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de26e8e7 [de26e8e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/superkaramba&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/superkaramba/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef2d1ac9 [ef2d1ac9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.7% (204 of 238 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/ksim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/ksim/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8225ecb4 [8225ecb4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0d8c5564 [0d8c5564]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_powerbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_powerbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=15e159f9 [15e159f9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cbaed96f [cbaed96f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_delli8k&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_delli8k/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=99665cc4 [99665cc4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilod&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilod/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76cf712f [76cf712f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kfloppy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kfloppy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a780ff13 [a780ff13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.1% (833 of 849 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kaddressbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kaddressbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=160a21e5 [160a21e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (288 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b39b69b0 [b39b69b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.8% (224 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=37c46a10 [37c46a10]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aaa64918 [aaa64918]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_raw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_raw/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b72b65e [2b72b65e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (197 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de33568d [de33568d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (121 of 121 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/klinkstatus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/klinkstatus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c46c273c [c46c273c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=463fe953 [463fe953]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.0% (23 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - webarchiver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-webarchiver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f902060c [f902060c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - imgallery&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-imgallery/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7291a5d [e7291a5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (254 of 254 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libtdegames&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libtdegames/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=60f4c2ad [60f4c2ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4d13a2c [c4d13a2c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (557 of 557 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kmplot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kmplot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8f16a587 [8f16a587]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4373 of 4373 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a1803a12 [a1803a12]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (765 of 765 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kalzium&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kalzium/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a9f1223f [a9f1223f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6f5c5077 [6f5c5077]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (138 of 138 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdeiconedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdeiconedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9f37b90b [9f37b90b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_xpm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_xpm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=124a1a5b [124a1a5b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_xbm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_xbm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1397cb2b [1397cb2b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_tiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_tiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8cd2a856 [8cd2a856]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_tga&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_tga/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2102c574 [2102c574]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_rgb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_rgb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=146a8054 [146a8054]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_ps&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_ps/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=21580aeb [21580aeb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pnm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pnm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee75c8c5 [ee75c8c5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_png&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_png/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=19cf3c62 [19cf3c62]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pdf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=107c467f [107c467f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pcx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pcx/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02a155ef [02a155ef]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (67 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_jpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_jpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d85c7052 [d85c7052]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_ico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_ico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2933d93 [e2933d93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_gif&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_gif/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4382f606 [4382f606]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (59 of 59 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_exr&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_exr/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5bddf5a5 [5bddf5a5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_dvi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_dvi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=921e29b3 [921e29b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_dds&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_dds/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0b56525a [0b56525a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_bmp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_bmp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5694df40 [5694df40]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (107 of 107 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/libkscan&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/libkscan/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4f70423 [d4f70423]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/libkfaximgage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/libkfaximgage/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1d63ec25 [1d63ec25]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (179 of 179 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewshell&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewshell/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4cd8d3e0 [4cd8d3e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewscannerplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewscannerplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d794493d [d794493d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kview_scale&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kview_scale/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5f74d61a [5f74d61a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewpresenterplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewpresenterplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1c6f60df [1c6f60df]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kvieweffectsplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kvieweffectsplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2c39783 [a2c39783]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewbrowserplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewbrowserplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=23706e02 [23706e02]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (123 of 123 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kuickshow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kuickshow/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=96c0bde1 [96c0bde1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (45 of 45 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksnapshot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksnapshot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6536643 [e6536643]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=40b76cfc [40b76cfc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (225 of 225 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=54045117 [54045117]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (256 of 256 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kooka&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kooka/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a0ba024f [a0ba024f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (386 of 386 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kolourpaint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kolourpaint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b9817b46 [b9817b46]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (131 of 131 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8614f6c [a8614f6c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kgamma&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kgamma/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=09d52dca [09d52dca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (215 of 215 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kdvi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kdvi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25b4dfd1 [25b4dfd1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcoloredit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcoloredit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51cd9478 [51cd9478]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewviewerpluginsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewviewerpluginsconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2c14518 [a2c14518]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewpluginsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewpluginsconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2746c521 [2746c521]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewgeneralconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewgeneralconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25650c93 [25650c93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewcanvasconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewcanvasconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4af32845 [4af32845]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcmkamera&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcmkamera/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb0c53ea [bb0c53ea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ff1ec9c1 [ff1ec9c1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (403 of 403 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c00aae5c [c00aae5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppplogview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppplogview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=93829039 [93829039]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (416 of 416 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c152d582 [c152d582]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (94 of 94 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kpf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kpf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=654c466b [654c466b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acdd4826 [acdd4826]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_avi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_avi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=85655c32 [85655c32]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (320 of 320 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12c3105c [12c3105c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (80 of 80 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_lame&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_lame/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acfe74f0 [acfe74f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.0% (17 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_xmlrpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_xmlrpc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8f561fa [b8f561fa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2430 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b59a52df [b59a52df]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.1% (833 of 849 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kaddressbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kaddressbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b15f99b [3b15f99b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.7% (341 of 360 strings)&amp;lt;br/&amp;gt;Translation: tdepim/akregator&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/akregator/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6fd71df1 [6fd71df1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12eb7e03 [12eb7e03]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.0% (250 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9937df39 [9937df39]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ae470e5 [2ae470e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=08998baf [08998baf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (67 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmcolors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmcolors/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10ac25e5 [10ac25e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdedebugdialog&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdedebugdialog/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0771e565 [0771e565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2865 of 2865 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/ppdtranslations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/ppdtranslations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c535e26d [c535e26d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73b6114f [73b6114f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=155b3201 [155b3201]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a4c12d6 [2a4c12d6]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=976a81b4 [976a81b4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (245 of 245 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kdat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kdat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9fe445d8 [9fe445d8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8660af8 [a8660af8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (152 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=807855fe [807855fe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=69bdd2bf [69bdd2bf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (416 of 416 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=85d49634 [85d49634]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6980e97e [6980e97e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (111 of 111 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dc165c85 [dc165c85]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2430 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5bd9ba76 [5bd9ba76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0fd4f012 [0fd4f012]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.0% (99 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ca026de0 [ca026de0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0eb200e2 [0eb200e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4af789bd [4af789bd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b3efd69f [b3efd69f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (72 of 72 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/i18n - entry.desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/i18n-entrydesktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e5046884 [e5046884]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.5% (2464 of 2578 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6ff96b0 [d6ff96b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.9% (929 of 1010 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kommander&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kommander/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=052541a5 [052541a5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6813630 [d6813630]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61348be4 [61348be4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (106 of 106 strings)&amp;lt;br/&amp;gt;Translation: tdegames/lskat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/lskat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ce4cc89a [ce4cc89a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f84f621b [f84f621b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.8% (5277 of 5622 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7adefbb7 [7adefbb7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (553 of 553 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kgpg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kgpg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a54f6ad [9a54f6ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.8% (722 of 723 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a7b6a48e [a7b6a48e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.0% (109 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=adb9ee02 [adb9ee02]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acbf941b [acbf941b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_systemmenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_systemmenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d1ace2d1 [d1ace2d1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (288 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c940de1b [c940de1b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ce53218 [7ce53218]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76141cbc [76141cbc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.7% (158 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44df28d5 [44df28d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1032 of 1032 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpovmodeler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpovmodeler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=77cf8f9c [77cf8f9c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (3008 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c8cacdab [c8cacdab]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 90.6% (155 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f38fa8f3 [f38fa8f3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b01edccd [b01edccd]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=04d54b46 [04d54b46]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=edde93c4 [edde93c4]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (331 of 332 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee87723d [ee87723d]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 94.7% (36 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=347c614b [347c614b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5d7a5d36 [5d7a5d36]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4a7354e [c4a7354e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17e37aec [17e37aec]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a93fc87 [5a93fc87]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (417 of 417 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libtdepim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fa7c437 [4fa7c437]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1428 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e157a91c [e157a91c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=35f9874a [35f9874a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=31e1fd99 [31e1fd99]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5196 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c29db08c [c29db08c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kasteroids&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kasteroids/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45c9efee [45c9efee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bac7cad2 [bac7cad2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.8% (722 of 723 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45438fab [45438fab]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmicons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmicons/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=184c41a3 [184c41a3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f2e51c15 [f2e51c15]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 55.1% (32 of 58 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78f3d660 [78f3d660]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c84bab9b [c84bab9b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9dceffa5 [9dceffa5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bea7c2b5 [bea7c2b5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2f6e4464 [2f6e4464]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (181 of 181 strings)&amp;lt;br/&amp;gt;Translation: tdepim/karm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/karm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b718443 [7b718443]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksystemtrayapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksystemtrayapplet/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df6f0d2f [df6f0d2f]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (290 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2282d9eb [2282d9eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.3% (21 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - alsaplayerui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-alsaplayerui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8ef3404 [a8ef3404]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (369 of 369 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3fb5a51f [3fb5a51f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (137 of 137 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kverbos&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kverbos/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6fd40db8 [6fd40db8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (205 of 205 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdemid&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdemid/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=789b5f42 [789b5f42]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (88 of 88 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kpersonalizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kpersonalizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bfa34bd2 [bfa34bd2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6da779c2 [6da779c2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.8% (224 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6038555 [e6038555]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dffecf21 [dffecf21]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.7% (157 of 159 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b0cd75a3 [b0cd75a3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (289 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=64e03b0c [64e03b0c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=805a0c6c [805a0c6c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c16120f [3c16120f]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f6b47865 [f6b47865]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.5% (3006 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=905b500e [905b500e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_wav&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_wav/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0376d619 [0376d619]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_theora&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_theora/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8c0bd602 [8c0bd602]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_sid&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_sid/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f96bfe38 [f96bfe38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_ogg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_ogg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=20da6100 [20da6100]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_m3u&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_m3u/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6ec9d7d [e6ec9d7d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=002f6b01 [002f6b01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9c288da4 [9c288da4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fdacc87 [4fdacc87]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_flac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_flac/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79bd92c0 [79bd92c0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_avi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_avi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8545225b [8545225b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_au&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_au/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16bb2152 [16bb2152]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (332 of 332 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61ff946a [61ff946a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (187 of 187 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/libkcddb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/libkcddb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=18dd016f [18dd016f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (111 of 111 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7047488 [e7047488]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=09ae6e3a [09ae6e3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a94f2253 [a94f2253]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kcmcddb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kcmcddb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=839723e8 [839723e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaboodle&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaboodle/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a3d5767a [a3d5767a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_vorbis&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_vorbis/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=039aa373 [039aa373]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (80 of 80 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_lame&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_lame/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1a2584a5 [1a2584a5]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 85.9% (1749 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ae0d186 [1ae0d186]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwindecoration&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwindecoration/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8e3a9bd8 [8e3a9bd8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a8bf169 [9a8bf169]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6329682c [6329682c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_flac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_flac/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=01a947f7 [01a947f7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48cbdde6 [48cbdde6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bda1bc83 [bda1bc83]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a94365d8 [a94365d8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b07c9fd5 [b07c9fd5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=99ddc47e [99ddc47e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=233603f3 [233603f3]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kickermenu_kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kickermenu_kate/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eb41c146 [eb41c146]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (261 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=035d412a [035d412a]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=252276b0 [252276b0]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a3c101a [5a3c101a]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3baf4ac [f3baf4ac]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0198f7b7 [0198f7b7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abbea754 [abbea754]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=22447195 [22447195]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67154ced [67154ced]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwinrules&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwinrules/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68257170 [68257170]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwindecoration&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwindecoration/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5b8921e6 [5b8921e6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b643ca2 [4b643ca2]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ea42728d [ea42728d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e0f759a [1e0f759a]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41a2a0a6 [41a2a0a6]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 87.7% (150 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7a72e540 [7a72e540]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1433ed29 [1433ed29]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4816e684 [4816e684]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c9f3b6c [3c9f3b6c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41444a5d [41444a5d]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 80.6% (2134 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=62275fac [62275fac]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4565a842 [4565a842]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eb88e6fc [eb88e6fc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a15c7835 [a15c7835]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7e214ab [e7e214ab]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ff4ced6a [ff4ced6a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c8260126 [c8260126]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4d00bce3 [4d00bce3]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cadd2b5d [cadd2b5d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9a96806 [c9a96806]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdelicense&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdelicense/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bda14f95 [bda14f95]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5196 of 5196 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dac4018a [dac4018a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 80.9% (1648 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b5c59d83 [b5c59d83]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=643497da [643497da]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e41785c [1e41785c]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (197 of 197 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1be1e3e9 [1be1e3e9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fbde5a66 [fbde5a66]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (326 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c1acc00 [6c1acc00]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (289 of 289 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9b635e1b [9b635e1b]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b0ef02e [7b0ef02e]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8dbd2744 [8dbd2744]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1b39883e [1b39883e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b5c8e7a [3b5c8e7a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=49367158 [49367158]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da6ebc69 [da6ebc69]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.5% (211 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=38d19787 [38d19787]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da4c604a [da4c604a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a289914a [a289914a]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmag&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmag/nl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=587622ea [587622ea]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d0076837 [d0076837]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=484fbfeb [484fbfeb]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 85.0% (805 of 946 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/katepart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/katepart/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a1c113b [5a1c113b]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 86.4% (369 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb4d9424 [bb4d9424]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 54.2% (247 of 455 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs_colors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs_colors/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3059b6dc [3059b6dc]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd92b2ee [bd92b2ee]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44c33da9 [44c33da9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.3% (158 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e405a694 [e405a694]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.8% (16 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmenergy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmenergy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1a8c65b3 [1a8c65b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 71.4% (5 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - image&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-image/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f91ae8b2 [f91ae8b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (197 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee561a5d [ee561a5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.5% (193 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b7818e1 [4b7818e1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegames/kmahjongg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmahjongg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=62c862a8 [62c862a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.6% (191 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=feb94ddc [feb94ddc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdewalletmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdewalletmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9cf3ed6a [9cf3ed6a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da73efd6 [da73efd6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdewalletmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdewalletmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=56f2e465 [56f2e465]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/krdb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/krdb/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ea2bd4b [2ea2bd4b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=289b8045 [289b8045]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 80.3% (1636 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17b287ee [17b287ee]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.9% (195 of 197 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e98cc110 [e98cc110]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7768467e [7768467e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ffe4047 [3ffe4047]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d42dfce9 [d42dfce9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 77.9% (1588 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c033f982 [c033f982]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=447af80a [447af80a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 76.8% (1565 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f9a53f48 [f9a53f48]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5cac2c06 [5cac2c06]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ec024ca [7ec024ca]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c624634e [c624634e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f86ccae9 [f86ccae9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6fc3c2e [d6fc3c2e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin_lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin_lib/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f322a111 [f322a111]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f09ec0ab [f09ec0ab]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ba5d62d1 [ba5d62d1]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.5% (209 of 210 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7e255c40 [7e255c40]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=86acd12e [86acd12e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4f3b4305 [4f3b4305]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eac33e90 [eac33e90]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (196 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17c51be5 [17c51be5]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0ab2398 [c0ab2398]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (326 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6b7fac1 [d6b7fac1]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (206 of 206 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4e97cea7 [4e97cea7]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e8274087 [e8274087]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d7fbab18 [d7fbab18]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3f1a08b4 [3f1a08b4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=92e6fc46 [92e6fc46]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6cf5249d [6cf5249d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48907031 [48907031]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.3% (148 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9ef855fe [9ef855fe]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.4% (170 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79e81b47 [79e81b47]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.9% (194 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=af5e01d0 [af5e01d0]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f262c268 [f262c268]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (326 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e03e491a [e03e491a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=299d7e9b [299d7e9b]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=963b03f8 [963b03f8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4643459 [a4643459]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 99.4% (171 of 172 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b6f0d602 [b6f0d602]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f6a6c8e5 [f6a6c8e5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67d451ba [67d451ba]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewpresenterplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewpresenterplugin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a18b92ba [a18b92ba]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d9a6697 [7d9a6697]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aaeda12b [aaeda12b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c999f37 [3c999f37]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdmconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmconfig/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef954c90 [ef954c90]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2aa378ca [2aa378ca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_zeroconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_zeroconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2cd8ff75 [2cd8ff75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cb5cf602 [cb5cf602]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krdc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krdc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fc00fa70 [fc00fa70]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (94 of 94 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kpf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kpf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=325dc4a8 [325dc4a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.8% (2984 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b912c6e7 [b912c6e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (248 of 248 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/knewsticker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/knewsticker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6e04a742 [6e04a742]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (103 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmwifi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmwifi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ca7235c9 [ca7235c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (100 of 100 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmlanbrowser&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmlanbrowser/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ddb067e7 [ddb067e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (43 of 43 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmktalkd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmktalkd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c7fc70f6 [c7fc70f6]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (196 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cff19a2f [cff19a2f]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bad75a4d [bad75a4d]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (327 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0115ec51 [0115ec51]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=75d3b850 [75d3b850]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ade36f2 [1ade36f2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ad7aeafe [ad7aeafe]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=57cd82f9 [57cd82f9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=405dc7df [405dc7df]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ee0c314 [3ee0c314]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdmconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmconfig/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2567a89d [2567a89d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b2441d13 [b2441d13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_zeroconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_zeroconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c669a79d [c669a79d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_lan&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_lan/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5ecccc8f [5ecccc8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_jabberdisco&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_jabberdisco/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=153f7022 [153f7022]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefile_torrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefile_torrent/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=db5cbbbc [db5cbbbc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kwireless&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kwireless/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=70391ee5 [70391ee5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kinetd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kinetd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0f541093 [0f541093]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kdictapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kdictapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16494e41 [16494e41]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/libtdepim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7648b3c9 [7648b3c9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b7ec603 [7b7ec603]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fb3fdb2b [fb3fdb2b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fe4514c8 [fe4514c8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=83bdc126 [83bdc126]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=63a90127 [63a90127]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/tdefifteen&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/tdefifteen/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df53a5b9 [df53a5b9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a27093a0 [a27093a0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 87.5% (14 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - audio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-audio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd2a6f38 [bd2a6f38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (89 of 89 strings)&amp;lt;br/&amp;gt;Translation: tdegames/twin4&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/twin4/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e64c11d2 [e64c11d2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (254 of 254 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libtdegames&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libtdegames/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7e30682d [7e30682d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (122 of 122 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libksirtet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libksirtet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ce1a3bf [3ce1a3bf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.2% (56 of 57 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ktuberling&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ktuberling/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2d940247 [2d940247]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9561b74 [c9561b74]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kshisen&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kshisen/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e67e6a7f [e67e6a7f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kolf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kolf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12861973 [12861973]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2e8f84f5 [2e8f84f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (381 of 381 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kgoldrunner&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kgoldrunner/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1256c7f6 [1256c7f6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f0087266 [f0087266]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (1235 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=06391dfe [06391dfe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 84.4% (87 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=71347685 [71347685]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79cebe5e [79cebe5e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78aaa659 [78aaa659]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (289 of 289 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=74773ebc [74773ebc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ac07e9f6 [ac07e9f6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdestyle_plastik_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdestyle_plastik_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e00cbcb5 [e00cbcb5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_kdatatool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_kdatatool/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c09081a6 [c09081a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdefileaudiopreview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdefileaudiopreview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=624183f5 [624183f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_autobookmarker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_autobookmarker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b00d45a6 [b00d45a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (946 of 946 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/katepart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/katepart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=db142dcb [db142dcb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabcformat_binary&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabcformat_binary/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7cd87b83 [7cd87b83]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_isearch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_isearch/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=11d74de2 [11d74de2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_file&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_file/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8c12f11 [b8c12f11]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_docwordcompletion&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_docwordcompletion/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dd4127b3 [dd4127b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_net&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_net/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6d341d34 [6d341d34]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_sql&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_sql/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=661b618f [661b618f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_dir&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_dir/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=650ebed1 [650ebed1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdestyle_highcontrast_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdestyle_highcontrast_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=681fb57e [681fb57e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2865 of 2865 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/ppdtranslations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/ppdtranslations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5410b42a [5410b42a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/libtdescreensaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/libtdescreensaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a4a938d [6a4a938d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_insertfile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_insertfile/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f1d18823 [f1d18823]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (44 of 44 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_ldaptdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_ldaptdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30f083cd [30f083cd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acbf80cd [acbf80cd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f8fb2e20 [f8fb2e20]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1013 of 1013 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeprint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeprint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aa0506f0 [aa0506f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (455 of 455 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs_colors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs_colors/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82e61934 [82e61934]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2739 of 2739 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a2ce6cb [9a2ce6cb]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73eb4e4d [73eb4e4d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=91f7be0d [91f7be0d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 64.5% (129 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a9fa5d76 [a9fa5d76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/taskbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/taskbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b382a9a [2b382a9a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktaskbarapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktaskbarapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30e0f112 [30e0f112]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/lockout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/lockout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e1c4e2b5 [e1c4e2b5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5317fab2 [5317fab2]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=92ad6a46 [92ad6a46]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0e61bcd [c0e61bcd]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dedebeb6 [dedebeb6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_delli8k&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_delli8k/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51c00880 [51c00880]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (206 of 206 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4a6e3eb [d4a6e3eb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c368d148 [c368d148]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a73707b4 [a73707b4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9af8d504 [9af8d504]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 97.3% (219 of 225 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=875d4c24 [875d4c24]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a757dd8a [a757dd8a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abcfb18a [abcfb18a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/libtaskbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskbar/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d481507 [7d481507]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kay&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kay/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fa9f0334 [fa9f0334]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5af0121c [5af0121c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdesud&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdesud/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e363127a [e363127a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/naughtyapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/naughtyapplet/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=54976205 [54976205]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 75.7% (1542 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8f32df4 [b8f32df4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a46e674 [8a46e674]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82b00602 [82b00602]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8919bb8a [8919bb8a]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3e98afc4 [3e98afc4]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51cb26bc [51cb26bc]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d5046c21 [d5046c21]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=500f2c45 [500f2c45]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 98.5% (70 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kspaceduel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kspaceduel/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=53f3360c [53f3360c]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksokoban&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksokoban/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fa57d92b [fa57d92b]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 48.9% (24 of 49 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksnake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksnake/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4d9d7c1 [a4d9d7c1]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 94.7% (18 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksmiletris&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksmiletris/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=63667467 [63667467]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 34.1% (27 of 79 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2b3a41b [e2b3a41b]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 38.0% (19 of 50 strings)&amp;lt;br/&amp;gt;Translation: tdegames/klines&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/klines/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=33531138 [33531138]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45486792 [45486792]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (58 of 58 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5e2914e7 [5e2914e7]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c716f74 [6c716f74]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a270de3 [5a270de3]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (322 of 322 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=404b586a [404b586a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8b023bb7 [8b023bb7]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (322 of 322 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10d7630d [10d7630d]] tdepim: remove kitchensync pot file again, since it was automatically re-added&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a8b0c96 [2a8b0c96]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f4de4713 [f4de4713]] tdepim: remove translations for kitchensync and multisynk&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=64d45800 [64d45800]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0c2a0ab3 [0c2a0ab3]] tdegraphics: remove translations for kmrml&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8aa58abf [8aa58abf]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=376b1bfe [376b1bfe]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a340797 [6a340797]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=90797510 [90797510]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e0706cf8 [e0706cf8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eee4a43c [eee4a43c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb21ba44 [bb21ba44]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
= libraries =&lt;br /&gt;
== libkdcraw ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=d13e9744 [d13e9744]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (74 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=50387262 [50387262]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 70.2% (52 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=fb8e7233 [fb8e7233]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (74 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=4720b9e3 [4720b9e3]] Added translation using Weblate (Chinese (Simplified))&lt;br /&gt;
&lt;br /&gt;
== libkipi ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=49e07b0f [49e07b0f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkipi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkipi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=b83bf7c2 [b83bf7c2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkipi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkipi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=1ea1d770 [1ea1d770]] Added translation using Weblate (Chinese (Traditional))&lt;br /&gt;
&lt;br /&gt;
== kipi-plugins ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=5c749f7c [5c749f7c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.2% (513 of 602 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - metadataedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-metadataedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=e3f5013b [e3f5013b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - wallpaper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-wallpaper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=38e917f9 [38e917f9]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=aa3b7277 [aa3b7277]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.0% (512 of 602 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - metadataedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-metadataedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=62e89ce1 [62e89ce1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 40.1% (53 of 132 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - cdarchiving&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-cdarchiving/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=1fc6b1e0 [1fc6b1e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - viewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-viewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=f134eb8d [f134eb8d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=7115da7d [7115da7d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=c39b2d5d [c39b2d5d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=549a8d58 [549a8d58]] Added translation using Weblate (Chinese (Traditional))&lt;br /&gt;
&lt;br /&gt;
== libtqt-perl ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=ea4d4023 [ea4d4023]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=a8738810 [a8738810]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=076ec834 [076ec834]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
= applications/development =&lt;br /&gt;
== kdbg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=db9f1ffa [db9f1ffa]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdbg - kdbg.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbg-kdbgdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=b171e1b2 [b171e1b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kdbg - kdbg.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbg-kdbgdesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== kdiff3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=ac9e1fb1 [ac9e1fb1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 67.2% (347 of 516 strings)&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=97fe01f4 [97fe01f4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3 - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=0a217c78 [0a217c78]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=453f35a8 [453f35a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 67.2% (347 of 516 strings)&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=47366761 [47366761]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: applications/kdiff3 - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=810025fb [810025fb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=b65164fa [b65164fa]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=abcdeb43 [abcdeb43]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=1bab9902 [1bab9902]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kpicosim ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=96f6ef35 [96f6ef35]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kpicosim - kpicosim.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpicosim-kpicosimdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=9ec59898 [9ec59898]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=cc2e4443 [cc2e4443]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/kpicosim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpicosim/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=4db10d51 [4db10d51]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=39160972 [39160972]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kpicosim - kpicosim.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpicosim-kpicosimdesktop/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=21828c08 [21828c08]] Added translation using Weblate (Portuguese (Brazil))&lt;br /&gt;
&lt;br /&gt;
== kscope ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=f762b97f [f762b97f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kscope - kscope.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kscope-kscopedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=baecf737 [baecf737]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== ktechlab ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=21af6675 [21af6675]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/ktechlab - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktechlab-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=32d92995 [32d92995]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kxmleditor ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=4ffd15b8 [4ffd15b8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kxmleditor - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kxmleditor-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=1c1d81ef [1c1d81ef]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== piklab ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=ee905d21 [ee905d21]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/piklab&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/piklab/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=f4e477f5 [f4e477f5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=6c0461f7 [6c0461f7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 0.4% (7 of 1669 strings)&amp;lt;br/&amp;gt;Translation: applications/piklab&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/piklab/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=f7b9e20a [f7b9e20a]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdesvn ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=03ebafb7 [03ebafb7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 48.5% (359 of 739 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=5b9025cb [5b9025cb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 48.5% (359 of 739 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=1074ed80 [1074ed80]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdesvn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=2cdbcc87 [2cdbcc87]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 48.5% (359 of 739 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=f66e96c7 [f66e96c7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdesvn - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=e0823d75 [e0823d75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/games =&lt;br /&gt;
== knights ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=f3e352ec [f3e352ec]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knights - knights.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knights-knightsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=c2ad1fa9 [c2ad1fa9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/knights - pgn mimetype&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knights-pgn-mimetype/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=9106aede [9106aede]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=d63c00f1 [d63c00f1]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdepacman ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=71d98913 [71d98913]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (59 of 59 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepacman&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepacman/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=b28adc9a [b28adc9a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.6% (47 of 59 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepacman&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepacman/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=62ba7450 [62ba7450]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 57.6% (34 of 59 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepacman&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepacman/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=f210c65b [f210c65b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepacman - tdepacman.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepacman-tdepacmandesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=7664379d [7664379d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=d0b05e33 [d0b05e33]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
= applications/graphics =&lt;br /&gt;
== digikam ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=428504bb [428504bb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1795 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=1e5802a1 [1e5802a1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1794 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=5ec04830 [5ec04830]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1794 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=365fc56f [365fc56f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=31f057f7 [31f057f7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1794 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=d1ed2afa [d1ed2afa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1793 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=1798610f [1798610f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=e809e384 [e809e384]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1793 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=53e13c18 [53e13c18]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2244 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=09a41f75 [09a41f75]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/&lt;br /&gt;
&lt;br /&gt;
== gwenview ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=b6f5bb63 [b6f5bb63]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=7183742f [7183742f]] Fix pthread required. This relates to PR #35.&lt;br /&gt;
&lt;br /&gt;
== gwenview-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=a3d5eaed [a3d5eaed]] Revert &amp;quot;Update translation template.&amp;quot; because the desktop files&amp;lt;br/&amp;gt;translation template must be part of the application repository.&amp;lt;br/&amp;gt;This reverts commit 0b840e0263626cff345f7ee7c4c14da48dae0c29.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=0b840e02 [0b840e02]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=6b0aaedb [6b0aaedb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (342 of 342 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=f3f98c63 [f3f98c63]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (342 of 342 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=6145e290 [6145e290]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (342 of 342 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=f3694437 [f3694437]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (342 of 342 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=bc00950d [bc00950d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (342 of 342 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=d1950f41 [d1950f41]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.9% (335 of 342 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=41a7389f [41a7389f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=332d87e3 [332d87e3]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=824111fb [824111fb]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.7% (341 of 342 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=ae02bedc [ae02bedc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=3f720a85 [3f720a85]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=3e754a52 [3e754a52]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=57175831 [57175831]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=827f6c7b [827f6c7b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/ru/&lt;br /&gt;
&lt;br /&gt;
== ksquirrel ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=5c6fb850 [5c6fb850]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (517 of 517 strings)&amp;lt;br/&amp;gt;Translation: applications/ksquirrel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksquirrel/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=90ff7f82 [90ff7f82]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (517 of 517 strings)&amp;lt;br/&amp;gt;Translation: applications/ksquirrel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksquirrel/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=5ed6f0e2 [5ed6f0e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.9% (501 of 517 strings)&amp;lt;br/&amp;gt;Translation: applications/ksquirrel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksquirrel/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=812e8755 [812e8755]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.3% (493 of 517 strings)&amp;lt;br/&amp;gt;Translation: applications/ksquirrel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksquirrel/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=8dcaf788 [8dcaf788]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.3% (493 of 517 strings)&amp;lt;br/&amp;gt;Translation: applications/ksquirrel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksquirrel/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=6fbf4183 [6fbf4183]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/ksquirrel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksquirrel/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=36fc62e2 [36fc62e2]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (517 of 517 strings)&amp;lt;br/&amp;gt;Translation: applications/ksquirrel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksquirrel/it/&lt;br /&gt;
&lt;br /&gt;
== potracegui ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=0dc93a59 [0dc93a59]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/potracegui - potracegui.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/potracegui-potraceguidesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=454877ad [454877ad]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/potracegui - potracegui.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/potracegui-potraceguidesktop/it/&lt;br /&gt;
&lt;br /&gt;
= applications/internet =&lt;br /&gt;
== kasablanca ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=a9da006a [a9da006a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kasablanca - kasablanca.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca-kasablancadesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=81b3e027 [81b3e027]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kasablanca&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=2a9b7e7d [2a9b7e7d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kasablanca - kasablanca.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca-kasablancadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=159a8faf [159a8faf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 64.3% (74 of 115 strings)&amp;lt;br/&amp;gt;Translation: applications/kasablanca&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=4b9e3dcb [4b9e3dcb]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kbiff ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=b44d8e25 [b44d8e25]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=b172523d [b172523d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=a9666982 [a9666982]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbiff - kbiff.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff-kbiffdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=c53c9a60 [c53c9a60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=2cc626b9 [2cc626b9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.8% (89 of 90 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=4069eda9 [4069eda9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff - kbiff.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff-kbiffdesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== kftpgrabber ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=f5ef9f7c [f5ef9f7c]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=a682efb2 [a682efb2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kftpgrabber - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kftpgrabber-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=70edee2c [70edee2c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/kftpgrabber - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kftpgrabber-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== knmap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=c9299bd0 [c9299bd0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=436617ea [436617ea]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=fcc0e57c [fcc0e57c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=a289b05a [a289b05a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=2721c5e0 [2721c5e0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=24febfa6 [24febfa6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=8f8a354b [8f8a354b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (221 of 221 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=b68bd35b [b68bd35b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=60528588 [60528588]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 16.2% (36 of 221 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=aea076a0 [aea076a0]] Added translation using Weblate (Ukrainian)&lt;br /&gt;
&lt;br /&gt;
== konversation ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=adaa089b [adaa089b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.7% (1168 of 1362 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=1ca2d3d4 [1ca2d3d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=d5a93e3c [d5a93e3c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=99cac705 [99cac705]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.7% (1168 of 1362 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=7e09ebfb [7e09ebfb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.6% (1167 of 1362 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=efe05804 [efe05804]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/konversation&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=04e4928e [04e4928e]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=b5f177fc [b5f177fc]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation-events/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=dfedc855 [dfedc855]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.6% (1167 of 1362 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation/ru/&lt;br /&gt;
&lt;br /&gt;
== kopete-otr ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=95288d30 [95288d30]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kopete-otr - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kopete-otr-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=15094db2 [15094db2]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kshowmail ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=295eaf3d [295eaf3d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 50.4% (176 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=6d16605e [6d16605e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 50.1% (175 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=9e1b5a5d [9e1b5a5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 50.1% (175 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=ced2b753 [ced2b753]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=10272aed [10272aed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 49.8% (174 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=b13b420d [b13b420d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 49.5% (173 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
&lt;br /&gt;
== kstreamripper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=e7e90ba3 [e7e90ba3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kstreamripper - kstreamripper.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper-kstreamripperdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=cd2d1f4f [cd2d1f4f]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=38dad7af [38dad7af]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 78.7% (26 of 33 strings)&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=c6c8865f [c6c8865f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=b57d1640 [b57d1640]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=04b2afc8 [04b2afc8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=3f95be57 [3f95be57]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=dbdd2a4e [dbdd2a4e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=6a970335 [6a970335]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=3ec99f94 [3ec99f94]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=457de6e0 [457de6e0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=1801e3aa [1801e3aa]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 80.0% (24 of 30 strings)&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=382d4392 [382d4392]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=5da88b7e [5da88b7e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=c621d368 [c621d368]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== ktorrent ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=6760c174 [6760c174]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (875 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=1e588c37 [1e588c37]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=ccf782d8 [ccf782d8]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (875 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=523c79c3 [523c79c3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (875 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=46220b63 [46220b63]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 80.1% (701 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/ru/&lt;br /&gt;
&lt;br /&gt;
== kvirc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=e3708273 [e3708273]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (805 of 805 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=7295d79c [7295d79c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.1% (2411 of 2588 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=8348ba5d [8348ba5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.8% (2404 of 2588 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=ecf6f383 [ecf6f383]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (805 of 805 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=54662d94 [54662d94]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.8% (2404 of 2588 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=6de62e99 [6de62e99]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - mediaplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-mediaplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=310fb2b2 [310fb2b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (805 of 805 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=5290b915 [5290b915]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.8% (2404 of 2588 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=5bedfee4 [5bedfee4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (805 of 805 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=80098102 [80098102]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.8% (2404 of 2588 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=574f79d5 [574f79d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - torrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-torrent/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b9cb66f1 [b9cb66f1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (78 of 78 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - theme&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-theme/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=9390b2d9 [9390b2d9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - sharedfileswindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-sharedfileswindow/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=6e0f1e9c [6e0f1e9c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - perl&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-perl/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=302a040b [302a040b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - filetransferwindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-filetransferwindow/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=db90f695 [db90f695]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=33fece29 [33fece29]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=ab992aba [ab992aba]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - perlcore&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-perlcore/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=484c9ce8 [484c9ce8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=5c4d4a2a [5c4d4a2a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - editor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a7a4e202 [a7a4e202]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - about&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-about/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b7788073 [b7788073]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - notifier&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=391b00c9 [391b00c9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a0a87c06 [a0a87c06]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (805 of 805 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=12f4706c [12f4706c]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - mediaplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-mediaplayer/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=6280f2fb [6280f2fb]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - torrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-torrent/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=c0c52835 [c0c52835]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (78 of 78 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - theme&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-theme/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=0f4e51e5 [0f4e51e5]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - sharedfileswindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-sharedfileswindow/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=03eee71d [03eee71d]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - perlcore&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-perlcore/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=eb439f20 [eb439f20]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - perl&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-perl/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=df7ec3eb [df7ec3eb]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - notifier&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=d7deeb9d [d7deeb9d]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - logview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-logview/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=3a47fdca [3a47fdca]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - filetransferwindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-filetransferwindow/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a417c6a0 [a417c6a0]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - editor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=58a8d2a6 [58a8d2a6]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (182 of 182 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - dcc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-dcc/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=44846083 [44846083]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - notifier&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b435bad5 [b435bad5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - editor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b412083e [b412083e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - about&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-about/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b32a017a [b32a017a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.8% (2404 of 2588 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=02e908ee [02e908ee]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=e2dd007c [e2dd007c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a48e70a7 [a48e70a7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (794 of 805 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a7254dcc [a7254dcc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - theme&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-theme/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=25f3bffc [25f3bffc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=1e208b4f [1e208b4f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - logview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-logview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=3e94a25e [3e94a25e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - editor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=0c62fcd5 [0c62fcd5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - filetransferwindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-filetransferwindow/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a6e75ff9 [a6e75ff9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - dcc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-dcc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=2091bae5 [2091bae5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - notifier&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=90e47cbd [90e47cbd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - sharedfileswindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-sharedfileswindow/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=729d67a2 [729d67a2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=116c3821 [116c3821]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=5e2a1ae3 [5e2a1ae3]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== kvpnc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=00364c7f [00364c7f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 19.8% (491 of 2472 strings)&amp;lt;br/&amp;gt;Translation: applications/kvpnc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=148bc21c [148bc21c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 19.3% (479 of 2472 strings)&amp;lt;br/&amp;gt;Translation: applications/kvpnc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=13e49f67 [13e49f67]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 17.9% (443 of 2472 strings)&amp;lt;br/&amp;gt;Translation: applications/kvpnc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=26680f70 [26680f70]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kvpnc - kvpnc.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc-kvpncdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=7b05f487 [7b05f487]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=e45d6713 [e45d6713]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 14.1% (351 of 2472 strings)&amp;lt;br/&amp;gt;Translation: applications/kvpnc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=a7492e4b [a7492e4b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvpnc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=da275e97 [da275e97]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=69565c3b [69565c3b]] Revert changes of translations related to unwanted renaming&amp;lt;br/&amp;gt;SLOT =&amp;amp;gt; TQ_SLOT in the message string.&amp;lt;br/&amp;gt;This revert commits:&amp;lt;br/&amp;gt;28bd29d299272a1d96d678c550de70c2dd442785&amp;lt;br/&amp;gt;f1197c6adc69b6acae78327e1481ce78ba7774ae&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=f1197c6a [f1197c6a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvpnc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=28bd29d2 [28bd29d2]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=9d6caa32 [9d6caa32]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/tork - applet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tork-applet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=caf382ba [caf382ba]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=56a31f9a [56a31f9a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/tork - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tork-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=5efe8cb7 [5efe8cb7]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=b478b393 [b478b393]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: applications/tork - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tork-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=e8c69c0a [e8c69c0a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: applications/tork - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tork-desktop-files/it/&lt;br /&gt;
&lt;br /&gt;
= applications/misc =&lt;br /&gt;
== bibletime ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=48ce54dd [48ce54dd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/bibletime - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/bibletime-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=e57d164d [e57d164d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=9d90808b [9d90808b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/bibletime - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/bibletime-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=de0a4201 [de0a4201]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=7c699d2d [7c699d2d]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== desktop-effects-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=a1491403 [a1491403]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=5896fcd5 [5896fcd5]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=4ef8c50e [4ef8c50e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=7437087e [7437087e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=92556696 [92556696]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kcmldap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=10dc0c8c [10dc0c8c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kcm-ldap - ldapbonding.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-ldap-ldapbondingdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=2d2e48bf [2d2e48bf]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=5e83e4cf [5e83e4cf]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kcmldapcontroller ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=9790ea48 [9790ea48]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kcm-ldapcontroller - ldapcontroller.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-ldapcontroller-ldapcontrollerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=db1459a6 [db1459a6]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=1c9b3a80 [1c9b3a80]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kcmldapmanager ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=61c492ee [61c492ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kcm-ldapmanager - ldapmanager.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-ldapmanager-ldapmanagerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=1b7e69e3 [1b7e69e3]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=580fd05b [580fd05b]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kerberostray ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=d29a0b08 [d29a0b08]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kerberostray - kerberostray.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kerberostray-kerberostraydesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=17fd3039 [17fd3039]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=a677a48f [a677a48f]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=f56d47b0 [f56d47b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kerberostray&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kerberostray/&lt;br /&gt;
&lt;br /&gt;
== krecipes ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=cd240323 [cd240323]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krecipes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krecipes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=22acd03d [22acd03d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=d2a4cb93 [d2a4cb93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 30.5% (343 of 1123 strings)&amp;lt;br/&amp;gt;Translation: applications/krecipes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krecipes/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/multimedia =&lt;br /&gt;
== amarok ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=250ce4cb [250ce4cb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b21275ce [b21275ce]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=34a70a2d [34a70a2d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=6597c102 [6597c102]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=db6dfe09 [db6dfe09]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=52621df4 [52621df4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=aa067461 [aa067461]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=7e8b9a52 [7e8b9a52]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=9b954758 [9b954758]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=3f17994d [3f17994d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=e6e3ba96 [e6e3ba96]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=9d43419b [9d43419b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=73837f1a [73837f1a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=079f0cc9 [079f0cc9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b037abfb [b037abfb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=93aff8fd [93aff8fd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=7f396148 [7f396148]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=8ac0d326 [8ac0d326]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=086adc4f [086adc4f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4ebfa149 [4ebfa149]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 79.7% (1981 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4cc71ec3 [4cc71ec3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=2116bf2a [2116bf2a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=e6e2d189 [e6e2d189]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=c2a12e62 [c2a12e62]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=44ad188d [44ad188d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=83730846 [83730846]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4ddb9e62 [4ddb9e62]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=90520108 [90520108]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 84.7% (2105 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=40099ec0 [40099ec0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b767627f [b767627f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=bcd8d83e [bcd8d83e]] Fix functionality broken by commit 1c3e0630.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b04099ff [b04099ff]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=a7a79de0 [a7a79de0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=1c3e0630 [1c3e0630]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=5dedf79f [5dedf79f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=8b28bb5c [8b28bb5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=9038cb17 [9038cb17]] Translated using Weblate (Turkish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/tr/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=3c835108 [3c835108]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.8% (2406 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
&lt;br /&gt;
== codeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=033f32ab [033f32ab]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=28a3b75f [28a3b75f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=9f39f05e [9f39f05e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/codeine - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/codeine-desktop-files/&lt;br /&gt;
&lt;br /&gt;
== k3b ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=1cda53bb [1cda53bb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=e28f2192 [e28f2192]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=74808fa8 [74808fa8]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=2111da78 [2111da78]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=00a24ebc [00a24ebc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=987871f0 [987871f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=c2fbc8f1 [c2fbc8f1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=95a45a4f [95a45a4f]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=bbf83236 [bbf83236]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=894069eb [894069eb]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/pt/&lt;br /&gt;
&lt;br /&gt;
== k3b-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=ea16c671 [ea16c671]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=91428c7e [91428c7e]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=91378f06 [91378f06]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (33 of 33 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - setup&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-setup/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=39f11b7e [39f11b7e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - tdefile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-tdefile/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=72fbdb5f [72fbdb5f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=d1943afc [d1943afc]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=0a8ee5ac [0a8ee5ac]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=41cb5f2d [41cb5f2d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=7faed94c [7faed94c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - tdeio-videodvd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-tdeio-videodvd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=35488411 [35488411]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=59bb404c [59bb404c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (33 of 33 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - setup&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-setup/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=14a8478d [14a8478d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=3f4f7f46 [3f4f7f46]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=8538da23 [8538da23]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=856ea287 [856ea287]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=34d0ff8c [34d0ff8c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=c29d6639 [c29d6639]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=84cd0b47 [84cd0b47]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (47 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=6f6f5263 [6f6f5263]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=bd308fa9 [bd308fa9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=e6010418 [e6010418]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (47 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=cb12df11 [cb12df11]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=ecef8905 [ecef8905]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=9c355f26 [9c355f26]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=1d1360a7 [1d1360a7]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=6f8f68cc [6f8f68cc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=47c13aee [47c13aee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=b92282bd [b92282bd]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 97.8% (46 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/bg/&lt;br /&gt;
&lt;br /&gt;
== k9copy ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=5b67a635 [5b67a635]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=a25cd571 [a25cd571]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 64.0% (317 of 495 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=74f06e81 [74f06e81]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 64.0% (317 of 495 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=14601e8a [14601e8a]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 31.7% (157 of 495 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=1e20731a [1e20731a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (495 of 495 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=35c86a79 [35c86a79]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=3847d9ee [3847d9ee]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 86.6% (429 of 495 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=276d0d95 [276d0d95]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=112b19f8 [112b19f8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=45422ea5 [45422ea5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k9copy - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=4e2f83fa [4e2f83fa]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (495 of 495 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=ef83b5b8 [ef83b5b8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=4979c509 [4979c509]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=237b3548 [237b3548]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (495 of 495 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=553df4a4 [553df4a4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=bc07265d [bc07265d]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kaffeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=528599f1 [528599f1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (729 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=fbf40e21 [fbf40e21]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=5b6f8a82 [5b6f8a82]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (729 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=fd20d9cf [fd20d9cf]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=86e5bbbc [86e5bbbc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=0d261da7 [0d261da7]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=03b9c1f4 [03b9c1f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (729 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=fe9e778d [fe9e778d]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine-desktop-files/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=ce0c6633 [ce0c6633]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (729 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=3f38f883 [3f38f883]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=eac2daca [eac2daca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (729 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=6c9257f2 [6c9257f2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.5% (711 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=e0e0d158 [e0e0d158]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=b871bd5b [b871bd5b]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kmplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=132da052 [132da052]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (390 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=c1187155 [c1187155]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (390 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=9530e59d [9530e59d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=1566a9ce [1566a9ce]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (390 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=78361cb3 [78361cb3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=6e72f310 [6e72f310]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=30650e19 [30650e19]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.9% (347 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=77c148a7 [77c148a7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=bb993d63 [bb993d63]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=d8d54a7f [d8d54a7f]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 95.6% (373 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=122a27a0 [122a27a0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=bb9e13d1 [bb9e13d1]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=0817bc03 [0817bc03]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer-desktop-files/bg/&lt;br /&gt;
&lt;br /&gt;
== kplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=7b81ead9 [7b81ead9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 77.1% (800 of 1037 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=7fcb2060 [7fcb2060]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 77.1% (800 of 1037 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=e71f663d [e71f663d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 77.1% (800 of 1037 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=14b1fdd9 [14b1fdd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 77.1% (800 of 1037 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=968ddac2 [968ddac2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=1c3f07e0 [1c3f07e0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=e9d5a656 [e9d5a656]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=cc14b9cf [cc14b9cf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=d8391ef7 [d8391ef7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 77.0% (799 of 1037 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/ru/&lt;br /&gt;
&lt;br /&gt;
== mplayerthumbs ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=ece3987d [ece3987d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: applications/mplayerthumbs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/mplayerthumbs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=617cbd23 [617cbd23]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== rosegarden ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=e56395ae [e56395ae]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.2% (2003 of 2322 strings)&amp;lt;br/&amp;gt;Translation: applications/rosegarden&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/rosegarden/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=95c249dd [95c249dd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/rosegarden - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/rosegarden-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=48eed92c [48eed92c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.2% (2002 of 2322 strings)&amp;lt;br/&amp;gt;Translation: applications/rosegarden&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/rosegarden/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=5eb170e8 [5eb170e8]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=1e5e9153 [1e5e9153]] Added translation using Weblate (Portuguese (Brazil))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=edb78953 [edb78953]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.2% (2002 of 2322 strings)&amp;lt;br/&amp;gt;Translation: applications/rosegarden&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/rosegarden/ru/&lt;br /&gt;
&lt;br /&gt;
== soundkonverter ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=4699042e [4699042e]] Added translation using Weblate (Chinese (Simplified))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=e85fcc32 [e85fcc32]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (319 of 319 strings)&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=78fe42d0 [78fe42d0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.2% (304 of 319 strings)&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=4e11f456 [4e11f456]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=451107da [451107da]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (319 of 319 strings)&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=2c5f94f3 [2c5f94f3]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (319 of 319 strings)&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=bcf2d459 [bcf2d459]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.6% (302 of 319 strings)&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=2bf7eb6c [2bf7eb6c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=28a35800 [28a35800]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=300613ee [300613ee]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=a13d3527 [a13d3527]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tderadio ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=124924ed [124924ed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - convert-presets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-convert-presets/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=0647c9c8 [0647c9c8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - oss-sound&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-oss-sound/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=69544d75 [69544d75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (49 of 49 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - alsa-sound&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-alsa-sound/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=7a03b7f3 [7a03b7f3]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=49f49b60 [49f49b60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=46e97349 [46e97349]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - streaming&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-streaming/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=0e66044b [0e66044b]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=1e03606e [1e03606e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=f8b88abd [f8b88abd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (17 of 17 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - timeshifter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-timeshifter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=88c92992 [88c92992]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - streaming&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-streaming/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=739ad48d [739ad48d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - soundserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-soundserver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=f693d48c [f693d48c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (78 of 78 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - recording&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-recording/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=62096a82 [62096a82]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - gui-error-log&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-error-log/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=7898f4d5 [7898f4d5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - gui-standard-display&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-standard-display/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=13e5a97b [13e5a97b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - recording&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-recording/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=6b08efa0 [6b08efa0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - timeshifter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-timeshifter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=ffdacdaa [ffdacdaa]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - oss-sound&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-oss-sound/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=2cfd8fba [2cfd8fba]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=aa80a24c [aa80a24c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=28afa3da [28afa3da]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - oss-sound&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-oss-sound/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=5369d924 [5369d924]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (45 of 45 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - gui-standard-display&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-standard-display/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=a9f14b38 [a9f14b38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 82.3% (14 of 17 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - timeshifter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-timeshifter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=d57a893c [d57a893c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.1% (75 of 78 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - recording&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-recording/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=55460675 [55460675]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=03b5df8e [03b5df8e]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 93.5% (29 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=0bb5fda6 [0bb5fda6]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=8cd30c0e [8cd30c0e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=c74cfcb6 [c74cfcb6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.7% (30 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/office =&lt;br /&gt;
== basket ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=5ed9f00b [5ed9f00b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/basket&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=d492a4c3 [d492a4c3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/basket&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=5dd5a1c1 [5dd5a1c1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/basket&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=2ab71048 [2ab71048]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/basket&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=8bba24a1 [8bba24a1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: applications/basket - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=3e05901d [3e05901d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/basket&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=33317176 [33317176]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/basket&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=c8b892a3 [c8b892a3]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kbibtex ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=a8cf4b8b [a8cf4b8b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kbibtex - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbibtex-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=a9b74b76 [a9b74b76]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=15d816e8 [15d816e8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbibtex&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbibtex/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=702a473b [702a473b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 73.7% (444 of 602 strings)&amp;lt;br/&amp;gt;Translation: applications/kbibtex&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbibtex/ru/&lt;br /&gt;
&lt;br /&gt;
== kbookreader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=0b40cdac [0b40cdac]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 66.6% (2 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kbookreader - kbookreader.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader-kbookreaderdesktop/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=713e783c [713e783c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=8e2d9623 [8e2d9623]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbookreader - kbookreader.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader-kbookreaderdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=e32bbc6e [e32bbc6e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (17 of 17 strings)&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=fcdb94c9 [fcdb94c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kbookreader - kbookreader.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader-kbookreaderdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=ac3e0386 [ac3e0386]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=61e10e5a [61e10e5a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/&lt;br /&gt;
&lt;br /&gt;
== kile ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=c79ed8e2 [c79ed8e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 58.2% (924 of 1587 strings)&amp;lt;br/&amp;gt;Translation: applications/kile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=08a73a70 [08a73a70]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kile - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile-desktop-files/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=872c127f [872c127f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kile - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=59f1c45a [59f1c45a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kile - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=00b87abb [00b87abb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kile - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== kmymoney ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=1acf71ab [1acf71ab]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=4dfa4550 [4dfa4550]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 99.7% (2667 of 2674 strings)&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=2d36eedb [2d36eedb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2674 of 2674 strings)&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=202400b8 [202400b8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2674 of 2674 strings)&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=debe3076 [debe3076]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmymoney - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=16aa0610 [16aa0610]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=af8d71ce [af8d71ce]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=79e957c7 [79e957c7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=47cc1d27 [47cc1d27]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: applications/kmymoney - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=e592106d [e592106d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (2658 of 2674 strings)&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=67a43ced [67a43ced]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=9df4c701 [9df4c701]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== knowit ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=3a30dbdb [3a30dbdb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/knowit - knowit.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knowit-knowitdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=81a2fc07 [81a2fc07]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== koffice ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=d165869a [d165869a]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=c2fdb394 [c2fdb394]] Fix functionality broken by commit a9bbaa83&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=a9bbaa83 [a9bbaa83]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== koffice-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=fce31dee [fce31dee]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kspread&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ff7c98ec [ff7c98ec]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=c2c28bfe [c2c28bfe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.8% (418 of 427 strings)&amp;lt;br/&amp;gt;Translation: koffice/karbon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/karbon/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=446dc7f6 [446dc7f6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (909 of 909 strings)&amp;lt;br/&amp;gt;Translation: koffice/kpresenter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kpresenter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=c85f8b7f [c85f8b7f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.0% (1295 of 1423 strings)&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=65588988 [65588988]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (961 of 961 strings)&amp;lt;br/&amp;gt;Translation: koffice/kword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kword/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=82a49e46 [82a49e46]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (909 of 909 strings)&amp;lt;br/&amp;gt;Translation: koffice/kpresenter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kpresenter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=699d1a0e [699d1a0e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.4% (1169 of 1200 strings)&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=64f9d8c2 [64f9d8c2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (3150 of 3168 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspread&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=422b95eb [422b95eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (354 of 354 strings)&amp;lt;br/&amp;gt;Translation: koffice/kformdesigner&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kformdesigner/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=041cb462 [041cb462]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/koffice&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/koffice/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=27fd186c [27fd186c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=572398a4 [572398a4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (3150 of 3168 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspread&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=bce5a0c4 [bce5a0c4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.4% (1169 of 1200 strings)&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=cc44ebc3 [cc44ebc3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: koffice/thesaurus_tool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/thesaurus_tool/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=b6cedf64 [b6cedf64]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_ooo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_ooo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=9f49ba05 [9f49ba05]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_koffice&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_koffice/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=7a3529fd [7a3529fd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_gnumeric&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_gnumeric/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=05196041 [05196041]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_abiword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_abiword/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ffe6d299 [ffe6d299]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (961 of 961 strings)&amp;lt;br/&amp;gt;Translation: koffice/kword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kword/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ad3cf8ee [ad3cf8ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspreadcalc_calc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspreadcalc_calc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=7f8b71fa [7f8b71fa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (909 of 909 strings)&amp;lt;br/&amp;gt;Translation: koffice/kpresenter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kpresenter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=d154e97e [d154e97e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (354 of 354 strings)&amp;lt;br/&amp;gt;Translation: koffice/kformdesigner&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kformdesigner/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=9c40a4ce [9c40a4ce]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=aa8c2267 [aa8c2267]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ccf47869 [ccf47869]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=f690d314 [f690d314]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.0% (1295 of 1423 strings)&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=f0bcacf8 [f0bcacf8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kivio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kivio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=e1f27756 [e1f27756]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=e84fa74c [e84fa74c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kword/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=fc3d61ff [fc3d61ff]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/koffice&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/koffice/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=31fd578d [31fd578d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=069df0f0 [069df0f0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kofficefilters&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kofficefilters/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=96a280ad [96a280ad]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=b7a0d0ff [b7a0d0ff]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 98.3% (420 of 427 strings)&amp;lt;br/&amp;gt;Translation: koffice/karbon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/karbon/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=8e305f42 [8e305f42]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 99.8% (1421 of 1423 strings)&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=61f41445 [61f41445]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: koffice/example&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/example/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=1f753ab8 [1f753ab8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (3150 of 3168 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspread&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/ru/&lt;br /&gt;
&lt;br /&gt;
== kpilot ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=e91f7e51 [e91f7e51]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.3% (1059 of 1088 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=0f9a5cb5 [0f9a5cb5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.3% (1059 of 1088 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=994025a3 [994025a3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.3% (1059 of 1088 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=812902b7 [812902b7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=2ddec8ee [2ddec8ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.3% (1059 of 1088 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=6ee217d4 [6ee217d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.2% (29 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=84b8d43e [84b8d43e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=9a5d96d5 [9a5d96d5]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=9beef848 [9beef848]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.3% (1059 of 1088 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=adc41d0e [adc41d0e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=43b3df95 [43b3df95]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=b2480185 [b2480185]] Fix functionality broken by commit a956e3e&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=f060f38e [f060f38e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=fa847ef4 [fa847ef4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=a956e3e8 [a956e3e8]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tellico ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=fb3e3b16 [fb3e3b16]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1113 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=c5aed387 [c5aed387]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1113 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=292c365c [292c365c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1113 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=9232c032 [9232c032]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=dae674d5 [dae674d5]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=01caa644 [01caa644]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=ea7a8ffa [ea7a8ffa]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=10996a19 [10996a19]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=252be932 [252be932]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.5% (1108 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=f73799c2 [f73799c2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=30d2f3d2 [30d2f3d2]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 74.2% (826 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=997c050d [997c050d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=0a00263f [0a00263f]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
= applications/settings =&lt;br /&gt;
== kdpkg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=e5d56b2b [e5d56b2b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kdpkg - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=52160b83 [52160b83]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=1ec33520 [1ec33520]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=1f5bed1a [1f5bed1a]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=752317fb [752317fb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=c178f4e3 [c178f4e3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 93.1% (27 of 29 strings)&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=7afa4047 [7afa4047]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=3107e30a [3107e30a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=4277d12f [4277d12f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/&lt;br /&gt;
&lt;br /&gt;
== kima ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=72f70a32 [72f70a32]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kima - kima.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kima-kimadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=59a7eecd [59a7eecd]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kiosktool ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=fe1ef0db [fe1ef0db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kiosktool - kiosktool.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kiosktool-kiosktooldesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=e30e1b38 [e30e1b38]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=f585e458 [f585e458]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kiosktool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kiosktool/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=6d1e1f26 [6d1e1f26]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (238 of 238 strings)&amp;lt;br/&amp;gt;Translation: applications/kiosktool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kiosktool/ru/&lt;br /&gt;
&lt;br /&gt;
== kkbswitch ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=dd9aa434 [dd9aa434]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=c81744ba [c81744ba]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=513141a1 [513141a1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.9% (53 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=d7365e67 [d7365e67]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch - kkbswitch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch-kkbswitchdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=59d15769 [59d15769]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=f14c6e5f [f14c6e5f]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=c36d0446 [c36d0446]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch - kkbswitch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch-kkbswitchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=d7b89dac [d7b89dac]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=586412b8 [586412b8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 96.4% (55 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=8978515d [8978515d]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=29e2187e [29e2187e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=4f10d322 [4f10d322]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=2f27dd99 [2f27dd99]] Added global shortcuts for switching to previous/next group&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/kkbswitch/issues/6 #6]&lt;br /&gt;
&lt;br /&gt;
== klcddimmer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=10b9f399 [10b9f399]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 66.6% (2 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/klcddimmer - klcddimmer.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer-klcddimmerdesktop/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=4c074e14 [4c074e14]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/klcddimmer - klcddimmer.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer-klcddimmerdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=739e6b63 [739e6b63]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/klcddimmer - klcddimmer.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer-klcddimmerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=c552505d [c552505d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/klcddimmer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer/&lt;br /&gt;
&lt;br /&gt;
== tde-systemsettings ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-systemsettings/commit/?id=68f1f0e8 [68f1f0e8]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-systemsettings - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-systemsettings-desktop-files/pt_BR/&lt;br /&gt;
&lt;br /&gt;
== tdenetworkmanager ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=844977ab [844977ab]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=4df2908f [4df2908f]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=726b7a12 [726b7a12]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 69.9% (198 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=b886f5e1 [b886f5e1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 68.5% (194 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=aed561a0 [aed561a0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 56.5% (160 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=0f339629 [0f339629]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 56.5% (160 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=0b25fec3 [0b25fec3]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (283 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=61ae35a3 [61ae35a3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=5df4ed11 [5df4ed11]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 56.5% (160 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=c95d4f33 [c95d4f33]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=f6f35912 [f6f35912]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=92a7c996 [92a7c996]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager-events/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=8883a11e [8883a11e]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=f781e430 [f781e430]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 56.5% (160 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=6bd64d20 [6bd64d20]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 54.4% (154 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
&lt;br /&gt;
== tdesudo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesudo/commit/?id=ccf9891b [ccf9891b]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 10.7% (3 of 28 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesudo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesudo/pt/&lt;br /&gt;
&lt;br /&gt;
== wlassistant ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/wlassistant/commit/?id=3e7e7008 [3e7e7008]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/wlassistant - wlassistant.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/wlassistant-wlassistantdesktop/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/system =&lt;br /&gt;
== dolphin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=b6e4e387 [b6e4e387]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=66caccf8 [66caccf8]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (174 of 174 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=3738023e [3738023e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=587e9c20 [587e9c20]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (174 of 174 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=7c83a8a9 [7c83a8a9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (174 of 174 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=5ad5f3b3 [5ad5f3b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (174 of 174 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=935eb49d [935eb49d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (174 of 174 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=c5ebee1a [c5ebee1a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=b6a6add7 [b6a6add7]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=d6981f86 [d6981f86]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=88bffef8 [88bffef8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=50bf6ece [50bf6ece]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=df0f2634 [df0f2634]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 87.3% (55 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=128fc6c0 [128fc6c0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=4177bfeb [4177bfeb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=31e79818 [31e79818]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=614887eb [614887eb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=dfc034e5 [dfc034e5]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== katapult ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=5ba23c85 [5ba23c85]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 61.7% (55 of 89 strings)&amp;lt;br/&amp;gt;Translation: applications/katapult&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/katapult/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=b427732a [b427732a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: applications/katapult - displays&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/katapult-displays/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=a2ce4f73 [a2ce4f73]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=90483ac4 [90483ac4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/katapult - katapult.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/katapult-katapultdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=2c620ea8 [2c620ea8]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=4b5ae0ee [4b5ae0ee]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (89 of 89 strings)&amp;lt;br/&amp;gt;Translation: applications/katapult&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/katapult/pt_BR/&lt;br /&gt;
&lt;br /&gt;
== kbfx ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=83dfb156 [83dfb156]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: applications/kbfx - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbfx-desktop-files/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=f445316b [f445316b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: applications/kbfx - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbfx-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=ea95d7dd [ea95d7dd]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=a83a9d10 [a83a9d10]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=7df544d7 [7df544d7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbfx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbfx/&lt;br /&gt;
&lt;br /&gt;
== kcmautostart ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=b5fa6c20 [b5fa6c20]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart - autostart.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart-autostartdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=93aa3c87 [93aa3c87]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=639e1972 [639e1972]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=e156d8d7 [e156d8d7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=a34114dc [a34114dc]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=e32b5599 [e32b5599]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/&lt;br /&gt;
&lt;br /&gt;
== kdbusnotification ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=1a641393 [1a641393]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/kdbusnotification&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbusnotification/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=b412e198 [b412e198]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=b0df4a69 [b0df4a69]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kdbusnotification - autostart.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbusnotification-autostartdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=15f5616c [15f5616c]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== klamav ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=29631587 [29631587]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: applications/klamav - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klamav-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=478aa390 [478aa390]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 64.4% (286 of 444 strings)&amp;lt;br/&amp;gt;Translation: applications/klamav&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klamav/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=9a617c2a [9a617c2a]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=d11bc9be [d11bc9be]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 64.1% (285 of 444 strings)&amp;lt;br/&amp;gt;Translation: applications/klamav&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klamav/ru/&lt;br /&gt;
&lt;br /&gt;
== knemo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=e7fb48e5 [e7fb48e5]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (85 of 85 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=9e04f998 [9e04f998]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knemo - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=3772679a [3772679a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knemo - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-events/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=232699e6 [232699e6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knemo - kcm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-kcm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=16c52455 [16c52455]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knemo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=8e390170 [8e390170]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=73908043 [73908043]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo - kcm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-kcm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=d1925e58 [d1925e58]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (85 of 85 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=6132bf8e [6132bf8e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== knetload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=ba2626b3 [ba2626b3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knetload - knetload.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetload-knetloaddesktop/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=c52c618e [c52c618e]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=7b25c61d [7b25c61d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knetload - knetload.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetload-knetloaddesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=ad81a141 [ad81a141]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knetload - knetload.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetload-knetloaddesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== knetstats ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=cde57e3a [cde57e3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (53 of 53 strings)&amp;lt;br/&amp;gt;Translation: applications/knetstats&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetstats/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=f59f6f15 [f59f6f15]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/knetstats - knetstats.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetstats-knetstatsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=26523e70 [26523e70]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=fca6b8e0 [fca6b8e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (53 of 53 strings)&amp;lt;br/&amp;gt;Translation: applications/knetstats&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetstats/ru/&lt;br /&gt;
&lt;br /&gt;
== krusader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=ebe33485 [ebe33485]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 89.0% (1246 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=9c7ecae7 [9c7ecae7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 89.0% (1246 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=48d80382 [48d80382]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1399 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=0a303a08 [0a303a08]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader - tdeio-virt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader-tdeio-virt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=b530f6f6 [b530f6f6]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=7e975b56 [7e975b56]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 89.0% (1246 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=6dcff4b8 [6dcff4b8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=36ae80d0 [36ae80d0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=3ce92a8b [3ce92a8b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 89.0% (1246 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=c3898db6 [c3898db6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=b55a9aa0 [b55a9aa0]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1399 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=a6d7af8f [a6d7af8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 89.0% (1246 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=1107ba66 [1107ba66]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=60b198a9 [60b198a9]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1399 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/uk/&lt;br /&gt;
&lt;br /&gt;
== kshutdown ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=73705ae9 [73705ae9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kshutdown&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=9c887493 [9c887493]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=88cbe7eb [88cbe7eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 32.7% (58 of 177 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=7f2b77af [7f2b77af]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=6de6914a [6de6914a]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=294c6c37 [294c6c37]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=5153b71e [5153b71e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kshutdown - kshutdown.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-kshutdowndesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=757c58ab [757c58ab]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=0cb0eeb3 [0cb0eeb3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown - kshutdown.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-kshutdowndesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=6c6e8bb5 [6c6e8bb5]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown - kshutdown.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-kshutdowndesktop/nl/&lt;br /&gt;
&lt;br /&gt;
== ksystemlog ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=e8c74ab9 [e8c74ab9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/ksystemlog - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksystemlog-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=f878a025 [f878a025]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=cf0f1b44 [cf0f1b44]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/ksystemlog&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksystemlog/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=27e255d7 [27e255d7]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kvkbd ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=570028de [570028de]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kvkbd - kvkbd.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvkbd-kvkbddesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=3a15b392 [3a15b392]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=02fef088 [02fef088]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== polkit-agent-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=7ef2e01a [7ef2e01a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde - polkit-agent-tde.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde-polkit-agent-tdedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=4bc2685c [4bc2685c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=394ba86f [394ba86f]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=d0ff02a7 [d0ff02a7]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=774e540b [774e540b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=fe3d3837 [fe3d3837]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=81f288bf [81f288bf]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/zh_Hant/&lt;br /&gt;
&lt;br /&gt;
== tastymenu ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=2307db6a [2307db6a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (146 of 146 strings)&amp;lt;br/&amp;gt;Translation: applications/tastymenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tastymenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=425d4d88 [425d4d88]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/tastymenu - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tastymenu-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=97b927a5 [97b927a5]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdebluez ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=17819966 [17819966]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=f25c4521 [f25c4521]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-events/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=01f504fe [01f504fe]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=fce0091e [fce0091e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=f23e3839 [f23e3839]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=823b8121 [823b8121]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=d0311fa0 [d0311fa0]] Added translation using Weblate (Dutch)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ee1b7905 [ee1b7905]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 89.1% (239 of 268 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=14e65f81 [14e65f81]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=9a895e4f [9a895e4f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=5dbd02e3 [5dbd02e3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=75e3f4ae [75e3f4ae]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=1d2fcc95 [1d2fcc95]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (266 of 266 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=9ec32992 [9ec32992]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=226cacc4 [226cacc4]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (274 of 274 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ae46115f [ae46115f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ad1894b7 [ad1894b7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=e852055d [e852055d]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tdedocker ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=0784dd69 [0784dd69]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 39.1% (18 of 46 strings)&amp;lt;br/&amp;gt;Translation: applications/tdedocker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdedocker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=c8bd481e [c8bd481e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/tdedocker - tdedocker.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdedocker-tdedockerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=2cb5f566 [2cb5f566]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdepowersave ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=f1c49fc1 [f1c49fc1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (311 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=dc69c843 [dc69c843]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (311 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=edb862bc [edb862bc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (311 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=b001f8e8 [b001f8e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 36.3% (20 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=b8b910e9 [b8b910e9]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=aaf6cc18 [aaf6cc18]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=8a0925b0 [8a0925b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave-events/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=9b7728c1 [9b7728c1]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (311 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=96ba1bf7 [96ba1bf7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 36.3% (20 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=1e735aeb [1e735aeb]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (311 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=f39d5cd2 [f39d5cd2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=c1d1a446 [c1d1a446]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=70666ec3 [70666ec3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=c2676876 [c2676876]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.2% (290 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=5242ce6d [5242ce6d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=678ecbe9 [678ecbe9]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tdesshaskpass ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=77270a90 [77270a90]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 71.4% (5 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesshaskpass&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesshaskpass/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=a9f78c9a [a9f78c9a]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=b193e3f5 [b193e3f5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdesshaskpass&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesshaskpass/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=7a7a240e [7a7a240e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesshaskpass&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesshaskpass/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=b0aaaa03 [b0aaaa03]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== yakuake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=ffd5e73e [ffd5e73e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/yakuake - yakuake.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake-yakuakedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=cf3dbd06 [cf3dbd06]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (98 of 98 strings)&amp;lt;br/&amp;gt;Translation: applications/yakuake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=4adafb6f [4adafb6f]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=73cd9e3b [73cd9e3b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/yakuake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=4d40f6d0 [4d40f6d0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.9% (94 of 98 strings)&amp;lt;br/&amp;gt;Translation: applications/yakuake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/tdeio =&lt;br /&gt;
== tdeio-appinfo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=61b023d5 [61b023d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-appinfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-appinfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=6b18c8aa [6b18c8aa]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=4a1957d9 [4a1957d9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-appinfo - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-appinfo-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=259bb403 [259bb403]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeio-apt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=154d4926 [154d4926]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-apt - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-apt-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=9bd15ca6 [9bd15ca6]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeio-ftps ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-ftps/commit/?id=8ac1f636 [8ac1f636]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdeio-ftps&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-ftps/&lt;br /&gt;
&lt;br /&gt;
== tdeio-gopher ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-gopher/commit/?id=dfc20d5b [dfc20d5b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-gopher&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-gopher/ru/&lt;br /&gt;
&lt;br /&gt;
== tdeio-locate ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=888a6158 [888a6158]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-locate - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-locate-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=94acdb2d [94acdb2d]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeio-sword ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=bbf5f2b3 [bbf5f2b3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdeio-sword - sword.protocol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-sword-swordprotocol/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=a1851f5d [a1851f5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-sword - sword.protocol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-sword-swordprotocol/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=6d75ce24 [6d75ce24]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeio-umountwrapper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=c48a81c6 [c48a81c6]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 57.1% (4 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-umountwrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-umountwrapper/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=dfbe223a [dfbe223a]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=11dcb3f5 [11dcb3f5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdeio-umountwrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-umountwrapper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=e3173ff2 [e3173ff2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-umountwrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-umountwrapper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=c37ba2dc [c37ba2dc]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
= applications/themes =&lt;br /&gt;
== gtk-qt-engine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=df12e773 [df12e773]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=d0d226cf [d0d226cf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=2178adeb [2178adeb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=90c79e65 [90c79e65]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=df701883 [df701883]] Added translation using Weblate (Chinese (Simplified))&lt;br /&gt;
&lt;br /&gt;
== kgtk-qt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=e6da4c75 [e6da4c75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/kgtk-qt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kgtk-qt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=06bca424 [06bca424]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/kgtk-qt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kgtk-qt3/ru/&lt;br /&gt;
&lt;br /&gt;
== ksplash-engine-moodin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=c10854bc [c10854bc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: applications/ksplash-engine-moodin - themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksplash-engine-moodin-themes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=ba3e4d83 [ba3e4d83]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=a6618f45 [a6618f45]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/ksplash-engine-moodin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksplash-engine-moodin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=5f1d24be [5f1d24be]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=80fd36cc [80fd36cc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/ksplash-engine-moodin - ksplashmoodin.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksplash-engine-moodin-ksplashmoodindesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=c5ea48d7 [c5ea48d7]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tde-style-baghira ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=2848e644 [2848e644]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 7.1% (1 of 14 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-desktop-files/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=85366bc0 [85366bc0]] Added translation using Weblate (Portuguese (Brazil))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=130a09fe [130a09fe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - bab&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-bab/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=a41cd05c [a41cd05c]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=2bfddb37 [2bfddb37]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - kmenuapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-kmenuapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=24c94460 [24c94460]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=bb43a575 [bb43a575]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - sessionapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-sessionapplet/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=738600de [738600de]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - starter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-starter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=54a306f5 [54a306f5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=4a3bbfa4 [4a3bbfa4]] Rename library twin3_baghira -&amp;amp;gt; twin_baghira&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=fc8b3dd4 [fc8b3dd4]] Fix functionality broken by commit 66813ef&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=66813efe [66813efe]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tde-style-domino ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=515a3c18 [515a3c18]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-domino - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-domino-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=bc0d220b [bc0d220b]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=7ea023ba [7ea023ba]] Rename library twin3_domino -&amp;amp;gt; twin_domino&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== tde-style-ia-ora ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=9e5afc6b [9e5afc6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-ia-ora - twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-ia-ora-twin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=5bbd8ebf [5bbd8ebf]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=70d8e947 [70d8e947]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-ia-ora - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-ia-ora-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=5e7e1797 [5e7e1797]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=25c19604 [25c19604]] Rename library twin3_iaora -&amp;amp;gt; twin_iaora&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== tde-style-lipstik ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=dc269473 [dc269473]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-lipstik - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-lipstik-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=39c758d5 [39c758d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-lipstik - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-lipstik-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=e0338512 [e0338512]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tde-style-qtcurve ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=b069a35c [b069a35c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-qtcurve - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-qtcurve-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=27e23c10 [27e23c10]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdmtheme ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=40c3be67 [40c3be67]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/tdmtheme - tdmtheme.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdmtheme-tdmthemedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=422b7c29 [422b7c29]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=be80cbfd [be80cbfd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdmtheme&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdmtheme/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=33f7baf1 [33f7baf1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: applications/tdmtheme&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdmtheme/ru/&lt;br /&gt;
&lt;br /&gt;
== twin-style-crystal ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=74a99abb [74a99abb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/twin-style-crystal - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-crystal-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=ef365451 [ef365451]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=d9afc78c [d9afc78c]] Rename library twin3_crystal -&amp;amp;gt; twin_crystal&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-dekorator ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=c2065d4f [c2065d4f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/twin-style-dekorator - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-dekorator-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=92d4ca9f [92d4ca9f]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=c67f6084 [c67f6084]] Rename library twin3_deKorator -&amp;amp;gt; twin_deKorator&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-machbunt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=f58ac171 [f58ac171]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/twin-style-machbunt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-machbunt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=7a99524e [7a99524e]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=330d2a97 [330d2a97]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/twin-style-machbunt - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-machbunt-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=af060376 [af060376]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=81c7c4d0 [81c7c4d0]] Rename library twin3_MachBunt to twin_MachBunt&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-suse2 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=e0d3d7ab [e0d3d7ab]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 78.4% (51 of 65 strings)&amp;lt;br/&amp;gt;Translation: applications/twin-style-suse2&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-suse2/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=db79df35 [db79df35]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/twin-style-suse2 - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-suse2-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=358a0175 [358a0175]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=6cdb0cbb [6cdb0cbb]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (65 of 65 strings)&amp;lt;br/&amp;gt;Translation: applications/twin-style-suse2&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-suse2/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=9b5c2e1e [9b5c2e1e]] Rename library twin3_SUSE2 -&amp;amp;gt; twin_SUSE&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
= applications/utilities =&lt;br /&gt;
== abakus ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=9ace50d1 [9ace50d1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/abakus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=467ef6c1 [467ef6c1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (49 of 49 strings)&amp;lt;br/&amp;gt;Translation: applications/abakus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=e1762b36 [e1762b36]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=b277c7ae [b277c7ae]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/abakus - abakus.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus-abakusdesktop/bg/&lt;br /&gt;
&lt;br /&gt;
== filelight ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=6676268d [6676268d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=8066004a [8066004a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=9fd8fe68 [9fd8fe68]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (77 of 77 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=aa06806b [aa06806b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=28349b70 [28349b70]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=7cc11b7f [7cc11b7f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=629295b3 [629295b3]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=33098270 [33098270]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (77 of 77 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/uk/&lt;br /&gt;
&lt;br /&gt;
== kbarcode ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=e7336ab9 [e7336ab9]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=2f5aa189 [2f5aa189]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.1% (589 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=6c31a9ec [6c31a9ec]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=7f9e4e65 [7f9e4e65]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.9% (582 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=f6c05921 [f6c05921]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 74.5% (443 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=371ce27c [371ce27c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=7bd51d72 [7bd51d72]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=6ca861bd [6ca861bd]] Fix functionality broken by commit fc06df3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=fc06df33 [fc06df33]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== kchmviewer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=98cc5c5b [98cc5c5b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 80.6% (117 of 145 strings)&amp;lt;br/&amp;gt;Translation: applications/kchmviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kchmviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=c840a753 [c840a753]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 80.6% (117 of 145 strings)&amp;lt;br/&amp;gt;Translation: applications/kchmviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kchmviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=7b5e8574 [7b5e8574]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kchmviewer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kchmviewer-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=78502278 [78502278]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kchmviewer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kchmviewer-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== kcpuload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=14c73c4b [14c73c4b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kcpuload - kcpuload.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload-kcpuloaddesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=824e509b [824e509b]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=0c199bf6 [0c199bf6]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=b49178b0 [b49178b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=8ae8e9f8 [8ae8e9f8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 94.8% (37 of 39 strings)&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=7a450d31 [7a450d31]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=d9952f82 [d9952f82]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/&lt;br /&gt;
&lt;br /&gt;
== kdirstat ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=d08890b0 [d08890b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kdirstat - kdirstat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdirstat-kdirstatdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=d0eed693 [d0eed693]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (249 of 249 strings)&amp;lt;br/&amp;gt;Translation: applications/kdirstat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdirstat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=cc9f1809 [cc9f1809]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=89804e56 [89804e56]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 47.3% (118 of 249 strings)&amp;lt;br/&amp;gt;Translation: applications/kdirstat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdirstat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=71311fff [71311fff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 42.1% (105 of 249 strings)&amp;lt;br/&amp;gt;Translation: applications/kdirstat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdirstat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=a958f1f3 [a958f1f3]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== keep ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=769aafda [769aafda]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: applications/keep&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/keep/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=1a76670f [1a76670f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/keep - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/keep-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=c08474b2 [c08474b2]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=04ecada5 [04ecada5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 84.5% (93 of 110 strings)&amp;lt;br/&amp;gt;Translation: applications/keep&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/keep/ru/&lt;br /&gt;
&lt;br /&gt;
== knutclient ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=5f03df41 [5f03df41]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knutclient - knutclient.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient-knutclientdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=0beb63be [0beb63be]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=dfa5f3fa [dfa5f3fa]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knutclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=466ddc1b [466ddc1b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (203 of 203 strings)&amp;lt;br/&amp;gt;Translation: applications/knutclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient/uk/&lt;br /&gt;
&lt;br /&gt;
== kompose ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=00e245dc [00e245dc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kompose - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kompose-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=748e68f2 [748e68f2]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== krename ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=8f56e896 [8f56e896]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (330 of 330 strings)&amp;lt;br/&amp;gt;Translation: applications/krename&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krename/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=28d102bd [28d102bd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krename - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krename-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=b4e78648 [b4e78648]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/krename - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krename-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=7740aa8e [7740aa8e]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== ksensors ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=2a8c9caa [2a8c9caa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/ksensors - ksensors.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksensors-ksensorsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=2f3812ef [2f3812ef]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== qalculate-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=3fca4e9e [3fca4e9e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=2a0fc1a4 [2a0fc1a4]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=744ac88e [744ac88e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=6baf1704 [6baf1704]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.4% (593 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=accfbbbf [accfbbbf]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=34b3365e [34b3365e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=933d4190 [933d4190]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=68aa9b3b [68aa9b3b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (596 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=96280709 [96280709]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 75.0% (447 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=09de128a [09de128a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 70.6% (421 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=c714c687 [c714c687]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 60.7% (362 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=1c102209 [1c102209]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 42.4% (253 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=06249035 [06249035]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
= packaging =&lt;br /&gt;
== packaging ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=a7e8d524 [a7e8d524]] DEB tqt3: switch to tq* environment class files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=17e7ce1f [17e7ce1f]] DEB tqt3: switch to tq* text class files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=b2b7389f [b2b7389f]] DEB tqt3: switch to tq* graphics class files (part 2)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=8044a43b [8044a43b]] DEB tqt3: switch to tq* graphics class files (part 1)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=2d8ee89b [2d8ee89b]] DEB tqt3: switch to tq* IO and network header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=46551b1f [46551b1f]] DEB tqt3: switch to tq* utility class files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=0cf4c136 [0cf4c136]] DEB tqt3: switch to tq* dran-n-drop files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f3fe3921 [f3fe3921]] DEB tqt3: switch to tq* main window files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=c62bc8c3 [c62bc8c3]] DEB tqt3: switch to tq* codec files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=40dc8410 [40dc8410]] DEB tqt3: switch to tq* threading files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=11fcd3e7 [11fcd3e7]] DEB tqt3: switch to tq* date and time files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=355bec7d [355bec7d]] DEB tqt3: remove Qt/embedded related files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=787c105f [787c105f]] RPM: more updates for mageia/openmandriva BuildRequires&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=ac47c91c [ac47c91c]] RPM: synchronize redhat directory with r14.1.x branch&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=1488354e [1488354e]] DEB tqt3: switch to tq* style files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=1141dba2 [1141dba2]] DEB tqt3: switch to tq* icon files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=ba843920 [ba843920]] DEB tqt3: switch to tq* text files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=85a0b800 [85a0b800]] DEB tqt3: switch to tq* str files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=dd776b9f [dd776b9f]] DEB tqt3: switch to tq* image files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=18e9eea2 [18e9eea2]] DEB tqt3: switch to tq* ptr files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=cd2dd4e9 [cd2dd4e9]] DEB tqt3: switch to tq* template library files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=6839f2be [6839f2be]] DEB tqt3: switch to tqwidget* files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=82ceb95a [82ceb95a]] DEB tqt3: switch to tq* canvas related files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=53704653 [53704653]] DEB tqt3: switch to tq* dom and xml related files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=30405ac3 [30405ac3]] DEB tqt3: switch to tq* sql related files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=2f4b0256 [2f4b0256]] DilOS tqt3: add input context header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=d0a9c398 [d0a9c398]] DEB tqt3: switch to tqobject* files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=598468a9 [598468a9]] DEB tqt3: move tqt.h from tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=ef8e0bd1 [ef8e0bd1]] DEB build scripts: updated after testing on Devuan Chimaera&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=70a0160c [70a0160c]] DEB tdebindings: remove dependency on libtqt3-compat-headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=fb212c9e [fb212c9e]] DEB tqt3: drop compat files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=a4869e73 [a4869e73]] DEB tdebase twin: adjusted after renaming client libraries from twin3_* to twin_*. This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=7b064a10 [7b064a10]] DEB tqt3: adjusted after removing Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f7be243e [f7be243e]] DEB buildscripts: update supported distros&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f82c8cc0 [f82c8cc0]] DEB: remove support for Debian Stretch and Ubuntu Xenial&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=4721bdc6 [4721bdc6]] DEB tqt3: remove Qt2 obsolete classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=e6b868c8 [e6b868c8]] DEB tdebase: added release notes for R14.2.x series&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=3c5c1e60 [3c5c1e60]] DEB trinity-apt-archive: Set the apt repository URL to PTB.&lt;/div&gt;</summary>
		<author><name>SlavekB</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.1.3&amp;diff=3367</id>
		<title>Changelog For R14.1.3</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.1.3&amp;diff=3367"/>
		<updated>2024-08-05T01:07:18Z</updated>

		<summary type="html">&lt;p&gt;SlavekB: Update 20240804&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= common =&lt;br /&gt;
== admin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=6fa5fdb7 [6fa5fdb7]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=d2186b1a [d2186b1a]] am_edit: Cover all wizard include variants and class name in one regexp.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=3c9e11e1 [3c9e11e1]] Rename kdemacros.h to tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=36c8888e [36c8888e]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
= dependencies =&lt;br /&gt;
== tde-cmake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=5283559e [5283559e]] tde_import: Always do &amp;#039;include&amp;#039; because macro can be called in a scope that is not global.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=5e1ef63e [5e1ef63e]] Remove __KDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=713b969b [713b969b]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY. Temporarily __KDE_HAVE_GCC_VISIBILITY is still provided, till renaming on all TDE code base is completed.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=03a1c2f4 [03a1c2f4]] tde_uic: Cover all wizard include variants and class name in one regexp.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=f1352532 [f1352532]] Rename kdemacros.h to tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=68452c7f [68452c7f]] tde_import: Reducing the noise, more common listing of the result.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=d9c41557 [d9c41557]] Add support for relative paths in &amp;#039;_tde_internal_setup_path&amp;#039;&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=9d383967 [9d383967]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=9a81dc39 [9a81dc39]] Update version to R14.1.3&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tqt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=e06dfea3 [e06dfea3]] Fix OpenType language definition tags and array access. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tqt3/issues/171 #171]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b634a4f6 [b634a4f6]] Fix a missing `if` clause guard&amp;lt;br/&amp;gt;It was mismatched with indents and sibling `if` clause cases.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=cd45e22a [cd45e22a]] Fix to compare thread_id with `pthread_equal()`&amp;lt;br/&amp;gt;`pthread_t` is an opaque type, should not be compared with `==`.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=03ef2cdd [03ef2cdd]] Remove commercial site content and documentation&amp;lt;br/&amp;gt;trolltech domain is no longer valid.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=8141b881 [8141b881]] Correctly release glib mainloop and gsource, to avoid memory leaks&lt;br /&gt;
&lt;br /&gt;
== tqtinterface ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=1e47a121 [1e47a121]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=d4f8267e [d4f8267e]] Remove unnecessary files and processing when building libtqt.so.&lt;br /&gt;
&lt;br /&gt;
== akode ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/akode/commit/?id=88d21b1b [88d21b1b]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== arts ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/arts/commit/?id=999d426c [999d426c]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/arts/commit/?id=7f3dda33 [7f3dda33]] Rename thread mutex related debug flag name&amp;lt;br/&amp;gt;It is used to detect multiple mutex lock, not just for pthread related&amp;lt;br/&amp;gt;debugging.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/arts/commit/?id=75cb448c [75cb448c]] Fix usage of `pthread_t`&amp;lt;br/&amp;gt;`pthread_t` is opaque type.&amp;lt;br/&amp;gt;Change to compare with `pthread_equal()` and introduce validate flag.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/arts/commit/?id=210a7151 [210a7151]] fix to use AudioIOSun on Solaris and NetBSD&amp;lt;br/&amp;gt;`USE_SOLARIS` is not defined (related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tde/issues/74 TDE/tde#74]).&amp;lt;br/&amp;gt;On NetBSD, native audio system audioio(4) i.e. sunaudio is preferred.&lt;br /&gt;
&lt;br /&gt;
== avahi-tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/avahi-tqt/commit/?id=cb6ab292 [cb6ab292]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== libart-lgpl ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libart-lgpl/commit/?id=52ecb65b [52ecb65b]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== libcaldav ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libcaldav/commit/?id=023b3918 [023b3918]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== libcarddav ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libcarddav/commit/?id=a3d434ae [a3d434ae]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== sip4-tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/sip4-tqt/commit/?id=7f3c0748 [7f3c0748]] Added prototype of yylex() function&amp;lt;br/&amp;gt;Required for building with the new gcc-14&lt;br /&gt;
&lt;br /&gt;
== tqscintilla ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqscintilla/commit/?id=2116474a [2116474a]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== pytqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=03a1fe47 [03a1fe47]] Fix example translations for pytqt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=3dec37ec [3dec37ec]] Changing string types to bytes for pytquic&amp;lt;br/&amp;gt;For python3 you need to explicitly specify the bytes type, it is different from strings&lt;br /&gt;
&lt;br /&gt;
== tqca ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqca/commit/?id=33b8372a [33b8372a]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqca/commit/?id=efc46edc [efc46edc]] Use `pkg_get_variable` to retrieve the value of pkg-config variable&amp;lt;br/&amp;gt;It is a new feature in CMake version 3.4, CMake-3.5 is required for&amp;lt;br/&amp;gt;TDE now.&lt;br /&gt;
&lt;br /&gt;
= core =&lt;br /&gt;
== tdelibs ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=20badf14 [20badf14]] Improve and fix autostart support for KDE programs. This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdelibs/issues/283 #283]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=66028a61 [66028a61]] Remove __KDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=34e58a5f [34e58a5f]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY. Temporarily __KDE_HAVE_GCC_VISIBILITY is still provided, till renaming on all TDE code base is completed.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=a4a424a3 [a4a424a3]] Remove dummy kdemacros.h file&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=41737353 [41737353]] Rename kdemacros.* files to tdemacros.*&amp;lt;br/&amp;gt;A dummy &amp;#039;kdemacros.h&amp;#039; has been added to allow TDE to built till renaming is carried out across the whole code base. It will then be removed.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=69ec8f3e [69ec8f3e]] Use tq* headers instead of ntq* ones&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=89b880a0 [89b880a0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=46838919 [46838919]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=767dff65 [767dff65]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=750384b9 [750384b9]] KDirOperator: add support for history navigation mouse buttons&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=07dfb84a [07dfb84a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=c1ea7021 [c1ea7021]] kimgio: Add kimgio desktop files to the translation.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=3856007b [3856007b]] Kate: use paths for local files in modified on disk dialog&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=0ec3c25c [0ec3c25c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=402f0ff4 [402f0ff4]] Remove KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7476deac [7476deac]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=70c31758 [70c31758]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=09fd7adf [09fd7adf]] Added image/webp to tdehtmlimage&amp;#039;s list of supported formats&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=533b0264 [533b0264]] Added mimetypes/image/webp.desktop&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=8414af17 [8414af17]] Adds WebP read support to kimgio&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=b74ce592 [b74ce592]] Replace KDE_DEPRECATED with TDE_DEPRECATED.&amp;lt;br/&amp;gt;This relates to #275 - part specific to R14.1.x branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=8ea80a77 [8ea80a77]] Remove KDE_ISLIKELY and KDE_ISUNLIKELY defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=4864f9da [4864f9da]] Replace KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL with TDE_* equivalent&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=9c9f5bf8 [9c9f5bf8]] Remove KDE_DEPRECATED define&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=83d0d2ce [83d0d2ce]] Kate syntax: allow PHP heredoc closing identifiers to be idented&amp;lt;br/&amp;gt;It is allowed syntax since PHP version 7.3.0.&amp;lt;br/&amp;gt;See https://www.php.net/manual/en/language.types.string.php#language.types.string.syntax.heredoc&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=f23f0ef9 [f23f0ef9]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cce9e894 [cce9e894]] Remove KDE_EXPORT and KDE_NO_EXPORT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=62949e0a [62949e0a]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=bef9baf7 [bef9baf7]] Update version to R14.1.3&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tdebase ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f5cd123b [f5cd123b]] Fix tiling menu functionality when windows in the taskbar are grouped&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c57ea5f2 [c57ea5f2]] TWin, Kicker: Add icons for tiling menus&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=72fce97c [72fce97c]] Add support for window tiling to the taskbar and window&amp;#039;s popup menus. This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/349 TDE/tdebase#349]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=673e48af [673e48af]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=147f7ffc [147f7ffc]] Improve settings for some sliders related to keyboard, accessibility and style. This also solves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/513 #513]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5bb53d86 [5bb53d86]] Use server icon for remote folders&amp;lt;br/&amp;gt;This icon is more accurate than the more generic applications-internet.&amp;lt;br/&amp;gt;Includes a tdeconf_update script.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=0657fdb9 [0657fdb9]] KNetAttach: Added SFTP connection type&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=4f090708 [4f090708]] Remote protocol: add UDS_LOCAL_PATH atom to remote folders&amp;lt;br/&amp;gt;This change makes it possible for network folders in Remote Places to be moved to and restored from the Trash folder.&amp;lt;br/&amp;gt;Before this change, such folders could only be removed via deletion (shift+delete) and could not be restored afterwards.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d0616cdd [d0616cdd]] kcmkeys: update keyboard shortcut schemes&amp;lt;br/&amp;gt;- Add actions related to keys XF86Sleep (Suspend) and XF86ScreenSaver (Lock Session)&amp;lt;br/&amp;gt;- Fix name of &amp;quot;Log Out&amp;quot; actions&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=4371e3c9 [4371e3c9]] KSMServer: reload power-managerrc settings every time before they are needed&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=eb1c3eed [eb1c3eed]] Add support for assigning global shortcuts for suspend actions&amp;lt;br/&amp;gt;The corresponding shortcuts have been added as part of the KDesktop shortucts, to complement similar options (logout, shutdown, reboot).&amp;lt;br/&amp;gt;The shortcuts are only shown for the options that KSMServer reports via DCOP as valid.&amp;lt;br/&amp;gt;In order to do be able to make a DCOP call from kdesktopbindings.cpp, the &amp;amp;lt;dcopref.h&amp;amp;gt; include had to be added to several files of the shortcuts TDECM.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=db3f842c [db3f842c]] KSMServer: improve suspend code&amp;lt;br/&amp;gt;1. Some code deduplication. Suspending is now handled via the public method `suspend(int)` which is DCOP-accessible and maps SuspendType values to corresponding TDEHWLib TDESystemPowerState values, and the internal method `suspendInternal(int)` which performs the chosen suspend and optionally locks the screen beforehand.&amp;lt;br/&amp;gt;2. Options are now read from power-managerrc on startup and stored in memory to avoid reading the configuration file every time a suspend is requested.&amp;lt;br/&amp;gt;3. SuspendType is now a member of KSMServer class (instead of KSMShutdownDlg)&amp;lt;br/&amp;gt;4. A new DCOP-accessible method `suspendOptions()` returns a TQStringList of all available suspend options.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=18d7e664 [18d7e664]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a857609d [a857609d]] Improve location of kate and kwrite desktop files. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/327 #327]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9a7df655 [9a7df655]] konsole: fix column width calculation for string&amp;lt;br/&amp;gt;TQString accessor is 0-based.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b97477fa [b97477fa]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1765b8f0 [1765b8f0]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=99917282 [99917282]] Fix for building tdm with gcc-14&amp;lt;br/&amp;gt;Solution to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/505 #505]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b43cb9bf [b43cb9bf]] Use tq* headers instead of ntq* ones&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=97383ddf [97383ddf]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=acf31aed [acf31aed]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e72d76b3 [e72d76b3]] konqueror: Update URL of TQt Reference Documentation&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e445759a [e445759a]] konqueror: Update URL of Trinity API Reference&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=985353c7 [985353c7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=0fc217ed [0fc217ed]] Mouse TDECM: do not hide checkboxes in case of option unavailability&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=10732c77 [10732c77]] Mouse TDECM: Improve wording for whatsThis options&amp;lt;br/&amp;gt;Affected options are &amp;quot;Reverse scroll direction&amp;quot; and &amp;quot;Swap history navigation buttons&amp;quot;&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=fb0f60cc [fb0f60cc]] Mouse TDECM: add option to swap history navigation buttons&amp;lt;br/&amp;gt;This leverages the existing code that interacts with X11 and sets the setting system-wide, as happens already with scroll direction reversal.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/497 #497]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1a7d33af [1a7d33af]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d2c1284e [d2c1284e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=104fd81e [104fd81e]] Fix khotkeys autostart unnecessary feedback. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/495 #495]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=3b75bf0a [3b75bf0a]] Kate: use paths for local files instead of file:/// URLs.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9fe2bb32 [9fe2bb32]] Kate: display file type icon and tooltip in viewspace&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a599fb97 [a599fb97]] Kate: display file type icons in file list&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b54bd51c [b54bd51c]] Kate: use mouse back/forward buttons to move between open documents&amp;lt;br/&amp;gt;The direction of movement can be configured (reversed) through the&amp;lt;br/&amp;gt;settings dialog.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=3f9a9bab [3f9a9bab]] l10n: fix typo in locale&amp;lt;br/&amp;gt;zn_CN should actually be zh_CN&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=4765f925 [4765f925]] Fix KJobViewer autostart. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/492 #492]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a92de61f [a92de61f]] Konqueror: Add support for back/forward actions using history mouse buttons&amp;lt;br/&amp;gt;This closes [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/421 #421]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=07202787 [07202787]] Fix the detecion and use of the udev library.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=518c6806 [518c6806]] konsole: Add Solarized dark and light color schemes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=6eec2a60 [6eec2a60]] Adds thumbnail generation for WebP images&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/380 #380]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=3dd373bc [3dd373bc]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=87f85a9a [87f85a9a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=62547444 [62547444]] Build documentation for each subpackage separately&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=fe496033 [fe496033]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2b92c9f0 [2b92c9f0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=beb289c9 [beb289c9]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=375a57ed [375a57ed]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=81ca1a67 [81ca1a67]] Added R14.1.3 release notes draft&lt;br /&gt;
&lt;br /&gt;
== tdepim ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=04db7b27 [04db7b27]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=9c3116fd [9c3116fd]] Replace KDE_TQ_EXPORT_PLUGIN with TDE_* equivalent&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=47025f3e [47025f3e]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=a6bbab74 [a6bbab74]] Add documentation builds for each package separately&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=7bfa0fb6 [7bfa0fb6]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=622ea70b [622ea70b]] Fix attachment filename handling&amp;lt;br/&amp;gt;Currently filenames containing &amp;#039;#&amp;#039; are not correctly escaped, which&amp;lt;br/&amp;gt;prevents to open attachments. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdepim/issues/119 #119]&lt;br /&gt;
&lt;br /&gt;
== tdemultimedia ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=c23bd5af [c23bd5af]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=079c37d1 [079c37d1]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdenetwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=68b14f31 [68b14f31]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=2892487f [2892487f]] Use tq* headers instead of ntq* ones&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=41e2c515 [41e2c515]] Replace KDE_TQ_EXPORT_PLUGIN with TDE_* equivalent&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=d6ad20b4 [d6ad20b4]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=eb63c76f [eb63c76f]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdegraphics ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=210d8eac [210d8eac]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=153ce3e5 [153ce3e5]] Ensure the use of C++20 standard for Poppler &amp;amp;gt;= 24.04.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdegraphics/issues/96 #96]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=fcb418ee [fcb418ee]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=230d8655 [230d8655]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdetoys ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=7787f653 [7787f653]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=f58a8da2 [f58a8da2]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=02300d49 [02300d49]] Add documentation builds for each package separately&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=5bd77f3d [5bd77f3d]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdeutils ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=b23bc1fa [b23bc1fa]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=9eb5b12f [9eb5b12f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=71387620 [71387620]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdeedu ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=6021f991 [6021f991]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=4728afb5 [4728afb5]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=422e7fef [422e7fef]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=1ad8fd66 [1ad8fd66]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdegames ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=4905e1cc [4905e1cc]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=ac071efb [ac071efb]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=dd75912c [dd75912c]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdeaccessibility ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=1973d99d [1973d99d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=3891d3d9 [3891d3d9]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=de5e54fd [de5e54fd]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=93d2ad8f [93d2ad8f]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdeaddons ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=f3aaaec8 [f3aaaec8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=a184527f [a184527f]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=b30cd117 [b30cd117]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=22ddaacb [22ddaacb]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=2bbb215c [2bbb215c]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdeadmin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=36436c15 [36436c15]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=5fc7892e [5fc7892e]] Add documentation builds for each package separately&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=866c88c2 [866c88c2]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdeartwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=eb6a6689 [eb6a6689]] Replace KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL with TDE_* equivalent&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=82b7c9da [82b7c9da]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdebindings ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=f2389da0 [f2389da0]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=19b0a550 [19b0a550]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=8d288123 [8d288123]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdesdk ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=f9ccae8d [f9ccae8d]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=19e19197 [19e19197]] Replace KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL with TDE_* equivalent&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=c264ece0 [c264ece0]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=1fe043c8 [1fe043c8]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdevelop ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=b018e020 [b018e020]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=7489a97a [7489a97a]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdewebdev ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=da00a36d [da00a36d]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=cffd6b6e [cffd6b6e]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=2a1388a5 [2a1388a5]] Replace KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL with TDE_* equivalent&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=11eb1ed1 [11eb1ed1]] Remove KDE_ISLIKELY and KDE_ISUNLIKELY defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=ad3b14a6 [ad3b14a6]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=2ff6e13a [2ff6e13a]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tde-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1d2f4ef2 [1d2f4ef2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1a1db394 [1a1db394]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1c2caed5 [1c2caed5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5cb2fffe [5cb2fffe]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fca24f9e [fca24f9e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8c537df0 [8c537df0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=08a61328 [08a61328]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=46453d7e [46453d7e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bfbb18a5 [bfbb18a5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cc847f45 [cc847f45]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dec23195 [dec23195]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=40a54a16 [40a54a16]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=beedfe2a [beedfe2a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=238f0191 [238f0191]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4161b55 [c4161b55]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b9f94b5 [3b9f94b5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dd1f61cd [dd1f61cd]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eeec7e1d [eeec7e1d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ac49189 [7ac49189]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=935d5e8f [935d5e8f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ccd05f23 [ccd05f23]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=981f3358 [981f3358]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b9633e33 [b9633e33]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ecb440c [7ecb440c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e470fceb [e470fceb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c24f4fb3 [c24f4fb3]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e5ba82f5 [e5ba82f5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3e1e30d4 [3e1e30d4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=492a0682 [492a0682]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4c28ac5e [4c28ac5e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c5e23d83 [c5e23d83]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=75ac45e3 [75ac45e3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=136de97b [136de97b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0dd7dd2a [0dd7dd2a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4db577a3 [4db577a3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a9b3253 [8a9b3253]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a665ae0 [9a665ae0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=081982b1 [081982b1]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= libraries =&lt;br /&gt;
== libkdcraw ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=83dc653e [83dc653e]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=0d17cf8c [0d17cf8c]] Remove unnecessary define and make sure to include tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=921e2d15 [921e2d15]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=81dc15bc [81dc15bc]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=dfbdaaed [dfbdaaed]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== libkexiv2 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkexiv2/commit/?id=505878f1 [505878f1]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkexiv2/commit/?id=803a46b6 [803a46b6]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkexiv2/commit/?id=3a295a79 [3a295a79]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== libkipi ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=1db25959 [1db25959]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=eb6e700a [eb6e700a]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=a53baecb [a53baecb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=cb43a8ff [cb43a8ff]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== kipi-plugins ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=269f792d [269f792d]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=422b94aa [422b94aa]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=b797dfbe [b797dfbe]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== libksquirrel ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libksquirrel/commit/?id=8ae5191e [8ae5191e]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libksquirrel/commit/?id=7d79524e [7d79524e]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
&lt;br /&gt;
== libtdeldap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtdeldap/commit/?id=81b3ec1e [81b3ec1e]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtdeldap/commit/?id=099c3ec1 [099c3ec1]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtdeldap/commit/?id=5c301750 [5c301750]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== libtqt-perl ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=87a21537 [87a21537]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
&lt;br /&gt;
== pytde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytde/commit/?id=4883892c [4883892c]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytde/commit/?id=45cb24c9 [45cb24c9]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytde/commit/?id=3f2e6e14 [3f2e6e14]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
= applications/development =&lt;br /&gt;
== kdbg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=316c1368 [316c1368]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=362831ed [362831ed]] Use proper TQt headers&lt;br /&gt;
&lt;br /&gt;
== kdiff3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=2371b490 [2371b490]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=b8cd662e [b8cd662e]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=1ff6ea62 [1ff6ea62]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kpicosim ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=d63aaf1b [d63aaf1b]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== kscope ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=35bc076c [35bc076c]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=6730bcbc [6730bcbc]] Use proper TQt headers&lt;br /&gt;
&lt;br /&gt;
== ktechlab ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=69788745 [69788745]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=04455a04 [04455a04]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=21265b55 [21265b55]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kxmleditor ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=19deaeb3 [19deaeb3]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=4508b0ef [4508b0ef]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=51322a94 [51322a94]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== piklab ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=93af744d [93af744d]] Fixed build problem with ncurses library&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=1c29d98b [1c29d98b]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=f2550e4c [f2550e4c]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=dc5b11fc [dc5b11fc]] CMake conversion&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=d5d77862 [d5d77862]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=b4896d07 [b4896d07]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=014e4b95 [014e4b95]] Allow generation of build time data files in out-of-source builds. Also fix generation of data file for devices/mem24 subfolder&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=f2e2d9a5 [f2e2d9a5]] Include moc files in cpp sources&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=98a43160 [98a43160]] Moves icons into separate folder&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=ce951906 [ce951906]] Remove obsolete svn-related logic&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=8bdcbe01 [8bdcbe01]] Removed unused file in translation folder&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=819166fe [819166fe]] Update doc and man folder structure&lt;br /&gt;
&lt;br /&gt;
== tdesvn ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=9096ae56 [9096ae56]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=2eb15088 [2eb15088]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= applications/games =&lt;br /&gt;
== knights ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=70ccae04 [70ccae04]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== tdepacman ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=8d7dc432 [8d7dc432]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= applications/graphics =&lt;br /&gt;
== digikam ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=3823312d [3823312d]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=9966557a [9966557a]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=6ae95b80 [6ae95b80]] Advertise WebP read support for showfoto via .desktop file&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=9b92ae02 [9b92ae02]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=dcadf933 [dcadf933]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== gwenview ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=dcc30344 [dcc30344]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=d8662ba8 [d8662ba8]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=3a15c885 [3a15c885]] Fix FTBFS on OMV. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/gwenview/issues/38 #38]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=df746ca9 [df746ca9]] Advertise WebP read support via .desktop files&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/gwenview/issues/1 #1]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=5703e424 [5703e424]] Replace KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL with TDE_* equivalent&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=5c4c6611 [5c4c6611]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=12fabaa1 [12fabaa1]] Added the target folder for desktop files translation template&amp;lt;br/&amp;gt;so that it is not inadvertently generated into a gwenview-i18n module.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=61a94a07 [61a94a07]] Added translation of .desktop files.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=4bd38b70 [4bd38b70]] Drop autotools support&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=d9ca086d [d9ca086d]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== gwenview-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=f19c0cef [f19c0cef]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== ksquirrel ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=f26ba650 [f26ba650]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=1658fc3b [1658fc3b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=1c9b1d06 [1c9b1d06]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=b0be5893 [b0be5893]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== potracegui ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=e26e550b [e26e550b]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
= applications/internet =&lt;br /&gt;
== kasablanca ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=c0d7a59e [c0d7a59e]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== kbiff ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=4d4a13e6 [4d4a13e6]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=375a2609 [375a2609]] Use proper TQt headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=9398c3ad [9398c3ad]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== kftpgrabber ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=7da1d2cc [7da1d2cc]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=86ecfe8c [86ecfe8c]] Use proper TQt headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=8b3c15a5 [8b3c15a5]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=cd7665b7 [cd7665b7]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== knmap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=43244db3 [43244db3]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=d7f518fa [d7f518fa]] Use proper TQt headers&lt;br /&gt;
&lt;br /&gt;
== konversation ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=af9177c8 [af9177c8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=042aee2e [042aee2e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=0aab9eba [0aab9eba]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kopete-otr ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=1dd25c19 [1dd25c19]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=ceb024e1 [ceb024e1]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=6a0c636c [6a0c636c]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== kshowmail ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=cc7eb270 [cc7eb270]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=727f9c3c [727f9c3c]] Use proper TQt headers&lt;br /&gt;
&lt;br /&gt;
== kstreamripper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=ef957d70 [ef957d70]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=6ef29b49 [6ef29b49]] Use proper TQt headers&lt;br /&gt;
&lt;br /&gt;
== ktorrent ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=59bbb6d1 [59bbb6d1]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kvirc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=34cef094 [34cef094]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=6e2602fa [6e2602fa]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=f756cb34 [f756cb34]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=5943ab1e [5943ab1e]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kvpnc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=a911fd70 [a911fd70]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=b82812a3 [b82812a3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=3633a93b [3633a93b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=d2d99d5a [d2d99d5a]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== smb4k ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=89bd0844 [89bd0844]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=2c528b60 [2c528b60]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=19488bba [19488bba]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=9bb489fb [9bb489fb]] Merge duplicate Norwegian translations of desktop files and&amp;lt;br/&amp;gt;use two-letter codes names NB and NN, such as usual in other cases.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=890c1e2e [890c1e2e]] Remove duplicate Norwegian Bokmål translations of desktop files.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=3f571059 [3f571059]] Remove the original translation directory layout.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=5991219e [5991219e]] Copy translations to a new directory layout.&amp;lt;br/&amp;gt;Added translation of .desktop files.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=198fb9f3 [198fb9f3]] Drop autotools support&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=22dea1e5 [22dea1e5]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=0d318f09 [0d318f09]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=24cb4e0d [24cb4e0d]] Use proper TQt headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=1f155134 [1f155134]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=d3a1b4a1 [d3a1b4a1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=8db23dd9 [8db23dd9]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
= applications/misc =&lt;br /&gt;
== bibletime ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=11021fb0 [11021fb0]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== compizconfig-backend-tdeconfig ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/compizconfig-backend-tdeconfig/commit/?id=f225f48f [f225f48f]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/compizconfig-backend-tdeconfig/commit/?id=6ddf91c7 [6ddf91c7]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== kcmldap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=40e52bb5 [40e52bb5]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== kcmldapcontroller ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=1e46f8ab [1e46f8ab]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== kcmldapmanager ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=9be1b414 [9be1b414]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== kerberostray ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=067e5235 [067e5235]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=c29b06de [c29b06de]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
&lt;br /&gt;
== krecipes ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=64df5710 [64df5710]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=788606cd [788606cd]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=dbf13a36 [dbf13a36]] Use proper TQt headers&lt;br /&gt;
&lt;br /&gt;
= applications/multimedia =&lt;br /&gt;
== amarok ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=c18b5298 [c18b5298]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=32da5fbf [32da5fbf]] Replace KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL with TDE_* equivalent&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=2d4abcb6 [2d4abcb6]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=bc688481 [bc688481]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=1d66256d [1d66256d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=1dc95c27 [1dc95c27]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=3addcdd0 [3addcdd0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=223dc92b [223dc92b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=edadbab7 [edadbab7]] Add support for taglib 2, part 2.&lt;br /&gt;
&lt;br /&gt;
== codeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=b4cc6a0c [b4cc6a0c]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== k3b ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=fb26314a [fb26314a]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=bfd52a71 [bfd52a71]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=8c770638 [8c770638]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== k3b-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=4c32ec32 [4c32ec32]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=bcbabbda [bcbabbda]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=a21cb0e7 [a21cb0e7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=e542902f [e542902f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=a6edd997 [a6edd997]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== k9copy ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=8d584861 [8d584861]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=7ad2cf65 [7ad2cf65]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=b6bc7d3a [b6bc7d3a]] Use strlcat from libc instead of custom one. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/k9copy/issues/29 #29]&lt;br /&gt;
&lt;br /&gt;
== kaffeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=bfc5ced7 [bfc5ced7]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=e45d3e30 [e45d3e30]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=ba1ce6b1 [ba1ce6b1]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=aa0a0331 [aa0a0331]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=3a1cc256 [3a1cc256]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=ee48611f [ee48611f]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kaffeine-mozilla ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine-mozilla/commit/?id=d0c34405 [d0c34405]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== kmplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=54463fd2 [54463fd2]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=36694213 [36694213]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=c5d77586 [c5d77586]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=2debdf21 [2debdf21]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=f7dbed34 [f7dbed34]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=502028b2 [502028b2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=fceabe00 [fceabe00]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=b68ac66b [b68ac66b]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== mplayerthumbs ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=d55559f3 [d55559f3]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=6889475b [6889475b]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=62cfd3d0 [62cfd3d0]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== rosegarden ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=1d49f945 [1d49f945]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=5daf082b [5daf082b]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== soundkonverter ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=7ae832ac [7ae832ac]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=07655291 [07655291]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=e5ac893e [e5ac893e]] Remove &amp;#039;admin&amp;#039; subfolder that was mistakenly left in the source tree&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=ce91fc9a [ce91fc9a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=82d4f87e [82d4f87e]] Remove the original translation directory layout.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=b428cc90 [b428cc90]] Copy translations to a new directory layout.&amp;lt;br/&amp;gt;Added translation of .desktop files.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=9389522a [9389522a]] Drop autotools support&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=c8120890 [c8120890]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=69c3134e [69c3134e]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tderadio ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=4083031f [4083031f]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=5430985a [5430985a]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=68a83400 [68a83400]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=16bc99ab [16bc99ab]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=b96e2f00 [b96e2f00]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= applications/office =&lt;br /&gt;
== basket ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=2f2d5c00 [2f2d5c00]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=2a176d87 [2a176d87]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=576088df [576088df]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=1346de7f [1346de7f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=f7bca5cd [f7bca5cd]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=65cf4686 [65cf4686]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=20f4f832 [20f4f832]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kbibtex ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=247ae3ed [247ae3ed]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=1fe284bd [1fe284bd]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=79a54fb0 [79a54fb0]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kbookreader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=23a93547 [23a93547]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== keximdb ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keximdb/commit/?id=fcb0c1ca [fcb0c1ca]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keximdb/commit/?id=9ec283ee [9ec283ee]] Use proper TQt headers&lt;br /&gt;
&lt;br /&gt;
== kile ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=6a1754f7 [6a1754f7]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=1c0ae567 [1c0ae567]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kmymoney ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=e52169fb [e52169fb]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=aae42115 [aae42115]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=51cf7be9 [51cf7be9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=5e350d79 [5e350d79]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=47ae1235 [47ae1235]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=4e1c3b0d [4e1c3b0d]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== knowit ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=d3584db4 [d3584db4]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== koffice ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=0bb5a74a [0bb5a74a]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=fc7a561e [fc7a561e]] KSpread: New lookup/reference functions&amp;lt;br/&amp;gt;Adds reference functions HLOOKUP, VLOOKUP.&amp;lt;br/&amp;gt;Import from Calligra revision 1134327.&amp;lt;br/&amp;gt;Authors: Stefan Nikolaus &amp;lt;br/&amp;gt;         Sebastian Sauer &lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=979ee566 [979ee566]] KSpread: Add natural comparison operators.&amp;lt;br/&amp;gt;Natural comparison does not depend on the type of data (whether it&amp;#039;s a string or a number).&amp;lt;br/&amp;gt;Based on Calligra Sheets code originally from revision 551470.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=950f6aa0 [950f6aa0]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=9fa1a9ed [9fa1a9ed]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== koffice-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=765ccdee [765ccdee]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ea9d233c [ea9d233c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=b5ad0939 [b5ad0939]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=612fc3a3 [612fc3a3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=b84e0025 [b84e0025]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=65e60572 [65e60572]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=293f2e35 [293f2e35]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kpilot ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=c8232e4f [c8232e4f]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=41c5e580 [41c5e580]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=f28feea0 [f28feea0]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=40ffb58a [40ffb58a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=3395355e [3395355e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=eca240ca [eca240ca]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tellico ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=4323132c [4323132c]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= applications/settings =&lt;br /&gt;
== kdpkg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=e437ed11 [e437ed11]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=ebc14adc [ebc14adc]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kima ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=deb15cb9 [deb15cb9]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=2a9c4d6f [2a9c4d6f]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=adfb3437 [adfb3437]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== kiosktool ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=f1704dfe [f1704dfe]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== kkbswitch ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=910d4cd0 [910d4cd0]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=b668f9a0 [b668f9a0]] Use proper TQt headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=83d3bdd4 [83d3bdd4]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== klcddimmer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=9792f11a [9792f11a]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=b4c84799 [b4c84799]] Use proper TQt headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=9c2c4505 [9c2c4505]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== kmyfirewall ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=e42fffb1 [e42fffb1]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=9411476d [9411476d]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tde-guidance ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-guidance/commit/?id=1ac58023 [1ac58023]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-guidance/commit/?id=3c8e1521 [3c8e1521]] Drop autotools support&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-guidance/commit/?id=7b0bf9b0 [7b0bf9b0]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tde-systemsettings ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-systemsettings/commit/?id=0c37ee34 [0c37ee34]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-systemsettings/commit/?id=4693133e [4693133e]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdenetworkmanager ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=d12dce43 [d12dce43]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=ec406aac [ec406aac]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=26ea7034 [26ea7034]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=a2485e95 [a2485e95]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=4268b332 [4268b332]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=5083399f [5083399f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=bef558d0 [bef558d0]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdesudo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesudo/commit/?id=ecd8d3ab [ecd8d3ab]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesudo/commit/?id=69558995 [69558995]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= applications/system =&lt;br /&gt;
== dolphin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=5fe6bdaf [5fe6bdaf]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=8de6abea [8de6abea]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=a6b3d686 [a6b3d686]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=ead76c2a [ead76c2a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=dd1cb9db [dd1cb9db]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=543b80c9 [543b80c9]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== katapult ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=1b49bc77 [1b49bc77]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=f07b0d8b [f07b0d8b]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=49381598 [49381598]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=aaa62f62 [aaa62f62]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=b862fd97 [b862fd97]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kbfx ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=d17925e7 [d17925e7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=a2938633 [a2938633]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=244f59c2 [244f59c2]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kcmautostart ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=5b0a7b08 [5b0a7b08]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=d46f61a1 [d46f61a1]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kdbusnotification ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=d21c7a05 [d21c7a05]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=6a96f59a [6a96f59a]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== klamav ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=23e20ce3 [23e20ce3]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=0898f7c1 [0898f7c1]] Use proper TQt headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=11eaef48 [11eaef48]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=ba8ebc38 [ba8ebc38]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=af688e8b [af688e8b]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== knemo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=1ebb94a8 [1ebb94a8]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=e6226215 [e6226215]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== knetload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=4df65581 [4df65581]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== knetstats ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=837b10c4 [837b10c4]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=4e984d25 [4e984d25]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kooldock ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kooldock/commit/?id=cbf0ee92 [cbf0ee92]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== krusader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=61b0c0e2 [61b0c0e2]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=77f63ab8 [77f63ab8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=ebd0c612 [ebd0c612]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=b35c6fdf [b35c6fdf]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=2748955e [2748955e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=a2cb9a14 [a2cb9a14]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kshutdown ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=3410c791 [3410c791]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=549bf2bf [549bf2bf]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=3ef5a84e [3ef5a84e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=5622d24e [5622d24e]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=496baf37 [496baf37]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=632d7522 [632d7522]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== ksystemlog ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=53f7b4b6 [53f7b4b6]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== kvkbd ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=36163735 [36163735]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== polkit-agent-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=96ce9abf [96ce9abf]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== smartcardauth ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smartcardauth/commit/?id=dcb47054 [dcb47054]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== tastymenu ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=7fb249e3 [7fb249e3]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=1a5946c4 [1a5946c4]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=0895b87f [0895b87f]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdebluez ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=8c1d1ad5 [8c1d1ad5]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=e66100de [e66100de]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ee33f37e [ee33f37e]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdedocker ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=ca4ad2c7 [ca4ad2c7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=330cd800 [330cd800]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=60b7cde5 [60b7cde5]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdepowersave ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=9b154f26 [9b154f26]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=1cf29573 [1cf29573]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=9a02138d [9a02138d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=284595e2 [284595e2]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=ec7d3d6d [ec7d3d6d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=71d1417c [71d1417c]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdesshaskpass ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=173e0ff5 [173e0ff5]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== yakuake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=5a1c1934 [5a1c1934]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
= applications/tdeio =&lt;br /&gt;
== tdeio-appinfo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=4bc2d0d9 [4bc2d0d9]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=05e1f513 [05e1f513]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=7f457455 [7f457455]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdeio-apt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=4609f1df [4609f1df]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=4c21709a [4c21709a]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=c98dc1df [c98dc1df]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdeio-ftps ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-ftps/commit/?id=26a7084d [26a7084d]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-ftps/commit/?id=51ed90dc [51ed90dc]] Use proper TQt headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-ftps/commit/?id=9cff6e3b [9cff6e3b]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdeio-gopher ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-gopher/commit/?id=9eac0271 [9eac0271]] Use proper TQt headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-gopher/commit/?id=eaedb572 [eaedb572]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdeio-locate ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=7ab3f918 [7ab3f918]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=d27aac8e [d27aac8e]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdeio-sword ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=75ef2684 [75ef2684]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=6ae4c97f [6ae4c97f]] Use proper TQt headers&lt;br /&gt;
&lt;br /&gt;
== tdeio-umountwrapper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=8e0ca404 [8e0ca404]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
= applications/themes =&lt;br /&gt;
== gtk-qt-engine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=3bec2631 [3bec2631]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=fbedaf32 [fbedaf32]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=b15dc96d [b15dc96d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=5965bc2b [5965bc2b]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=fb57dbac [fb57dbac]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== gtk3-tqt-engine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk3-tqt-engine/commit/?id=988eb3e8 [988eb3e8]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk3-tqt-engine/commit/?id=a050a81d [a050a81d]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk3-tqt-engine/commit/?id=5674ef65 [5674ef65]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== kgtk-qt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=5486e122 [5486e122]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=bd3836fd [bd3836fd]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== ksplash-engine-moodin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=c6da8960 [c6da8960]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=55074cd6 [55074cd6]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=2c028f0f [2c028f0f]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tde-style-baghira ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=412ec439 [412ec439]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=da4085d9 [da4085d9]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=7f714dc0 [7f714dc0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=5b644243 [5b644243]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=5b7a05a6 [5b7a05a6]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tde-style-domino ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=62287944 [62287944]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=c49ca8f4 [c49ca8f4]] Replace KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL with TDE_* equivalent&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=a70ae40d [a70ae40d]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tde-style-ia-ora ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=1a26902a [1a26902a]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=e2b2fb69 [e2b2fb69]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tde-style-lipstik ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=d89f6a50 [d89f6a50]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=e38d11b0 [e38d11b0]] Replace KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL with TDE_* equivalent&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=8898e019 [8898e019]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tde-style-polyester ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-polyester/commit/?id=f9c956c1 [f9c956c1]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-polyester/commit/?id=fdd5b42c [fdd5b42c]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-polyester/commit/?id=dec195e8 [dec195e8]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-polyester/commit/?id=7c56e0db [7c56e0db]] Fix loading of window decoration module in twin&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-polyester/commit/?id=a128939a [a128939a]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdmtheme ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=58bdab77 [58bdab77]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== twin-style-crystal ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=8190d806 [8190d806]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=656df248 [656df248]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== twin-style-dekorator ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=4b397d9a [4b397d9a]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=4d8078e6 [4d8078e6]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== twin-style-fahrenheit ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-fahrenheit/commit/?id=25914352 [25914352]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-fahrenheit/commit/?id=27568ec8 [27568ec8]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-fahrenheit/commit/?id=50ad465a [50ad465a]] Fix loading of window decoration module in twin&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-fahrenheit/commit/?id=65623aaa [65623aaa]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== twin-style-machbunt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=86044a8b [86044a8b]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=4fb5c88b [4fb5c88b]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== twin-style-suse2 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=bc181192 [bc181192]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=a7b408a9 [a7b408a9]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
= applications/utilities =&lt;br /&gt;
== kbarcode ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=4e0f5f18 [4e0f5f18]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== kchmviewer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=32251ec3 [32251ec3]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=21880c6d [21880c6d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=2841453c [2841453c]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== kcpuload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=e9a4639b [e9a4639b]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=653ea9b4 [653ea9b4]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kdirstat ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=e4d6a657 [e4d6a657]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== keep ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=2568c7e3 [2568c7e3]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=9674d36c [9674d36c]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=ad75f0b7 [ad75f0b7]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== knutclient ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=11b5d31d [11b5d31d]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== kommando ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kommando/commit/?id=de55730f [de55730f]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kommando/commit/?id=0289c35c [0289c35c]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kommando/commit/?id=8d48abe4 [8d48abe4]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== kompose ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=038236ec [038236ec]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== krename ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=5fad42a4 [5fad42a4]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=3bab0c81 [3bab0c81]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== ksensors ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=d6b154e9 [d6b154e9]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=f13a2038 [f13a2038]] Use proper TQt headers&lt;br /&gt;
&lt;br /&gt;
== mathemagics ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mathemagics/commit/?id=e430b151 [e430b151]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
= packaging =&lt;br /&gt;
== packaging ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=5f499934 [5f499934]] DEB tdebase: add new tiling icons to twin package&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=8c133614 [8c133614]] DEB tdebase: Update kwrite patch for Ubuntu.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=85562624 [85562624]] DEB tde-ebook-reader: use a variable for the library directory of architecture.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=1035fb68 [1035fb68]] DEB: add tde-ebook-reader packaging files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=a20efbd9 [a20efbd9]] DEB polkit-agent-tde: Add polkitd as an alternative for policykit-1.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=89e06621 [89e06621]] DEB polkit-tqt: Add polkitd as an alternative for policykit-1.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=661d57c9 [661d57c9]] DEB tdelibs: remove dummy kdemacros.h file&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=891dc2cd [891dc2cd]] DEB tdelibs: add tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=6b5986e3 [6b5986e3]] RPM: updates for OpenSuse LEAP 15.6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=1f78e4c1 [1f78e4c1]] DEB: Add support for Ubuntu Oracular, drop support for Ubuntu Kinetic.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=dae553b3 [dae553b3]] ArchLinux imlib: Provide binary package for all architectures.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=060b5447 [060b5447]] RPM: updates for openmandriva&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=24cdefc8 [24cdefc8]] DEB tdebase: Update for [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/490 TDE/tdebase#490]&amp;lt;br/&amp;gt;Kate null action icon removed.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=aadff2c4 [aadff2c4]] DEB tdelibs: Enable build with WebP support.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=19f941ff [19f941ff]] DEB tdebase: add solarized themes to konsole&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=89ebbd27 [89ebbd27]] ArchLinux: Add tdeio-gopher to tde-meta.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=0f672ea7 [0f672ea7]] ArchLinux: add tdeio-gopher pkgbuild&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=9c50cfcc [9c50cfcc]] DEB tdebase: Do not install tdeio_system_documenthelper manpage.&amp;lt;br/&amp;gt;The man page was removed in [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/484 TDE/tdebase#484]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=79e9e064 [79e9e064]] RPM: initial support for OMV cooker&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=61f83f14 [61f83f14]] DEB piklab: switch to cmake building system&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=c6d21f11 [c6d21f11]] RPM: initial support for OpenMandriva&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=2af6f182 [2af6f182]] RPM: add distro OpenSuse Leap 15.6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=2228bc7e [2228bc7e]] FreeBSD: Fix loading of window decoration module in twin for new styles.&amp;lt;br/&amp;gt;This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tde-packaging-gentoo/issues/373 TDE/tde-packaging-gentoo#373]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=eacb0eb5 [eacb0eb5]] ArchLinux: Fix loading of window decoration module in twin for new styles.&amp;lt;br/&amp;gt;This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tde-packaging-gentoo/issues/373 TDE/tde-packaging-gentoo#373]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=89b0dd94 [89b0dd94]] DEB piklab: adapt to new man file names&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=035e7452 [035e7452]] RPM: update for final R14.1.2&lt;/div&gt;</summary>
		<author><name>SlavekB</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.2.0&amp;diff=3366</id>
		<title>Changelog For R14.2.0</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.2.0&amp;diff=3366"/>
		<updated>2024-07-28T23:52:32Z</updated>

		<summary type="html">&lt;p&gt;SlavekB: Update 20240728&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= common =&lt;br /&gt;
== admin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=34c35e11 [34c35e11]] Use proper TQt headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=3c012e46 [3c012e46]] tqt-replace and uic-tqt are no longer required&lt;br /&gt;
&lt;br /&gt;
= dependencies =&lt;br /&gt;
== tde-cmake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=b2d2b467 [b2d2b467]] tqt-replace is no longer required&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=9fae6b57 [9fae6b57]] Update version to R14.2.0&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tqt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=8ef4ea45 [8ef4ea45]] Rename environment class nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=0e787fb7 [0e787fb7]] Rename text class nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=1e9fa8e0 [1e9fa8e0]] Rename graphics class nt* related files to equivalent tq* (part 2)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a30f5359 [a30f5359]] Rename graphics class nt* related files to equivalent tq* (part 1)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=25ad1267 [25ad1267]] Fix errors in qt.dcf introduced in commit 8a071b48. This relates to&amp;lt;br/&amp;gt;issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tqt3/issues/171 #171]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=252a2ec8 [252a2ec8]] Rename IO and network class nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=87d29563 [87d29563]] Rename utility class nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=628b0bb7 [628b0bb7]] Rename drag-n-drop nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=7552c6d7 [7552c6d7]] Rename main window nt* related files to equivalent tq*. The file&amp;lt;br/&amp;gt;&amp;quot;ntqsession.h&amp;quot; was totally unnecessary and has been removed.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=c113da20 [c113da20]] Rename codec nt* related files to equivalent tq*.&amp;lt;br/&amp;gt;The qrtlcodec files have been renamed into tqhebrewcodec files, for consistency with file naming used for other codecs.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=aeefd3fe [aeefd3fe]] Rename threading nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=2cbcca0d [2cbcca0d]] Rename date and time nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a09a6bc0 [a09a6bc0]] Remove documentation for QWS classes and Qt/Embedded&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=bba3e1fa [bba3e1fa]] Fix wrong documentation changes introduced in recent commits&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=8a071b48 [8a071b48]] Remove documentation about activeqt, because the latter is part of the commercial edition of Qt3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=7bc57326 [7bc57326]] Rename style nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=ccbc1c35 [ccbc1c35]] Rename icon nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=0cf411b0 [0cf411b0]] Rename text nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=e6077c30 [e6077c30]] Rename str nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=8c029298 [8c029298]] Rename image nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=0881ed50 [0881ed50]] Rename ptr nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=1f0ce853 [1f0ce853]] Rename template library nt* related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=8ac0e970 [8ac0e970]] Rename ntqwidget* related files to equivalent tqwidget*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=68b81013 [68b81013]] Rename nt* canvas related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=1702a6da [1702a6da]] Rename nt* dom and xml related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=5fffa303 [5fffa303]] Rename nt* sql related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=04913ce7 [04913ce7]] Rename ntqobject*.h and qobject*.cpp to tqobject*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=c11c0f22 [c11c0f22]] Move tqt.h from tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=486211a7 [486211a7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=f5bf794e [f5bf794e]] Update translations binary files&amp;lt;br/&amp;gt;because they are not generated during build.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=4bcca712 [4bcca712]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (464 of 464 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=e90af998 [e90af998]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (464 of 464 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=7e24b2b6 [7e24b2b6]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (464 of 464 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=1938504e [1938504e]] Zero padding bytes in DndReceiverProp struct.&amp;lt;br/&amp;gt;This removes valgrind&amp;#039;s complains about accessing uninitialized memory.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=ee0c5d58 [ee0c5d58]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a6829398 [a6829398]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=d2122705 [d2122705]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=e0a3cab4 [e0a3cab4]] Minor adjustments to porting documentation&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=f2b3ea52 [f2b3ea52]] Drop compatibility code for TQSignal&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=fb6884ea [fb6884ea]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=2e817b4b [2e817b4b]] Remove dangled symlinks for droped compat headers.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=c3bb8881 [c3bb8881]] Drop compatibility code for TQButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=9492e618 [9492e618]] Drop compatibility code for TQThread&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=979f5621 [979f5621]] Drop compatibility code for TQLineEdit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=83991feb [83991feb]] Remove Qt4 related stuff&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=48ea22d0 [48ea22d0]] Drop compatibility code for TQToolButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b1bfbe79 [b1bfbe79]] Drop compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=bfd62a0b [bfd62a0b]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a8466ab3 [a8466ab3]] Translated using Weblate (Chinese (zh))&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3 - examples-i18n&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3-examples-i18n/zh/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=5350a724 [5350a724]] Drop TQT_NO_COMPAT code from mkspecs files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a75445b4 [a75445b4]] Drop Qt2 obsolete classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b6e9b6c6 [b6e9b6c6]] Added translation using Weblate (Turkish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=af9d6b11 [af9d6b11]] Added translation using Weblate (Turkish)&lt;br /&gt;
&lt;br /&gt;
== tqtinterface ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=2d5b7f4a [2d5b7f4a]] Remove environment class nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=d3963bf6 [d3963bf6]] Remove text class nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=9c2c71c7 [9c2c71c7]] Remove graphics class nt* related header files (part 2)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=9521d868 [9521d868]] Remove graphics class nt* related header files (part 1)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=98006ab0 [98006ab0]] Remove IO and network nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=75ac0866 [75ac0866]] Remove utility class nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=8f01e0e4 [8f01e0e4]] Remove drag-n-drop nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=4c9db014 [4c9db014]] Remove main window nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=e4f0bf1e [e4f0bf1e]] Remove codec nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=4fe48089 [4fe48089]] Remove threading nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=c05e0f3a [c05e0f3a]] Remove tqvfbhdr.h, leftover from previous commit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=4421b232 [4421b232]] Remove date and time nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=d8f36f1b [d8f36f1b]] Remove style nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=854de84e [854de84e]] Remove icon nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=c190b545 [c190b545]] Remove text nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=3c9f1a87 [3c9f1a87]] Remove str nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=d8f7d899 [d8f7d899]] Remove image nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=6d3d9814 [6d3d9814]] Remove ptr nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=febf013b [febf013b]] Remove template library nt* related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=1f352d34 [1f352d34]] Remove tqwidget* header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=e8de6b5c [e8de6b5c]] Remove tq* canvas related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=05aba5ec [05aba5ec]] Remove tq* dom and xml related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=0cae95b2 [0cae95b2]] Remove tq* sql related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=ea34bc88 [ea34bc88]] Remove tqobject* header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=b56bc45e [b56bc45e]] Remove check for Qt3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=9231ecd6 [9231ecd6]] Move tqt.h to tqt3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=c75a4d30 [c75a4d30]] Fix FTBFS caused by commit 70b3c7d&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=70b3c7d4 [70b3c7d4]] Removed unused scripts&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=2b8afac3 [2b8afac3]] Remove tqt-replace, uic-tqt and moc-tqt tools&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=9ad01120 [9ad01120]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=4746fbba [4746fbba]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=1c79e9f8 [1c79e9f8]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
== avahi-tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/avahi-tqt/commit/?id=51f0b3f7 [51f0b3f7]] moc-tqt is no longer required&lt;br /&gt;
&lt;br /&gt;
== pytqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=aa676491 [aa676491]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=cba16275 [cba16275]] Drop compatibility code for TQThread&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=8bd235be [8bd235be]] Addons to previous commit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=28273a01 [28273a01]] Drop Qt2&amp;#039;s TQSemiModal class.&lt;br /&gt;
&lt;br /&gt;
= core =&lt;br /&gt;
== tdelibs ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=5d1bee81 [5d1bee81]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (333 of 333 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=8a70d5cd [8a70d5cd]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 0.0% (0 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/knotify - knotify.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/knotify-knotifydesktop/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=2d3173aa [2d3173aa]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 85.7% (18 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio-desktop-files/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=dc9d10b2 [dc9d10b2]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 20.0% (2 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeioslave-desktop-files/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=1da84e1f [1da84e1f]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (179 of 179 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/all languages&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/all-languages/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=d71e4896 [d71e4896]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=07dae957 [07dae957]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=df2cc312 [df2cc312]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=6ee815d4 [6ee815d4]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7715aa29 [7715aa29]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=5f597674 [5f597674]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=b997cf38 [b997cf38]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=1c2d2a35 [1c2d2a35]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=391e3157 [391e3157]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=b18a5730 [b18a5730]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=45372e27 [45372e27]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=5fc507a7 [5fc507a7]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=93e86eef [93e86eef]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=35621174 [35621174]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=85cb6cbd [85cb6cbd]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=c726740c [c726740c]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=dc9bb26c [dc9bb26c]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=79c48bca [79c48bca]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=1abd4756 [1abd4756]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=82343c63 [82343c63]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=f1b3a717 [f1b3a717]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=e38e0d20 [e38e0d20]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=88d6f964 [88d6f964]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=b02c5737 [b02c5737]] Update the extraction of translations for renamed tqxml in TQt3.&amp;lt;br/&amp;gt;This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/tqt3/issues/155 TDE/tqt3#155]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cc43ae59 [cc43ae59]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (333 of 333 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=dd5ee318 [dd5ee318]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.4% (324 of 329 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=e77d93dc [e77d93dc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=39d31bf7 [39d31bf7]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=3c503d85 [3c503d85]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=48310270 [48310270]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/knotify - knotify.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/knotify-knotifydesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=5efbce07 [5efbce07]] tdehw lib: drop definition of TDEDiskDeviceStatus::Hotpluggable&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cca633c6 [cca633c6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (179 of 179 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/all languages&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/all-languages/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=9755ecd9 [9755ecd9]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=503eb0d9 [503eb0d9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=29b84bd0 [29b84bd0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=f6627610 [f6627610]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7f7e5585 [7f7e5585]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.4% (323 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7a35fcf1 [7a35fcf1]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=f49e67f0 [f49e67f0]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=920d56d2 [920d56d2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=a7316f73 [a7316f73]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=4e0aa6d5 [4e0aa6d5]] Fix functionality broken by commit 8233b2e5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=8233b2e5 [8233b2e5]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=74cb596c [74cb596c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdemarkdown - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdemarkdown-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=29f58681 [29f58681]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (327 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=c6bc3af7 [c6bc3af7]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cdf964bb [cdf964bb]] Update version to R14.2.0&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tdebase ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=da5ee729 [da5ee729]] Added translation using Weblate (Czech)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=6182e327 [6182e327]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d6c81f5c [d6c81f5c]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=07782b25 [07782b25]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d0edcdc0 [d0edcdc0]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=065201c1 [065201c1]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ba458f64 [ba458f64]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c4a74517 [c4a74517]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a7f6377b [a7f6377b]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=09b4bf52 [09b4bf52]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=01a37ebe [01a37ebe]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=23e4dfc9 [23e4dfc9]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a2413540 [a2413540]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8cf1dbb7 [8cf1dbb7]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=61f5b36b [61f5b36b]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5f30621f [5f30621f]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2edb735c [2edb735c]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=581c88bb [581c88bb]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=3e7642cc [3e7642cc]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d63db6fb [d63db6fb]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=cefcd40a [cefcd40a]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=0099d96a [0099d96a]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=902bba19 [902bba19]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=813cc31e [813cc31e]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=38b517a1 [38b517a1]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=815d0e52 [815d0e52]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=14d4fe96 [14d4fe96]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=979bf732 [979bf732]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=6cf6af20 [6cf6af20]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=70013023 [70013023]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ef616793 [ef616793]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e89a8c92 [e89a8c92]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f6ef25ac [f6ef25ac]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=193c53fe [193c53fe]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1048eefc [1048eefc]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b1571209 [b1571209]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d2d552dd [d2d552dd]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=614ccad3 [614ccad3]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kpersonalizer - kpersonalizer.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kpersonalizer-kpersonalizerdesktop/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8e6e529b [8e6e529b]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplash - themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplash-themes/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=268b7ba9 [268b7ba9]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplash - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplash-desktop-files/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b026f6f0 [b026f6f0]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 99.6% (250 of 251 strings)&amp;lt;br/&amp;gt;Translation: tdebase/l10n - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/l10n-desktop-files/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f57f6dc9 [f57f6dc9]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker-desktop-files/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=dbfab40f [dbfab40f]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdm - themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdm-themes/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=114c2dbd [114c2dbd]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 98.9% (98 of 99 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdm - sessions&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdm-sessions/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=526ec427 [526ec427]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 98.0% (50 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1224ccfd [1224ccfd]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 28.5% (6 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-desktop-files/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=525f0e7a [525f0e7a]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper-desktop-files/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e7d1b507 [e7d1b507]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ab28f32e [ab28f32e]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=343f6eb8 [343f6eb8]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=748c99fa [748c99fa]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7505074f [7505074f]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5df54bca [5df54bca]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=45a33de5 [45a33de5]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1276dc7e [1276dc7e]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8497b918 [8497b918]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=6179c39f [6179c39f]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7e7f908e [7e7f908e]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 79.4% (27 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5267dbeb [5267dbeb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys - khotkeys.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-khotkeysdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5d3b7b6b [5d3b7b6b]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=915c3a95 [915c3a95]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - directories&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-directories/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=060c43a4 [060c43a4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8d823fa8 [8d823fa8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=60c0ef10 [60c0ef10]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=fb37868d [fb37868d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 73.5% (78 of 106 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2aa1caea [2aa1caea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 62.3% (283 of 454 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=eb40ec52 [eb40ec52]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8703669a [8703669a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9ce33d10 [9ce33d10]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 73.5% (78 of 106 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d0b0d5d2 [d0b0d5d2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b8f8006b [b8f8006b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=117567d0 [117567d0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 68.7% (22 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f4de2e73 [f4de2e73]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=651c743d [651c743d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - directories&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-directories/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5a8baaa0 [5a8baaa0]] Added R14.1.3 release notes draft&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=11fe84fc [11fe84fc]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=29bf0c46 [29bf0c46]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 73.5% (78 of 106 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e4de8ebc [e4de8ebc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 68.7% (22 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b36c32fc [b36c32fc]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-events/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b525cb14 [b525cb14]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 62.1% (282 of 454 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=4449d863 [4449d863]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b65f90a0 [b65f90a0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi - presets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi-presets/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c04e4905 [c04e4905]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8d642b33 [8d642b33]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=214a7434 [214a7434]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f067db30 [f067db30]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplash - themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplash-themes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=51e06d90 [51e06d90]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (35 of 35 strings)&amp;lt;br/&amp;gt;Translation: tdebase/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/wallpapers-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ccb9a31c [ccb9a31c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin clients - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-clients-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e3264169 [e3264169]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (251 of 251 strings)&amp;lt;br/&amp;gt;Translation: tdebase/l10n - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/l10n-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=de4f14d1 [de4f14d1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeprint - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeprint-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=526d59e6 [526d59e6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=81b38918 [81b38918]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 61.8% (281 of 454 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8214f3e0 [8214f3e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=517f7bee [517f7bee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f1e7be5e [f1e7be5e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 76.8% (266 of 346 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kappfinder - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kappfinder-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=55573505 [55573505]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d582a3c5 [d582a3c5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c3b71a55 [c3b71a55]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2253217b [2253217b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi - presets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi-presets/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5f5e9000 [5f5e9000]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - compat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-compat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=361361b7 [361361b7]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f9d06cee [f9d06cee]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb-events/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a5b06864 [a5b06864]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=55af1724 [55af1724]] Remove usage of TDEDiskDeviceStatus::Hotpluggable&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f093a1be [f093a1be]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdm - themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdm-themes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=21ecd990 [21ecd990]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplash - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplash-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=607f0804 [607f0804]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdehtml_plugins.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdehtml_pluginsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5f815bd0 [5f815bd0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkonq - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkonq-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8175c850 [8175c850]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksysguard - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksysguard-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7c8d600d [7c8d600d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=3faa7b1b [3faa7b1b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kate - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kate-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f6fb0d91 [f6fb0d91]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 61.8% (281 of 454 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=70af14e2 [70af14e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 48.5% (168 of 346 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kappfinder - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kappfinder-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=035c2698 [035c2698]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - directories&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-directories/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a1cbb16b [a1cbb16b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.8% (248 of 251 strings)&amp;lt;br/&amp;gt;Translation: tdebase/l10n - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/l10n-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a26bb216 [a26bb216]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1103f2b1 [1103f2b1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c836bb9d [c836bb9d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=00eab673 [00eab673]] Translated using Weblate (Greek)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/el/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9e7b4bb1 [9e7b4bb1]] TWin: Fix loading of window decoration configuration libraries&amp;lt;br/&amp;gt;Accidentally broken by commit 84ab47055d.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=748a54ff [748a54ff]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=dddd52ff [dddd52ff]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=30d54139 [30d54139]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2317bee2 [2317bee2]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=4c64b274 [4c64b274]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-events/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c0ca8145 [c0ca8145]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f1f2e40a [f1f2e40a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5eec362c [5eec362c]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2986ff6e [2986ff6e]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2937383d [2937383d]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-data/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9ab75fc1 [9ab75fc1]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ea076539 [ea076539]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi - presets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi-presets/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8a8431ab [8a8431ab]] twin: renames twin3_ to twin_ in user theme config files. This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/351 #351] and PR #364.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=91cb2036 [91cb2036]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.0% (33 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=88ea7160 [88ea7160]] KWin: rename client libraries twin3_* -&amp;amp;gt; twin_*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=84ab4705 [84ab4705]] Make TWin look for `twin_` libraries&amp;lt;br/&amp;gt;This is now the preferred way of calling the decoration libraries&amp;lt;br/&amp;gt;(in place of `twin3_`). The old names that start with `twin3_` are&amp;lt;br/&amp;gt;still recognized for compatibility reasons.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/351 #351]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e8336ee5 [e8336ee5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2da663c3 [2da663c3]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8210b058 [8210b058]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=74eb1d78 [74eb1d78]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=90b19e21 [90b19e21]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ce84a0c6 [ce84a0c6]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=950f0ce7 [950f0ce7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tde_release_notes.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tde_release_notesdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d61158c7 [d61158c7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdcop - kdcop.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdcop-kdcopdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ddc6b3af [ddc6b3af]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeintegration.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeintegrationdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1771a344 [1771a344]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5ec66d53 [5ec66d53]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - compat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-compat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=653159ea [653159ea]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=143cff2e [143cff2e]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=78937d51 [78937d51]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9ab17ab4 [9ab17ab4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e539275a [e539275a]] Add release notes draft for R14.2.x series&lt;br /&gt;
&lt;br /&gt;
== tdepim ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=1d22724f [1d22724f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libtdepim - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=80854783 [80854783]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=cc1d59e9 [cc1d59e9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=0b1c762f [0b1c762f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdepim/akregator - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/akregator-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=f1d159b3 [f1d159b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeabc - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeabc-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=fcf0ec84 [fcf0ec84]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=1239d800 [1239d800]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdepim/ktnef - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/ktnef-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=36939501 [36939501]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knotes - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knotes-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=61180ac3 [61180ac3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmobile - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmobile-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=59fb5a85 [59fb5a85]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=36eae050 [36eae050]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdepim/karm - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/karm-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=1dd75eba [1dd75eba]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kandy - kandy.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kandy-kandydesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=215ba850 [215ba850]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 83.3% (5 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdepim/akregator - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/akregator-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=32a1708d [32a1708d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=2278f487 [2278f487]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: tdepim/konsolekalendar - konsolekalendar.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/konsolekalendar-konsolekalendardesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=abef6a1e [abef6a1e]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=c1f9a97a [c1f9a97a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdepimresources - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdepimresources-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=1a30a1d8 [1a30a1d8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korn - korn.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korn-korndesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=f37c6a89 [f37c6a89]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kalarm - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kalarm-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=3113eb08 [3113eb08]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdepim/akregator - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/akregator-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=5863ef46 [5863ef46]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=0e164959 [0e164959]] Fix functionality broken by commit fd0046c4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=fd0046c4 [fd0046c4]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=860c8799 [860c8799]] Drop deprecated kitchensync code&lt;br /&gt;
&lt;br /&gt;
== tdemultimedia ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=c5e80026 [c5e80026]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdemid - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdemid-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=ec115020 [ec115020]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=1c71f523 [1c71f523]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/libkcddb - libkcddb.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/libkcddb-libkcddbdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=94ca3a13 [94ca3a13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kscd - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kscd-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=6c3e9a2f [6c3e9a2f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=775b1efd [775b1efd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kappfinder - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kappfinder-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=a452bd94 [a452bd94]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaudiocreator - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaudiocreator-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=514a0715 [514a0715]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=cb937aa9 [cb937aa9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaudiocreator - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaudiocreator-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=261327ee [261327ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaboodle - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaboodle-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=ab65a990 [ab65a990]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== tdenetwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=01aee861 [01aee861]] Update following tqt3 recent updates&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=d069063d [d069063d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krfb - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krfb-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=2d50a61f [2d50a61f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmktalkd - kcmktalkd.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmktalkd-kcmktalkddesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=ff2cfdf8 [ff2cfdf8]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete-events/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=1fd646e1 [1fd646e1]] tqt-replace is no longer required&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=7cf631be [7cf631be]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=15fd0d5c [15fd0d5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=bff9d105 [bff9d105]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=1e65a9c9 [1e65a9c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krfb - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krfb-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=65f0237b [65f0237b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=0f7aec08 [0f7aec08]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=8b0277b3 [8b0277b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=ea8c2556 [ea8c2556]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kwifi - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kwifi-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=7dbed250 [7dbed250]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=1732e27c [1732e27c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc - ksirc.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc-ksircdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=f0b3ae6b [f0b3ae6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krfb - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krfb-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=0bf1f09c [0bf1f09c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krdc - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krdc-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=cd3b9bc6 [cd3b9bc6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=6c1bfe1c [6c1bfe1c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/knewsticker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/knewsticker-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e540875f [e540875f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=9f39152c [9f39152c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=ec7c5f92 [ec7c5f92]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmlanbrowser - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmlanbrowser-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=bd2c6b41 [bd2c6b41]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kdict - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kdict-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=055c3ba8 [055c3ba8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmktalkd - kcmktalkd.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmktalkd-kcmktalkddesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e8441a98 [e8441a98]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/dcoprss - rssservice.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/dcoprss-rssservicedesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== tdegraphics ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=2a49f484 [2a49f484]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksvg - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksvg-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=32a0eae8 [32a0eae8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=0464b42f [0464b42f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksvg - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksvg-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=83ca390f [83ca390f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kooka - kooka.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kooka-kookadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=b946ccf6 [b946ccf6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kolourpaint - kolourpaint.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kolourpaint-kolourpaintdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=c3994f8f [c3994f8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=c8525154 [c8525154]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kfax - kfax.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kfax-kfaxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=82790fe5 [82790fe5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcoloredit - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcoloredit-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=6628c1cf [6628c1cf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdeiconedit - tdeiconedit.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdeiconedit-tdeiconeditdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=6fec2493 [6fec2493]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewshell - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewshell-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=0ac60cd7 [0ac60cd7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kuickshow - kuickshow.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kuickshow-kuickshowdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=b7a2fb44 [b7a2fb44]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksnapshot - ksnapshot.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksnapshot-ksnapshotdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=d73ec8db [d73ec8db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler - kruler.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler-krulerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=4207cf76 [4207cf76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpovmodeler - kpovmodeler.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpovmodeler-kpovmodelerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=a34651aa [a34651aa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=df90b4db [df90b4db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kfaxview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kfaxview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=10228ff7 [10228ff7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kdvi - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kdvi-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=786ba559 [786ba559]] Fix functionality broken by commit d26dabfe.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=d26dabfe [d26dabfe]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=fdd22494 [fdd22494]] Drop deprecated kmrml code&lt;br /&gt;
&lt;br /&gt;
== tdetoys ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=47ebe98c [47ebe98c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (285 of 285 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather - stations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather-stations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=bfb7d592 [bfb7d592]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=97649015 [97649015]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kworldclock - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kworldclock-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=29e37f55 [29e37f55]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/ktux - ktux.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/ktux-ktuxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=4eb6f321 [4eb6f321]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kteatime - kteatime.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kteatime-kteatimedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=75d71ec8 [75d71ec8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kodo - kodo.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kodo-kododesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=ef99089e [ef99089e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/amor - amor.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/amor-amordesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=528f19d2 [528f19d2]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeutils ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=a9e3e4cf [a9e3e4cf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kdf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kdf-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== tdeedu ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=0c53c58d [0c53c58d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=d99f3098 [d99f3098]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=05b36881 [05b36881]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kverbos - kverbos.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kverbos-kverbosdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=b2b4038e [b2b4038e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kturtle - kturtle.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kturtle-kturtledesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=9edf12e3 [9edf12e3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/ktouch - ktouch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/ktouch-ktouchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=373f572e [373f572e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kiten - kiten.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kiten-kitendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=894d22c5 [894d22c5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars - kstars.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars-kstarsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=b245468a [b245468a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kpercentage - kpercentage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kpercentage-kpercentagedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=9a430435 [9a430435]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kmplot - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kmplot-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=7cbde739 [7cbde739]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/klettres - klettres.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/klettres-klettresdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=3f41eb31 [3f41eb31]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/klatin - klatin.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/klatin-klatindesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=274c00f5 [274c00f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kig - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kig-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=d076ba6e [d076ba6e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/khangman - khangman.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/khangman-khangmandesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e7ecdbc7 [e7ecdbc7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography - kgeography.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography-kgeographydesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=7ec075a1 [7ec075a1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/keduca - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/keduca-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e45f4ee3 [e45f4ee3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kbruch - kbruch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kbruch-kbruchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e73aad5f [e73aad5f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kanagram - kanagram.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kanagram-kanagramdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=026dd7e1 [026dd7e1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kalzium - kalzium.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kalzium-kalziumdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=92daf7c2 [92daf7c2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/blinken - blinken.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/blinken-blinkendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=ad620012 [ad620012]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=1b57c822 [1b57c822]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== tdegames ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=707ed9c6 [707ed9c6]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=72486eea [72486eea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/tdefifteen - tdefifteen.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/tdefifteen-tdefifteendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=1af92e8c [1af92e8c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk - knetwalk.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk-knetwalkdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=b4e10441 [b4e10441]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/twin4 - twin4.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/twin4-twin4desktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=60e6b4b7 [60e6b4b7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ktuberling - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ktuberling-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f86cc3b2 [f86cc3b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kspaceduel - kspaceduel.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kspaceduel-kspacedueldesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=1723a2e2 [1723a2e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksokoban - ksokoban.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksokoban-ksokobandesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=b8bfa029 [b8bfa029]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksnake - ksnake.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksnake-ksnakedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f3055d26 [f3055d26]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=25bbc148 [25bbc148]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet - ksirtet.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet-ksirtetdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=bc6ebdd9 [bc6ebdd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksame - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksame-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=245abf4b [245abf4b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kshisen - kshisen.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kshisen-kshisendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=a24aefaf [a24aefaf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f361902f [f361902f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi - kreversi.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi-kreversidesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=bdbf75db [bdbf75db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kpoker - kpoker.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kpoker-kpokerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=8010109b [8010109b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kpat - kpat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kpat-kpatdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=30b2fe6b [30b2fe6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/konquest - konquest.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/konquest-konquestdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e3c0ddc0 [e3c0ddc0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kolf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kolf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=214ce742 [214ce742]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmines - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmines-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e2876665 [e2876665]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e58b9568 [e58b9568]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmines - kmines.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmines-kminesdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=564ede18 [564ede18]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmahjongg - kmahjongg.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmahjongg-kmahjonggdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=a1f2098b [a1f2098b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegames/klickety - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/klickety-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=04405ac0 [04405ac0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kjumpingcube - kjumpingcube.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kjumpingcube-kjumpingcubedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=ddeb59d5 [ddeb59d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kgoldrunner - KGoldrunner.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kgoldrunner-kgoldrunnerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=6aa6a2fc [6aa6a2fc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kenolaba - kenolaba.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kenolaba-kenolabadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=c2e382ff [c2e382ff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbounce - kbounce.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbounce-kbouncedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=43a1ef1a [43a1ef1a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kblackbox - kblackbox.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kblackbox-kblackboxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=47443995 [47443995]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbackgammon - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbackgammon-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=51730a13 [51730a13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbackgammon - kbackgammon.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbackgammon-kbackgammondesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f4e1241f [f4e1241f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kasteroids - kasteroids.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kasteroids-kasteroidsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=195f32ff [195f32ff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegames/atlantik - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/atlantik-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=078f8a60 [078f8a60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/atlantik - atlantik.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/atlantik-atlantikdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=23f73f6d [23f73f6d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=89209b44 [89209b44]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeaccessibility ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=21a05449 [21a05449]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (42 of 42 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kttsd - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kttsd-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=546f0a26 [546f0a26]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmousetool - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmousetool-desktop-files/nl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=0c8252ff [0c8252ff]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmag - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmag-desktop-files/nl/&lt;br /&gt;
&lt;br /&gt;
== tdeaddons ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=20c96954 [20c96954]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (64 of 64 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-plugins-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=462e8067 [462e8067]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (64 of 64 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-plugins-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=7247f36b [7247f36b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tutorials - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tutorials-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=729f8436 [729f8436]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-plugins-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=c75bb91d [c75bb91d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/ksig - ksig.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/ksig-ksigdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=8b19a3d4 [8b19a3d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (44 of 44 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-plugins-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== tdeadmin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=7c269be3 [7c269be3]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 50.0% (1 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage - kpackage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage-kpackagedesktop/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=b60f7565 [b60f7565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kuser - kuser.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kuser-kuserdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=39dd6199 [39dd6199]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/ksysv - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/ksysv-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=1ec384e5 [1ec384e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=78260ae7 [78260ae7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage - kpackage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage-kpackagedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=18052ec0 [18052ec0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kdat - kdat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kdat-kdatdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=68dbc1fc [68dbc1fc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kcron - kcron.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kcron-kcrondesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== tdeartwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=3055de54 [3055de54]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/wallpapers-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=cd51daaf [cd51daaf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/twin-styles - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/twin-styles-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=e76fde84 [e76fde84]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/icon themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/icon-themes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=480c8a32 [480c8a32]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/icon themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/icon-themes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=d5891cb6 [d5891cb6]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/wallpapers-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=b7c7780f [b7c7780f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeartwork/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/wallpapers-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=25e4ea58 [25e4ea58]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=0afaf315 [0afaf315]] twin-styles: twin3_ to twin_ conversion&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=5f90bc99 [5f90bc99]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (314 of 314 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/tdescreensaver - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/tdescreensaver-desktop-files/it/&lt;br /&gt;
&lt;br /&gt;
== tdebindings ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=84ec6486 [84ec6486]] Drop compatibility code for TQSignal&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=13378021 [13378021]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=02712db1 [02712db1]] Drop compatibility code for TQButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=53442b53 [53442b53]] Drop obsolete TQLineEdit methods&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=1b35744b [1b35744b]] Drop compatibility code for TQToolButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=476cadbf [476cadbf]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=941081ce [941081ce]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=dcffc0bc [dcffc0bc]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
== tdesdk ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=e116e963 [e116e963]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbabel - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbabel-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=ba42cd60 [ba42cd60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=0b324ad9 [0b324ad9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=26ea0a31 [26ea0a31]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdecachegrind - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdecachegrind-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=7b277c01 [7b277c01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/scheck - scheck.themerc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/scheck-scheckthemerc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=8d7ac8ea [8d7ac8ea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kuiviewer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kuiviewer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=70cbb21e [70cbb21e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbugbuster - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbugbuster-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=5951f56b [5951f56b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/cervisia - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/cervisia-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=0c03e09c [0c03e09c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/cervisia - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/cervisia-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=b221bea0 [b221bea0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kompare - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kompare-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d50abb28 [d50abb28]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.1% (27 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=3523578c [3523578c]] Fix functionality broken by commit d619f66&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d619f66a [d619f66a]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tdevelop ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=3219b370 [3219b370]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=f4724912 [f4724912]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop-desktop-files/&lt;br /&gt;
&lt;br /&gt;
== tdewebdev ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=e5b0f94a [e5b0f94a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=07ecde1c [07ecde1c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kxsldbg - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kxsldbg-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=0e7ff51f [0e7ff51f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/klinkstatus - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/klinkstatus-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=13d63148 [13d63148]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kimagemapeditor - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kimagemapeditor-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=e16b4e3b [e16b4e3b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=6552a392 [6552a392]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== tde-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b29a0184 [b29a0184]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2be1b2a0 [2be1b2a0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd25612e [bd25612e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4c2af65 [d4c2af65]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3870da7f [3870da7f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=93265c20 [93265c20]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0928f522 [0928f522]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=768eb738 [768eb738]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ebbe7fb7 [ebbe7fb7]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a685c520 [a685c520]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 99.0% (413 of 417 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libtdepim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a6c45482 [a6c45482]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 66.6% (12 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kay&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kay/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b1606b8c [b1606b8c]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (292 of 292 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c79bd61 [3c79bd61]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4bfd546b [4bfd546b]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 86.3% (76 of 88 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kpersonalizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kpersonalizer/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8bdbcfe2 [8bdbcfe2]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.1% (2714 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1f1863d8 [1f1863d8]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3bff50c1 [3bff50c1]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2e885b52 [2e885b52]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a490f14b [a490f14b]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=03162dd2 [03162dd2]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=20259c10 [20259c10]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=37dd609c [37dd609c]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0492e08b [0492e08b]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=70075fe0 [70075fe0]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9b5150e [c9b5150e]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bf7d8b96 [bf7d8b96]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1b0e5f2a [1b0e5f2a]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bea014ba [bea014ba]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cfabd897 [cfabd897]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b5dd7e37 [b5dd7e37]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7bc019e6 [7bc019e6]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e0bd24f [1e0bd24f]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=24dfd0ed [24dfd0ed]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=98ef2841 [98ef2841]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f8b5ce1e [f8b5ce1e]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=33aac2d1 [33aac2d1]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5e0bb642 [5e0bb642]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=07377164 [07377164]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee5d31b5 [ee5d31b5]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b5085e5 [2b5085e5]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ead1b876 [ead1b876]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7e9f353a [7e9f353a]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=58a4a407 [58a4a407]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73421a19 [73421a19]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51aa6e19 [51aa6e19]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68f3bb9a [68f3bb9a]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9065d097 [9065d097]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6d902faa [6d902faa]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6f4277d4 [6f4277d4]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a0de4535 [a0de4535]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cdfaa0f7 [cdfaa0f7]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b0f167fe [b0f167fe]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8aaea1b6 [8aaea1b6]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c6652021 [c6652021]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b0640072 [b0640072]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a6782aa5 [a6782aa5]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c92c19e0 [c92c19e0]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=036dc793 [036dc793]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f081e42b [f081e42b]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=11a0dbd2 [11a0dbd2]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4d72ddc [c4d72ddc]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da86d6db [da86d6db]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=beab1346 [beab1346]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ddbb8cd0 [ddbb8cd0]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=24b7c583 [24b7c583]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f7ea6f6c [f7ea6f6c]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c281d9b [3c281d9b]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6f78d66 [d6f78d66]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e90880c3 [e90880c3]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc904ef6 [bc904ef6]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0aafd0a14 [0aafd0a14]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6169c7e9 [6169c7e9]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=60162d58 [60162d58]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc247df1 [bc247df1]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ace78a1 [2ace78a1]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8f90fce0 [8f90fce0]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ca52b85 [7ca52b85]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e6edce6 [1e6edce6]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=902befa5 [902befa5]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fc148ae3 [fc148ae3]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6ad276c3 [6ad276c3]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb8d18be [bb8d18be]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a82a85b [9a82a85b]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fe8a20e [4fe8a20e]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a70ccb41 [a70ccb41]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0530cfe9 [0530cfe9]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fb088850 [fb088850]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=90609151 [90609151]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cfc3bda0 [cfc3bda0]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b48e9dc9 [b48e9dc9]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=effa4881 [effa4881]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a0241f3b [a0241f3b]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5747ea65 [5747ea65]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b54d37aa [b54d37aa]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a22bb1ae [a22bb1ae]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b6dfc42c [b6dfc42c]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16c27422 [16c27422]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61436888 [61436888]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eff05ef7 [eff05ef7]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1b250e36 [1b250e36]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d1e3f46 [7d1e3f46]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bba765a5 [bba765a5]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=38ab219c [38ab219c]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b80af83c [b80af83c]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9764ba37 [9764ba37]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=52e29a9d [52e29a9d]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cc0cdb80 [cc0cdb80]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c0b7d75 [6c0b7d75]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02a81a1f [02a81a1f]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=93a14056 [93a14056]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6ca70560 [6ca70560]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ab212382 [ab212382]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=77ae3c5f [77ae3c5f]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da2541d9 [da2541d9]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3509c7d0 [3509c7d0]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d93acd3f [d93acd3f]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8aafd6f5 [8aafd6f5]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d3f0d4de [d3f0d4de]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f955dbfe [f955dbfe]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=528e0ddb [528e0ddb]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5583b1aa [5583b1aa]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7c012027 [7c012027]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30b3108b [30b3108b]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=09ddf6b8 [09ddf6b8]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c7428cae [c7428cae]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=63a7f53b [63a7f53b]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=705dcdac [705dcdac]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c627fcf8 [c627fcf8]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d905fba7 [d905fba7]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a616c35 [8a616c35]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8ebb90e3 [8ebb90e3]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ec8b0335 [ec8b0335]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=99ed9d15 [99ed9d15]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=14f9ad26 [14f9ad26]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 50.0% (2 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdefileaudiopreview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdefileaudiopreview/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da7b7a3a [da7b7a3a]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 66.6% (4 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/libtdescreensaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/libtdescreensaver/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30ddf1a6 [30ddf1a6]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 97.8% (411 of 420 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8ee4d659 [8ee4d659]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12e84191 [12e84191]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=98c60757 [98c60757]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2079f7b6 [2079f7b6]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=667bc8e8 [667bc8e8]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=32e248ab [32e248ab]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=594ad630 [594ad630]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=405251a6 [405251a6]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8f1a8fbf [8f1a8fbf]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6da8ee99 [6da8ee99]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=40f78616 [40f78616]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8eb81a22 [8eb81a22]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=310e0914 [310e0914]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cad4fbfc [cad4fbfc]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fa8b2a87 [fa8b2a87]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fd288ca3 [fd288ca3]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d7ac729b [d7ac729b]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a832252 [4a832252]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=017b3b31 [017b3b31]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=57dcec2e [57dcec2e]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8945f724 [8945f724]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3dc7abdb [3dc7abdb]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8ea8e880 [8ea8e880]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b999545d [b999545d]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fceefaa3 [fceefaa3]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 33.3% (5 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/knotify&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/knotify/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5257669b [5257669b]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 11.5% (3 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio_help&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio_help/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a29c6be5 [a29c6be5]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 18.1% (218 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d8e5ecc8 [d8e5ecc8]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 11.1% (8 of 72 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/i18n - entry.desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/i18n-entrydesktop-files/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9ee9f878 [9ee9f878]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (58 of 58 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=40ef5041 [40ef5041]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 85.2% (75 of 88 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kpersonalizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kpersonalizer/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f7896b23 [f7896b23]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplash&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplash/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d117158f [d117158f]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kgreet_winbind&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kgreet_winbind/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bfa16de3 [bfa16de3]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 90.0% (9 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kgreet_classic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kgreet_classic/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0cb261aa [0cb261aa]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 96.1% (25 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_tom&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_tom/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6cd1dc0e [6cd1dc0e]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 40.0% (2 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_remotemenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_remotemenu/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4d3f8768 [4d3f8768]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_tdeprint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_tdeprint/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f1516858 [f1516858]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 42.8% (3 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_konsole/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0720e002 [0720e002]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 66.6% (2 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_systemmenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_systemmenu/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=676b8a87 [676b8a87]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkicker/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3e39c352 [3e39c352]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 75.0% (3 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_recentdocs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_recentdocs/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b787361 [7b787361]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kickermenu_kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kickermenu_kate/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61b8363c [61b8363c]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 60.0% (3 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_prefmenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_prefmenu/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8b1a4d84 [8b1a4d84]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkicker/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=af61dc15 [af61dc15]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 99.6% (260 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd4e1e41 [bd4e1e41]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (152 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdmconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmconfig/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fce7fe6c [fce7fe6c]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (126 of 126 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdmgreet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmgreet/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17725789 [17725789]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bbccf8a0 [bbccf8a0]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_finger&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_finger/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=50665128 [50665128]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 38.0% (8 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_pop3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_pop3/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=743e082d [743e082d]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 23.0% (3 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_ldap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_ldap/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0c56b5c [c0c56b5c]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 96.1% (25 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_man&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_man/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=01f477fb [01f477fb]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (152 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_media&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_media/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=688817be [688817be]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_floppy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_floppy/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b0d0a622 [b0d0a622]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (37 of 37 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_trash&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_trash/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3a1d74a0 [3a1d74a0]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 28.5% (2 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_fish&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_fish/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9d0dca8f [9d0dca8f]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 33.3% (3 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_nntp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_nntp/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4ef0c77 [d4ef0c77]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 42.8% (3 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_nfs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_nfs/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bf7c18ac [bf7c18ac]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 44.8% (13 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_smtp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_smtp/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=00b6ca0b [00b6ca0b]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 50.0% (2 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_home&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_home/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=74339bec [74339bec]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 50.0% (2 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_tar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_tar/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=33d91c00 [33d91c00]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 38.0% (8 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_smb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_smb/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5c40139b [5c40139b]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 40.0% (2 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_remote&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_remote/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a3c4d52f [a3c4d52f]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (50 of 50 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_print&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_print/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=495c0b7c [495c0b7c]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 40.0% (2 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeprint_part&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeprint_part/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25ba04c8 [25ba04c8]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 18.1% (2 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_thumbnail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_thumbnail/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6503339b [6503339b]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 53.8% (7 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_mac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_mac/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=56c0e444 [56c0e444]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 64.1% (25 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_sftp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=20677036 [20677036]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 83.3% (5 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_settings&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_settings/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=43e66079 [43e66079]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 50.0% (2 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_system&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_system/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1c889ad4 [1c889ad4]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 17.3% (4 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kstart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kstart/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc04aebe [bc04aebe]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 98.5% (70 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=28e79aca [28e79aca]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/appletproxy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/appletproxy/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dbbada13 [dbbada13]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 99.0% (611 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3af99205 [3af99205]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c2ec047e [c2ec047e]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4b8cc14 [d4b8cc14]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9239d442 [9239d442]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ec220289 [ec220289]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e1e1d68c [e1e1d68c]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0e4d32e [c0e4d32e]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8fd97e1b [8fd97e1b]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d3dc69bb [d3dc69bb]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=83cafd25 [83cafd25]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=63feb0b5 [63feb0b5]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c5791169 [c5791169]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=981a1e22 [981a1e22]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d961b689 [d961b689]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0332f20b [0332f20b]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d58dcfa4 [d58dcfa4]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e90a912b [e90a912b]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2f64008 [e2f64008]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4469efb4 [4469efb4]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7c72465d [7c72465d]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=814c3430 [814c3430]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a322ccef [a322ccef]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f40b8806 [f40b8806]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5c74bfd4 [5c74bfd4]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b05c722 [3b05c722]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e430870a [e430870a]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=86506f74 [86506f74]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dbd1c4b0 [dbd1c4b0]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=05e25904 [05e25904]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1450ae16 [1450ae16]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=278fd0e5 [278fd0e5]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fcc25710 [fcc25710]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c95cd9ef [c95cd9ef]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b9a56e24 [b9a56e24]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7abb789 [e7abb789]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cc2072fa [cc2072fa]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b0c89d3f [b0c89d3f]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=debfcbb0 [debfcbb0]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=698e6d12 [698e6d12]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=29b23d97 [29b23d97]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6284cd42 [6284cd42]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02239f98 [02239f98]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12f0b82a [12f0b82a]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c5abb248 [c5abb248]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=20abf1d9 [20abf1d9]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fa7c3b88 [fa7c3b88]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6efcbc29 [6efcbc29]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c6527a34 [c6527a34]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d1343ffa [d1343ffa]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8f9706af [8f9706af]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=64aebe0d [64aebe0d]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1c5fcb38 [1c5fcb38]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b070f8c2 [b070f8c2]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7caf29d4 [7caf29d4]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.1% (114 of 115 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=96fc6890 [96fc6890]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3bf91bbf [3bf91bbf]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ee30d59 [3ee30d59]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=52211206 [52211206]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=01a00817 [01a00817]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.2% (95 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78585e41 [78585e41]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3992dedd [3992dedd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kate/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=06262ce3 [06262ce3]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=00d469cf [00d469cf]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bcce5928 [bcce5928]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (43 of 43 strings)&amp;lt;br/&amp;gt;Translation: tdebase/joystick&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/joystick/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7306f205 [7306f205]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f5738263 [f5738263]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a524b293 [a524b293]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b2cf3b9 [3b2cf3b9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d82307b0 [d82307b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=11475c66 [11475c66]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0d015df0 [0d015df0]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (420 of 420 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=531245f0 [531245f0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12be706f [12be706f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=deed92e4 [deed92e4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c7dbbbfa [c7dbbbfa]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48ed4b75 [48ed4b75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (69 of 69 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abe4cdc3 [abe4cdc3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (366 of 368 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kate/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4e1cf589 [4e1cf589]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (2467 of 2578 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3385d5fb [3385d5fb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=796c9cfe [796c9cfe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (355 of 355 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kuser&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kuser/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=564b9380 [564b9380]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (127 of 127 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdepimwizards&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdepimwizards/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c79192e4 [c79192e4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.0% (188 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libkleopatra&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkleopatra/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48773f92 [48773f92]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.2% (95 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e0407e34 [e0407e34]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.9% (364 of 368 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kate/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1a8a2dd3 [1a8a2dd3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (198 of 198 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmcrypto&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmcrypto/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ed0a582 [1ed0a582]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (173 of 173 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=895cb0ad [895cb0ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (127 of 127 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwinrules&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwinrules/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6d585224 [6d585224]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 90.2% (93 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=24c82153 [24c82153]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5e2ee3a0 [5e2ee3a0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (123 of 123 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=15917a56 [15917a56]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (170 of 170 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30ddf256 [30ddf256]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (68 of 68 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwindecoration&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwindecoration/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5dc94c3a [5dc94c3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplash&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplash/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=675a8015 [675a8015]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (380 of 380 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kxsldbg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kxsldbg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ed5f4af8 [ed5f4af8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.9% (929 of 1010 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kommander&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kommander/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0bd23588 [0bd23588]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0d32caee [0d32caee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (306 of 306 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/ktouch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/ktouch/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7f6475eb [7f6475eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (990 of 990 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd1bf66e [bd1bf66e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (416 of 416 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d95998de [d95998de]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e3522bd2 [e3522bd2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (1235 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8b22db15 [8b22db15]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmstyle&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmstyle/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f921c1e2 [f921c1e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (366 of 366 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksysguard&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksysguard/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=af6659cd [af6659cd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (112 of 112 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a993f23d [a993f23d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (84 of 84 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtaskbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtaskbar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e8176e10 [e8176e10]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmiccconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmiccconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8e12ed68 [8e12ed68]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (330 of 330 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=db4f1433 [db4f1433]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kreadconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kreadconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dcff00f6 [dcff00f6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6400a78b [6400a78b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=95dfd238 [95dfd238]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8f150a03 [8f150a03]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=457f1159 [457f1159]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (199 of 199 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=28486ba0 [28486ba0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdehwdevicetray&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdehwdevicetray/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1b0d0cd0 [1b0d0cd0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (223 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6ccdbbdb [6ccdbbdb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (2467 of 2578 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0a5ecea6 [0a5ecea6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - tdehtmlsettings&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-tdehtmlsettings/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d2018b37 [d2018b37]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (553 of 553 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kgpg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kgpg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=60c329bd [60c329bd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (225 of 225 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9f05344d [9f05344d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (205 of 205 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdemid&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdemid/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8c5d76b [a8c5d76b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (37 of 37 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeabc_slox&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeabc_slox/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dc218365 [dc218365]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_kolab&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_kolab/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=80f2f368 [80f2f368]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2431 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fc6a3bf [4fc6a3bf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdebase/trashapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/trashapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1b781f5a [1b781f5a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (88 of 88 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kpersonalizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kpersonalizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=66c6f08a [66c6f08a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (66 of 66 strings)&amp;lt;br/&amp;gt;Translation: tdebase/privacy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/privacy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=58e832a2 [58e832a2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (366 of 366 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksysguard&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksysguard/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0b4f6d0f [0b4f6d0f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0a44c427 [0a44c427]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b645157c [b645157c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb4b2001 [bb4b2001]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksystraycmd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksystraycmd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c5f1d6c3 [c5f1d6c3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.2% (30 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevtipofday&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevtipofday/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=309e3e6d [309e3e6d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.8% (5277 of 5622 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1d9c56e4 [1d9c56e4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (416 of 416 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bcf267a0 [bcf267a0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2431 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d0d04394 [d0d04394]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (181 of 181 strings)&amp;lt;br/&amp;gt;Translation: tdepim/karm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/karm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=083ecc5c [083ecc5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (197 of 197 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f72816d6 [f72816d6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.4% (115 of 123 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=74f0f572 [74f0f572]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmenergy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmenergy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=103d1f13 [103d1f13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ac60833c [ac60833c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (50 of 50 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7768704e [7768704e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (42 of 42 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkurifilt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkurifilt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dfd51532 [dfd51532]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0796f2d5 [0796f2d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=173600ff [173600ff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.6% (468 of 500 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdecachegrind&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdecachegrind/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e47f07a4 [e47f07a4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (223 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=daf1982c [daf1982c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.5% (2464 of 2578 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b1614943 [b1614943]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (121 of 121 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/klinkstatus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/klinkstatus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41fc90d7 [41fc90d7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (183 of 183 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kimagemapeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kimagemapeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6e3dcd2b [6e3dcd2b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9848ebfd [9848ebfd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (833 of 833 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a002df0 [8a002df0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.8% (464 of 500 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdecachegrind&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdecachegrind/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b3e65559 [b3e65559]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (208 of 208 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbugbuster&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbugbuster/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f98ef4a5 [f98ef4a5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1016 of 1016 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbabel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbabel/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=46d210ec [46d210ec]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (382 of 382 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/cervisia&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/cervisia/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82b1a200 [82b1a200]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (355 of 355 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kuser&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kuser/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d9b1dac5 [d9b1dac5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6d631e04 [6d631e04]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - kuick&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-kuick/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bfeb6261 [bfeb6261]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (48 of 48 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - metabar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-metabar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=503622d8 [503622d8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - kuick-kcm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-kuick-kcm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de6a09e6 [de6a09e6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - imgallery&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-imgallery/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c85ebc44 [c85ebc44]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - dub&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-dub/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bcc9edad [bcc9edad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (316 of 316 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbackgammon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbackgammon/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b6004e2 [2b6004e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (68 of 68 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kpercentage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kpercentage/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82fc7442 [82fc7442]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdewalletmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdewalletmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=216f3b21 [216f3b21]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (217 of 217 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/ark&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/ark/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ed52dde7 [ed52dde7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (256 of 256 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kooka&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kooka/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ebaec3f5 [ebaec3f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e75d3976 [e75d3976]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (403 of 403 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=987886cb [987886cb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=922ded6e [922ded6e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (254 of 254 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8e8d1a70 [8e8d1a70]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (332 of 332 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c5c42c80 [c5c42c80]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (138 of 138 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kscd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kscd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=59494524 [59494524]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (320 of 320 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de5ec621 [de5ec621]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdepimresources&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdepimresources/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=43dafded [43dafded]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeio_imap4&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeio_imap4/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ebaac0f2 [ebaac0f2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (37 of 37 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeabc_slox&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeabc_slox/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=62a67547 [62a67547]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 38.4% (5 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_remote&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_remote/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5f621317 [5f621317]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (1235 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=59dc39df [59dc39df]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (723 of 723 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fe507f67 [fe507f67]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2431 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=59780318 [59780318]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (129 of 129 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kandy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kandy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=452ad70f [452ad70f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.7% (341 of 360 strings)&amp;lt;br/&amp;gt;Translation: tdepim/akregator&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/akregator/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f53aa4aa [f53aa4aa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (126 of 126 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdmgreet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmgreet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=99db62ed [99db62ed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (366 of 366 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksysguard&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksysguard/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a7ad59e6 [a7ad59e6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d31236e0 [d31236e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41b945d4 [41b945d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (59 of 59 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsamba&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsamba/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3e8e13a7 [3e8e13a7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.9% (227 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=be697a7c [be697a7c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (140 of 140 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=413ebd68 [413ebd68]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (101 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=826389da [826389da]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (67 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bbcddbeb [bbcddbeb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (420 of 420 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5bb90fbc [5bb90fbc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1013 of 1013 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeprint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeprint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f8076892 [f8076892]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=399a56ef [399a56ef]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb519326 [bb519326]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (990 of 990 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fed66336 [fed66336]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.0% (188 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libkleopatra&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkleopatra/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c21ebe63 [c21ebe63]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a86478db [a86478db]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kgamma&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kgamma/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=846b2220 [846b2220]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_au&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_au/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e204875a [e204875a]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (332 of 332 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d7d7e68a [d7d7e68a]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (187 of 187 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/libkcddb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/libkcddb/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f4a69841 [f4a69841]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1249ad0c [1249ad0c]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (92 of 92 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/artsbuilder&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/artsbuilder/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=26a0c71d [26a0c71d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdelicense&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdelicense/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c7e556d [6c7e556d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdehwdevicetray&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdehwdevicetray/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b0b7c2f9 [b0b7c2f9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f2357e9e [f2357e9e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (382 of 382 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/cervisia&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/cervisia/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3db290ed [3db290ed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (553 of 553 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kgpg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kgpg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f4eeee18 [f4eeee18]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (215 of 215 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kdvi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kdvi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=28b8f5c6 [28b8f5c6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (403 of 403 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6e5e67fe [6e5e67fe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c644572d [c644572d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (254 of 254 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c04d02d5 [c04d02d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eca9f00f [eca9f00f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (320 of 320 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aafe9d29 [aafe9d29]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (1235 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ed12659f [ed12659f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (197 of 197 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a32e05d [8a32e05d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (45 of 45 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmfonts&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmfonts/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dcc721d8 [dcc721d8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (89 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d457974e [d457974e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tderandr&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tderandr/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=109b0e7a [109b0e7a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=447ccdba [447ccdba]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.5% (159 of 170 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4de62878 [4de62878]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 71.4% (20 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplash&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplash/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b534a608 [b534a608]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.9% (227 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1d3e9eec [1d3e9eec]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (290 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=69131504 [69131504]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0644a0ae [0644a0ae]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (127 of 127 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwinrules&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwinrules/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4c88bd94 [4c88bd94]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61e7c254 [61e7c254]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdecmshell&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdecmshell/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9ecf5f76 [9ecf5f76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0608cdc0 [0608cdc0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb7d136e [bb7d136e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (92 of 92 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/ksayit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/ksayit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c208d275 [c208d275]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (181 of 181 strings)&amp;lt;br/&amp;gt;Translation: tdepim/karm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/karm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68f6704e [68f6704e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f0664096 [f0664096]] Translated using Weblate (Tajik)&amp;lt;br/&amp;gt;Currently translated at 12.3% (642 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/tg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68d1962f [68d1962f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/tdefile_rpm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/tdefile_rpm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4e269151 [4e269151]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/tdefile_deb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/tdefile_deb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ad905f0 [1ad905f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/secpolicy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/secpolicy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=54317917 [54317917]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (202 of 202 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmouth&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmouth/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3a098bc9 [3a098bc9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kfouleggs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kfouleggs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=05551020 [05551020]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/ktimer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/ktimer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17c43d72 [17c43d72]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/ktux&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/ktux/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=815164b6 [815164b6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kmoon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kmoon/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dc916612 [dc916612]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=77b884d8 [77b884d8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - webarchiver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-webarchiver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=49ab2f9a [49ab2f9a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (122 of 122 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libksirtet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libksirtet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=14ef1ed5 [14ef1ed5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=91d9797f [91d9797f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=133ff3af [133ff3af]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7c316505 [7c316505]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (1235 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f173562f [f173562f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 75.6% (56 of 74 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmobile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmobile/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9fac545f [9fac545f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2431 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cd7ace3a [cd7ace3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (697 of 697 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kalarm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kalarm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=203b147b [203b147b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.5% (348 of 368 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kate/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=42659f46 [42659f46]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (101 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17a19efb [17a19efb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1013 of 1013 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeprint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeprint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e439266d [e439266d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdelicense&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdelicense/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6d019074 [6d019074]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.5% (2464 of 2578 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c300ad02 [c300ad02]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6590b5ab [6590b5ab]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdegames/klickety&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/klickety/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5e640f9d [5e640f9d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (108 of 108 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbattleship&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbattleship/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45d75aae [45d75aae]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (139 of 139 strings)&amp;lt;br/&amp;gt;Translation: tdegames/atlantik&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/atlantik/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f012b653 [f012b653]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (85 of 85 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/klettres&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/klettres/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bf29c600 [bf29c600]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kcmlirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kcmlirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bca56e64 [bca56e64]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (386 of 386 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kolourpaint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kolourpaint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1779433b [1779433b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f95219d2 [f95219d2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (84 of 84 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtaskbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtaskbar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c24cc5c3 [c24cc5c3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 80.9% (68 of 84 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtaskbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtaskbar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=668aacdb [668aacdb]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 84.7% (356 of 420 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a79dc217 [a79dc217]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5e5d11e6 [5e5d11e6]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a46fdb8 [4a46fdb8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=27658a95 [27658a95]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51d4d926 [51d4d926]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ad155181 [ad155181]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6b5aa2f8 [6b5aa2f8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.2% (30 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevtipofday&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevtipofday/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=736e94be [736e94be]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (287 of 287 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/klock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/klock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a03c66a [4a03c66a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (60 of 60 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/libtdeedu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/libtdeedu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8223c079 [8223c079]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/keduca&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/keduca/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10af1497 [10af1497]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (88 of 88 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kanagram&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kanagram/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=611f5ff9 [611f5ff9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (127 of 127 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdepimwizards&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdepimwizards/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=97cff302 [97cff302]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdepimresources&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdepimresources/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44957956 [44957956]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeio_imap4&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeio_imap4/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=80b4a0e1 [80b4a0e1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeio_groupwise&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeio_groupwise/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9e84130e [9e84130e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdefile_palm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdefile_palm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dcb7b17d [dcb7b17d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeabc2mutt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeabc2mutt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9d9d52cc [9d9d52cc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (42 of 42 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libksieve&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libksieve/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fb5af44a [fb5af44a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (119 of 119 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libkpgp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkpgp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a3935a5 [6a3935a5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libkmime&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkmime/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5c019dda [5c019dda]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (509 of 509 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libkcal&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkcal/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e07060ae [e07060ae]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44b253ff [44b253ff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_xmlrpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_xmlrpc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=91535bc3 [91535bc3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_groupware&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_groupware/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=018a78d6 [018a78d6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_blogging&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_blogging/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c9fa65a [3c9fa65a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knotes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knotes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1840a25c [1840a25c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (723 of 723 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8e8a1fa4 [8e8a1fa4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmailcvt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmailcvt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df1c4b4c [df1c4b4c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2431 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e82574a0 [e82574a0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (196 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kleopatra&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kleopatra/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=97772a4c [97772a4c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kgantt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kgantt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b61561ed [b61561ed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kdgantt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kdgantt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=075aba7f [075aba7f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kgreet_winbind&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kgreet_winbind/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=87d53d15 [87d53d15]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdehtmlkttsd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdehtmlkttsd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68eb516a [68eb516a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (45 of 45 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmfonts&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmfonts/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=215c24c8 [215c24c8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libtaskmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5fe22eb9 [5fe22eb9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmenergy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmenergy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d615a2ee [d615a2ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6adbe88e [6adbe88e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksystemtrayapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksystemtrayapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c976241 [3c976241]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_ldap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_ldap/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=320e6b48 [320e6b48]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libdmctl&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libdmctl/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=85b5a1ef [85b5a1ef]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (17 of 17 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin_lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin_lib/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dd5fe080 [dd5fe080]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_floppy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_floppy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b82923a [7b82923a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_tdeprint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_tdeprint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9ed3761d [9ed3761d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_fish&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_fish/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f2c1f71a [f2c1f71a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_tom&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_tom/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dc6e6b47 [dc6e6b47]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_nfs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_nfs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=96c5e946 [96c5e946]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kprinter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kprinter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a201e905 [a201e905]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmview1394&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmview1394/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dba4604c [dba4604c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kickermenu_kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kickermenu_kate/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=58d1feb5 [58d1feb5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_smb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_smb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c647f2df [c647f2df]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/krunapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/krunapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5f3395b4 [5f3395b4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kminipagerapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kminipagerapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30e72097 [30e72097]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (42 of 42 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkurifilt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkurifilt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a5b1e4e9 [a5b1e4e9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlaunch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlaunch/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=119f53de [119f53de]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_thumbnail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_thumbnail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9167d9f7 [9167d9f7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_mac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_mac/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4234440a [4234440a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdescreensaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdescreensaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=26ce6818 [26ce6818]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b94ce0e3 [b94ce0e3]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7710437d [7710437d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kgreet_classic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kgreet_classic/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3a27f099 [3a27f099]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kuiviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kuiviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0703091 [c0703091]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/tdestyle_phase_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/tdestyle_phase_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b32ca458 [b32ca458]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/tdepartsaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/tdepartsaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c2e9572a [c2e9572a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.6% (286 of 287 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/klock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/klock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aa7c66d5 [aa7c66d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - tdehtmlsettings&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-tdehtmlsettings/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2c9b00c7 [2c9b00c7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - news&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-news/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f967fad7 [f967fad7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/libKTTSD&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/libkttsd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=97d2243f [97d2243f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (464 of 464 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kttsd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kttsd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dc0c5f05 [dc0c5f05]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdessh&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdessh/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a94be40 [8a94be40]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/klaptopdaemon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/klaptopdaemon/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee8f55e8 [ee8f55e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (553 of 553 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kgpg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kgpg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d7e0bb07 [d7e0bb07]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_jabberdisco&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_jabberdisco/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2af0b590 [2af0b590]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (100 of 100 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmlanbrowser&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmlanbrowser/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25ce6319 [25ce6319]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 76.9% (30 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeio_sieve&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeio_sieve/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dcb73c3b [dcb73c3b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeio_scalix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeio_scalix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8513a40e [8513a40e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeio_mobile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeio_mobile/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7c4a2ea2 [7c4a2ea2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdefile_vcf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdefile_vcf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ab95a86 [7ab95a86]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdefile_rfc822&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdefile_rfc822/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=982de327 [982de327]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdefile_ics&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdefile_ics/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=857e92f7 [857e92f7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libkpimexchange&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkpimexchange/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c63ebce [3c63ebce]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libkholidays&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkholidays/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f567b7dc [f567b7dc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_tvanytime&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_tvanytime/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c95684ae [c95684ae]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_exchange&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_exchange/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4d66fd9 [c4d66fd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_birthday&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_birthday/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8d59fc8f [8d59fc8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 75.6% (56 of 74 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmobile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmobile/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=329de07f [329de07f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kcmkontactnt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kcmkontactnt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0fdc1ce2 [0fdc1ce2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (697 of 697 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kalarm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kalarm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ab617049 [ab617049]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdesud&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdesud/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=14193cb8 [14193cb8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_finger&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_finger/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=52349311 [52349311]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmartcard&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmartcard/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1269b256 [1269b256]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (68 of 68 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmarts&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmarts/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abd6fbd3 [abd6fbd3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 70.0% (14 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmiccconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmiccconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef0fbd9c [ef0fbd9c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdebase/dockbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/dockbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a247c68b [a247c68b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (101 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=622a9c17 [622a9c17]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6af81e6d [6af81e6d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (199 of 199 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c54408f [6c54408f]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 97.2% (810 of 833 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3520c03 [f3520c03]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ff3d0351 [ff3d0351]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 96.8% (281 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6676b51a [6676b51a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=652679db [652679db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (509 of 509 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libkcal&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkcal/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4ec790d [c4ec790d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (126 of 126 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdmgreet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmgreet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a4b0b04 [4a4b0b04]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (119 of 119 strings)&amp;lt;br/&amp;gt;Translation: tdebase/clockapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/clockapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aa4428d0 [aa4428d0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (103 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kasbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kasbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16170ee1 [16170ee1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (69 of 69 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin_clients&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin_clients/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc533829 [bc533829]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_remotemenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_remotemenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17c7452a [17c7452a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (67 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c8264c68 [c8264c68]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8c57cd28 [8c57cd28]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (59 of 59 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmcss&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmcss/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ff0698f [2ff0698f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=71dfa20f [71dfa20f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_groupdav&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_groupdav/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82565784 [82565784]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cef2c11e [cef2c11e]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=96bf2239 [96bf2239]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdebase/display&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/display/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9abd393e [9abd393e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_remote&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_remote/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eb5887d6 [eb5887d6]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=081240a8 [081240a8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5b1bde73 [5b1bde73]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6eb8004c [6eb8004c]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fdd4388e [fdd4388e]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ec883460 [ec883460]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b3dd6805 [b3dd6805]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.3% (174 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41b1da81 [41b1da81]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aead111d [aead111d]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (112 of 112 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=487084e7 [487084e7]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (330 of 330 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=290ade79 [290ade79]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (290 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=975f7fb8 [975f7fb8]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_sftp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0af94559 [0af94559]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d2ff02f4 [d2ff02f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (380 of 380 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kxsldbg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kxsldbg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d959dab2 [d959dab2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (37 of 37 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeabc_slox&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeabc_slox/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2e19e441 [2e19e441]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_nntp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_nntp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4492e46 [c4492e46]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_settings&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_settings/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d59b4539 [d59b4539]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=35ef10cc [35ef10cc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdewebdev/kxsldbg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kxsldbg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fdebdf92 [fdebdf92]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2f7e9fb1 [2f7e9fb1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=593757e5 [593757e5]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9d1c4d8d [9d1c4d8d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=edc1a288 [edc1a288]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=31f89957 [31f89957]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3492093 [f3492093]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cfe448e6 [cfe448e6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=31f9e216 [31f9e216]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7c0391c8 [7c0391c8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0f8bcb66 [0f8bcb66]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da9f835d [da9f835d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 35.8% (14 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_sftp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a05a1e8e [a05a1e8e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=38efb07d [38efb07d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7a86a9e9 [7a86a9e9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eeab8af9 [eeab8af9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - sort&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-sort/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2d5be52 [a2d5be52]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=552b8532 [552b8532]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (112 of 112 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=595f4f5b [595f4f5b]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 94.8% (37 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_sftp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=304c6f6e [304c6f6e]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_sftp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9943b550 [9943b550]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_sftp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e0be9ac5 [e0be9ac5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=80e6633a [80e6633a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_sftp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=778bdb6c [778bdb6c]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 92.8% (26 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6e92f7c8 [6e92f7c8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (112 of 112 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8e26842c [8e26842c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=923faa2d [923faa2d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eaeeefb9 [eaeeefb9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9ae8ff1 [c9ae8ff1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1621e39a [1621e39a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0fc856d1 [0fc856d1]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9b55d959 [9b55d959]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - sort&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-sort/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=66810721 [66810721]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ea4f230e [ea4f230e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=613385fc [613385fc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.8% (26 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c68dba8e [c68dba8e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.4% (124 of 126 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdmgreet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmgreet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=52dac94e [52dac94e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tderandr&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tderandr/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e52f03e3 [e52f03e3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (366 of 366 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksysguard&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksysguard/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=115111f5 [115111f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdesu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdesu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c6932ce3 [c6932ce3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=033dda75 [033dda75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_dir&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_dir/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=05744aef [05744aef]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (199 of 199 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a82a94f [6a82a94f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdehwdevicetray&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdehwdevicetray/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d7f1bbe0 [d7f1bbe0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1037156d [1037156d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2c19e5c8 [2c19e5c8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.5% (43 of 45 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmfonts&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmfonts/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2ebe335 [a2ebe335]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (152 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdmconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=775ef46d [775ef46d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 90.9% (20 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libtaskmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f39ee04f [f39ee04f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (88 of 88 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kpersonalizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kpersonalizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a22a4ed8 [a22a4ed8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (89 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3710f4f9 [3710f4f9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9c5b1703 [9c5b1703]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (73 of 73 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmdisplayconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmdisplayconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b3c9984f [b3c9984f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (66 of 66 strings)&amp;lt;br/&amp;gt;Translation: tdebase/privacy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/privacy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9b16155e [9b16155e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.2% (15 of 17 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin_lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin_lib/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c37ddf8b [c37ddf8b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.3% (117 of 119 strings)&amp;lt;br/&amp;gt;Translation: tdebase/clockapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/clockapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5c9677ba [5c9677ba]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.0% (101 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kasbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kasbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=40ed4bcf [40ed4bcf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.1% (67 of 69 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin_clients&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin_clients/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1c72135a [1c72135a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.1% (111 of 112 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=77741873 [77741873]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=967268e9 [967268e9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 65.0% (13 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmiccconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmiccconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ddaa2dd [1ddaa2dd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (64 of 64 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmscreensaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmscreensaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=92a6812e [92a6812e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (59 of 59 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsamba&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsamba/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=24e78a59 [24e78a59]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 84.6% (11 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kickermenu_kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kickermenu_kate/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5da41c8b [5da41c8b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdebase/extensionproxy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/extensionproxy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9dfa80f4 [9dfa80f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.0% (65 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=36da9c14 [36da9c14]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (37 of 37 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmcomponentchooser&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmcomponentchooser/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6e7a0b8d [6e7a0b8d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (64 of 64 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmmedia&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmmedia/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c97c02af [c97c02af]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.7% (36 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kminipagerapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kminipagerapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=907f51d8 [907f51d8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=97c4f442 [97c4f442]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/appletproxy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/appletproxy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2fdec0ef [2fdec0ef]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (127 of 127 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwinrules&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwinrules/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b727fbda [b727fbda]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.7% (12 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdescreensaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdescreensaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=434c598a [434c598a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/libtdescreensaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/libtdescreensaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4089fda0 [4089fda0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - sort&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-sort/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2cbc589c [2cbc589c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2d5d6b8 [e2d5d6b8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/libkcal&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkcal/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=151f6131 [151f6131]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=47c2ae17 [47c2ae17]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=faaf9772 [faaf9772]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5b3b00f1 [5b3b00f1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f34f2365 [f34f2365]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6983e752 [6983e752]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_smtp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_smtp/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d86b07fe [d86b07fe]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d1f33ee4 [d1f33ee4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e9ece646 [e9ece646]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=96d252b0 [96d252b0]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_asus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_asus/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df9a76ce [df9a76ce]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2036 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dfdb2488 [dfdb2488]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=59dbb13c [59dbb13c]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aa2a5d1a [aa2a5d1a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (331 of 331 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51ae0630 [51ae0630]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5dd3d57f [5dd3d57f]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1013 of 1013 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeprint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeprint/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=446206b2 [446206b2]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e285c92a [e285c92a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=80632599 [80632599]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_media&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_media/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ef9dbeb [7ef9dbeb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=967b322e [967b322e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdehwdevicetray&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdehwdevicetray/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=563b41e9 [563b41e9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=77a23fd7 [77a23fd7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=74110c83 [74110c83]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (331 of 331 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=716ad5fa [716ad5fa]] tdebase: remove translations for &amp;#039;Hotpluggable&amp;#039;. This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/442 TDE/tdebase#442]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=07decc39 [07decc39]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=42dfff61 [42dfff61]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c34e8b6a [c34e8b6a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=38041442 [38041442]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2725a156 [2725a156]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b54aba2 [2b54aba2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (833 of 833 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02030efa [02030efa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.2% (461 of 500 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdecachegrind&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdecachegrind/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5abddf59 [5abddf59]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1016 of 1016 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbabel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbabel/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fc1947d4 [fc1947d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - validators&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-validators/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=995b2521 [995b2521]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4722fda2 [4722fda2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 71.0% (49 of 69 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c7fe792b [c7fe792b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (89 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c55b4ce5 [c55b4ce5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (241 of 241 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonqhtml&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonqhtml/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aeed5fd8 [aeed5fd8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b7b847f5 [b7b847f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (223 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=255d26f7 [255d26f7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (238 of 238 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/ksim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/ksim/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78aad284 [78aad284]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (89 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76168eb5 [76168eb5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmperformance&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmperformance/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1fd85bdd [1fd85bdd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_pop3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_pop3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a58fce8 [2a58fce8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d228567 [7d228567]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfmclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfmclient/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d1527d8f [d1527d8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_smtp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_smtp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c363a97 [6c363a97]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (140 of 140 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ec080931 [ec080931]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc2988ac [bc2988ac]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd5194d2 [bd5194d2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=04ed4b52 [04ed4b52]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (76 of 76 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmusb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmusb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc1d1c98 [bc1d1c98]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (43 of 43 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kthememanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kthememanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ffa5d7e7 [ffa5d7e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (96 of 96 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeprintfax&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeprintfax/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=076c2fed [076c2fed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdestyle_keramik_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdestyle_keramik_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4ceab3f4 [4ceab3f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplashthemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplashthemes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=512d9f79 [512d9f79]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=47e26a43 [47e26a43]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (93 of 93 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdefontinst&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdefontinst/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3a144469 [3a144469]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_home&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_home/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cd272aca [cd272aca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmnotify&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmnotify/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d2ba7ada [d2ba7ada]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (290 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=135f1b2e [135f1b2e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=07c69212 [07c69212]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=03934f6b [03934f6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_system&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_system/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67680029 [67680029]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0e0ae526 [0e0ae526]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeio_svn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeio_svn/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a87c6d1 [8a87c6d1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_ts&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_ts/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aade5865 [aade5865]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_po&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_po/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=522da565 [522da565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_diff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_diff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=83c47a3a [83c47a3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_cpp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_cpp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4d9ffb4a [4d9ffb4a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kres_bugzilla&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kres_bugzilla/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cfa3a9ad [cfa3a9ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (208 of 208 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbugbuster&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbugbuster/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ebed3f3 [3ebed3f3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acb7bd01 [acb7bd01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kmenuapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kmenuapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b406e7b0 [b406e7b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=610e404f [610e404f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/krdb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/krdb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bf546323 [bf546323]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmspellchecking&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmspellchecking/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a6399d3 [4a6399d3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 65.0% (13 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmiccconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmiccconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=80a06e94 [80a06e94]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_tar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_tar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b26c4f5 [4b26c4f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_recentdocs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_recentdocs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=58999e40 [58999e40]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_prefmenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_prefmenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6ce221c9 [6ce221c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - sort&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-sort/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0390f05b [0390f05b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - webarchiver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-webarchiver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cf552d9d [cf552d9d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - wavecapture&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-wavecapture/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=433ee6e7 [433ee6e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - wakeup&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-wakeup/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=46159872 [46159872]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - tyler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-tyler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e02bff0f [e02bff0f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - tippecanoe&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-tippecanoe/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0761ee7 [c0761ee7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - txt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-txt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cd18979e [cd18979e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - mhtml&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-mhtml/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=712079e1 [712079e1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - lnk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-lnk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fce9e09 [4fce9e09]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - html&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-html/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25db3dca [25db3dca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - folder&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-folder/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef1f9ac7 [ef1f9ac7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-desktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10e3306c [10e3306c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - cert&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-cert/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3fec0e8 [f3fec0e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - synaescope&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-synaescope/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a86eaabb [a86eaabb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - searchbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-searchbar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5da3c28e [5da3c28e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - pitchablespeed&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-pitchablespeed/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dce4401c [dce4401c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - minitools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-minitools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=65231d72 [65231d72]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - microformat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-microformat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e048a4eb [e048a4eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (42 of 42 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - mediacontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-mediacontrol/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=03f6f36f [03f6f36f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - lyrics&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-lyrics/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=75a2d1a4 [75a2d1a4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kaddressbook - gmx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kaddressbook-gmx/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=111da4e5 [111da4e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kaddressbook - kworldclock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kaddressbook-kworldclock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=37ccc73b [37ccc73b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (53 of 53 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - ktimemon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-ktimemon/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=877faee6 [877faee6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (48 of 48 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - metabar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-metabar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a964e80 [8a964e80]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - mediaplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-mediaplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6215185a [6215185a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - delicious&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-delicious/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=432a8fd9 [432a8fd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - kmathapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-kmathapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2537b8d7 [2537b8d7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (33 of 33 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - kbinaryclock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-kbinaryclock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41b3507f [41b3507f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - xmltools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-xmltools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d895f991 [d895f991]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - xmlcheck&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-xmlcheck/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1477c443 [1477c443]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - textfilter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-textfilter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a96d906d [a96d906d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - tabbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-tabbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02b5b392 [02b5b392]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - snippets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-snippets/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=06908d1c [06908d1c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - pybrowse&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-pybrowse/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68019125 [68019125]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - openheader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-openheader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e4943b1f [e4943b1f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - modeline&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-modeline/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a8e169d [4a8e169d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - make&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-make/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8548c37e [8548c37e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - kjswrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-kjswrapper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=65197c45 [65197c45]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - insertcommand&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-insertcommand/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f33c05f3 [f33c05f3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - htmltools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-htmltools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a3220aa3 [a3220aa3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - helloworld&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-helloworld/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0768ae06 [0768ae06]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - fll_plugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-fll_plugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ed62a7e [7ed62a7e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - fll_initplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-fll_initplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4551fe7c [4551fe7c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - filetemplates&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-filetemplates/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a5773c33 [a5773c33]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - cppsymbolviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-cppsymbolviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d5f107a6 [d5f107a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - image&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-image/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=760d609c [760d609c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - charlatanui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-charlatanui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=49a7da4e [49a7da4e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - ffrs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-ffrs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44ff5289 [44ff5289]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - dub&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-dub/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f595c2f4 [f595c2f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (81 of 81 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - domtreeviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-domtreeviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5984420c [5984420c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - dirfilter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-dirfilter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8740f36c [8740f36c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - crashes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-crashes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2eea31a6 [2eea31a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - autorefresh&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-autorefresh/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0b43890b [0b43890b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - audio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-audio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b60fc4c0 [b60fc4c0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - ark&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-ark/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4f2e12e9 [4f2e12e9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - alsaplayerui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-alsaplayerui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8cf5b05b [8cf5b05b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - akregator&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-akregator/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e9608f5 [1e9608f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (3009 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb7f6413 [bb7f6413]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (101 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2297c73 [a2297c73]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16fc9290 [16fc9290]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30b25447 [30b25447]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0c9390e0 [0c9390e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_asus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_asus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c9b6e0a [3c9b6e0a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (464 of 464 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kttsd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kttsd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5f018862 [5f018862]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.8% (5277 of 5622 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9cd12c13 [9cd12c13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4373 of 4373 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fb393ca2 [fb393ca2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdelirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdelirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de26e8e7 [de26e8e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/superkaramba&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/superkaramba/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef2d1ac9 [ef2d1ac9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.7% (204 of 238 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/ksim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/ksim/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8225ecb4 [8225ecb4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0d8c5564 [0d8c5564]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_powerbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_powerbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=15e159f9 [15e159f9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cbaed96f [cbaed96f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_delli8k&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_delli8k/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=99665cc4 [99665cc4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilod&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilod/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76cf712f [76cf712f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kfloppy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kfloppy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a780ff13 [a780ff13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.1% (833 of 849 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kaddressbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kaddressbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=160a21e5 [160a21e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (288 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b39b69b0 [b39b69b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.8% (224 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=37c46a10 [37c46a10]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aaa64918 [aaa64918]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_raw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_raw/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b72b65e [2b72b65e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (197 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de33568d [de33568d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (121 of 121 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/klinkstatus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/klinkstatus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c46c273c [c46c273c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=463fe953 [463fe953]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.0% (23 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - webarchiver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-webarchiver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f902060c [f902060c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - imgallery&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-imgallery/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7291a5d [e7291a5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (254 of 254 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libtdegames&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libtdegames/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=60f4c2ad [60f4c2ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4d13a2c [c4d13a2c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (557 of 557 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kmplot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kmplot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8f16a587 [8f16a587]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4373 of 4373 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a1803a12 [a1803a12]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (765 of 765 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kalzium&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kalzium/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a9f1223f [a9f1223f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6f5c5077 [6f5c5077]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (138 of 138 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdeiconedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdeiconedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9f37b90b [9f37b90b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_xpm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_xpm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=124a1a5b [124a1a5b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_xbm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_xbm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1397cb2b [1397cb2b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_tiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_tiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8cd2a856 [8cd2a856]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_tga&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_tga/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2102c574 [2102c574]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_rgb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_rgb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=146a8054 [146a8054]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_ps&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_ps/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=21580aeb [21580aeb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pnm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pnm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee75c8c5 [ee75c8c5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_png&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_png/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=19cf3c62 [19cf3c62]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pdf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=107c467f [107c467f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pcx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pcx/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02a155ef [02a155ef]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (67 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_jpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_jpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d85c7052 [d85c7052]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_ico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_ico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2933d93 [e2933d93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_gif&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_gif/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4382f606 [4382f606]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (59 of 59 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_exr&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_exr/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5bddf5a5 [5bddf5a5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_dvi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_dvi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=921e29b3 [921e29b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_dds&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_dds/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0b56525a [0b56525a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_bmp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_bmp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5694df40 [5694df40]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (107 of 107 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/libkscan&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/libkscan/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4f70423 [d4f70423]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/libkfaximgage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/libkfaximgage/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1d63ec25 [1d63ec25]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (179 of 179 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewshell&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewshell/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4cd8d3e0 [4cd8d3e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewscannerplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewscannerplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d794493d [d794493d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kview_scale&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kview_scale/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5f74d61a [5f74d61a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewpresenterplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewpresenterplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1c6f60df [1c6f60df]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kvieweffectsplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kvieweffectsplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2c39783 [a2c39783]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewbrowserplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewbrowserplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=23706e02 [23706e02]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (123 of 123 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kuickshow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kuickshow/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=96c0bde1 [96c0bde1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (45 of 45 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksnapshot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksnapshot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6536643 [e6536643]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=40b76cfc [40b76cfc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (225 of 225 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=54045117 [54045117]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (256 of 256 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kooka&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kooka/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a0ba024f [a0ba024f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (386 of 386 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kolourpaint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kolourpaint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b9817b46 [b9817b46]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (131 of 131 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8614f6c [a8614f6c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kgamma&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kgamma/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=09d52dca [09d52dca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (215 of 215 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kdvi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kdvi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25b4dfd1 [25b4dfd1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcoloredit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcoloredit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51cd9478 [51cd9478]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewviewerpluginsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewviewerpluginsconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2c14518 [a2c14518]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewpluginsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewpluginsconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2746c521 [2746c521]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewgeneralconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewgeneralconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25650c93 [25650c93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewcanvasconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewcanvasconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4af32845 [4af32845]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcmkamera&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcmkamera/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb0c53ea [bb0c53ea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ff1ec9c1 [ff1ec9c1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (403 of 403 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c00aae5c [c00aae5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppplogview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppplogview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=93829039 [93829039]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (416 of 416 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c152d582 [c152d582]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (94 of 94 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kpf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kpf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=654c466b [654c466b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acdd4826 [acdd4826]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_avi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_avi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=85655c32 [85655c32]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (320 of 320 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12c3105c [12c3105c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (80 of 80 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_lame&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_lame/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acfe74f0 [acfe74f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.0% (17 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_xmlrpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_xmlrpc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8f561fa [b8f561fa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2430 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b59a52df [b59a52df]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.1% (833 of 849 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kaddressbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kaddressbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b15f99b [3b15f99b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.7% (341 of 360 strings)&amp;lt;br/&amp;gt;Translation: tdepim/akregator&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/akregator/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6fd71df1 [6fd71df1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12eb7e03 [12eb7e03]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.0% (250 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9937df39 [9937df39]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ae470e5 [2ae470e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=08998baf [08998baf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (67 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmcolors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmcolors/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10ac25e5 [10ac25e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdedebugdialog&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdedebugdialog/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0771e565 [0771e565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2865 of 2865 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/ppdtranslations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/ppdtranslations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c535e26d [c535e26d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73b6114f [73b6114f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=155b3201 [155b3201]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a4c12d6 [2a4c12d6]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=976a81b4 [976a81b4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (245 of 245 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kdat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kdat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9fe445d8 [9fe445d8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8660af8 [a8660af8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (152 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=807855fe [807855fe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=69bdd2bf [69bdd2bf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (416 of 416 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=85d49634 [85d49634]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6980e97e [6980e97e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (111 of 111 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dc165c85 [dc165c85]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2430 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5bd9ba76 [5bd9ba76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0fd4f012 [0fd4f012]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.0% (99 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ca026de0 [ca026de0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0eb200e2 [0eb200e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4af789bd [4af789bd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b3efd69f [b3efd69f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (72 of 72 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/i18n - entry.desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/i18n-entrydesktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e5046884 [e5046884]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.5% (2464 of 2578 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6ff96b0 [d6ff96b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.9% (929 of 1010 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kommander&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kommander/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=052541a5 [052541a5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6813630 [d6813630]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61348be4 [61348be4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (106 of 106 strings)&amp;lt;br/&amp;gt;Translation: tdegames/lskat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/lskat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ce4cc89a [ce4cc89a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f84f621b [f84f621b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.8% (5277 of 5622 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7adefbb7 [7adefbb7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (553 of 553 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kgpg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kgpg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a54f6ad [9a54f6ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.8% (722 of 723 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a7b6a48e [a7b6a48e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.0% (109 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=adb9ee02 [adb9ee02]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acbf941b [acbf941b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_systemmenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_systemmenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d1ace2d1 [d1ace2d1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (288 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c940de1b [c940de1b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ce53218 [7ce53218]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76141cbc [76141cbc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.7% (158 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44df28d5 [44df28d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1032 of 1032 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpovmodeler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpovmodeler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=77cf8f9c [77cf8f9c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (3008 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c8cacdab [c8cacdab]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 90.6% (155 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f38fa8f3 [f38fa8f3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b01edccd [b01edccd]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=04d54b46 [04d54b46]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=edde93c4 [edde93c4]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (331 of 332 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee87723d [ee87723d]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 94.7% (36 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=347c614b [347c614b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5d7a5d36 [5d7a5d36]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4a7354e [c4a7354e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17e37aec [17e37aec]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a93fc87 [5a93fc87]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (417 of 417 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libtdepim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fa7c437 [4fa7c437]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1428 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e157a91c [e157a91c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=35f9874a [35f9874a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=31e1fd99 [31e1fd99]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5196 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c29db08c [c29db08c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kasteroids&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kasteroids/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45c9efee [45c9efee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bac7cad2 [bac7cad2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.8% (722 of 723 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45438fab [45438fab]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmicons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmicons/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=184c41a3 [184c41a3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f2e51c15 [f2e51c15]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 55.1% (32 of 58 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78f3d660 [78f3d660]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c84bab9b [c84bab9b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9dceffa5 [9dceffa5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bea7c2b5 [bea7c2b5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2f6e4464 [2f6e4464]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (181 of 181 strings)&amp;lt;br/&amp;gt;Translation: tdepim/karm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/karm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b718443 [7b718443]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksystemtrayapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksystemtrayapplet/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df6f0d2f [df6f0d2f]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (290 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2282d9eb [2282d9eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.3% (21 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - alsaplayerui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-alsaplayerui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8ef3404 [a8ef3404]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (369 of 369 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3fb5a51f [3fb5a51f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (137 of 137 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kverbos&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kverbos/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6fd40db8 [6fd40db8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (205 of 205 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdemid&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdemid/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=789b5f42 [789b5f42]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (88 of 88 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kpersonalizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kpersonalizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bfa34bd2 [bfa34bd2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6da779c2 [6da779c2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.8% (224 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6038555 [e6038555]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dffecf21 [dffecf21]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.7% (157 of 159 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b0cd75a3 [b0cd75a3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (289 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=64e03b0c [64e03b0c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=805a0c6c [805a0c6c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c16120f [3c16120f]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f6b47865 [f6b47865]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.5% (3006 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=905b500e [905b500e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_wav&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_wav/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0376d619 [0376d619]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_theora&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_theora/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8c0bd602 [8c0bd602]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_sid&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_sid/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f96bfe38 [f96bfe38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_ogg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_ogg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=20da6100 [20da6100]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_m3u&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_m3u/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6ec9d7d [e6ec9d7d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=002f6b01 [002f6b01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9c288da4 [9c288da4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fdacc87 [4fdacc87]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_flac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_flac/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79bd92c0 [79bd92c0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_avi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_avi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8545225b [8545225b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_au&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_au/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16bb2152 [16bb2152]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (332 of 332 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61ff946a [61ff946a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (187 of 187 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/libkcddb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/libkcddb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=18dd016f [18dd016f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (111 of 111 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7047488 [e7047488]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=09ae6e3a [09ae6e3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a94f2253 [a94f2253]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kcmcddb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kcmcddb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=839723e8 [839723e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaboodle&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaboodle/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a3d5767a [a3d5767a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_vorbis&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_vorbis/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=039aa373 [039aa373]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (80 of 80 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_lame&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_lame/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1a2584a5 [1a2584a5]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 85.9% (1749 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ae0d186 [1ae0d186]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwindecoration&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwindecoration/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8e3a9bd8 [8e3a9bd8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a8bf169 [9a8bf169]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6329682c [6329682c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_flac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_flac/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=01a947f7 [01a947f7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48cbdde6 [48cbdde6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bda1bc83 [bda1bc83]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a94365d8 [a94365d8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b07c9fd5 [b07c9fd5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=99ddc47e [99ddc47e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=233603f3 [233603f3]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kickermenu_kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kickermenu_kate/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eb41c146 [eb41c146]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (261 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=035d412a [035d412a]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=252276b0 [252276b0]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a3c101a [5a3c101a]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3baf4ac [f3baf4ac]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0198f7b7 [0198f7b7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abbea754 [abbea754]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=22447195 [22447195]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67154ced [67154ced]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwinrules&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwinrules/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68257170 [68257170]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwindecoration&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwindecoration/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5b8921e6 [5b8921e6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b643ca2 [4b643ca2]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ea42728d [ea42728d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e0f759a [1e0f759a]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41a2a0a6 [41a2a0a6]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 87.7% (150 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7a72e540 [7a72e540]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1433ed29 [1433ed29]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4816e684 [4816e684]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c9f3b6c [3c9f3b6c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41444a5d [41444a5d]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 80.6% (2134 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=62275fac [62275fac]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4565a842 [4565a842]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eb88e6fc [eb88e6fc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a15c7835 [a15c7835]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7e214ab [e7e214ab]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ff4ced6a [ff4ced6a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c8260126 [c8260126]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4d00bce3 [4d00bce3]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cadd2b5d [cadd2b5d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9a96806 [c9a96806]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdelicense&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdelicense/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bda14f95 [bda14f95]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5196 of 5196 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dac4018a [dac4018a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 80.9% (1648 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b5c59d83 [b5c59d83]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=643497da [643497da]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e41785c [1e41785c]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (197 of 197 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1be1e3e9 [1be1e3e9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fbde5a66 [fbde5a66]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (326 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c1acc00 [6c1acc00]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (289 of 289 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9b635e1b [9b635e1b]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b0ef02e [7b0ef02e]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8dbd2744 [8dbd2744]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1b39883e [1b39883e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b5c8e7a [3b5c8e7a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=49367158 [49367158]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da6ebc69 [da6ebc69]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.5% (211 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=38d19787 [38d19787]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da4c604a [da4c604a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a289914a [a289914a]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmag&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmag/nl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=587622ea [587622ea]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d0076837 [d0076837]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=484fbfeb [484fbfeb]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 85.0% (805 of 946 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/katepart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/katepart/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a1c113b [5a1c113b]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 86.4% (369 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb4d9424 [bb4d9424]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 54.2% (247 of 455 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs_colors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs_colors/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3059b6dc [3059b6dc]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd92b2ee [bd92b2ee]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44c33da9 [44c33da9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.3% (158 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e405a694 [e405a694]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.8% (16 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmenergy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmenergy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1a8c65b3 [1a8c65b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 71.4% (5 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - image&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-image/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f91ae8b2 [f91ae8b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (197 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee561a5d [ee561a5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.5% (193 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b7818e1 [4b7818e1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegames/kmahjongg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmahjongg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=62c862a8 [62c862a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.6% (191 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=feb94ddc [feb94ddc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdewalletmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdewalletmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9cf3ed6a [9cf3ed6a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da73efd6 [da73efd6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdewalletmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdewalletmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=56f2e465 [56f2e465]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/krdb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/krdb/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ea2bd4b [2ea2bd4b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=289b8045 [289b8045]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 80.3% (1636 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17b287ee [17b287ee]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.9% (195 of 197 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e98cc110 [e98cc110]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7768467e [7768467e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ffe4047 [3ffe4047]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d42dfce9 [d42dfce9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 77.9% (1588 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c033f982 [c033f982]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=447af80a [447af80a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 76.8% (1565 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f9a53f48 [f9a53f48]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5cac2c06 [5cac2c06]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ec024ca [7ec024ca]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c624634e [c624634e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f86ccae9 [f86ccae9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6fc3c2e [d6fc3c2e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin_lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin_lib/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f322a111 [f322a111]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f09ec0ab [f09ec0ab]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ba5d62d1 [ba5d62d1]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.5% (209 of 210 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7e255c40 [7e255c40]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=86acd12e [86acd12e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4f3b4305 [4f3b4305]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eac33e90 [eac33e90]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (196 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17c51be5 [17c51be5]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0ab2398 [c0ab2398]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (326 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6b7fac1 [d6b7fac1]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (206 of 206 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4e97cea7 [4e97cea7]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e8274087 [e8274087]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d7fbab18 [d7fbab18]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3f1a08b4 [3f1a08b4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=92e6fc46 [92e6fc46]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6cf5249d [6cf5249d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48907031 [48907031]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.3% (148 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9ef855fe [9ef855fe]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.4% (170 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79e81b47 [79e81b47]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.9% (194 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=af5e01d0 [af5e01d0]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f262c268 [f262c268]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (326 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e03e491a [e03e491a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=299d7e9b [299d7e9b]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=963b03f8 [963b03f8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4643459 [a4643459]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 99.4% (171 of 172 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b6f0d602 [b6f0d602]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f6a6c8e5 [f6a6c8e5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67d451ba [67d451ba]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewpresenterplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewpresenterplugin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a18b92ba [a18b92ba]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d9a6697 [7d9a6697]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aaeda12b [aaeda12b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c999f37 [3c999f37]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdmconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmconfig/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef954c90 [ef954c90]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2aa378ca [2aa378ca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_zeroconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_zeroconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2cd8ff75 [2cd8ff75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cb5cf602 [cb5cf602]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krdc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krdc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fc00fa70 [fc00fa70]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (94 of 94 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kpf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kpf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=325dc4a8 [325dc4a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.8% (2984 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b912c6e7 [b912c6e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (248 of 248 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/knewsticker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/knewsticker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6e04a742 [6e04a742]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (103 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmwifi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmwifi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ca7235c9 [ca7235c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (100 of 100 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmlanbrowser&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmlanbrowser/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ddb067e7 [ddb067e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (43 of 43 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmktalkd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmktalkd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c7fc70f6 [c7fc70f6]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (196 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cff19a2f [cff19a2f]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bad75a4d [bad75a4d]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (327 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0115ec51 [0115ec51]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=75d3b850 [75d3b850]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ade36f2 [1ade36f2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ad7aeafe [ad7aeafe]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=57cd82f9 [57cd82f9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=405dc7df [405dc7df]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ee0c314 [3ee0c314]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdmconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmconfig/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2567a89d [2567a89d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b2441d13 [b2441d13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_zeroconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_zeroconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c669a79d [c669a79d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_lan&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_lan/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5ecccc8f [5ecccc8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_jabberdisco&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_jabberdisco/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=153f7022 [153f7022]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefile_torrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefile_torrent/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=db5cbbbc [db5cbbbc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kwireless&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kwireless/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=70391ee5 [70391ee5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kinetd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kinetd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0f541093 [0f541093]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kdictapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kdictapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16494e41 [16494e41]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/libtdepim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7648b3c9 [7648b3c9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b7ec603 [7b7ec603]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fb3fdb2b [fb3fdb2b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fe4514c8 [fe4514c8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=83bdc126 [83bdc126]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=63a90127 [63a90127]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/tdefifteen&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/tdefifteen/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df53a5b9 [df53a5b9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a27093a0 [a27093a0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 87.5% (14 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - audio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-audio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd2a6f38 [bd2a6f38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (89 of 89 strings)&amp;lt;br/&amp;gt;Translation: tdegames/twin4&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/twin4/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e64c11d2 [e64c11d2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (254 of 254 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libtdegames&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libtdegames/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7e30682d [7e30682d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (122 of 122 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libksirtet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libksirtet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ce1a3bf [3ce1a3bf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.2% (56 of 57 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ktuberling&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ktuberling/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2d940247 [2d940247]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9561b74 [c9561b74]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kshisen&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kshisen/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e67e6a7f [e67e6a7f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kolf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kolf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12861973 [12861973]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2e8f84f5 [2e8f84f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (381 of 381 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kgoldrunner&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kgoldrunner/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1256c7f6 [1256c7f6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f0087266 [f0087266]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (1235 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=06391dfe [06391dfe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 84.4% (87 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=71347685 [71347685]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79cebe5e [79cebe5e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78aaa659 [78aaa659]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (289 of 289 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=74773ebc [74773ebc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ac07e9f6 [ac07e9f6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdestyle_plastik_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdestyle_plastik_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e00cbcb5 [e00cbcb5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_kdatatool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_kdatatool/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c09081a6 [c09081a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdefileaudiopreview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdefileaudiopreview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=624183f5 [624183f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_autobookmarker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_autobookmarker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b00d45a6 [b00d45a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (946 of 946 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/katepart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/katepart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=db142dcb [db142dcb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabcformat_binary&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabcformat_binary/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7cd87b83 [7cd87b83]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_isearch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_isearch/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=11d74de2 [11d74de2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_file&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_file/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8c12f11 [b8c12f11]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_docwordcompletion&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_docwordcompletion/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dd4127b3 [dd4127b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_net&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_net/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6d341d34 [6d341d34]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_sql&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_sql/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=661b618f [661b618f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_dir&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_dir/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=650ebed1 [650ebed1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdestyle_highcontrast_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdestyle_highcontrast_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=681fb57e [681fb57e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2865 of 2865 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/ppdtranslations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/ppdtranslations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5410b42a [5410b42a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/libtdescreensaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/libtdescreensaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a4a938d [6a4a938d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_insertfile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_insertfile/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f1d18823 [f1d18823]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (44 of 44 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_ldaptdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_ldaptdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30f083cd [30f083cd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acbf80cd [acbf80cd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f8fb2e20 [f8fb2e20]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1013 of 1013 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeprint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeprint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aa0506f0 [aa0506f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (455 of 455 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs_colors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs_colors/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82e61934 [82e61934]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2739 of 2739 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a2ce6cb [9a2ce6cb]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73eb4e4d [73eb4e4d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=91f7be0d [91f7be0d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 64.5% (129 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a9fa5d76 [a9fa5d76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/taskbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/taskbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b382a9a [2b382a9a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktaskbarapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktaskbarapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30e0f112 [30e0f112]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/lockout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/lockout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e1c4e2b5 [e1c4e2b5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5317fab2 [5317fab2]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=92ad6a46 [92ad6a46]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0e61bcd [c0e61bcd]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dedebeb6 [dedebeb6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_delli8k&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_delli8k/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51c00880 [51c00880]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (206 of 206 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4a6e3eb [d4a6e3eb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c368d148 [c368d148]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a73707b4 [a73707b4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9af8d504 [9af8d504]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 97.3% (219 of 225 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=875d4c24 [875d4c24]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a757dd8a [a757dd8a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abcfb18a [abcfb18a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/libtaskbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskbar/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d481507 [7d481507]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kay&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kay/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fa9f0334 [fa9f0334]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5af0121c [5af0121c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdesud&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdesud/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e363127a [e363127a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/naughtyapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/naughtyapplet/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=54976205 [54976205]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 75.7% (1542 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8f32df4 [b8f32df4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a46e674 [8a46e674]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82b00602 [82b00602]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8919bb8a [8919bb8a]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3e98afc4 [3e98afc4]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51cb26bc [51cb26bc]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d5046c21 [d5046c21]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=500f2c45 [500f2c45]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 98.5% (70 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kspaceduel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kspaceduel/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=53f3360c [53f3360c]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksokoban&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksokoban/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fa57d92b [fa57d92b]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 48.9% (24 of 49 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksnake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksnake/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4d9d7c1 [a4d9d7c1]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 94.7% (18 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksmiletris&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksmiletris/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=63667467 [63667467]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 34.1% (27 of 79 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2b3a41b [e2b3a41b]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 38.0% (19 of 50 strings)&amp;lt;br/&amp;gt;Translation: tdegames/klines&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/klines/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=33531138 [33531138]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45486792 [45486792]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (58 of 58 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5e2914e7 [5e2914e7]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c716f74 [6c716f74]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a270de3 [5a270de3]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (322 of 322 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=404b586a [404b586a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8b023bb7 [8b023bb7]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (322 of 322 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10d7630d [10d7630d]] tdepim: remove kitchensync pot file again, since it was automatically re-added&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a8b0c96 [2a8b0c96]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f4de4713 [f4de4713]] tdepim: remove translations for kitchensync and multisynk&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=64d45800 [64d45800]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0c2a0ab3 [0c2a0ab3]] tdegraphics: remove translations for kmrml&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8aa58abf [8aa58abf]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=376b1bfe [376b1bfe]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a340797 [6a340797]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=90797510 [90797510]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e0706cf8 [e0706cf8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eee4a43c [eee4a43c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb21ba44 [bb21ba44]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
= libraries =&lt;br /&gt;
== libkdcraw ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=d13e9744 [d13e9744]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (74 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=50387262 [50387262]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 70.2% (52 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=fb8e7233 [fb8e7233]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (74 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=4720b9e3 [4720b9e3]] Added translation using Weblate (Chinese (Simplified))&lt;br /&gt;
&lt;br /&gt;
== libkipi ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=49e07b0f [49e07b0f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkipi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkipi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=b83bf7c2 [b83bf7c2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkipi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkipi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=1ea1d770 [1ea1d770]] Added translation using Weblate (Chinese (Traditional))&lt;br /&gt;
&lt;br /&gt;
== kipi-plugins ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=5c749f7c [5c749f7c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.2% (513 of 602 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - metadataedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-metadataedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=e3f5013b [e3f5013b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - wallpaper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-wallpaper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=38e917f9 [38e917f9]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=aa3b7277 [aa3b7277]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.0% (512 of 602 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - metadataedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-metadataedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=62e89ce1 [62e89ce1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 40.1% (53 of 132 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - cdarchiving&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-cdarchiving/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=1fc6b1e0 [1fc6b1e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - viewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-viewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=f134eb8d [f134eb8d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=7115da7d [7115da7d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=c39b2d5d [c39b2d5d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=549a8d58 [549a8d58]] Added translation using Weblate (Chinese (Traditional))&lt;br /&gt;
&lt;br /&gt;
== libtqt-perl ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=ea4d4023 [ea4d4023]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=a8738810 [a8738810]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=076ec834 [076ec834]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
= applications/development =&lt;br /&gt;
== kdbg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=db9f1ffa [db9f1ffa]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdbg - kdbg.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbg-kdbgdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=b171e1b2 [b171e1b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kdbg - kdbg.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbg-kdbgdesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== kdiff3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=ac9e1fb1 [ac9e1fb1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 67.2% (347 of 516 strings)&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=97fe01f4 [97fe01f4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3 - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=0a217c78 [0a217c78]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=453f35a8 [453f35a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 67.2% (347 of 516 strings)&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=47366761 [47366761]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: applications/kdiff3 - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=810025fb [810025fb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=b65164fa [b65164fa]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=abcdeb43 [abcdeb43]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=1bab9902 [1bab9902]] Update translation template.&lt;br /&gt;
== kpicosim ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=96f6ef35 [96f6ef35]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kpicosim - kpicosim.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpicosim-kpicosimdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=9ec59898 [9ec59898]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=cc2e4443 [cc2e4443]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/kpicosim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpicosim/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=4db10d51 [4db10d51]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=39160972 [39160972]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kpicosim - kpicosim.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpicosim-kpicosimdesktop/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=21828c08 [21828c08]] Added translation using Weblate (Portuguese (Brazil))&lt;br /&gt;
&lt;br /&gt;
== kscope ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=f762b97f [f762b97f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kscope - kscope.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kscope-kscopedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=baecf737 [baecf737]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== ktechlab ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=21af6675 [21af6675]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/ktechlab - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktechlab-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=32d92995 [32d92995]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kxmleditor ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=4ffd15b8 [4ffd15b8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kxmleditor - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kxmleditor-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=1c1d81ef [1c1d81ef]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== piklab ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=ee905d21 [ee905d21]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/piklab&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/piklab/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=f4e477f5 [f4e477f5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=6c0461f7 [6c0461f7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 0.4% (7 of 1669 strings)&amp;lt;br/&amp;gt;Translation: applications/piklab&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/piklab/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=f7b9e20a [f7b9e20a]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdesvn ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=03ebafb7 [03ebafb7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 48.5% (359 of 739 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=5b9025cb [5b9025cb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 48.5% (359 of 739 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=1074ed80 [1074ed80]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdesvn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=2cdbcc87 [2cdbcc87]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 48.5% (359 of 739 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=f66e96c7 [f66e96c7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdesvn - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=e0823d75 [e0823d75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/games =&lt;br /&gt;
== knights ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=f3e352ec [f3e352ec]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knights - knights.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knights-knightsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=c2ad1fa9 [c2ad1fa9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/knights - pgn mimetype&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knights-pgn-mimetype/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=9106aede [9106aede]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=d63c00f1 [d63c00f1]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdepacman ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=71d98913 [71d98913]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (59 of 59 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepacman&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepacman/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=b28adc9a [b28adc9a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.6% (47 of 59 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepacman&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepacman/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=62ba7450 [62ba7450]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 57.6% (34 of 59 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepacman&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepacman/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=f210c65b [f210c65b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepacman - tdepacman.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepacman-tdepacmandesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=7664379d [7664379d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=d0b05e33 [d0b05e33]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
= applications/graphics =&lt;br /&gt;
== digikam ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=428504bb [428504bb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1795 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=1e5802a1 [1e5802a1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1794 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=5ec04830 [5ec04830]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1794 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=365fc56f [365fc56f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=31f057f7 [31f057f7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1794 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=d1ed2afa [d1ed2afa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1793 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=1798610f [1798610f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=e809e384 [e809e384]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1793 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=53e13c18 [53e13c18]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2244 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=09a41f75 [09a41f75]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/&lt;br /&gt;
&lt;br /&gt;
== gwenview ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=b6f5bb63 [b6f5bb63]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=7183742f [7183742f]] Fix pthread required. This relates to PR #35.&lt;br /&gt;
&lt;br /&gt;
== gwenview-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=a3d5eaed [a3d5eaed]] Revert &amp;quot;Update translation template.&amp;quot; because the desktop files&amp;lt;br/&amp;gt;translation template must be part of the application repository.&amp;lt;br/&amp;gt;This reverts commit 0b840e0263626cff345f7ee7c4c14da48dae0c29.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=0b840e02 [0b840e02]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=6b0aaedb [6b0aaedb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (342 of 342 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=f3f98c63 [f3f98c63]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (342 of 342 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=6145e290 [6145e290]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (342 of 342 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=f3694437 [f3694437]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (342 of 342 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=bc00950d [bc00950d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (342 of 342 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=d1950f41 [d1950f41]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.9% (335 of 342 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=41a7389f [41a7389f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=332d87e3 [332d87e3]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=824111fb [824111fb]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.7% (341 of 342 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=ae02bedc [ae02bedc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=3f720a85 [3f720a85]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=3e754a52 [3e754a52]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=57175831 [57175831]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=827f6c7b [827f6c7b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/ru/&lt;br /&gt;
&lt;br /&gt;
== ksquirrel ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=5c6fb850 [5c6fb850]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (517 of 517 strings)&amp;lt;br/&amp;gt;Translation: applications/ksquirrel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksquirrel/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=90ff7f82 [90ff7f82]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (517 of 517 strings)&amp;lt;br/&amp;gt;Translation: applications/ksquirrel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksquirrel/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=5ed6f0e2 [5ed6f0e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.9% (501 of 517 strings)&amp;lt;br/&amp;gt;Translation: applications/ksquirrel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksquirrel/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=812e8755 [812e8755]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.3% (493 of 517 strings)&amp;lt;br/&amp;gt;Translation: applications/ksquirrel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksquirrel/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=8dcaf788 [8dcaf788]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.3% (493 of 517 strings)&amp;lt;br/&amp;gt;Translation: applications/ksquirrel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksquirrel/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=6fbf4183 [6fbf4183]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/ksquirrel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksquirrel/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=36fc62e2 [36fc62e2]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (517 of 517 strings)&amp;lt;br/&amp;gt;Translation: applications/ksquirrel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksquirrel/it/&lt;br /&gt;
&lt;br /&gt;
== potracegui ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=0dc93a59 [0dc93a59]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/potracegui - potracegui.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/potracegui-potraceguidesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=454877ad [454877ad]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/potracegui - potracegui.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/potracegui-potraceguidesktop/it/&lt;br /&gt;
&lt;br /&gt;
= applications/internet =&lt;br /&gt;
== kasablanca ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=a9da006a [a9da006a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kasablanca - kasablanca.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca-kasablancadesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=81b3e027 [81b3e027]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kasablanca&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=2a9b7e7d [2a9b7e7d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kasablanca - kasablanca.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca-kasablancadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=159a8faf [159a8faf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 64.3% (74 of 115 strings)&amp;lt;br/&amp;gt;Translation: applications/kasablanca&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=4b9e3dcb [4b9e3dcb]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kbiff ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=b44d8e25 [b44d8e25]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=b172523d [b172523d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=a9666982 [a9666982]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbiff - kbiff.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff-kbiffdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=c53c9a60 [c53c9a60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=2cc626b9 [2cc626b9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.8% (89 of 90 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=4069eda9 [4069eda9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff - kbiff.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff-kbiffdesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== kftpgrabber ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=f5ef9f7c [f5ef9f7c]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=a682efb2 [a682efb2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kftpgrabber - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kftpgrabber-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=70edee2c [70edee2c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/kftpgrabber - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kftpgrabber-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== knmap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=c9299bd0 [c9299bd0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=436617ea [436617ea]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=fcc0e57c [fcc0e57c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=a289b05a [a289b05a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=2721c5e0 [2721c5e0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=24febfa6 [24febfa6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=8f8a354b [8f8a354b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (221 of 221 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=b68bd35b [b68bd35b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=60528588 [60528588]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 16.2% (36 of 221 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=aea076a0 [aea076a0]] Added translation using Weblate (Ukrainian)&lt;br /&gt;
&lt;br /&gt;
== konversation ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=adaa089b [adaa089b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.7% (1168 of 1362 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=1ca2d3d4 [1ca2d3d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=d5a93e3c [d5a93e3c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=99cac705 [99cac705]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.7% (1168 of 1362 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=7e09ebfb [7e09ebfb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.6% (1167 of 1362 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=efe05804 [efe05804]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/konversation&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=04e4928e [04e4928e]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=b5f177fc [b5f177fc]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation-events/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=dfedc855 [dfedc855]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.6% (1167 of 1362 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation/ru/&lt;br /&gt;
&lt;br /&gt;
== kopete-otr ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=95288d30 [95288d30]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kopete-otr - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kopete-otr-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=15094db2 [15094db2]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kshowmail ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=295eaf3d [295eaf3d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 50.4% (176 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=6d16605e [6d16605e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 50.1% (175 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=9e1b5a5d [9e1b5a5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 50.1% (175 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=ced2b753 [ced2b753]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=10272aed [10272aed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 49.8% (174 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=b13b420d [b13b420d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 49.5% (173 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
&lt;br /&gt;
== kstreamripper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=e7e90ba3 [e7e90ba3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kstreamripper - kstreamripper.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper-kstreamripperdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=cd2d1f4f [cd2d1f4f]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=38dad7af [38dad7af]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 78.7% (26 of 33 strings)&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=c6c8865f [c6c8865f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=b57d1640 [b57d1640]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=04b2afc8 [04b2afc8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=3f95be57 [3f95be57]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=dbdd2a4e [dbdd2a4e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=6a970335 [6a970335]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=3ec99f94 [3ec99f94]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=457de6e0 [457de6e0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=1801e3aa [1801e3aa]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 80.0% (24 of 30 strings)&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=382d4392 [382d4392]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=5da88b7e [5da88b7e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=c621d368 [c621d368]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== ktorrent ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=6760c174 [6760c174]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (875 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=1e588c37 [1e588c37]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=ccf782d8 [ccf782d8]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (875 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=523c79c3 [523c79c3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (875 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=46220b63 [46220b63]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 80.1% (701 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/ru/&lt;br /&gt;
&lt;br /&gt;
== kvirc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=e3708273 [e3708273]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (805 of 805 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=7295d79c [7295d79c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.1% (2411 of 2588 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=8348ba5d [8348ba5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.8% (2404 of 2588 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=ecf6f383 [ecf6f383]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (805 of 805 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=54662d94 [54662d94]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.8% (2404 of 2588 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=6de62e99 [6de62e99]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - mediaplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-mediaplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=310fb2b2 [310fb2b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (805 of 805 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=5290b915 [5290b915]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.8% (2404 of 2588 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=5bedfee4 [5bedfee4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (805 of 805 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=80098102 [80098102]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.8% (2404 of 2588 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=574f79d5 [574f79d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - torrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-torrent/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b9cb66f1 [b9cb66f1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (78 of 78 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - theme&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-theme/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=9390b2d9 [9390b2d9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - sharedfileswindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-sharedfileswindow/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=6e0f1e9c [6e0f1e9c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - perl&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-perl/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=302a040b [302a040b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - filetransferwindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-filetransferwindow/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=db90f695 [db90f695]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=33fece29 [33fece29]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=ab992aba [ab992aba]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - perlcore&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-perlcore/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=484c9ce8 [484c9ce8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=5c4d4a2a [5c4d4a2a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - editor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a7a4e202 [a7a4e202]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - about&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-about/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b7788073 [b7788073]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - notifier&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=391b00c9 [391b00c9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a0a87c06 [a0a87c06]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (805 of 805 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=12f4706c [12f4706c]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - mediaplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-mediaplayer/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=6280f2fb [6280f2fb]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - torrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-torrent/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=c0c52835 [c0c52835]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (78 of 78 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - theme&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-theme/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=0f4e51e5 [0f4e51e5]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - sharedfileswindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-sharedfileswindow/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=03eee71d [03eee71d]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - perlcore&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-perlcore/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=eb439f20 [eb439f20]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - perl&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-perl/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=df7ec3eb [df7ec3eb]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - notifier&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=d7deeb9d [d7deeb9d]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - logview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-logview/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=3a47fdca [3a47fdca]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - filetransferwindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-filetransferwindow/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a417c6a0 [a417c6a0]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - editor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=58a8d2a6 [58a8d2a6]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (182 of 182 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - dcc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-dcc/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=44846083 [44846083]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - notifier&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b435bad5 [b435bad5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - editor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b412083e [b412083e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - about&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-about/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b32a017a [b32a017a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.8% (2404 of 2588 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=02e908ee [02e908ee]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=e2dd007c [e2dd007c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a48e70a7 [a48e70a7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (794 of 805 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a7254dcc [a7254dcc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - theme&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-theme/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=25f3bffc [25f3bffc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=1e208b4f [1e208b4f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - logview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-logview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=3e94a25e [3e94a25e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - editor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=0c62fcd5 [0c62fcd5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - filetransferwindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-filetransferwindow/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a6e75ff9 [a6e75ff9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - dcc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-dcc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=2091bae5 [2091bae5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - notifier&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=90e47cbd [90e47cbd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - sharedfileswindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-sharedfileswindow/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=729d67a2 [729d67a2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=116c3821 [116c3821]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=5e2a1ae3 [5e2a1ae3]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== kvpnc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=00364c7f [00364c7f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 19.8% (491 of 2472 strings)&amp;lt;br/&amp;gt;Translation: applications/kvpnc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=148bc21c [148bc21c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 19.3% (479 of 2472 strings)&amp;lt;br/&amp;gt;Translation: applications/kvpnc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=13e49f67 [13e49f67]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 17.9% (443 of 2472 strings)&amp;lt;br/&amp;gt;Translation: applications/kvpnc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=26680f70 [26680f70]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kvpnc - kvpnc.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc-kvpncdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=7b05f487 [7b05f487]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=e45d6713 [e45d6713]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 14.1% (351 of 2472 strings)&amp;lt;br/&amp;gt;Translation: applications/kvpnc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=a7492e4b [a7492e4b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvpnc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=da275e97 [da275e97]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=69565c3b [69565c3b]] Revert changes of translations related to unwanted renaming&amp;lt;br/&amp;gt;SLOT =&amp;amp;gt; TQ_SLOT in the message string.&amp;lt;br/&amp;gt;This revert commits:&amp;lt;br/&amp;gt;28bd29d299272a1d96d678c550de70c2dd442785&amp;lt;br/&amp;gt;f1197c6adc69b6acae78327e1481ce78ba7774ae&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=f1197c6a [f1197c6a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvpnc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=28bd29d2 [28bd29d2]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=9d6caa32 [9d6caa32]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/tork - applet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tork-applet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=caf382ba [caf382ba]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=56a31f9a [56a31f9a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/tork - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tork-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=5efe8cb7 [5efe8cb7]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=b478b393 [b478b393]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: applications/tork - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tork-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=e8c69c0a [e8c69c0a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: applications/tork - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tork-desktop-files/it/&lt;br /&gt;
&lt;br /&gt;
= applications/misc =&lt;br /&gt;
== bibletime ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=48ce54dd [48ce54dd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/bibletime - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/bibletime-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=e57d164d [e57d164d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=9d90808b [9d90808b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/bibletime - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/bibletime-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=de0a4201 [de0a4201]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=7c699d2d [7c699d2d]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== desktop-effects-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=a1491403 [a1491403]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=5896fcd5 [5896fcd5]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=4ef8c50e [4ef8c50e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=7437087e [7437087e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=92556696 [92556696]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kcmldap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=10dc0c8c [10dc0c8c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kcm-ldap - ldapbonding.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-ldap-ldapbondingdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=2d2e48bf [2d2e48bf]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=5e83e4cf [5e83e4cf]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kcmldapcontroller ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=9790ea48 [9790ea48]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kcm-ldapcontroller - ldapcontroller.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-ldapcontroller-ldapcontrollerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=db1459a6 [db1459a6]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=1c9b3a80 [1c9b3a80]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kcmldapmanager ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=61c492ee [61c492ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kcm-ldapmanager - ldapmanager.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-ldapmanager-ldapmanagerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=1b7e69e3 [1b7e69e3]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=580fd05b [580fd05b]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kerberostray ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=d29a0b08 [d29a0b08]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kerberostray - kerberostray.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kerberostray-kerberostraydesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=17fd3039 [17fd3039]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=a677a48f [a677a48f]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=f56d47b0 [f56d47b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kerberostray&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kerberostray/&lt;br /&gt;
&lt;br /&gt;
== krecipes ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=cd240323 [cd240323]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krecipes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krecipes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=22acd03d [22acd03d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=d2a4cb93 [d2a4cb93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 30.5% (343 of 1123 strings)&amp;lt;br/&amp;gt;Translation: applications/krecipes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krecipes/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/multimedia =&lt;br /&gt;
== amarok ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=250ce4cb [250ce4cb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b21275ce [b21275ce]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=34a70a2d [34a70a2d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=6597c102 [6597c102]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=db6dfe09 [db6dfe09]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=52621df4 [52621df4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=aa067461 [aa067461]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=7e8b9a52 [7e8b9a52]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=9b954758 [9b954758]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=3f17994d [3f17994d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=e6e3ba96 [e6e3ba96]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=9d43419b [9d43419b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=73837f1a [73837f1a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=079f0cc9 [079f0cc9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b037abfb [b037abfb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=93aff8fd [93aff8fd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=7f396148 [7f396148]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=8ac0d326 [8ac0d326]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=086adc4f [086adc4f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4ebfa149 [4ebfa149]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 79.7% (1981 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4cc71ec3 [4cc71ec3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=2116bf2a [2116bf2a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=e6e2d189 [e6e2d189]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=c2a12e62 [c2a12e62]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=44ad188d [44ad188d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=83730846 [83730846]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4ddb9e62 [4ddb9e62]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=90520108 [90520108]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 84.7% (2105 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=40099ec0 [40099ec0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b767627f [b767627f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=bcd8d83e [bcd8d83e]] Fix functionality broken by commit 1c3e0630.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b04099ff [b04099ff]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=a7a79de0 [a7a79de0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=1c3e0630 [1c3e0630]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=5dedf79f [5dedf79f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=8b28bb5c [8b28bb5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=9038cb17 [9038cb17]] Translated using Weblate (Turkish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/tr/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=3c835108 [3c835108]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.8% (2406 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
&lt;br /&gt;
== codeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=033f32ab [033f32ab]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=28a3b75f [28a3b75f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=9f39f05e [9f39f05e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/codeine - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/codeine-desktop-files/&lt;br /&gt;
&lt;br /&gt;
== k3b ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=1cda53bb [1cda53bb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=e28f2192 [e28f2192]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=74808fa8 [74808fa8]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=2111da78 [2111da78]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=00a24ebc [00a24ebc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=987871f0 [987871f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=c2fbc8f1 [c2fbc8f1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=95a45a4f [95a45a4f]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=bbf83236 [bbf83236]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=894069eb [894069eb]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/pt/&lt;br /&gt;
&lt;br /&gt;
== k3b-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=ea16c671 [ea16c671]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=91428c7e [91428c7e]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=91378f06 [91378f06]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (33 of 33 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - setup&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-setup/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=39f11b7e [39f11b7e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - tdefile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-tdefile/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=72fbdb5f [72fbdb5f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=d1943afc [d1943afc]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=0a8ee5ac [0a8ee5ac]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=41cb5f2d [41cb5f2d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=7faed94c [7faed94c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - tdeio-videodvd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-tdeio-videodvd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=35488411 [35488411]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=59bb404c [59bb404c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (33 of 33 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - setup&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-setup/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=14a8478d [14a8478d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=3f4f7f46 [3f4f7f46]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=8538da23 [8538da23]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=856ea287 [856ea287]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=34d0ff8c [34d0ff8c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=c29d6639 [c29d6639]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=84cd0b47 [84cd0b47]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (47 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=6f6f5263 [6f6f5263]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=bd308fa9 [bd308fa9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=e6010418 [e6010418]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (47 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=cb12df11 [cb12df11]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=ecef8905 [ecef8905]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=9c355f26 [9c355f26]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=1d1360a7 [1d1360a7]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=6f8f68cc [6f8f68cc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=47c13aee [47c13aee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=b92282bd [b92282bd]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 97.8% (46 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/bg/&lt;br /&gt;
&lt;br /&gt;
== k9copy ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=5b67a635 [5b67a635]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=a25cd571 [a25cd571]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 64.0% (317 of 495 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=74f06e81 [74f06e81]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 64.0% (317 of 495 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=14601e8a [14601e8a]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 31.7% (157 of 495 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=1e20731a [1e20731a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (495 of 495 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=35c86a79 [35c86a79]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=3847d9ee [3847d9ee]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 86.6% (429 of 495 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=276d0d95 [276d0d95]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=112b19f8 [112b19f8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=45422ea5 [45422ea5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k9copy - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=4e2f83fa [4e2f83fa]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (495 of 495 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=ef83b5b8 [ef83b5b8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=4979c509 [4979c509]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=237b3548 [237b3548]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (495 of 495 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=553df4a4 [553df4a4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=bc07265d [bc07265d]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kaffeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=528599f1 [528599f1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (729 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=fbf40e21 [fbf40e21]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=5b6f8a82 [5b6f8a82]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (729 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=fd20d9cf [fd20d9cf]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=86e5bbbc [86e5bbbc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=0d261da7 [0d261da7]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=03b9c1f4 [03b9c1f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (729 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=fe9e778d [fe9e778d]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine-desktop-files/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=ce0c6633 [ce0c6633]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (729 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=3f38f883 [3f38f883]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=eac2daca [eac2daca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (729 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=6c9257f2 [6c9257f2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.5% (711 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=e0e0d158 [e0e0d158]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=b871bd5b [b871bd5b]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kmplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=132da052 [132da052]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (390 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=c1187155 [c1187155]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (390 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=9530e59d [9530e59d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=1566a9ce [1566a9ce]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (390 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=78361cb3 [78361cb3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=6e72f310 [6e72f310]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=30650e19 [30650e19]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.9% (347 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=77c148a7 [77c148a7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=bb993d63 [bb993d63]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=d8d54a7f [d8d54a7f]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 95.6% (373 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=122a27a0 [122a27a0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=bb9e13d1 [bb9e13d1]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=0817bc03 [0817bc03]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer-desktop-files/bg/&lt;br /&gt;
&lt;br /&gt;
== kplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=7b81ead9 [7b81ead9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 77.1% (800 of 1037 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=7fcb2060 [7fcb2060]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 77.1% (800 of 1037 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=e71f663d [e71f663d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 77.1% (800 of 1037 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=14b1fdd9 [14b1fdd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 77.1% (800 of 1037 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=968ddac2 [968ddac2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=1c3f07e0 [1c3f07e0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=e9d5a656 [e9d5a656]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=cc14b9cf [cc14b9cf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=d8391ef7 [d8391ef7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 77.0% (799 of 1037 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/ru/&lt;br /&gt;
&lt;br /&gt;
== mplayerthumbs ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=ece3987d [ece3987d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: applications/mplayerthumbs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/mplayerthumbs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=617cbd23 [617cbd23]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== rosegarden ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=e56395ae [e56395ae]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.2% (2003 of 2322 strings)&amp;lt;br/&amp;gt;Translation: applications/rosegarden&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/rosegarden/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=95c249dd [95c249dd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/rosegarden - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/rosegarden-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=48eed92c [48eed92c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.2% (2002 of 2322 strings)&amp;lt;br/&amp;gt;Translation: applications/rosegarden&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/rosegarden/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=5eb170e8 [5eb170e8]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=1e5e9153 [1e5e9153]] Added translation using Weblate (Portuguese (Brazil))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=edb78953 [edb78953]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.2% (2002 of 2322 strings)&amp;lt;br/&amp;gt;Translation: applications/rosegarden&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/rosegarden/ru/&lt;br /&gt;
&lt;br /&gt;
== soundkonverter ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=4699042e [4699042e]] Added translation using Weblate (Chinese (Simplified))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=e85fcc32 [e85fcc32]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (319 of 319 strings)&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=78fe42d0 [78fe42d0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.2% (304 of 319 strings)&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=4e11f456 [4e11f456]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=451107da [451107da]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (319 of 319 strings)&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=2c5f94f3 [2c5f94f3]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (319 of 319 strings)&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=bcf2d459 [bcf2d459]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.6% (302 of 319 strings)&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=2bf7eb6c [2bf7eb6c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=28a35800 [28a35800]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=300613ee [300613ee]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=a13d3527 [a13d3527]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tderadio ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=124924ed [124924ed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - convert-presets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-convert-presets/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=0647c9c8 [0647c9c8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - oss-sound&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-oss-sound/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=69544d75 [69544d75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (49 of 49 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - alsa-sound&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-alsa-sound/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=7a03b7f3 [7a03b7f3]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=49f49b60 [49f49b60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=46e97349 [46e97349]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - streaming&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-streaming/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=0e66044b [0e66044b]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=1e03606e [1e03606e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=f8b88abd [f8b88abd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (17 of 17 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - timeshifter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-timeshifter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=88c92992 [88c92992]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - streaming&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-streaming/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=739ad48d [739ad48d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - soundserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-soundserver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=f693d48c [f693d48c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (78 of 78 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - recording&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-recording/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=62096a82 [62096a82]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - gui-error-log&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-error-log/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=7898f4d5 [7898f4d5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - gui-standard-display&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-standard-display/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=13e5a97b [13e5a97b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - recording&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-recording/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=6b08efa0 [6b08efa0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - timeshifter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-timeshifter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=ffdacdaa [ffdacdaa]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - oss-sound&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-oss-sound/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=2cfd8fba [2cfd8fba]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=aa80a24c [aa80a24c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=28afa3da [28afa3da]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - oss-sound&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-oss-sound/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=5369d924 [5369d924]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (45 of 45 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - gui-standard-display&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-standard-display/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=a9f14b38 [a9f14b38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 82.3% (14 of 17 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - timeshifter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-timeshifter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=d57a893c [d57a893c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.1% (75 of 78 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - recording&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-recording/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=55460675 [55460675]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=03b5df8e [03b5df8e]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 93.5% (29 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=0bb5fda6 [0bb5fda6]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=8cd30c0e [8cd30c0e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=c74cfcb6 [c74cfcb6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.7% (30 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/office =&lt;br /&gt;
== basket ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=5ed9f00b [5ed9f00b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/basket&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=d492a4c3 [d492a4c3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/basket&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=5dd5a1c1 [5dd5a1c1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/basket&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=2ab71048 [2ab71048]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/basket&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=8bba24a1 [8bba24a1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: applications/basket - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=3e05901d [3e05901d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/basket&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=33317176 [33317176]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/basket&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=c8b892a3 [c8b892a3]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kbibtex ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=a8cf4b8b [a8cf4b8b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kbibtex - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbibtex-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=a9b74b76 [a9b74b76]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=15d816e8 [15d816e8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbibtex&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbibtex/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=702a473b [702a473b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 73.7% (444 of 602 strings)&amp;lt;br/&amp;gt;Translation: applications/kbibtex&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbibtex/ru/&lt;br /&gt;
&lt;br /&gt;
== kbookreader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=0b40cdac [0b40cdac]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 66.6% (2 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kbookreader - kbookreader.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader-kbookreaderdesktop/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=713e783c [713e783c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=8e2d9623 [8e2d9623]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbookreader - kbookreader.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader-kbookreaderdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=e32bbc6e [e32bbc6e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (17 of 17 strings)&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=fcdb94c9 [fcdb94c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kbookreader - kbookreader.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader-kbookreaderdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=ac3e0386 [ac3e0386]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=61e10e5a [61e10e5a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/&lt;br /&gt;
&lt;br /&gt;
== kile ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=c79ed8e2 [c79ed8e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 58.2% (924 of 1587 strings)&amp;lt;br/&amp;gt;Translation: applications/kile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=08a73a70 [08a73a70]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kile - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile-desktop-files/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=872c127f [872c127f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kile - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=59f1c45a [59f1c45a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kile - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=00b87abb [00b87abb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kile - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== kmymoney ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=1acf71ab [1acf71ab]] Added translation using Weblate (Spanish (Argentina))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=4dfa4550 [4dfa4550]] Translated using Weblate (Spanish (Argentina))&amp;lt;br/&amp;gt;Currently translated at 99.7% (2667 of 2674 strings)&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/es_AR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=2d36eedb [2d36eedb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2674 of 2674 strings)&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=202400b8 [202400b8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2674 of 2674 strings)&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=debe3076 [debe3076]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmymoney - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=16aa0610 [16aa0610]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=af8d71ce [af8d71ce]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=79e957c7 [79e957c7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=47cc1d27 [47cc1d27]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: applications/kmymoney - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=e592106d [e592106d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (2658 of 2674 strings)&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=67a43ced [67a43ced]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=9df4c701 [9df4c701]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== knowit ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=3a30dbdb [3a30dbdb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/knowit - knowit.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knowit-knowitdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=81a2fc07 [81a2fc07]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== koffice ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=d165869a [d165869a]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=c2fdb394 [c2fdb394]] Fix functionality broken by commit a9bbaa83&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=a9bbaa83 [a9bbaa83]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== koffice-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=fce31dee [fce31dee]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kspread&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ff7c98ec [ff7c98ec]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=c2c28bfe [c2c28bfe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.8% (418 of 427 strings)&amp;lt;br/&amp;gt;Translation: koffice/karbon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/karbon/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=446dc7f6 [446dc7f6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (909 of 909 strings)&amp;lt;br/&amp;gt;Translation: koffice/kpresenter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kpresenter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=c85f8b7f [c85f8b7f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.0% (1295 of 1423 strings)&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=65588988 [65588988]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (961 of 961 strings)&amp;lt;br/&amp;gt;Translation: koffice/kword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kword/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=82a49e46 [82a49e46]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (909 of 909 strings)&amp;lt;br/&amp;gt;Translation: koffice/kpresenter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kpresenter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=699d1a0e [699d1a0e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.4% (1169 of 1200 strings)&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=64f9d8c2 [64f9d8c2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (3150 of 3168 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspread&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=422b95eb [422b95eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (354 of 354 strings)&amp;lt;br/&amp;gt;Translation: koffice/kformdesigner&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kformdesigner/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=041cb462 [041cb462]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/koffice&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/koffice/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=27fd186c [27fd186c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=572398a4 [572398a4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (3150 of 3168 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspread&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=bce5a0c4 [bce5a0c4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.4% (1169 of 1200 strings)&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=cc44ebc3 [cc44ebc3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: koffice/thesaurus_tool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/thesaurus_tool/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=b6cedf64 [b6cedf64]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_ooo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_ooo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=9f49ba05 [9f49ba05]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_koffice&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_koffice/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=7a3529fd [7a3529fd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_gnumeric&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_gnumeric/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=05196041 [05196041]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_abiword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_abiword/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ffe6d299 [ffe6d299]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (961 of 961 strings)&amp;lt;br/&amp;gt;Translation: koffice/kword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kword/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ad3cf8ee [ad3cf8ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspreadcalc_calc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspreadcalc_calc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=7f8b71fa [7f8b71fa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (909 of 909 strings)&amp;lt;br/&amp;gt;Translation: koffice/kpresenter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kpresenter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=d154e97e [d154e97e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (354 of 354 strings)&amp;lt;br/&amp;gt;Translation: koffice/kformdesigner&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kformdesigner/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=9c40a4ce [9c40a4ce]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=aa8c2267 [aa8c2267]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ccf47869 [ccf47869]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=f690d314 [f690d314]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.0% (1295 of 1423 strings)&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=f0bcacf8 [f0bcacf8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kivio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kivio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=e1f27756 [e1f27756]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=e84fa74c [e84fa74c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kword/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=fc3d61ff [fc3d61ff]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/koffice&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/koffice/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=31fd578d [31fd578d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=069df0f0 [069df0f0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kofficefilters&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kofficefilters/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=96a280ad [96a280ad]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=b7a0d0ff [b7a0d0ff]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 98.3% (420 of 427 strings)&amp;lt;br/&amp;gt;Translation: koffice/karbon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/karbon/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=8e305f42 [8e305f42]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 99.8% (1421 of 1423 strings)&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=61f41445 [61f41445]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: koffice/example&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/example/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=1f753ab8 [1f753ab8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (3150 of 3168 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspread&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/ru/&lt;br /&gt;
&lt;br /&gt;
== kpilot ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=e91f7e51 [e91f7e51]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.3% (1059 of 1088 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=0f9a5cb5 [0f9a5cb5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.3% (1059 of 1088 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=994025a3 [994025a3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.3% (1059 of 1088 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=812902b7 [812902b7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=2ddec8ee [2ddec8ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.3% (1059 of 1088 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=6ee217d4 [6ee217d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.2% (29 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=84b8d43e [84b8d43e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=9a5d96d5 [9a5d96d5]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=9beef848 [9beef848]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.3% (1059 of 1088 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=adc41d0e [adc41d0e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=43b3df95 [43b3df95]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=b2480185 [b2480185]] Fix functionality broken by commit a956e3e&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=f060f38e [f060f38e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=fa847ef4 [fa847ef4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=a956e3e8 [a956e3e8]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tellico ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=fb3e3b16 [fb3e3b16]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1113 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=c5aed387 [c5aed387]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1113 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=292c365c [292c365c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1113 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=9232c032 [9232c032]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=dae674d5 [dae674d5]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=01caa644 [01caa644]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=ea7a8ffa [ea7a8ffa]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=10996a19 [10996a19]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=252be932 [252be932]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.5% (1108 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=f73799c2 [f73799c2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=30d2f3d2 [30d2f3d2]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 74.2% (826 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=997c050d [997c050d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=0a00263f [0a00263f]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
= applications/settings =&lt;br /&gt;
== kdpkg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=e5d56b2b [e5d56b2b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kdpkg - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=52160b83 [52160b83]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=1ec33520 [1ec33520]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=1f5bed1a [1f5bed1a]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=752317fb [752317fb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=c178f4e3 [c178f4e3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 93.1% (27 of 29 strings)&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=7afa4047 [7afa4047]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=3107e30a [3107e30a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=4277d12f [4277d12f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/&lt;br /&gt;
&lt;br /&gt;
== kima ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=72f70a32 [72f70a32]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kima - kima.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kima-kimadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=59a7eecd [59a7eecd]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kiosktool ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=fe1ef0db [fe1ef0db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kiosktool - kiosktool.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kiosktool-kiosktooldesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=e30e1b38 [e30e1b38]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=f585e458 [f585e458]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kiosktool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kiosktool/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=6d1e1f26 [6d1e1f26]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (238 of 238 strings)&amp;lt;br/&amp;gt;Translation: applications/kiosktool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kiosktool/ru/&lt;br /&gt;
&lt;br /&gt;
== kkbswitch ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=dd9aa434 [dd9aa434]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=c81744ba [c81744ba]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=513141a1 [513141a1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.9% (53 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=d7365e67 [d7365e67]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch - kkbswitch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch-kkbswitchdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=59d15769 [59d15769]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=f14c6e5f [f14c6e5f]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=c36d0446 [c36d0446]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch - kkbswitch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch-kkbswitchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=d7b89dac [d7b89dac]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=586412b8 [586412b8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 96.4% (55 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=8978515d [8978515d]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=29e2187e [29e2187e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=4f10d322 [4f10d322]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=2f27dd99 [2f27dd99]] Added global shortcuts for switching to previous/next group&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/kkbswitch/issues/6 #6]&lt;br /&gt;
&lt;br /&gt;
== klcddimmer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=10b9f399 [10b9f399]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 66.6% (2 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/klcddimmer - klcddimmer.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer-klcddimmerdesktop/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=4c074e14 [4c074e14]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/klcddimmer - klcddimmer.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer-klcddimmerdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=739e6b63 [739e6b63]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/klcddimmer - klcddimmer.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer-klcddimmerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=c552505d [c552505d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/klcddimmer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer/&lt;br /&gt;
&lt;br /&gt;
== tde-systemsettings ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-systemsettings/commit/?id=68f1f0e8 [68f1f0e8]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-systemsettings - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-systemsettings-desktop-files/pt_BR/&lt;br /&gt;
&lt;br /&gt;
== tdenetworkmanager ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=844977ab [844977ab]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=4df2908f [4df2908f]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=726b7a12 [726b7a12]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 69.9% (198 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=b886f5e1 [b886f5e1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 68.5% (194 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=aed561a0 [aed561a0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 56.5% (160 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=0f339629 [0f339629]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 56.5% (160 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=0b25fec3 [0b25fec3]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (283 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=61ae35a3 [61ae35a3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=5df4ed11 [5df4ed11]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 56.5% (160 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=c95d4f33 [c95d4f33]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=f6f35912 [f6f35912]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=92a7c996 [92a7c996]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager-events/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=8883a11e [8883a11e]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=f781e430 [f781e430]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 56.5% (160 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=6bd64d20 [6bd64d20]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 54.4% (154 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
&lt;br /&gt;
== tdesudo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesudo/commit/?id=ccf9891b [ccf9891b]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 10.7% (3 of 28 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesudo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesudo/pt/&lt;br /&gt;
&lt;br /&gt;
== wlassistant ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/wlassistant/commit/?id=3e7e7008 [3e7e7008]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/wlassistant - wlassistant.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/wlassistant-wlassistantdesktop/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/system =&lt;br /&gt;
== dolphin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=b6e4e387 [b6e4e387]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=66caccf8 [66caccf8]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (174 of 174 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=3738023e [3738023e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=587e9c20 [587e9c20]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (174 of 174 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=7c83a8a9 [7c83a8a9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (174 of 174 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=5ad5f3b3 [5ad5f3b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (174 of 174 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=935eb49d [935eb49d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (174 of 174 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=c5ebee1a [c5ebee1a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=b6a6add7 [b6a6add7]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=d6981f86 [d6981f86]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=88bffef8 [88bffef8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=50bf6ece [50bf6ece]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=df0f2634 [df0f2634]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 87.3% (55 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=128fc6c0 [128fc6c0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=4177bfeb [4177bfeb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=31e79818 [31e79818]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=614887eb [614887eb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=dfc034e5 [dfc034e5]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== katapult ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=5ba23c85 [5ba23c85]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 61.7% (55 of 89 strings)&amp;lt;br/&amp;gt;Translation: applications/katapult&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/katapult/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=b427732a [b427732a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: applications/katapult - displays&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/katapult-displays/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=a2ce4f73 [a2ce4f73]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=90483ac4 [90483ac4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/katapult - katapult.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/katapult-katapultdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=2c620ea8 [2c620ea8]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=4b5ae0ee [4b5ae0ee]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (89 of 89 strings)&amp;lt;br/&amp;gt;Translation: applications/katapult&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/katapult/pt_BR/&lt;br /&gt;
&lt;br /&gt;
== kbfx ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=83dfb156 [83dfb156]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: applications/kbfx - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbfx-desktop-files/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=f445316b [f445316b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: applications/kbfx - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbfx-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=ea95d7dd [ea95d7dd]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=a83a9d10 [a83a9d10]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=7df544d7 [7df544d7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbfx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbfx/&lt;br /&gt;
&lt;br /&gt;
== kcmautostart ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=b5fa6c20 [b5fa6c20]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart - autostart.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart-autostartdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=93aa3c87 [93aa3c87]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=639e1972 [639e1972]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=e156d8d7 [e156d8d7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=a34114dc [a34114dc]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=e32b5599 [e32b5599]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/&lt;br /&gt;
&lt;br /&gt;
== kdbusnotification ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=1a641393 [1a641393]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/kdbusnotification&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbusnotification/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=b412e198 [b412e198]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=b0df4a69 [b0df4a69]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kdbusnotification - autostart.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbusnotification-autostartdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=15f5616c [15f5616c]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== klamav ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=29631587 [29631587]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: applications/klamav - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klamav-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=478aa390 [478aa390]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 64.4% (286 of 444 strings)&amp;lt;br/&amp;gt;Translation: applications/klamav&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klamav/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=9a617c2a [9a617c2a]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=d11bc9be [d11bc9be]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 64.1% (285 of 444 strings)&amp;lt;br/&amp;gt;Translation: applications/klamav&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klamav/ru/&lt;br /&gt;
&lt;br /&gt;
== knemo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=e7fb48e5 [e7fb48e5]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (85 of 85 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=9e04f998 [9e04f998]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knemo - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=3772679a [3772679a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knemo - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-events/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=232699e6 [232699e6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knemo - kcm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-kcm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=16c52455 [16c52455]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knemo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=8e390170 [8e390170]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=73908043 [73908043]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo - kcm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-kcm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=d1925e58 [d1925e58]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (85 of 85 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=6132bf8e [6132bf8e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== knetload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=ba2626b3 [ba2626b3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knetload - knetload.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetload-knetloaddesktop/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=c52c618e [c52c618e]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=7b25c61d [7b25c61d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knetload - knetload.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetload-knetloaddesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=ad81a141 [ad81a141]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knetload - knetload.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetload-knetloaddesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== knetstats ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=cde57e3a [cde57e3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (53 of 53 strings)&amp;lt;br/&amp;gt;Translation: applications/knetstats&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetstats/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=f59f6f15 [f59f6f15]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/knetstats - knetstats.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetstats-knetstatsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=26523e70 [26523e70]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=fca6b8e0 [fca6b8e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (53 of 53 strings)&amp;lt;br/&amp;gt;Translation: applications/knetstats&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetstats/ru/&lt;br /&gt;
&lt;br /&gt;
== krusader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=ebe33485 [ebe33485]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 89.0% (1246 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=9c7ecae7 [9c7ecae7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 89.0% (1246 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=48d80382 [48d80382]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1399 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=0a303a08 [0a303a08]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader - tdeio-virt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader-tdeio-virt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=b530f6f6 [b530f6f6]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=7e975b56 [7e975b56]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 89.0% (1246 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=6dcff4b8 [6dcff4b8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=36ae80d0 [36ae80d0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=3ce92a8b [3ce92a8b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 89.0% (1246 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=c3898db6 [c3898db6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=b55a9aa0 [b55a9aa0]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1399 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=a6d7af8f [a6d7af8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 89.0% (1246 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=1107ba66 [1107ba66]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=60b198a9 [60b198a9]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1399 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/uk/&lt;br /&gt;
&lt;br /&gt;
== kshutdown ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=73705ae9 [73705ae9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kshutdown&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=9c887493 [9c887493]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=88cbe7eb [88cbe7eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 32.7% (58 of 177 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=7f2b77af [7f2b77af]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=6de6914a [6de6914a]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=294c6c37 [294c6c37]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=5153b71e [5153b71e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kshutdown - kshutdown.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-kshutdowndesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=757c58ab [757c58ab]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=0cb0eeb3 [0cb0eeb3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown - kshutdown.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-kshutdowndesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=6c6e8bb5 [6c6e8bb5]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown - kshutdown.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-kshutdowndesktop/nl/&lt;br /&gt;
&lt;br /&gt;
== ksystemlog ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=e8c74ab9 [e8c74ab9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/ksystemlog - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksystemlog-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=f878a025 [f878a025]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=cf0f1b44 [cf0f1b44]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/ksystemlog&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksystemlog/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=27e255d7 [27e255d7]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kvkbd ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=570028de [570028de]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kvkbd - kvkbd.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvkbd-kvkbddesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=3a15b392 [3a15b392]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=02fef088 [02fef088]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== polkit-agent-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=7ef2e01a [7ef2e01a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde - polkit-agent-tde.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde-polkit-agent-tdedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=4bc2685c [4bc2685c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=394ba86f [394ba86f]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=d0ff02a7 [d0ff02a7]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=774e540b [774e540b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=fe3d3837 [fe3d3837]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=81f288bf [81f288bf]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/zh_Hant/&lt;br /&gt;
&lt;br /&gt;
== tastymenu ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=2307db6a [2307db6a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (146 of 146 strings)&amp;lt;br/&amp;gt;Translation: applications/tastymenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tastymenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=425d4d88 [425d4d88]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/tastymenu - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tastymenu-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=97b927a5 [97b927a5]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdebluez ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=17819966 [17819966]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=f25c4521 [f25c4521]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-events/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=01f504fe [01f504fe]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=fce0091e [fce0091e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=f23e3839 [f23e3839]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=823b8121 [823b8121]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=d0311fa0 [d0311fa0]] Added translation using Weblate (Dutch)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ee1b7905 [ee1b7905]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 89.1% (239 of 268 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=14e65f81 [14e65f81]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=9a895e4f [9a895e4f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=5dbd02e3 [5dbd02e3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=75e3f4ae [75e3f4ae]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=1d2fcc95 [1d2fcc95]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (266 of 266 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=9ec32992 [9ec32992]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=226cacc4 [226cacc4]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (274 of 274 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ae46115f [ae46115f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ad1894b7 [ad1894b7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=e852055d [e852055d]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tdedocker ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=0784dd69 [0784dd69]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 39.1% (18 of 46 strings)&amp;lt;br/&amp;gt;Translation: applications/tdedocker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdedocker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=c8bd481e [c8bd481e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/tdedocker - tdedocker.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdedocker-tdedockerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=2cb5f566 [2cb5f566]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdepowersave ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=f1c49fc1 [f1c49fc1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (311 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=dc69c843 [dc69c843]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (311 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=edb862bc [edb862bc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (311 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=b001f8e8 [b001f8e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 36.3% (20 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=b8b910e9 [b8b910e9]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=aaf6cc18 [aaf6cc18]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=8a0925b0 [8a0925b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave-events/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=9b7728c1 [9b7728c1]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (311 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=96ba1bf7 [96ba1bf7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 36.3% (20 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=1e735aeb [1e735aeb]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (311 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=f39d5cd2 [f39d5cd2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=c1d1a446 [c1d1a446]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=70666ec3 [70666ec3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=c2676876 [c2676876]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.2% (290 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=5242ce6d [5242ce6d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=678ecbe9 [678ecbe9]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tdesshaskpass ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=77270a90 [77270a90]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 71.4% (5 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesshaskpass&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesshaskpass/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=a9f78c9a [a9f78c9a]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=b193e3f5 [b193e3f5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdesshaskpass&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesshaskpass/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=7a7a240e [7a7a240e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesshaskpass&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesshaskpass/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=b0aaaa03 [b0aaaa03]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== yakuake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=ffd5e73e [ffd5e73e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/yakuake - yakuake.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake-yakuakedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=cf3dbd06 [cf3dbd06]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (98 of 98 strings)&amp;lt;br/&amp;gt;Translation: applications/yakuake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=4adafb6f [4adafb6f]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=73cd9e3b [73cd9e3b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/yakuake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=4d40f6d0 [4d40f6d0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.9% (94 of 98 strings)&amp;lt;br/&amp;gt;Translation: applications/yakuake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/tdeio =&lt;br /&gt;
== tdeio-appinfo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=61b023d5 [61b023d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-appinfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-appinfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=6b18c8aa [6b18c8aa]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=4a1957d9 [4a1957d9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-appinfo - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-appinfo-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=259bb403 [259bb403]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeio-apt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=154d4926 [154d4926]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-apt - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-apt-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=9bd15ca6 [9bd15ca6]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeio-ftps ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-ftps/commit/?id=8ac1f636 [8ac1f636]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdeio-ftps&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-ftps/&lt;br /&gt;
&lt;br /&gt;
== tdeio-gopher ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-gopher/commit/?id=dfc20d5b [dfc20d5b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-gopher&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-gopher/ru/&lt;br /&gt;
&lt;br /&gt;
== tdeio-locate ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=888a6158 [888a6158]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-locate - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-locate-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=94acdb2d [94acdb2d]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeio-sword ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=bbf5f2b3 [bbf5f2b3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdeio-sword - sword.protocol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-sword-swordprotocol/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=a1851f5d [a1851f5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-sword - sword.protocol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-sword-swordprotocol/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=6d75ce24 [6d75ce24]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeio-umountwrapper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=c48a81c6 [c48a81c6]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 57.1% (4 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-umountwrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-umountwrapper/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=dfbe223a [dfbe223a]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=11dcb3f5 [11dcb3f5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdeio-umountwrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-umountwrapper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=e3173ff2 [e3173ff2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-umountwrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-umountwrapper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=c37ba2dc [c37ba2dc]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
= applications/themes =&lt;br /&gt;
== gtk-qt-engine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=df12e773 [df12e773]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=d0d226cf [d0d226cf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=2178adeb [2178adeb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=90c79e65 [90c79e65]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=df701883 [df701883]] Added translation using Weblate (Chinese (Simplified))&lt;br /&gt;
&lt;br /&gt;
== kgtk-qt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=e6da4c75 [e6da4c75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/kgtk-qt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kgtk-qt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=06bca424 [06bca424]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/kgtk-qt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kgtk-qt3/ru/&lt;br /&gt;
&lt;br /&gt;
== ksplash-engine-moodin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=c10854bc [c10854bc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: applications/ksplash-engine-moodin - themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksplash-engine-moodin-themes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=ba3e4d83 [ba3e4d83]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=a6618f45 [a6618f45]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/ksplash-engine-moodin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksplash-engine-moodin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=5f1d24be [5f1d24be]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=80fd36cc [80fd36cc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/ksplash-engine-moodin - ksplashmoodin.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksplash-engine-moodin-ksplashmoodindesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=c5ea48d7 [c5ea48d7]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tde-style-baghira ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=2848e644 [2848e644]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 7.1% (1 of 14 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-desktop-files/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=85366bc0 [85366bc0]] Added translation using Weblate (Portuguese (Brazil))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=130a09fe [130a09fe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - bab&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-bab/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=a41cd05c [a41cd05c]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=2bfddb37 [2bfddb37]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - kmenuapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-kmenuapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=24c94460 [24c94460]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=bb43a575 [bb43a575]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - sessionapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-sessionapplet/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=738600de [738600de]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - starter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-starter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=54a306f5 [54a306f5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=4a3bbfa4 [4a3bbfa4]] Rename library twin3_baghira -&amp;amp;gt; twin_baghira&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=fc8b3dd4 [fc8b3dd4]] Fix functionality broken by commit 66813ef&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=66813efe [66813efe]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tde-style-domino ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=515a3c18 [515a3c18]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-domino - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-domino-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=bc0d220b [bc0d220b]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=7ea023ba [7ea023ba]] Rename library twin3_domino -&amp;amp;gt; twin_domino&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== tde-style-ia-ora ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=9e5afc6b [9e5afc6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-ia-ora - twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-ia-ora-twin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=5bbd8ebf [5bbd8ebf]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=70d8e947 [70d8e947]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-ia-ora - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-ia-ora-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=5e7e1797 [5e7e1797]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=25c19604 [25c19604]] Rename library twin3_iaora -&amp;amp;gt; twin_iaora&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== tde-style-lipstik ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=dc269473 [dc269473]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-lipstik - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-lipstik-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=39c758d5 [39c758d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-lipstik - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-lipstik-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=e0338512 [e0338512]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tde-style-qtcurve ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=b069a35c [b069a35c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-qtcurve - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-qtcurve-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=27e23c10 [27e23c10]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdmtheme ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=40c3be67 [40c3be67]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/tdmtheme - tdmtheme.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdmtheme-tdmthemedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=422b7c29 [422b7c29]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=be80cbfd [be80cbfd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdmtheme&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdmtheme/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=33f7baf1 [33f7baf1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: applications/tdmtheme&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdmtheme/ru/&lt;br /&gt;
&lt;br /&gt;
== twin-style-crystal ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=74a99abb [74a99abb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/twin-style-crystal - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-crystal-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=ef365451 [ef365451]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=d9afc78c [d9afc78c]] Rename library twin3_crystal -&amp;amp;gt; twin_crystal&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-dekorator ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=c2065d4f [c2065d4f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/twin-style-dekorator - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-dekorator-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=92d4ca9f [92d4ca9f]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=c67f6084 [c67f6084]] Rename library twin3_deKorator -&amp;amp;gt; twin_deKorator&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-machbunt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=f58ac171 [f58ac171]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/twin-style-machbunt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-machbunt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=7a99524e [7a99524e]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=330d2a97 [330d2a97]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/twin-style-machbunt - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-machbunt-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=af060376 [af060376]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=81c7c4d0 [81c7c4d0]] Rename library twin3_MachBunt to twin_MachBunt&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-suse2 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=e0d3d7ab [e0d3d7ab]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 78.4% (51 of 65 strings)&amp;lt;br/&amp;gt;Translation: applications/twin-style-suse2&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-suse2/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=db79df35 [db79df35]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/twin-style-suse2 - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-suse2-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=358a0175 [358a0175]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=6cdb0cbb [6cdb0cbb]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (65 of 65 strings)&amp;lt;br/&amp;gt;Translation: applications/twin-style-suse2&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-suse2/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=9b5c2e1e [9b5c2e1e]] Rename library twin3_SUSE2 -&amp;amp;gt; twin_SUSE&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
= applications/utilities =&lt;br /&gt;
== abakus ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=9ace50d1 [9ace50d1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/abakus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=467ef6c1 [467ef6c1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (49 of 49 strings)&amp;lt;br/&amp;gt;Translation: applications/abakus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=e1762b36 [e1762b36]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=b277c7ae [b277c7ae]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/abakus - abakus.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus-abakusdesktop/bg/&lt;br /&gt;
&lt;br /&gt;
== filelight ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=6676268d [6676268d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=8066004a [8066004a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=9fd8fe68 [9fd8fe68]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (77 of 77 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=aa06806b [aa06806b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=28349b70 [28349b70]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=7cc11b7f [7cc11b7f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=629295b3 [629295b3]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=33098270 [33098270]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (77 of 77 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/uk/&lt;br /&gt;
&lt;br /&gt;
== kbarcode ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=e7336ab9 [e7336ab9]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=2f5aa189 [2f5aa189]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.1% (589 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=6c31a9ec [6c31a9ec]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=7f9e4e65 [7f9e4e65]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.9% (582 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=f6c05921 [f6c05921]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 74.5% (443 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=371ce27c [371ce27c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=7bd51d72 [7bd51d72]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=6ca861bd [6ca861bd]] Fix functionality broken by commit fc06df3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=fc06df33 [fc06df33]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== kchmviewer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=98cc5c5b [98cc5c5b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 80.6% (117 of 145 strings)&amp;lt;br/&amp;gt;Translation: applications/kchmviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kchmviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=c840a753 [c840a753]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 80.6% (117 of 145 strings)&amp;lt;br/&amp;gt;Translation: applications/kchmviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kchmviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=7b5e8574 [7b5e8574]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kchmviewer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kchmviewer-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=78502278 [78502278]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kchmviewer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kchmviewer-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== kcpuload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=14c73c4b [14c73c4b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kcpuload - kcpuload.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload-kcpuloaddesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=824e509b [824e509b]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=0c199bf6 [0c199bf6]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=b49178b0 [b49178b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=8ae8e9f8 [8ae8e9f8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 94.8% (37 of 39 strings)&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=7a450d31 [7a450d31]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=d9952f82 [d9952f82]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/&lt;br /&gt;
&lt;br /&gt;
== kdirstat ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=d08890b0 [d08890b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kdirstat - kdirstat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdirstat-kdirstatdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=d0eed693 [d0eed693]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (249 of 249 strings)&amp;lt;br/&amp;gt;Translation: applications/kdirstat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdirstat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=cc9f1809 [cc9f1809]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=89804e56 [89804e56]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 47.3% (118 of 249 strings)&amp;lt;br/&amp;gt;Translation: applications/kdirstat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdirstat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=71311fff [71311fff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 42.1% (105 of 249 strings)&amp;lt;br/&amp;gt;Translation: applications/kdirstat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdirstat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=a958f1f3 [a958f1f3]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== keep ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=769aafda [769aafda]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: applications/keep&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/keep/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=1a76670f [1a76670f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/keep - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/keep-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=c08474b2 [c08474b2]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=04ecada5 [04ecada5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 84.5% (93 of 110 strings)&amp;lt;br/&amp;gt;Translation: applications/keep&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/keep/ru/&lt;br /&gt;
&lt;br /&gt;
== knutclient ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=5f03df41 [5f03df41]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knutclient - knutclient.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient-knutclientdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=0beb63be [0beb63be]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=dfa5f3fa [dfa5f3fa]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knutclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=466ddc1b [466ddc1b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (203 of 203 strings)&amp;lt;br/&amp;gt;Translation: applications/knutclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient/uk/&lt;br /&gt;
&lt;br /&gt;
== kompose ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=00e245dc [00e245dc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kompose - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kompose-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=748e68f2 [748e68f2]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== krename ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=8f56e896 [8f56e896]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (330 of 330 strings)&amp;lt;br/&amp;gt;Translation: applications/krename&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krename/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=28d102bd [28d102bd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krename - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krename-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=b4e78648 [b4e78648]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/krename - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krename-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=7740aa8e [7740aa8e]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== ksensors ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=2a8c9caa [2a8c9caa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/ksensors - ksensors.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksensors-ksensorsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=2f3812ef [2f3812ef]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== qalculate-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=3fca4e9e [3fca4e9e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=2a0fc1a4 [2a0fc1a4]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=744ac88e [744ac88e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=6baf1704 [6baf1704]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.4% (593 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=accfbbbf [accfbbbf]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=34b3365e [34b3365e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=933d4190 [933d4190]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=68aa9b3b [68aa9b3b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (596 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=96280709 [96280709]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 75.0% (447 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=09de128a [09de128a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 70.6% (421 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=c714c687 [c714c687]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 60.7% (362 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=1c102209 [1c102209]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 42.4% (253 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=06249035 [06249035]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
= packaging =&lt;br /&gt;
== packaging ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=a7e8d524 [a7e8d524]] DEB tqt3: switch to tq* environment class files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=17e7ce1f [17e7ce1f]] DEB tqt3: switch to tq* text class files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=b2b7389f [b2b7389f]] DEB tqt3: switch to tq* graphics class files (part 2)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=8044a43b [8044a43b]] DEB tqt3: switch to tq* graphics class files (part 1)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=2d8ee89b [2d8ee89b]] DEB tqt3: switch to tq* IO and network header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=46551b1f [46551b1f]] DEB tqt3: switch to tq* utility class files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=0cf4c136 [0cf4c136]] DEB tqt3: switch to tq* dran-n-drop files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f3fe3921 [f3fe3921]] DEB tqt3: switch to tq* main window files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=c62bc8c3 [c62bc8c3]] DEB tqt3: switch to tq* codec files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=40dc8410 [40dc8410]] DEB tqt3: switch to tq* threading files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=11fcd3e7 [11fcd3e7]] DEB tqt3: switch to tq* date and time files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=355bec7d [355bec7d]] DEB tqt3: remove Qt/embedded related files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=787c105f [787c105f]] RPM: more updates for mageia/openmandriva BuildRequires&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=ac47c91c [ac47c91c]] RPM: synchronize redhat directory with r14.1.x branch&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=1488354e [1488354e]] DEB tqt3: switch to tq* style files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=1141dba2 [1141dba2]] DEB tqt3: switch to tq* icon files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=ba843920 [ba843920]] DEB tqt3: switch to tq* text files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=85a0b800 [85a0b800]] DEB tqt3: switch to tq* str files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=dd776b9f [dd776b9f]] DEB tqt3: switch to tq* image files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=18e9eea2 [18e9eea2]] DEB tqt3: switch to tq* ptr files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=cd2dd4e9 [cd2dd4e9]] DEB tqt3: switch to tq* template library files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=6839f2be [6839f2be]] DEB tqt3: switch to tqwidget* files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=82ceb95a [82ceb95a]] DEB tqt3: switch to tq* canvas related files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=53704653 [53704653]] DEB tqt3: switch to tq* dom and xml related files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=30405ac3 [30405ac3]] DEB tqt3: switch to tq* sql related files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=2f4b0256 [2f4b0256]] DilOS tqt3: add input context header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=d0a9c398 [d0a9c398]] DEB tqt3: switch to tqobject* files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=598468a9 [598468a9]] DEB tqt3: move tqt.h from tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=ef8e0bd1 [ef8e0bd1]] DEB build scripts: updated after testing on Devuan Chimaera&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=70a0160c [70a0160c]] DEB tdebindings: remove dependency on libtqt3-compat-headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=fb212c9e [fb212c9e]] DEB tqt3: drop compat files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=a4869e73 [a4869e73]] DEB tdebase twin: adjusted after renaming client libraries from twin3_* to twin_*. This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=7b064a10 [7b064a10]] DEB tqt3: adjusted after removing Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f7be243e [f7be243e]] DEB buildscripts: update supported distros&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f82c8cc0 [f82c8cc0]] DEB: remove support for Debian Stretch and Ubuntu Xenial&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=4721bdc6 [4721bdc6]] DEB tqt3: remove Qt2 obsolete classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=e6b868c8 [e6b868c8]] DEB tdebase: added release notes for R14.2.x series&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=3c5c1e60 [3c5c1e60]] DEB trinity-apt-archive: Set the apt repository URL to PTB.&lt;/div&gt;</summary>
		<author><name>SlavekB</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.1.3&amp;diff=3365</id>
		<title>Changelog For R14.1.3</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.1.3&amp;diff=3365"/>
		<updated>2024-07-28T23:47:34Z</updated>

		<summary type="html">&lt;p&gt;SlavekB: Update 20240728&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= common =&lt;br /&gt;
== admin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=6fa5fdb7 [6fa5fdb7]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=d2186b1a [d2186b1a]] am_edit: Cover all wizard include variants and class name in one regexp.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=3c9e11e1 [3c9e11e1]] Rename kdemacros.h to tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=36c8888e [36c8888e]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
= dependencies =&lt;br /&gt;
== tde-cmake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=5283559e [5283559e]] tde_import: Always do &amp;#039;include&amp;#039; because macro can be called in a scope that is not global.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=5e1ef63e [5e1ef63e]] Remove __KDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=713b969b [713b969b]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY. Temporarily __KDE_HAVE_GCC_VISIBILITY is still provided, till renaming on all TDE code base is completed.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=03a1c2f4 [03a1c2f4]] tde_uic: Cover all wizard include variants and class name in one regexp.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=f1352532 [f1352532]] Rename kdemacros.h to tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=68452c7f [68452c7f]] tde_import: Reducing the noise, more common listing of the result.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=d9c41557 [d9c41557]] Add support for relative paths in &amp;#039;_tde_internal_setup_path&amp;#039;&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=9d383967 [9d383967]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=9a81dc39 [9a81dc39]] Update version to R14.1.3&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tqt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=e06dfea3 [e06dfea3]] Fix OpenType language definition tags and array access. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tqt3/issues/171 #171]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b634a4f6 [b634a4f6]] Fix a missing `if` clause guard&amp;lt;br/&amp;gt;It was mismatched with indents and sibling `if` clause cases.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=cd45e22a [cd45e22a]] Fix to compare thread_id with `pthread_equal()`&amp;lt;br/&amp;gt;`pthread_t` is an opaque type, should not be compared with `==`.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=03ef2cdd [03ef2cdd]] Remove commercial site content and documentation&amp;lt;br/&amp;gt;trolltech domain is no longer valid.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=8141b881 [8141b881]] Correctly release glib mainloop and gsource, to avoid memory leaks&lt;br /&gt;
&lt;br /&gt;
== tqtinterface ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=1e47a121 [1e47a121]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=d4f8267e [d4f8267e]] Remove unnecessary files and processing when building libtqt.so.&lt;br /&gt;
&lt;br /&gt;
== akode ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/akode/commit/?id=88d21b1b [88d21b1b]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== arts ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/arts/commit/?id=999d426c [999d426c]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/arts/commit/?id=7f3dda33 [7f3dda33]] Rename thread mutex related debug flag name&amp;lt;br/&amp;gt;It is used to detect multiple mutex lock, not just for pthread related&amp;lt;br/&amp;gt;debugging.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/arts/commit/?id=75cb448c [75cb448c]] Fix usage of `pthread_t`&amp;lt;br/&amp;gt;`pthread_t` is opaque type.&amp;lt;br/&amp;gt;Change to compare with `pthread_equal()` and introduce validate flag.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/arts/commit/?id=210a7151 [210a7151]] fix to use AudioIOSun on Solaris and NetBSD&amp;lt;br/&amp;gt;`USE_SOLARIS` is not defined (related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tde/issues/74 TDE/tde#74]).&amp;lt;br/&amp;gt;On NetBSD, native audio system audioio(4) i.e. sunaudio is preferred.&lt;br /&gt;
&lt;br /&gt;
== avahi-tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/avahi-tqt/commit/?id=cb6ab292 [cb6ab292]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== libart-lgpl ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libart-lgpl/commit/?id=52ecb65b [52ecb65b]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== libcaldav ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libcaldav/commit/?id=023b3918 [023b3918]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== libcarddav ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libcarddav/commit/?id=a3d434ae [a3d434ae]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== sip4-tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/sip4-tqt/commit/?id=7f3c0748 [7f3c0748]] Added prototype of yylex() function&amp;lt;br/&amp;gt;Required for building with the new gcc-14&lt;br /&gt;
&lt;br /&gt;
== tqscintilla ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqscintilla/commit/?id=2116474a [2116474a]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== pytqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=03a1fe47 [03a1fe47]] Fix example translations for pytqt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=3dec37ec [3dec37ec]] Changing string types to bytes for pytquic&amp;lt;br/&amp;gt;For python3 you need to explicitly specify the bytes type, it is different from strings&lt;br /&gt;
&lt;br /&gt;
== tqca ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqca/commit/?id=33b8372a [33b8372a]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqca/commit/?id=efc46edc [efc46edc]] Use `pkg_get_variable` to retrieve the value of pkg-config variable&amp;lt;br/&amp;gt;It is a new feature in CMake version 3.4, CMake-3.5 is required for&amp;lt;br/&amp;gt;TDE now.&lt;br /&gt;
&lt;br /&gt;
= core =&lt;br /&gt;
== tdelibs ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=66028a61 [66028a61]] Remove __KDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=34e58a5f [34e58a5f]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY. Temporarily __KDE_HAVE_GCC_VISIBILITY is still provided, till renaming on all TDE code base is completed.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=a4a424a3 [a4a424a3]] Remove dummy kdemacros.h file&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=41737353 [41737353]] Rename kdemacros.* files to tdemacros.*&amp;lt;br/&amp;gt;A dummy &amp;#039;kdemacros.h&amp;#039; has been added to allow TDE to built till renaming is carried out across the whole code base. It will then be removed.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=69ec8f3e [69ec8f3e]] Use tq* headers instead of ntq* ones&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=89b880a0 [89b880a0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=46838919 [46838919]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=767dff65 [767dff65]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=750384b9 [750384b9]] KDirOperator: add support for history navigation mouse buttons&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=07dfb84a [07dfb84a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=c1ea7021 [c1ea7021]] kimgio: Add kimgio desktop files to the translation.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=3856007b [3856007b]] Kate: use paths for local files in modified on disk dialog&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=0ec3c25c [0ec3c25c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=402f0ff4 [402f0ff4]] Remove KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7476deac [7476deac]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=70c31758 [70c31758]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=09fd7adf [09fd7adf]] Added image/webp to tdehtmlimage&amp;#039;s list of supported formats&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=533b0264 [533b0264]] Added mimetypes/image/webp.desktop&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=8414af17 [8414af17]] Adds WebP read support to kimgio&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=b74ce592 [b74ce592]] Replace KDE_DEPRECATED with TDE_DEPRECATED.&amp;lt;br/&amp;gt;This relates to #275 - part specific to R14.1.x branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=8ea80a77 [8ea80a77]] Remove KDE_ISLIKELY and KDE_ISUNLIKELY defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=4864f9da [4864f9da]] Replace KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL with TDE_* equivalent&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=9c9f5bf8 [9c9f5bf8]] Remove KDE_DEPRECATED define&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=83d0d2ce [83d0d2ce]] Kate syntax: allow PHP heredoc closing identifiers to be idented&amp;lt;br/&amp;gt;It is allowed syntax since PHP version 7.3.0.&amp;lt;br/&amp;gt;See https://www.php.net/manual/en/language.types.string.php#language.types.string.syntax.heredoc&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=f23f0ef9 [f23f0ef9]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cce9e894 [cce9e894]] Remove KDE_EXPORT and KDE_NO_EXPORT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=62949e0a [62949e0a]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=bef9baf7 [bef9baf7]] Update version to R14.1.3&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tdebase ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a857609d [a857609d]] Improve location of kate and kwrite desktop files. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/327 #327]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9a7df655 [9a7df655]] konsole: fix column width calculation for string&amp;lt;br/&amp;gt;TQString accessor is 0-based.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b97477fa [b97477fa]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1765b8f0 [1765b8f0]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=99917282 [99917282]] Fix for building tdm with gcc-14&amp;lt;br/&amp;gt;Solution to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/505 #505]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b43cb9bf [b43cb9bf]] Use tq* headers instead of ntq* ones&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=97383ddf [97383ddf]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=acf31aed [acf31aed]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e72d76b3 [e72d76b3]] konqueror: Update URL of TQt Reference Documentation&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e445759a [e445759a]] konqueror: Update URL of Trinity API Reference&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=985353c7 [985353c7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=0fc217ed [0fc217ed]] Mouse TDECM: do not hide checkboxes in case of option unavailability&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=10732c77 [10732c77]] Mouse TDECM: Improve wording for whatsThis options&amp;lt;br/&amp;gt;Affected options are &amp;quot;Reverse scroll direction&amp;quot; and &amp;quot;Swap history navigation buttons&amp;quot;&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=fb0f60cc [fb0f60cc]] Mouse TDECM: add option to swap history navigation buttons&amp;lt;br/&amp;gt;This leverages the existing code that interacts with X11 and sets the setting system-wide, as happens already with scroll direction reversal.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/497 #497]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1a7d33af [1a7d33af]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d2c1284e [d2c1284e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=104fd81e [104fd81e]] Fix khotkeys autostart unnecessary feedback. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/495 #495]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=3b75bf0a [3b75bf0a]] Kate: use paths for local files instead of file:/// URLs.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9fe2bb32 [9fe2bb32]] Kate: display file type icon and tooltip in viewspace&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a599fb97 [a599fb97]] Kate: display file type icons in file list&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b54bd51c [b54bd51c]] Kate: use mouse back/forward buttons to move between open documents&amp;lt;br/&amp;gt;The direction of movement can be configured (reversed) through the&amp;lt;br/&amp;gt;settings dialog.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=3f9a9bab [3f9a9bab]] l10n: fix typo in locale&amp;lt;br/&amp;gt;zn_CN should actually be zh_CN&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=4765f925 [4765f925]] Fix KJobViewer autostart. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/492 #492]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a92de61f [a92de61f]] Konqueror: Add support for back/forward actions using history mouse buttons&amp;lt;br/&amp;gt;This closes [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/421 #421]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=07202787 [07202787]] Fix the detecion and use of the udev library.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=518c6806 [518c6806]] konsole: Add Solarized dark and light color schemes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=6eec2a60 [6eec2a60]] Adds thumbnail generation for WebP images&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/380 #380]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=3dd373bc [3dd373bc]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=87f85a9a [87f85a9a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=62547444 [62547444]] Build documentation for each subpackage separately&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=fe496033 [fe496033]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2b92c9f0 [2b92c9f0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=beb289c9 [beb289c9]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=375a57ed [375a57ed]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=81ca1a67 [81ca1a67]] Added R14.1.3 release notes draft&lt;br /&gt;
&lt;br /&gt;
== tdepim ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=04db7b27 [04db7b27]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=9c3116fd [9c3116fd]] Replace KDE_TQ_EXPORT_PLUGIN with TDE_* equivalent&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=47025f3e [47025f3e]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=a6bbab74 [a6bbab74]] Add documentation builds for each package separately&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=7bfa0fb6 [7bfa0fb6]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=622ea70b [622ea70b]] Fix attachment filename handling&amp;lt;br/&amp;gt;Currently filenames containing &amp;#039;#&amp;#039; are not correctly escaped, which&amp;lt;br/&amp;gt;prevents to open attachments. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdepim/issues/119 #119]&lt;br /&gt;
&lt;br /&gt;
== tdemultimedia ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=c23bd5af [c23bd5af]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=079c37d1 [079c37d1]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdenetwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=68b14f31 [68b14f31]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=2892487f [2892487f]] Use tq* headers instead of ntq* ones&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=41e2c515 [41e2c515]] Replace KDE_TQ_EXPORT_PLUGIN with TDE_* equivalent&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=d6ad20b4 [d6ad20b4]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=eb63c76f [eb63c76f]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdegraphics ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=210d8eac [210d8eac]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=153ce3e5 [153ce3e5]] Ensure the use of C++20 standard for Poppler &amp;amp;gt;= 24.04.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdegraphics/issues/96 #96]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=fcb418ee [fcb418ee]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=230d8655 [230d8655]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdetoys ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=f58a8da2 [f58a8da2]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=02300d49 [02300d49]] Add documentation builds for each package separately&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=5bd77f3d [5bd77f3d]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdeutils ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=b23bc1fa [b23bc1fa]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=9eb5b12f [9eb5b12f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=71387620 [71387620]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdeedu ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=6021f991 [6021f991]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=4728afb5 [4728afb5]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=422e7fef [422e7fef]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=1ad8fd66 [1ad8fd66]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdegames ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=4905e1cc [4905e1cc]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=ac071efb [ac071efb]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=dd75912c [dd75912c]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdeaccessibility ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=3891d3d9 [3891d3d9]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=de5e54fd [de5e54fd]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=93d2ad8f [93d2ad8f]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdeaddons ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=a184527f [a184527f]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=b30cd117 [b30cd117]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=22ddaacb [22ddaacb]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=2bbb215c [2bbb215c]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdeadmin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=36436c15 [36436c15]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=5fc7892e [5fc7892e]] Add documentation builds for each package separately&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=866c88c2 [866c88c2]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdeartwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=eb6a6689 [eb6a6689]] Replace KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL with TDE_* equivalent&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=82b7c9da [82b7c9da]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdebindings ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=f2389da0 [f2389da0]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=19b0a550 [19b0a550]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=8d288123 [8d288123]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdesdk ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=f9ccae8d [f9ccae8d]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=19e19197 [19e19197]] Replace KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL with TDE_* equivalent&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=c264ece0 [c264ece0]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=1fe043c8 [1fe043c8]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdevelop ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=b018e020 [b018e020]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=7489a97a [7489a97a]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdewebdev ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=da00a36d [da00a36d]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=cffd6b6e [cffd6b6e]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=2a1388a5 [2a1388a5]] Replace KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL with TDE_* equivalent&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=11eb1ed1 [11eb1ed1]] Remove KDE_ISLIKELY and KDE_ISUNLIKELY defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=ad3b14a6 [ad3b14a6]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=2ff6e13a [2ff6e13a]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tde-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8c537df0 [8c537df0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=08a61328 [08a61328]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=46453d7e [46453d7e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bfbb18a5 [bfbb18a5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cc847f45 [cc847f45]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dec23195 [dec23195]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=40a54a16 [40a54a16]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=beedfe2a [beedfe2a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=238f0191 [238f0191]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4161b55 [c4161b55]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b9f94b5 [3b9f94b5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dd1f61cd [dd1f61cd]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eeec7e1d [eeec7e1d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ac49189 [7ac49189]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=935d5e8f [935d5e8f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ccd05f23 [ccd05f23]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=981f3358 [981f3358]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b9633e33 [b9633e33]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ecb440c [7ecb440c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e470fceb [e470fceb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c24f4fb3 [c24f4fb3]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e5ba82f5 [e5ba82f5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3e1e30d4 [3e1e30d4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=492a0682 [492a0682]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4c28ac5e [4c28ac5e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c5e23d83 [c5e23d83]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=75ac45e3 [75ac45e3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=136de97b [136de97b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0dd7dd2a [0dd7dd2a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4db577a3 [4db577a3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a9b3253 [8a9b3253]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a665ae0 [9a665ae0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=081982b1 [081982b1]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= libraries =&lt;br /&gt;
== libkdcraw ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=83dc653e [83dc653e]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=0d17cf8c [0d17cf8c]] Remove unnecessary define and make sure to include tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=921e2d15 [921e2d15]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=81dc15bc [81dc15bc]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=dfbdaaed [dfbdaaed]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== libkexiv2 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkexiv2/commit/?id=505878f1 [505878f1]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkexiv2/commit/?id=803a46b6 [803a46b6]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkexiv2/commit/?id=3a295a79 [3a295a79]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== libkipi ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=1db25959 [1db25959]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=eb6e700a [eb6e700a]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=a53baecb [a53baecb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=cb43a8ff [cb43a8ff]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== kipi-plugins ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=269f792d [269f792d]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=422b94aa [422b94aa]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=b797dfbe [b797dfbe]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== libksquirrel ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libksquirrel/commit/?id=8ae5191e [8ae5191e]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libksquirrel/commit/?id=7d79524e [7d79524e]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
&lt;br /&gt;
== libtdeldap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtdeldap/commit/?id=81b3ec1e [81b3ec1e]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtdeldap/commit/?id=099c3ec1 [099c3ec1]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtdeldap/commit/?id=5c301750 [5c301750]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== libtqt-perl ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=87a21537 [87a21537]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
&lt;br /&gt;
== pytde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytde/commit/?id=4883892c [4883892c]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytde/commit/?id=45cb24c9 [45cb24c9]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytde/commit/?id=3f2e6e14 [3f2e6e14]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
= applications/development =&lt;br /&gt;
== kdbg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=316c1368 [316c1368]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=362831ed [362831ed]] Use proper TQt headers&lt;br /&gt;
&lt;br /&gt;
== kdiff3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=2371b490 [2371b490]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=b8cd662e [b8cd662e]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=1ff6ea62 [1ff6ea62]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kpicosim ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=d63aaf1b [d63aaf1b]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== kscope ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=35bc076c [35bc076c]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=6730bcbc [6730bcbc]] Use proper TQt headers&lt;br /&gt;
&lt;br /&gt;
== ktechlab ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=69788745 [69788745]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=04455a04 [04455a04]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=21265b55 [21265b55]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kxmleditor ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=19deaeb3 [19deaeb3]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=4508b0ef [4508b0ef]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=51322a94 [51322a94]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== piklab ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=93af744d [93af744d]] Fixed build problem with ncurses library&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=1c29d98b [1c29d98b]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=f2550e4c [f2550e4c]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=dc5b11fc [dc5b11fc]] CMake conversion&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=d5d77862 [d5d77862]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=b4896d07 [b4896d07]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=014e4b95 [014e4b95]] Allow generation of build time data files in out-of-source builds. Also fix generation of data file for devices/mem24 subfolder&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=f2e2d9a5 [f2e2d9a5]] Include moc files in cpp sources&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=98a43160 [98a43160]] Moves icons into separate folder&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=ce951906 [ce951906]] Remove obsolete svn-related logic&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=8bdcbe01 [8bdcbe01]] Removed unused file in translation folder&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=819166fe [819166fe]] Update doc and man folder structure&lt;br /&gt;
&lt;br /&gt;
== tdesvn ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=9096ae56 [9096ae56]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=2eb15088 [2eb15088]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= applications/games =&lt;br /&gt;
== knights ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=70ccae04 [70ccae04]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== tdepacman ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=8d7dc432 [8d7dc432]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= applications/graphics =&lt;br /&gt;
== digikam ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=3823312d [3823312d]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=9966557a [9966557a]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=6ae95b80 [6ae95b80]] Advertise WebP read support for showfoto via .desktop file&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=9b92ae02 [9b92ae02]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=dcadf933 [dcadf933]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== gwenview ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=dcc30344 [dcc30344]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=d8662ba8 [d8662ba8]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=3a15c885 [3a15c885]] Fix FTBFS on OMV. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/gwenview/issues/38 #38]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=df746ca9 [df746ca9]] Advertise WebP read support via .desktop files&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/gwenview/issues/1 #1]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=5703e424 [5703e424]] Replace KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL with TDE_* equivalent&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=5c4c6611 [5c4c6611]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=12fabaa1 [12fabaa1]] Added the target folder for desktop files translation template&amp;lt;br/&amp;gt;so that it is not inadvertently generated into a gwenview-i18n module.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=61a94a07 [61a94a07]] Added translation of .desktop files.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=4bd38b70 [4bd38b70]] Drop autotools support&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=d9ca086d [d9ca086d]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== gwenview-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=f19c0cef [f19c0cef]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== ksquirrel ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=f26ba650 [f26ba650]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=1658fc3b [1658fc3b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=1c9b1d06 [1c9b1d06]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=b0be5893 [b0be5893]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== potracegui ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=e26e550b [e26e550b]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
= applications/internet =&lt;br /&gt;
== kasablanca ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=c0d7a59e [c0d7a59e]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== kbiff ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=4d4a13e6 [4d4a13e6]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=375a2609 [375a2609]] Use proper TQt headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=9398c3ad [9398c3ad]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== kftpgrabber ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=7da1d2cc [7da1d2cc]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=86ecfe8c [86ecfe8c]] Use proper TQt headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=8b3c15a5 [8b3c15a5]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=cd7665b7 [cd7665b7]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== knmap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=43244db3 [43244db3]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=d7f518fa [d7f518fa]] Use proper TQt headers&lt;br /&gt;
&lt;br /&gt;
== konversation ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=af9177c8 [af9177c8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=042aee2e [042aee2e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=0aab9eba [0aab9eba]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kopete-otr ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=1dd25c19 [1dd25c19]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=ceb024e1 [ceb024e1]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=6a0c636c [6a0c636c]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== kshowmail ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=cc7eb270 [cc7eb270]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=727f9c3c [727f9c3c]] Use proper TQt headers&lt;br /&gt;
&lt;br /&gt;
== kstreamripper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=ef957d70 [ef957d70]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=6ef29b49 [6ef29b49]] Use proper TQt headers&lt;br /&gt;
&lt;br /&gt;
== ktorrent ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=59bbb6d1 [59bbb6d1]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kvirc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=34cef094 [34cef094]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=6e2602fa [6e2602fa]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=f756cb34 [f756cb34]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=5943ab1e [5943ab1e]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kvpnc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=a911fd70 [a911fd70]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=b82812a3 [b82812a3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=3633a93b [3633a93b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=d2d99d5a [d2d99d5a]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== smb4k ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=89bd0844 [89bd0844]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=2c528b60 [2c528b60]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=19488bba [19488bba]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=9bb489fb [9bb489fb]] Merge duplicate Norwegian translations of desktop files and&amp;lt;br/&amp;gt;use two-letter codes names NB and NN, such as usual in other cases.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=890c1e2e [890c1e2e]] Remove duplicate Norwegian Bokmål translations of desktop files.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=3f571059 [3f571059]] Remove the original translation directory layout.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=5991219e [5991219e]] Copy translations to a new directory layout.&amp;lt;br/&amp;gt;Added translation of .desktop files.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=198fb9f3 [198fb9f3]] Drop autotools support&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=22dea1e5 [22dea1e5]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=0d318f09 [0d318f09]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=24cb4e0d [24cb4e0d]] Use proper TQt headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=1f155134 [1f155134]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=d3a1b4a1 [d3a1b4a1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=8db23dd9 [8db23dd9]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
= applications/misc =&lt;br /&gt;
== bibletime ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=11021fb0 [11021fb0]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== compizconfig-backend-tdeconfig ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/compizconfig-backend-tdeconfig/commit/?id=f225f48f [f225f48f]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/compizconfig-backend-tdeconfig/commit/?id=6ddf91c7 [6ddf91c7]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== kcmldap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=40e52bb5 [40e52bb5]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== kcmldapcontroller ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=1e46f8ab [1e46f8ab]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== kcmldapmanager ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=9be1b414 [9be1b414]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== kerberostray ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=067e5235 [067e5235]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=c29b06de [c29b06de]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
&lt;br /&gt;
== krecipes ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=64df5710 [64df5710]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=788606cd [788606cd]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=dbf13a36 [dbf13a36]] Use proper TQt headers&lt;br /&gt;
&lt;br /&gt;
= applications/multimedia =&lt;br /&gt;
== amarok ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=c18b5298 [c18b5298]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=32da5fbf [32da5fbf]] Replace KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL with TDE_* equivalent&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=2d4abcb6 [2d4abcb6]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=bc688481 [bc688481]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=1d66256d [1d66256d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=1dc95c27 [1dc95c27]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=3addcdd0 [3addcdd0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=223dc92b [223dc92b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=edadbab7 [edadbab7]] Add support for taglib 2, part 2.&lt;br /&gt;
&lt;br /&gt;
== codeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=b4cc6a0c [b4cc6a0c]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== k3b ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=fb26314a [fb26314a]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=bfd52a71 [bfd52a71]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=8c770638 [8c770638]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== k3b-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=4c32ec32 [4c32ec32]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=bcbabbda [bcbabbda]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=a21cb0e7 [a21cb0e7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=e542902f [e542902f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=a6edd997 [a6edd997]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== k9copy ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=8d584861 [8d584861]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=7ad2cf65 [7ad2cf65]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=b6bc7d3a [b6bc7d3a]] Use strlcat from libc instead of custom one. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/k9copy/issues/29 #29]&lt;br /&gt;
&lt;br /&gt;
== kaffeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=bfc5ced7 [bfc5ced7]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=e45d3e30 [e45d3e30]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=ba1ce6b1 [ba1ce6b1]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=aa0a0331 [aa0a0331]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=3a1cc256 [3a1cc256]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=ee48611f [ee48611f]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kaffeine-mozilla ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine-mozilla/commit/?id=d0c34405 [d0c34405]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== kmplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=54463fd2 [54463fd2]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=36694213 [36694213]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=c5d77586 [c5d77586]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=2debdf21 [2debdf21]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=f7dbed34 [f7dbed34]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=502028b2 [502028b2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=fceabe00 [fceabe00]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=b68ac66b [b68ac66b]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== mplayerthumbs ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=d55559f3 [d55559f3]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=6889475b [6889475b]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=62cfd3d0 [62cfd3d0]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== rosegarden ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=1d49f945 [1d49f945]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=5daf082b [5daf082b]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== soundkonverter ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=7ae832ac [7ae832ac]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=07655291 [07655291]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=e5ac893e [e5ac893e]] Remove &amp;#039;admin&amp;#039; subfolder that was mistakenly left in the source tree&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=ce91fc9a [ce91fc9a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=82d4f87e [82d4f87e]] Remove the original translation directory layout.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=b428cc90 [b428cc90]] Copy translations to a new directory layout.&amp;lt;br/&amp;gt;Added translation of .desktop files.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=9389522a [9389522a]] Drop autotools support&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=c8120890 [c8120890]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=69c3134e [69c3134e]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tderadio ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=4083031f [4083031f]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=5430985a [5430985a]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=68a83400 [68a83400]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=16bc99ab [16bc99ab]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=b96e2f00 [b96e2f00]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= applications/office =&lt;br /&gt;
== basket ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=2f2d5c00 [2f2d5c00]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=2a176d87 [2a176d87]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=576088df [576088df]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=1346de7f [1346de7f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=f7bca5cd [f7bca5cd]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=65cf4686 [65cf4686]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=20f4f832 [20f4f832]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kbibtex ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=247ae3ed [247ae3ed]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=1fe284bd [1fe284bd]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=79a54fb0 [79a54fb0]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kbookreader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=23a93547 [23a93547]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== keximdb ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keximdb/commit/?id=fcb0c1ca [fcb0c1ca]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keximdb/commit/?id=9ec283ee [9ec283ee]] Use proper TQt headers&lt;br /&gt;
&lt;br /&gt;
== kile ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=6a1754f7 [6a1754f7]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=1c0ae567 [1c0ae567]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kmymoney ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=e52169fb [e52169fb]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=aae42115 [aae42115]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=51cf7be9 [51cf7be9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=5e350d79 [5e350d79]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=47ae1235 [47ae1235]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=4e1c3b0d [4e1c3b0d]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== knowit ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=d3584db4 [d3584db4]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== koffice ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=0bb5a74a [0bb5a74a]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=fc7a561e [fc7a561e]] KSpread: New lookup/reference functions&amp;lt;br/&amp;gt;Adds reference functions HLOOKUP, VLOOKUP.&amp;lt;br/&amp;gt;Import from Calligra revision 1134327.&amp;lt;br/&amp;gt;Authors: Stefan Nikolaus &amp;lt;br/&amp;gt;         Sebastian Sauer &lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=979ee566 [979ee566]] KSpread: Add natural comparison operators.&amp;lt;br/&amp;gt;Natural comparison does not depend on the type of data (whether it&amp;#039;s a string or a number).&amp;lt;br/&amp;gt;Based on Calligra Sheets code originally from revision 551470.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=950f6aa0 [950f6aa0]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=9fa1a9ed [9fa1a9ed]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== koffice-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=765ccdee [765ccdee]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ea9d233c [ea9d233c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=b5ad0939 [b5ad0939]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=612fc3a3 [612fc3a3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=b84e0025 [b84e0025]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=65e60572 [65e60572]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=293f2e35 [293f2e35]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kpilot ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=c8232e4f [c8232e4f]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=41c5e580 [41c5e580]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=f28feea0 [f28feea0]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=40ffb58a [40ffb58a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=3395355e [3395355e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=eca240ca [eca240ca]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tellico ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=4323132c [4323132c]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= applications/settings =&lt;br /&gt;
== kdpkg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=e437ed11 [e437ed11]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=ebc14adc [ebc14adc]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kima ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=deb15cb9 [deb15cb9]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=2a9c4d6f [2a9c4d6f]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=adfb3437 [adfb3437]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== kiosktool ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=f1704dfe [f1704dfe]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== kkbswitch ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=910d4cd0 [910d4cd0]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=b668f9a0 [b668f9a0]] Use proper TQt headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=83d3bdd4 [83d3bdd4]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== klcddimmer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=9792f11a [9792f11a]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=b4c84799 [b4c84799]] Use proper TQt headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=9c2c4505 [9c2c4505]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== kmyfirewall ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=e42fffb1 [e42fffb1]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=9411476d [9411476d]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tde-guidance ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-guidance/commit/?id=1ac58023 [1ac58023]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-guidance/commit/?id=3c8e1521 [3c8e1521]] Drop autotools support&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-guidance/commit/?id=7b0bf9b0 [7b0bf9b0]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tde-systemsettings ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-systemsettings/commit/?id=0c37ee34 [0c37ee34]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-systemsettings/commit/?id=4693133e [4693133e]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdenetworkmanager ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=d12dce43 [d12dce43]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=ec406aac [ec406aac]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=26ea7034 [26ea7034]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=a2485e95 [a2485e95]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=4268b332 [4268b332]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=5083399f [5083399f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=bef558d0 [bef558d0]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdesudo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesudo/commit/?id=ecd8d3ab [ecd8d3ab]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesudo/commit/?id=69558995 [69558995]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= applications/system =&lt;br /&gt;
== dolphin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=5fe6bdaf [5fe6bdaf]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=8de6abea [8de6abea]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=a6b3d686 [a6b3d686]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=ead76c2a [ead76c2a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=dd1cb9db [dd1cb9db]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=543b80c9 [543b80c9]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== katapult ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=1b49bc77 [1b49bc77]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=f07b0d8b [f07b0d8b]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=49381598 [49381598]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=aaa62f62 [aaa62f62]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=b862fd97 [b862fd97]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kbfx ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=d17925e7 [d17925e7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=a2938633 [a2938633]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=244f59c2 [244f59c2]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kcmautostart ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=5b0a7b08 [5b0a7b08]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=d46f61a1 [d46f61a1]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kdbusnotification ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=d21c7a05 [d21c7a05]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=6a96f59a [6a96f59a]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== klamav ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=23e20ce3 [23e20ce3]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=0898f7c1 [0898f7c1]] Use proper TQt headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=11eaef48 [11eaef48]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=ba8ebc38 [ba8ebc38]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=af688e8b [af688e8b]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== knemo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=1ebb94a8 [1ebb94a8]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=e6226215 [e6226215]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== knetload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=4df65581 [4df65581]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== knetstats ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=837b10c4 [837b10c4]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=4e984d25 [4e984d25]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kooldock ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kooldock/commit/?id=cbf0ee92 [cbf0ee92]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== krusader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=61b0c0e2 [61b0c0e2]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=77f63ab8 [77f63ab8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=ebd0c612 [ebd0c612]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=b35c6fdf [b35c6fdf]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=2748955e [2748955e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=a2cb9a14 [a2cb9a14]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kshutdown ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=3410c791 [3410c791]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=549bf2bf [549bf2bf]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=3ef5a84e [3ef5a84e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=5622d24e [5622d24e]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=496baf37 [496baf37]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=632d7522 [632d7522]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== ksystemlog ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=53f7b4b6 [53f7b4b6]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== kvkbd ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=36163735 [36163735]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== polkit-agent-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=96ce9abf [96ce9abf]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== smartcardauth ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smartcardauth/commit/?id=dcb47054 [dcb47054]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== tastymenu ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=7fb249e3 [7fb249e3]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=1a5946c4 [1a5946c4]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=0895b87f [0895b87f]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdebluez ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=8c1d1ad5 [8c1d1ad5]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=e66100de [e66100de]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ee33f37e [ee33f37e]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdedocker ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=ca4ad2c7 [ca4ad2c7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=330cd800 [330cd800]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=60b7cde5 [60b7cde5]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdepowersave ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=9b154f26 [9b154f26]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=1cf29573 [1cf29573]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=9a02138d [9a02138d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=284595e2 [284595e2]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=ec7d3d6d [ec7d3d6d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=71d1417c [71d1417c]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdesshaskpass ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=173e0ff5 [173e0ff5]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== yakuake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=5a1c1934 [5a1c1934]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
= applications/tdeio =&lt;br /&gt;
== tdeio-appinfo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=4bc2d0d9 [4bc2d0d9]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=05e1f513 [05e1f513]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=7f457455 [7f457455]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdeio-apt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=4609f1df [4609f1df]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=4c21709a [4c21709a]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=c98dc1df [c98dc1df]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdeio-ftps ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-ftps/commit/?id=26a7084d [26a7084d]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-ftps/commit/?id=51ed90dc [51ed90dc]] Use proper TQt headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-ftps/commit/?id=9cff6e3b [9cff6e3b]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdeio-gopher ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-gopher/commit/?id=9eac0271 [9eac0271]] Use proper TQt headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-gopher/commit/?id=eaedb572 [eaedb572]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdeio-locate ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=7ab3f918 [7ab3f918]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=d27aac8e [d27aac8e]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdeio-sword ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=75ef2684 [75ef2684]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=6ae4c97f [6ae4c97f]] Use proper TQt headers&lt;br /&gt;
&lt;br /&gt;
== tdeio-umountwrapper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=8e0ca404 [8e0ca404]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
= applications/themes =&lt;br /&gt;
== gtk-qt-engine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=3bec2631 [3bec2631]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=fbedaf32 [fbedaf32]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=b15dc96d [b15dc96d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=5965bc2b [5965bc2b]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=fb57dbac [fb57dbac]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== gtk3-tqt-engine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk3-tqt-engine/commit/?id=988eb3e8 [988eb3e8]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk3-tqt-engine/commit/?id=a050a81d [a050a81d]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk3-tqt-engine/commit/?id=5674ef65 [5674ef65]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== kgtk-qt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=5486e122 [5486e122]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=bd3836fd [bd3836fd]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== ksplash-engine-moodin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=c6da8960 [c6da8960]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=55074cd6 [55074cd6]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=2c028f0f [2c028f0f]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tde-style-baghira ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=412ec439 [412ec439]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=da4085d9 [da4085d9]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=7f714dc0 [7f714dc0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=5b644243 [5b644243]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=5b7a05a6 [5b7a05a6]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tde-style-domino ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=62287944 [62287944]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=c49ca8f4 [c49ca8f4]] Replace KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL with TDE_* equivalent&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=a70ae40d [a70ae40d]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tde-style-ia-ora ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=1a26902a [1a26902a]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=e2b2fb69 [e2b2fb69]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tde-style-lipstik ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=d89f6a50 [d89f6a50]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=e38d11b0 [e38d11b0]] Replace KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL with TDE_* equivalent&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=8898e019 [8898e019]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tde-style-polyester ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-polyester/commit/?id=f9c956c1 [f9c956c1]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-polyester/commit/?id=fdd5b42c [fdd5b42c]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-polyester/commit/?id=dec195e8 [dec195e8]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-polyester/commit/?id=7c56e0db [7c56e0db]] Fix loading of window decoration module in twin&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-polyester/commit/?id=a128939a [a128939a]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdmtheme ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=58bdab77 [58bdab77]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== twin-style-crystal ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=8190d806 [8190d806]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=656df248 [656df248]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== twin-style-dekorator ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=4b397d9a [4b397d9a]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=4d8078e6 [4d8078e6]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== twin-style-fahrenheit ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-fahrenheit/commit/?id=25914352 [25914352]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-fahrenheit/commit/?id=27568ec8 [27568ec8]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-fahrenheit/commit/?id=50ad465a [50ad465a]] Fix loading of window decoration module in twin&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-fahrenheit/commit/?id=65623aaa [65623aaa]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== twin-style-machbunt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=86044a8b [86044a8b]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=4fb5c88b [4fb5c88b]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== twin-style-suse2 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=bc181192 [bc181192]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=a7b408a9 [a7b408a9]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
= applications/utilities =&lt;br /&gt;
== kbarcode ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=4e0f5f18 [4e0f5f18]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== kchmviewer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=32251ec3 [32251ec3]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=21880c6d [21880c6d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=2841453c [2841453c]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== kcpuload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=e9a4639b [e9a4639b]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=653ea9b4 [653ea9b4]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kdirstat ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=e4d6a657 [e4d6a657]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== keep ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=2568c7e3 [2568c7e3]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=9674d36c [9674d36c]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=ad75f0b7 [ad75f0b7]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== knutclient ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=11b5d31d [11b5d31d]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== kommando ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kommando/commit/?id=de55730f [de55730f]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kommando/commit/?id=0289c35c [0289c35c]] Replace kdemacros.h with tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kommando/commit/?id=8d48abe4 [8d48abe4]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== kompose ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=038236ec [038236ec]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
== krename ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=5fad42a4 [5fad42a4]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=3bab0c81 [3bab0c81]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== ksensors ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=d6b154e9 [d6b154e9]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=f13a2038 [f13a2038]] Use proper TQt headers&lt;br /&gt;
&lt;br /&gt;
== mathemagics ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mathemagics/commit/?id=e430b151 [e430b151]] Rename __KDE_HAVE_GCC_VISIBILITY to __TDE_HAVE_GCC_VISIBILITY&lt;br /&gt;
&lt;br /&gt;
= packaging =&lt;br /&gt;
== packaging ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=85562624 [85562624]] DEB tde-ebook-reader: use a variable for the library directory of architecture.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=1035fb68 [1035fb68]] DEB: add tde-ebook-reader packaging files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=a20efbd9 [a20efbd9]] DEB polkit-agent-tde: Add polkitd as an alternative for policykit-1.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=89e06621 [89e06621]] DEB polkit-tqt: Add polkitd as an alternative for policykit-1.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=661d57c9 [661d57c9]] DEB tdelibs: remove dummy kdemacros.h file&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=891dc2cd [891dc2cd]] DEB tdelibs: add tdemacros.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=6b5986e3 [6b5986e3]] RPM: updates for OpenSuse LEAP 15.6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=1f78e4c1 [1f78e4c1]] DEB: Add support for Ubuntu Oracular, drop support for Ubuntu Kinetic.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=dae553b3 [dae553b3]] ArchLinux imlib: Provide binary package for all architectures.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=060b5447 [060b5447]] RPM: updates for openmandriva&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=24cdefc8 [24cdefc8]] DEB tdebase: Update for [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/490 TDE/tdebase#490]&amp;lt;br/&amp;gt;Kate null action icon removed.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=aadff2c4 [aadff2c4]] DEB tdelibs: Enable build with WebP support.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=19f941ff [19f941ff]] DEB tdebase: add solarized themes to konsole&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=89ebbd27 [89ebbd27]] ArchLinux: Add tdeio-gopher to tde-meta.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=0f672ea7 [0f672ea7]] ArchLinux: add tdeio-gopher pkgbuild&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=9c50cfcc [9c50cfcc]] DEB tdebase: Do not install tdeio_system_documenthelper manpage.&amp;lt;br/&amp;gt;The man page was removed in [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/484 TDE/tdebase#484]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=79e9e064 [79e9e064]] RPM: initial support for OMV cooker&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=61f83f14 [61f83f14]] DEB piklab: switch to cmake building system&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=c6d21f11 [c6d21f11]] RPM: initial support for OpenMandriva&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=2af6f182 [2af6f182]] RPM: add distro OpenSuse Leap 15.6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=2228bc7e [2228bc7e]] FreeBSD: Fix loading of window decoration module in twin for new styles.&amp;lt;br/&amp;gt;This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tde-packaging-gentoo/issues/373 TDE/tde-packaging-gentoo#373]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=eacb0eb5 [eacb0eb5]] ArchLinux: Fix loading of window decoration module in twin for new styles.&amp;lt;br/&amp;gt;This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tde-packaging-gentoo/issues/373 TDE/tde-packaging-gentoo#373]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=89b0dd94 [89b0dd94]] DEB piklab: adapt to new man file names&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=035e7452 [035e7452]] RPM: update for final R14.1.2&lt;/div&gt;</summary>
		<author><name>SlavekB</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.1.3&amp;diff=3356</id>
		<title>Changelog For R14.1.3</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.1.3&amp;diff=3356"/>
		<updated>2024-06-03T23:01:13Z</updated>

		<summary type="html">&lt;p&gt;SlavekB: Initial version&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= common =&lt;br /&gt;
== admin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=36c8888e [36c8888e]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
= dependencies =&lt;br /&gt;
== tde-cmake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=68452c7f [68452c7f]] tde_import: Reducing the noise, more common listing of the result.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=d9c41557 [d9c41557]] Add support for relative paths in &amp;#039;_tde_internal_setup_path&amp;#039;&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=9d383967 [9d383967]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=9a81dc39 [9a81dc39]] Update version to R14.1.3&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tqt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b634a4f6 [b634a4f6]] Fix a missing `if` clause guard&amp;lt;br/&amp;gt;It was mismatched with indents and sibling `if` clause cases.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=cd45e22a [cd45e22a]] Fix to compare thread_id with `pthread_equal()`&amp;lt;br/&amp;gt;`pthread_t` is an opaque type, should not be compared with `==`.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=03ef2cdd [03ef2cdd]] Remove commercial site content and documentation&amp;lt;br/&amp;gt;trolltech domain is no longer valid.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=8141b881 [8141b881]] Correctly release glib mainloop and gsource, to avoid memory leaks&lt;br /&gt;
&lt;br /&gt;
== tqtinterface ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=d4f8267e [d4f8267e]] Remove unnecessary files and processing when building libtqt.so.&lt;br /&gt;
&lt;br /&gt;
== pytqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=03a1fe47 [03a1fe47]] Fix example translations for pytqt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=3dec37ec [3dec37ec]] Changing string types to bytes for pytquic&amp;lt;br/&amp;gt;For python3 you need to explicitly specify the bytes type, it is different from strings&lt;br /&gt;
&lt;br /&gt;
= core =&lt;br /&gt;
== tdelibs ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=750384b9 [750384b9]] KDirOperator: add support for history navigation mouse buttons&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=07dfb84a [07dfb84a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=c1ea7021 [c1ea7021]] kimgio: Add kimgio desktop files to the translation.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=3856007b [3856007b]] Kate: use paths for local files in modified on disk dialog&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=0ec3c25c [0ec3c25c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=402f0ff4 [402f0ff4]] Remove KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7476deac [7476deac]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=70c31758 [70c31758]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=09fd7adf [09fd7adf]] Added image/webp to tdehtmlimage&amp;#039;s list of supported formats&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=533b0264 [533b0264]] Added mimetypes/image/webp.desktop&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=8414af17 [8414af17]] Adds WebP read support to kimgio&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=b74ce592 [b74ce592]] Replace KDE_DEPRECATED with TDE_DEPRECATED.&amp;lt;br/&amp;gt;This relates to #275 - part specific to R14.1.x branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=8ea80a77 [8ea80a77]] Remove KDE_ISLIKELY and KDE_ISUNLIKELY defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=4864f9da [4864f9da]] Replace KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL with TDE_* equivalent&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=9c9f5bf8 [9c9f5bf8]] Remove KDE_DEPRECATED define&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=83d0d2ce [83d0d2ce]] Kate syntax: allow PHP heredoc closing identifiers to be idented&amp;lt;br/&amp;gt;It is allowed syntax since PHP version 7.3.0.&amp;lt;br/&amp;gt;See https://www.php.net/manual/en/language.types.string.php#language.types.string.syntax.heredoc&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=f23f0ef9 [f23f0ef9]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cce9e894 [cce9e894]] Remove KDE_EXPORT and KDE_NO_EXPORT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=62949e0a [62949e0a]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=bef9baf7 [bef9baf7]] Update version to R14.1.3&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tdebase ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=3b75bf0a [3b75bf0a]] Kate: use paths for local files instead of file:/// URLs.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9fe2bb32 [9fe2bb32]] Kate: display file type icon and tooltip in viewspace&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a599fb97 [a599fb97]] Kate: display file type icons in file list&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b54bd51c [b54bd51c]] Kate: use mouse back/forward buttons to move between open documents&amp;lt;br/&amp;gt;The direction of movement can be configured (reversed) through the&amp;lt;br/&amp;gt;settings dialog.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=3f9a9bab [3f9a9bab]] l10n: fix typo in locale&amp;lt;br/&amp;gt;zn_CN should actually be zh_CN&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=4765f925 [4765f925]] Fix KJobViewer autostart. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/492 #492]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a92de61f [a92de61f]] Konqueror: Add support for back/forward actions using history mouse buttons&amp;lt;br/&amp;gt;This closes [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/421 #421]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=07202787 [07202787]] Fix the detecion and use of the udev library.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=518c6806 [518c6806]] konsole: Add Solarized dark and light color schemes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=6eec2a60 [6eec2a60]] Adds thumbnail generation for WebP images&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/380 #380]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=3dd373bc [3dd373bc]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=87f85a9a [87f85a9a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=62547444 [62547444]] Build documentation for each subpackage separately&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=fe496033 [fe496033]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2b92c9f0 [2b92c9f0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=beb289c9 [beb289c9]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=375a57ed [375a57ed]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=81ca1a67 [81ca1a67]] Added R14.1.3 release notes draft&lt;br /&gt;
&lt;br /&gt;
== tdepim ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=9c3116fd [9c3116fd]] Replace KDE_TQ_EXPORT_PLUGIN with TDE_* equivalent&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=47025f3e [47025f3e]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=a6bbab74 [a6bbab74]] Add documentation builds for each package separately&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=7bfa0fb6 [7bfa0fb6]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=622ea70b [622ea70b]] Fix attachment filename handling&amp;lt;br/&amp;gt;Currently filenames containing &amp;#039;#&amp;#039; are not correctly escaped, which&amp;lt;br/&amp;gt;prevents to open attachments. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdepim/issues/119 #119]&lt;br /&gt;
&lt;br /&gt;
== tdemultimedia ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=079c37d1 [079c37d1]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdenetwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=41e2c515 [41e2c515]] Replace KDE_TQ_EXPORT_PLUGIN with TDE_* equivalent&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=d6ad20b4 [d6ad20b4]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=eb63c76f [eb63c76f]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdegraphics ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=153ce3e5 [153ce3e5]] Ensure the use of C++20 standard for Poppler &amp;amp;gt;= 24.04.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdegraphics/issues/96 #96]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=fcb418ee [fcb418ee]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=230d8655 [230d8655]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdetoys ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=f58a8da2 [f58a8da2]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=02300d49 [02300d49]] Add documentation builds for each package separately&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=5bd77f3d [5bd77f3d]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdeutils ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=9eb5b12f [9eb5b12f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=71387620 [71387620]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdeedu ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=422e7fef [422e7fef]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=1ad8fd66 [1ad8fd66]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdegames ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=ac071efb [ac071efb]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=dd75912c [dd75912c]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdeaccessibility ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=93d2ad8f [93d2ad8f]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdeaddons ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=22ddaacb [22ddaacb]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=2bbb215c [2bbb215c]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdeadmin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=5fc7892e [5fc7892e]] Add documentation builds for each package separately&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=866c88c2 [866c88c2]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdeartwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=eb6a6689 [eb6a6689]] Replace KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL with TDE_* equivalent&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=82b7c9da [82b7c9da]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdebindings ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=19b0a550 [19b0a550]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=8d288123 [8d288123]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdesdk ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=19e19197 [19e19197]] Replace KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL with TDE_* equivalent&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=c264ece0 [c264ece0]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=1fe043c8 [1fe043c8]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdevelop ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=b018e020 [b018e020]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=7489a97a [7489a97a]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdewebdev ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=2a1388a5 [2a1388a5]] Replace KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL with TDE_* equivalent&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=11eb1ed1 [11eb1ed1]] Remove KDE_ISLIKELY and KDE_ISUNLIKELY defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=ad3b14a6 [ad3b14a6]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=2ff6e13a [2ff6e13a]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tde-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=935d5e8f [935d5e8f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ccd05f23 [ccd05f23]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=981f3358 [981f3358]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b9633e33 [b9633e33]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ecb440c [7ecb440c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e470fceb [e470fceb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c24f4fb3 [c24f4fb3]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e5ba82f5 [e5ba82f5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3e1e30d4 [3e1e30d4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=492a0682 [492a0682]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4c28ac5e [4c28ac5e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c5e23d83 [c5e23d83]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=75ac45e3 [75ac45e3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=136de97b [136de97b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0dd7dd2a [0dd7dd2a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4db577a3 [4db577a3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a9b3253 [8a9b3253]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a665ae0 [9a665ae0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=081982b1 [081982b1]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= libraries =&lt;br /&gt;
== libkdcraw ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=81dc15bc [81dc15bc]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=dfbdaaed [dfbdaaed]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== libkexiv2 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkexiv2/commit/?id=3a295a79 [3a295a79]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== libkipi ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=a53baecb [a53baecb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=cb43a8ff [cb43a8ff]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== kipi-plugins ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=b797dfbe [b797dfbe]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== libtdeldap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtdeldap/commit/?id=5c301750 [5c301750]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== libtqt-perl ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=87a21537 [87a21537]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
&lt;br /&gt;
== pytde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytde/commit/?id=45cb24c9 [45cb24c9]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytde/commit/?id=3f2e6e14 [3f2e6e14]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
= applications/development =&lt;br /&gt;
== kdbg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=362831ed [362831ed]] Use proper TQt headers&lt;br /&gt;
&lt;br /&gt;
== kdiff3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=b8cd662e [b8cd662e]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=1ff6ea62 [1ff6ea62]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kscope ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=6730bcbc [6730bcbc]] Use proper TQt headers&lt;br /&gt;
&lt;br /&gt;
== ktechlab ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=04455a04 [04455a04]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=21265b55 [21265b55]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kxmleditor ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=4508b0ef [4508b0ef]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=51322a94 [51322a94]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== piklab ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=f2550e4c [f2550e4c]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=dc5b11fc [dc5b11fc]] CMake conversion&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=d5d77862 [d5d77862]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=b4896d07 [b4896d07]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=014e4b95 [014e4b95]] Allow generation of build time data files in out-of-source builds. Also fix generation of data file for devices/mem24 subfolder&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=f2e2d9a5 [f2e2d9a5]] Include moc files in cpp sources&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=98a43160 [98a43160]] Moves icons into separate folder&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=ce951906 [ce951906]] Remove obsolete svn-related logic&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=8bdcbe01 [8bdcbe01]] Removed unused file in translation folder&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=819166fe [819166fe]] Update doc and man folder structure&lt;br /&gt;
&lt;br /&gt;
== tdesvn ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=2eb15088 [2eb15088]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= applications/games =&lt;br /&gt;
== tdepacman ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=8d7dc432 [8d7dc432]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= applications/graphics =&lt;br /&gt;
== digikam ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=6ae95b80 [6ae95b80]] Advertise WebP read support for showfoto via .desktop file&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=9b92ae02 [9b92ae02]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=dcadf933 [dcadf933]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== gwenview ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=3a15c885 [3a15c885]] Fix FTBFS on OMV. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/gwenview/issues/38 #38]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=df746ca9 [df746ca9]] Advertise WebP read support via .desktop files&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/gwenview/issues/1 #1]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=5703e424 [5703e424]] Replace KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL with TDE_* equivalent&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=5c4c6611 [5c4c6611]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=12fabaa1 [12fabaa1]] Added the target folder for desktop files translation template&amp;lt;br/&amp;gt;so that it is not inadvertently generated into a gwenview-i18n module.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=61a94a07 [61a94a07]] Added translation of .desktop files.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=4bd38b70 [4bd38b70]] Drop autotools support&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=d9ca086d [d9ca086d]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== gwenview-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=f19c0cef [f19c0cef]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== ksquirrel ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=1658fc3b [1658fc3b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=1c9b1d06 [1c9b1d06]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=b0be5893 [b0be5893]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= applications/internet =&lt;br /&gt;
== kbiff ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=375a2609 [375a2609]] Use proper TQt headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=9398c3ad [9398c3ad]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== kftpgrabber ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=86ecfe8c [86ecfe8c]] Use proper TQt headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=8b3c15a5 [8b3c15a5]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=cd7665b7 [cd7665b7]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== knmap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=d7f518fa [d7f518fa]] Use proper TQt headers&lt;br /&gt;
&lt;br /&gt;
== konversation ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=af9177c8 [af9177c8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=042aee2e [042aee2e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=0aab9eba [0aab9eba]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kopete-otr ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=6a0c636c [6a0c636c]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== kshowmail ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=727f9c3c [727f9c3c]] Use proper TQt headers&lt;br /&gt;
&lt;br /&gt;
== kstreamripper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=6ef29b49 [6ef29b49]] Use proper TQt headers&lt;br /&gt;
&lt;br /&gt;
== ktorrent ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=59bbb6d1 [59bbb6d1]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kvirc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=34cef094 [34cef094]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=6e2602fa [6e2602fa]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=f756cb34 [f756cb34]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=5943ab1e [5943ab1e]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kvpnc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=b82812a3 [b82812a3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=3633a93b [3633a93b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=d2d99d5a [d2d99d5a]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== smb4k ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=19488bba [19488bba]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=9bb489fb [9bb489fb]] Merge duplicate Norwegian translations of desktop files and&amp;lt;br/&amp;gt;use two-letter codes names NB and NN, such as usual in other cases.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=890c1e2e [890c1e2e]] Remove duplicate Norwegian Bokmål translations of desktop files.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=3f571059 [3f571059]] Remove the original translation directory layout.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=5991219e [5991219e]] Copy translations to a new directory layout.&amp;lt;br/&amp;gt;Added translation of .desktop files.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=198fb9f3 [198fb9f3]] Drop autotools support&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=22dea1e5 [22dea1e5]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=24cb4e0d [24cb4e0d]] Use proper TQt headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=1f155134 [1f155134]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=d3a1b4a1 [d3a1b4a1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=8db23dd9 [8db23dd9]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
= applications/misc =&lt;br /&gt;
== compizconfig-backend-tdeconfig ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/compizconfig-backend-tdeconfig/commit/?id=6ddf91c7 [6ddf91c7]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== krecipes ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=dbf13a36 [dbf13a36]] Use proper TQt headers&lt;br /&gt;
&lt;br /&gt;
= applications/multimedia =&lt;br /&gt;
== amarok ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=32da5fbf [32da5fbf]] Replace KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL with TDE_* equivalent&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=2d4abcb6 [2d4abcb6]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=bc688481 [bc688481]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=1d66256d [1d66256d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=1dc95c27 [1dc95c27]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=3addcdd0 [3addcdd0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=223dc92b [223dc92b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=edadbab7 [edadbab7]] Add support for taglib 2, part 2.&lt;br /&gt;
&lt;br /&gt;
== k3b ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=8c770638 [8c770638]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== k3b-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=bcbabbda [bcbabbda]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=a21cb0e7 [a21cb0e7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=e542902f [e542902f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=a6edd997 [a6edd997]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== k9copy ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=b6bc7d3a [b6bc7d3a]] Use strlcat from libc instead of custom one. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/k9copy/issues/29 #29]&lt;br /&gt;
&lt;br /&gt;
== kaffeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=e45d3e30 [e45d3e30]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=ba1ce6b1 [ba1ce6b1]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=aa0a0331 [aa0a0331]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=3a1cc256 [3a1cc256]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=ee48611f [ee48611f]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kmplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=c5d77586 [c5d77586]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=2debdf21 [2debdf21]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=502028b2 [502028b2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=fceabe00 [fceabe00]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=b68ac66b [b68ac66b]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== mplayerthumbs ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=6889475b [6889475b]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=62cfd3d0 [62cfd3d0]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== rosegarden ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=1d49f945 [1d49f945]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=5daf082b [5daf082b]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== soundkonverter ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=e5ac893e [e5ac893e]] Remove &amp;#039;admin&amp;#039; subfolder that was mistakenly left in the source tree&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=ce91fc9a [ce91fc9a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=82d4f87e [82d4f87e]] Remove the original translation directory layout.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=b428cc90 [b428cc90]] Copy translations to a new directory layout.&amp;lt;br/&amp;gt;Added translation of .desktop files.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=9389522a [9389522a]] Drop autotools support&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=c8120890 [c8120890]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=69c3134e [69c3134e]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tderadio ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=68a83400 [68a83400]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=16bc99ab [16bc99ab]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=b96e2f00 [b96e2f00]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= applications/office =&lt;br /&gt;
== basket ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=576088df [576088df]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=1346de7f [1346de7f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=f7bca5cd [f7bca5cd]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=65cf4686 [65cf4686]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=20f4f832 [20f4f832]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kbibtex ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=1fe284bd [1fe284bd]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=79a54fb0 [79a54fb0]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== keximdb ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keximdb/commit/?id=9ec283ee [9ec283ee]] Use proper TQt headers&lt;br /&gt;
&lt;br /&gt;
== kile ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=1c0ae567 [1c0ae567]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kmymoney ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=47ae1235 [47ae1235]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=4e1c3b0d [4e1c3b0d]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== koffice ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=fc7a561e [fc7a561e]] KSpread: New lookup/reference functions&amp;lt;br/&amp;gt;Adds reference functions HLOOKUP, VLOOKUP.&amp;lt;br/&amp;gt;Import from Calligra revision 1134327.&amp;lt;br/&amp;gt;Authors: Stefan Nikolaus &amp;lt;br/&amp;gt;         Sebastian Sauer &lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=979ee566 [979ee566]] KSpread: Add natural comparison operators.&amp;lt;br/&amp;gt;Natural comparison does not depend on the type of data (whether it&amp;#039;s a string or a number).&amp;lt;br/&amp;gt;Based on Calligra Sheets code originally from revision 551470.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=950f6aa0 [950f6aa0]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=9fa1a9ed [9fa1a9ed]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== koffice-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=765ccdee [765ccdee]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ea9d233c [ea9d233c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=b5ad0939 [b5ad0939]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=612fc3a3 [612fc3a3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=b84e0025 [b84e0025]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=65e60572 [65e60572]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=293f2e35 [293f2e35]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kpilot ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=41c5e580 [41c5e580]] Replace KDE_DEPRECATED with TDE_DEPRECATED&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=f28feea0 [f28feea0]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=40ffb58a [40ffb58a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=3395355e [3395355e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=eca240ca [eca240ca]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tellico ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=4323132c [4323132c]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= applications/settings =&lt;br /&gt;
== kdpkg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=ebc14adc [ebc14adc]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kima ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=adfb3437 [adfb3437]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== kkbswitch ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=b668f9a0 [b668f9a0]] Use proper TQt headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=83d3bdd4 [83d3bdd4]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== klcddimmer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=b4c84799 [b4c84799]] Use proper TQt headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=9c2c4505 [9c2c4505]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== kmyfirewall ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=9411476d [9411476d]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tde-guidance ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-guidance/commit/?id=3c8e1521 [3c8e1521]] Drop autotools support&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-guidance/commit/?id=7b0bf9b0 [7b0bf9b0]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tde-systemsettings ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-systemsettings/commit/?id=4693133e [4693133e]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdenetworkmanager ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=ec406aac [ec406aac]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=26ea7034 [26ea7034]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=a2485e95 [a2485e95]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=4268b332 [4268b332]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=5083399f [5083399f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=bef558d0 [bef558d0]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= applications/system =&lt;br /&gt;
== dolphin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=a6b3d686 [a6b3d686]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=ead76c2a [ead76c2a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=dd1cb9db [dd1cb9db]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=543b80c9 [543b80c9]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== katapult ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=49381598 [49381598]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=aaa62f62 [aaa62f62]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=b862fd97 [b862fd97]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kbfx ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=a2938633 [a2938633]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=244f59c2 [244f59c2]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kcmautostart ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=d46f61a1 [d46f61a1]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kdbusnotification ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=6a96f59a [6a96f59a]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== klamav ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=0898f7c1 [0898f7c1]] Use proper TQt headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=11eaef48 [11eaef48]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=ba8ebc38 [ba8ebc38]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=af688e8b [af688e8b]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== knemo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=e6226215 [e6226215]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== knetstats ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=4e984d25 [4e984d25]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== krusader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=77f63ab8 [77f63ab8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=ebd0c612 [ebd0c612]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=b35c6fdf [b35c6fdf]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=2748955e [2748955e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=a2cb9a14 [a2cb9a14]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kshutdown ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=549bf2bf [549bf2bf]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=3ef5a84e [3ef5a84e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=5622d24e [5622d24e]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=496baf37 [496baf37]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=632d7522 [632d7522]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tastymenu ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=1a5946c4 [1a5946c4]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=0895b87f [0895b87f]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdebluez ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ee33f37e [ee33f37e]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdedocker ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=ca4ad2c7 [ca4ad2c7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=330cd800 [330cd800]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=60b7cde5 [60b7cde5]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdepowersave ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=9a02138d [9a02138d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=284595e2 [284595e2]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=ec7d3d6d [ec7d3d6d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=71d1417c [71d1417c]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
= applications/tdeio =&lt;br /&gt;
== tdeio-appinfo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=05e1f513 [05e1f513]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=7f457455 [7f457455]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdeio-apt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=4c21709a [4c21709a]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=c98dc1df [c98dc1df]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdeio-ftps ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-ftps/commit/?id=51ed90dc [51ed90dc]] Use proper TQt headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-ftps/commit/?id=9cff6e3b [9cff6e3b]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdeio-gopher ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-gopher/commit/?id=9eac0271 [9eac0271]] Use proper TQt headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-gopher/commit/?id=eaedb572 [eaedb572]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdeio-locate ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=d27aac8e [d27aac8e]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tdeio-sword ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=6ae4c97f [6ae4c97f]] Use proper TQt headers&lt;br /&gt;
&lt;br /&gt;
= applications/themes =&lt;br /&gt;
== gtk-qt-engine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=b15dc96d [b15dc96d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=5965bc2b [5965bc2b]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=fb57dbac [fb57dbac]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== gtk3-tqt-engine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk3-tqt-engine/commit/?id=5674ef65 [5674ef65]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== kgtk-qt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=bd3836fd [bd3836fd]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== ksplash-engine-moodin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=55074cd6 [55074cd6]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=2c028f0f [2c028f0f]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tde-style-baghira ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=da4085d9 [da4085d9]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=7f714dc0 [7f714dc0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=5b644243 [5b644243]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=5b7a05a6 [5b7a05a6]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tde-style-domino ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=c49ca8f4 [c49ca8f4]] Replace KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL with TDE_* equivalent&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=a70ae40d [a70ae40d]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tde-style-ia-ora ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=e2b2fb69 [e2b2fb69]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tde-style-lipstik ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=e38d11b0 [e38d11b0]] Replace KDE_Q_EXPORT_PLUGIN, KDE_PACKED and KDE_WEAK_SYMBOL with TDE_* equivalent&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=8898e019 [8898e019]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== tde-style-polyester ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-polyester/commit/?id=dec195e8 [dec195e8]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-polyester/commit/?id=7c56e0db [7c56e0db]] Fix loading of window decoration module in twin&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-polyester/commit/?id=a128939a [a128939a]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== twin-style-crystal ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=656df248 [656df248]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== twin-style-dekorator ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=4d8078e6 [4d8078e6]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== twin-style-fahrenheit ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-fahrenheit/commit/?id=27568ec8 [27568ec8]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-fahrenheit/commit/?id=50ad465a [50ad465a]] Fix loading of window decoration module in twin&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-fahrenheit/commit/?id=65623aaa [65623aaa]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== twin-style-machbunt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=4fb5c88b [4fb5c88b]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== twin-style-suse2 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=a7b408a9 [a7b408a9]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
= applications/utilities =&lt;br /&gt;
== kchmviewer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=21880c6d [21880c6d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=2841453c [2841453c]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== kcpuload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=653ea9b4 [653ea9b4]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== keep ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=9674d36c [9674d36c]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=ad75f0b7 [ad75f0b7]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kommando ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kommando/commit/?id=8d48abe4 [8d48abe4]] Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT&lt;br /&gt;
&lt;br /&gt;
== krename ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=3bab0c81 [3bab0c81]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== ksensors ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=f13a2038 [f13a2038]] Use proper TQt headers&lt;br /&gt;
&lt;br /&gt;
= packaging =&lt;br /&gt;
== packaging ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=24cdefc8 [24cdefc8]] DEB tdebase: Update for [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/490 TDE/tdebase#490]&amp;lt;br/&amp;gt;Kate null action icon removed.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=aadff2c4 [aadff2c4]] DEB tdelibs: Enable build with WebP support.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=19f941ff [19f941ff]] DEB tdebase: add solarized themes to konsole&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=89ebbd27 [89ebbd27]] ArchLinux: Add tdeio-gopher to tde-meta.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=0f672ea7 [0f672ea7]] ArchLinux: add tdeio-gopher pkgbuild&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=9c50cfcc [9c50cfcc]] DEB tdebase: Do not install tdeio_system_documenthelper manpage.&amp;lt;br/&amp;gt;The man page was removed in [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/484 TDE/tdebase#484]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=79e9e064 [79e9e064]] RPM: initial support for OMV cooker&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=61f83f14 [61f83f14]] DEB piklab: switch to cmake building system&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=c6d21f11 [c6d21f11]] RPM: initial support for OpenMandriva&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=2af6f182 [2af6f182]] RPM: add distro OpenSuse Leap 15.6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=2228bc7e [2228bc7e]] FreeBSD: Fix loading of window decoration module in twin for new styles.&amp;lt;br/&amp;gt;This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tde-packaging-gentoo/issues/373 TDE/tde-packaging-gentoo#373]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=eacb0eb5 [eacb0eb5]] ArchLinux: Fix loading of window decoration module in twin for new styles.&amp;lt;br/&amp;gt;This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tde-packaging-gentoo/issues/373 TDE/tde-packaging-gentoo#373]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=89b0dd94 [89b0dd94]] DEB piklab: adapt to new man file names&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=035e7452 [035e7452]] RPM: update for final R14.1.2&lt;/div&gt;</summary>
		<author><name>SlavekB</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.2.0&amp;diff=3355</id>
		<title>Changelog For R14.2.0</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.2.0&amp;diff=3355"/>
		<updated>2024-06-03T22:59:12Z</updated>

		<summary type="html">&lt;p&gt;SlavekB: Update 20240603&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= common =&lt;br /&gt;
== admin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=34c35e11 [34c35e11]] Use proper TQt headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=3c012e46 [3c012e46]] tqt-replace and uic-tqt are no longer required&lt;br /&gt;
&lt;br /&gt;
= dependencies =&lt;br /&gt;
== tde-cmake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=b2d2b467 [b2d2b467]] tqt-replace is no longer required&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=9fae6b57 [9fae6b57]] Update version to R14.2.0&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tqt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=68b81013 [68b81013]] Rename nt* canvas related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=1702a6da [1702a6da]] Rename nt* dom and xml related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=5fffa303 [5fffa303]] Rename nt* sql related files to equivalent tq*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=04913ce7 [04913ce7]] Rename ntqobject*.h and qobject*.cpp to tqobject*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=c11c0f22 [c11c0f22]] Move tqt.h from tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=486211a7 [486211a7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=f5bf794e [f5bf794e]] Update translations binary files&amp;lt;br/&amp;gt;because they are not generated during build.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=4bcca712 [4bcca712]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (464 of 464 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=e90af998 [e90af998]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (464 of 464 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=7e24b2b6 [7e24b2b6]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (464 of 464 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=1938504e [1938504e]] Zero padding bytes in DndReceiverProp struct.&amp;lt;br/&amp;gt;This removes valgrind&amp;#039;s complains about accessing uninitialized memory.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=ee0c5d58 [ee0c5d58]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a6829398 [a6829398]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=d2122705 [d2122705]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=e0a3cab4 [e0a3cab4]] Minor adjustments to porting documentation&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=f2b3ea52 [f2b3ea52]] Drop compatibility code for TQSignal&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=fb6884ea [fb6884ea]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=2e817b4b [2e817b4b]] Remove dangled symlinks for droped compat headers.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=c3bb8881 [c3bb8881]] Drop compatibility code for TQButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=9492e618 [9492e618]] Drop compatibility code for TQThread&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=979f5621 [979f5621]] Drop compatibility code for TQLineEdit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=83991feb [83991feb]] Remove Qt4 related stuff&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=48ea22d0 [48ea22d0]] Drop compatibility code for TQToolButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b1bfbe79 [b1bfbe79]] Drop compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=bfd62a0b [bfd62a0b]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a8466ab3 [a8466ab3]] Translated using Weblate (Chinese (zh))&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3 - examples-i18n&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3-examples-i18n/zh/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=5350a724 [5350a724]] Drop TQT_NO_COMPAT code from mkspecs files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a75445b4 [a75445b4]] Drop Qt2 obsolete classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b6e9b6c6 [b6e9b6c6]] Added translation using Weblate (Turkish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=af9d6b11 [af9d6b11]] Added translation using Weblate (Turkish)&lt;br /&gt;
&lt;br /&gt;
== tqtinterface ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=e8de6b5c [e8de6b5c]] Remove tq* canvas related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=05aba5ec [05aba5ec]] Remove tq* dom and xml related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=0cae95b2 [0cae95b2]] Remove tq* sql related header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=ea34bc88 [ea34bc88]] Remove tqobject* header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=b56bc45e [b56bc45e]] Remove check for Qt3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=9231ecd6 [9231ecd6]] Move tqt.h to tqt3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=c75a4d30 [c75a4d30]] Fix FTBFS caused by commit 70b3c7d&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=70b3c7d4 [70b3c7d4]] Removed unused scripts&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=2b8afac3 [2b8afac3]] Remove tqt-replace, uic-tqt and moc-tqt tools&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=9ad01120 [9ad01120]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=4746fbba [4746fbba]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=1c79e9f8 [1c79e9f8]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
== avahi-tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/avahi-tqt/commit/?id=51f0b3f7 [51f0b3f7]] moc-tqt is no longer required&lt;br /&gt;
&lt;br /&gt;
== pytqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=aa676491 [aa676491]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=cba16275 [cba16275]] Drop compatibility code for TQThread&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=8bd235be [8bd235be]] Addons to previous commit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=28273a01 [28273a01]] Drop Qt2&amp;#039;s TQSemiModal class.&lt;br /&gt;
&lt;br /&gt;
= core =&lt;br /&gt;
== tdelibs ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=b02c5737 [b02c5737]] Update the extraction of translations for renamed tqxml in TQt3.&amp;lt;br/&amp;gt;This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/tqt3/issues/155 TDE/tqt3#155]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cc43ae59 [cc43ae59]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (333 of 333 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=dd5ee318 [dd5ee318]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.4% (324 of 329 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=e77d93dc [e77d93dc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=39d31bf7 [39d31bf7]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=3c503d85 [3c503d85]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=48310270 [48310270]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/knotify - knotify.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/knotify-knotifydesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=5efbce07 [5efbce07]] tdehw lib: drop definition of TDEDiskDeviceStatus::Hotpluggable&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cca633c6 [cca633c6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (179 of 179 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/all languages&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/all-languages/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=9755ecd9 [9755ecd9]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=503eb0d9 [503eb0d9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=29b84bd0 [29b84bd0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=f6627610 [f6627610]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7f7e5585 [7f7e5585]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.4% (323 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7a35fcf1 [7a35fcf1]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=f49e67f0 [f49e67f0]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=920d56d2 [920d56d2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=a7316f73 [a7316f73]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=4e0aa6d5 [4e0aa6d5]] Fix functionality broken by commit 8233b2e5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=8233b2e5 [8233b2e5]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=74cb596c [74cb596c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdemarkdown - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdemarkdown-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=29f58681 [29f58681]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (327 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=c6bc3af7 [c6bc3af7]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cdf964bb [cdf964bb]] Update version to R14.2.0&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tdebase ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=915c3a95 [915c3a95]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - directories&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-directories/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=060c43a4 [060c43a4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8d823fa8 [8d823fa8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=60c0ef10 [60c0ef10]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=fb37868d [fb37868d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 73.5% (78 of 106 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2aa1caea [2aa1caea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 62.3% (283 of 454 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=eb40ec52 [eb40ec52]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8703669a [8703669a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9ce33d10 [9ce33d10]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 73.5% (78 of 106 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d0b0d5d2 [d0b0d5d2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b8f8006b [b8f8006b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=117567d0 [117567d0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 68.7% (22 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f4de2e73 [f4de2e73]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=651c743d [651c743d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - directories&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-directories/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5a8baaa0 [5a8baaa0]] Added R14.1.3 release notes draft&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=11fe84fc [11fe84fc]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=29bf0c46 [29bf0c46]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 73.5% (78 of 106 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e4de8ebc [e4de8ebc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 68.7% (22 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b36c32fc [b36c32fc]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-events/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b525cb14 [b525cb14]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 62.1% (282 of 454 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=4449d863 [4449d863]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b65f90a0 [b65f90a0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi - presets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi-presets/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c04e4905 [c04e4905]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8d642b33 [8d642b33]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=214a7434 [214a7434]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f067db30 [f067db30]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplash - themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplash-themes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=51e06d90 [51e06d90]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (35 of 35 strings)&amp;lt;br/&amp;gt;Translation: tdebase/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/wallpapers-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ccb9a31c [ccb9a31c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin clients - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-clients-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e3264169 [e3264169]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (251 of 251 strings)&amp;lt;br/&amp;gt;Translation: tdebase/l10n - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/l10n-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=de4f14d1 [de4f14d1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeprint - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeprint-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=526d59e6 [526d59e6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=81b38918 [81b38918]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 61.8% (281 of 454 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8214f3e0 [8214f3e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=517f7bee [517f7bee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f1e7be5e [f1e7be5e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 76.8% (266 of 346 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kappfinder - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kappfinder-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=55573505 [55573505]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d582a3c5 [d582a3c5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c3b71a55 [c3b71a55]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2253217b [2253217b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi - presets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi-presets/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5f5e9000 [5f5e9000]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - compat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-compat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=361361b7 [361361b7]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f9d06cee [f9d06cee]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb-events/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a5b06864 [a5b06864]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=55af1724 [55af1724]] Remove usage of TDEDiskDeviceStatus::Hotpluggable&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f093a1be [f093a1be]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdm - themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdm-themes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=21ecd990 [21ecd990]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplash - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplash-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=607f0804 [607f0804]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdehtml_plugins.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdehtml_pluginsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5f815bd0 [5f815bd0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkonq - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkonq-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8175c850 [8175c850]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksysguard - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksysguard-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7c8d600d [7c8d600d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=3faa7b1b [3faa7b1b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kate - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kate-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f6fb0d91 [f6fb0d91]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 61.8% (281 of 454 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=70af14e2 [70af14e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 48.5% (168 of 346 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kappfinder - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kappfinder-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=035c2698 [035c2698]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - directories&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-directories/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a1cbb16b [a1cbb16b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.8% (248 of 251 strings)&amp;lt;br/&amp;gt;Translation: tdebase/l10n - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/l10n-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a26bb216 [a26bb216]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1103f2b1 [1103f2b1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c836bb9d [c836bb9d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=00eab673 [00eab673]] Translated using Weblate (Greek)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/el/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9e7b4bb1 [9e7b4bb1]] TWin: Fix loading of window decoration configuration libraries&amp;lt;br/&amp;gt;Accidentally broken by commit 84ab47055d.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=748a54ff [748a54ff]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=dddd52ff [dddd52ff]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=30d54139 [30d54139]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2317bee2 [2317bee2]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=4c64b274 [4c64b274]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-events/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c0ca8145 [c0ca8145]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f1f2e40a [f1f2e40a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5eec362c [5eec362c]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2986ff6e [2986ff6e]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2937383d [2937383d]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-data/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9ab75fc1 [9ab75fc1]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ea076539 [ea076539]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi - presets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi-presets/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8a8431ab [8a8431ab]] twin: renames twin3_ to twin_ in user theme config files. This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/351 #351] and PR #364.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=91cb2036 [91cb2036]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.0% (33 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=88ea7160 [88ea7160]] KWin: rename client libraries twin3_* -&amp;amp;gt; twin_*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=84ab4705 [84ab4705]] Make TWin look for `twin_` libraries&amp;lt;br/&amp;gt;This is now the preferred way of calling the decoration libraries&amp;lt;br/&amp;gt;(in place of `twin3_`). The old names that start with `twin3_` are&amp;lt;br/&amp;gt;still recognized for compatibility reasons.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/351 #351]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e8336ee5 [e8336ee5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2da663c3 [2da663c3]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8210b058 [8210b058]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=74eb1d78 [74eb1d78]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=90b19e21 [90b19e21]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ce84a0c6 [ce84a0c6]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=950f0ce7 [950f0ce7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tde_release_notes.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tde_release_notesdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d61158c7 [d61158c7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdcop - kdcop.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdcop-kdcopdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ddc6b3af [ddc6b3af]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeintegration.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeintegrationdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1771a344 [1771a344]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5ec66d53 [5ec66d53]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - compat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-compat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=653159ea [653159ea]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=143cff2e [143cff2e]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=78937d51 [78937d51]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9ab17ab4 [9ab17ab4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e539275a [e539275a]] Add release notes draft for R14.2.x series&lt;br /&gt;
&lt;br /&gt;
== tdepim ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=1d22724f [1d22724f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libtdepim - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=80854783 [80854783]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=cc1d59e9 [cc1d59e9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=0b1c762f [0b1c762f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdepim/akregator - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/akregator-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=f1d159b3 [f1d159b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeabc - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeabc-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=fcf0ec84 [fcf0ec84]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=1239d800 [1239d800]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdepim/ktnef - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/ktnef-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=36939501 [36939501]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knotes - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knotes-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=61180ac3 [61180ac3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmobile - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmobile-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=59fb5a85 [59fb5a85]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=36eae050 [36eae050]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdepim/karm - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/karm-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=1dd75eba [1dd75eba]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kandy - kandy.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kandy-kandydesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=215ba850 [215ba850]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 83.3% (5 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdepim/akregator - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/akregator-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=32a1708d [32a1708d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=2278f487 [2278f487]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: tdepim/konsolekalendar - konsolekalendar.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/konsolekalendar-konsolekalendardesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=abef6a1e [abef6a1e]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=c1f9a97a [c1f9a97a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdepimresources - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdepimresources-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=1a30a1d8 [1a30a1d8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korn - korn.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korn-korndesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=f37c6a89 [f37c6a89]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kalarm - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kalarm-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=3113eb08 [3113eb08]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdepim/akregator - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/akregator-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=5863ef46 [5863ef46]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=0e164959 [0e164959]] Fix functionality broken by commit fd0046c4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=fd0046c4 [fd0046c4]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=860c8799 [860c8799]] Drop deprecated kitchensync code&lt;br /&gt;
&lt;br /&gt;
== tdemultimedia ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=c5e80026 [c5e80026]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdemid - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdemid-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=ec115020 [ec115020]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=1c71f523 [1c71f523]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/libkcddb - libkcddb.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/libkcddb-libkcddbdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=94ca3a13 [94ca3a13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kscd - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kscd-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=6c3e9a2f [6c3e9a2f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=775b1efd [775b1efd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kappfinder - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kappfinder-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=a452bd94 [a452bd94]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaudiocreator - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaudiocreator-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=514a0715 [514a0715]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=cb937aa9 [cb937aa9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaudiocreator - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaudiocreator-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=261327ee [261327ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaboodle - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaboodle-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=ab65a990 [ab65a990]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== tdenetwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=d069063d [d069063d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krfb - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krfb-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=2d50a61f [2d50a61f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmktalkd - kcmktalkd.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmktalkd-kcmktalkddesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=ff2cfdf8 [ff2cfdf8]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete-events/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=1fd646e1 [1fd646e1]] tqt-replace is no longer required&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=7cf631be [7cf631be]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=15fd0d5c [15fd0d5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=bff9d105 [bff9d105]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=1e65a9c9 [1e65a9c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krfb - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krfb-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=65f0237b [65f0237b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=0f7aec08 [0f7aec08]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=8b0277b3 [8b0277b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=ea8c2556 [ea8c2556]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kwifi - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kwifi-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=7dbed250 [7dbed250]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=1732e27c [1732e27c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc - ksirc.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc-ksircdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=f0b3ae6b [f0b3ae6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krfb - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krfb-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=0bf1f09c [0bf1f09c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krdc - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krdc-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=cd3b9bc6 [cd3b9bc6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=6c1bfe1c [6c1bfe1c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/knewsticker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/knewsticker-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e540875f [e540875f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=9f39152c [9f39152c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=ec7c5f92 [ec7c5f92]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmlanbrowser - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmlanbrowser-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=bd2c6b41 [bd2c6b41]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kdict - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kdict-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=055c3ba8 [055c3ba8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmktalkd - kcmktalkd.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmktalkd-kcmktalkddesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e8441a98 [e8441a98]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/dcoprss - rssservice.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/dcoprss-rssservicedesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== tdegraphics ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=2a49f484 [2a49f484]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksvg - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksvg-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=32a0eae8 [32a0eae8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=0464b42f [0464b42f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksvg - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksvg-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=83ca390f [83ca390f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kooka - kooka.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kooka-kookadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=b946ccf6 [b946ccf6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kolourpaint - kolourpaint.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kolourpaint-kolourpaintdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=c3994f8f [c3994f8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=c8525154 [c8525154]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kfax - kfax.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kfax-kfaxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=82790fe5 [82790fe5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcoloredit - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcoloredit-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=6628c1cf [6628c1cf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdeiconedit - tdeiconedit.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdeiconedit-tdeiconeditdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=6fec2493 [6fec2493]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewshell - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewshell-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=0ac60cd7 [0ac60cd7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kuickshow - kuickshow.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kuickshow-kuickshowdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=b7a2fb44 [b7a2fb44]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksnapshot - ksnapshot.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksnapshot-ksnapshotdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=d73ec8db [d73ec8db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler - kruler.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler-krulerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=4207cf76 [4207cf76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpovmodeler - kpovmodeler.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpovmodeler-kpovmodelerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=a34651aa [a34651aa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=df90b4db [df90b4db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kfaxview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kfaxview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=10228ff7 [10228ff7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kdvi - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kdvi-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=786ba559 [786ba559]] Fix functionality broken by commit d26dabfe.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=d26dabfe [d26dabfe]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=fdd22494 [fdd22494]] Drop deprecated kmrml code&lt;br /&gt;
&lt;br /&gt;
== tdetoys ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=47ebe98c [47ebe98c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (285 of 285 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather - stations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather-stations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=bfb7d592 [bfb7d592]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=97649015 [97649015]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kworldclock - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kworldclock-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=29e37f55 [29e37f55]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/ktux - ktux.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/ktux-ktuxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=4eb6f321 [4eb6f321]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kteatime - kteatime.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kteatime-kteatimedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=75d71ec8 [75d71ec8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kodo - kodo.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kodo-kododesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=ef99089e [ef99089e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/amor - amor.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/amor-amordesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=528f19d2 [528f19d2]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeutils ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=a9e3e4cf [a9e3e4cf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kdf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kdf-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== tdeedu ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=0c53c58d [0c53c58d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=d99f3098 [d99f3098]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=05b36881 [05b36881]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kverbos - kverbos.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kverbos-kverbosdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=b2b4038e [b2b4038e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kturtle - kturtle.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kturtle-kturtledesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=9edf12e3 [9edf12e3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/ktouch - ktouch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/ktouch-ktouchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=373f572e [373f572e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kiten - kiten.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kiten-kitendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=894d22c5 [894d22c5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars - kstars.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars-kstarsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=b245468a [b245468a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kpercentage - kpercentage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kpercentage-kpercentagedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=9a430435 [9a430435]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kmplot - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kmplot-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=7cbde739 [7cbde739]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/klettres - klettres.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/klettres-klettresdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=3f41eb31 [3f41eb31]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/klatin - klatin.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/klatin-klatindesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=274c00f5 [274c00f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kig - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kig-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=d076ba6e [d076ba6e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/khangman - khangman.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/khangman-khangmandesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e7ecdbc7 [e7ecdbc7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography - kgeography.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography-kgeographydesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=7ec075a1 [7ec075a1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/keduca - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/keduca-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e45f4ee3 [e45f4ee3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kbruch - kbruch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kbruch-kbruchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e73aad5f [e73aad5f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kanagram - kanagram.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kanagram-kanagramdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=026dd7e1 [026dd7e1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kalzium - kalzium.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kalzium-kalziumdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=92daf7c2 [92daf7c2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/blinken - blinken.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/blinken-blinkendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=ad620012 [ad620012]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=1b57c822 [1b57c822]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== tdegames ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=707ed9c6 [707ed9c6]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=72486eea [72486eea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/tdefifteen - tdefifteen.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/tdefifteen-tdefifteendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=1af92e8c [1af92e8c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk - knetwalk.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk-knetwalkdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=b4e10441 [b4e10441]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/twin4 - twin4.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/twin4-twin4desktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=60e6b4b7 [60e6b4b7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ktuberling - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ktuberling-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f86cc3b2 [f86cc3b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kspaceduel - kspaceduel.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kspaceduel-kspacedueldesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=1723a2e2 [1723a2e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksokoban - ksokoban.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksokoban-ksokobandesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=b8bfa029 [b8bfa029]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksnake - ksnake.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksnake-ksnakedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f3055d26 [f3055d26]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=25bbc148 [25bbc148]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet - ksirtet.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet-ksirtetdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=bc6ebdd9 [bc6ebdd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksame - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksame-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=245abf4b [245abf4b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kshisen - kshisen.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kshisen-kshisendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=a24aefaf [a24aefaf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f361902f [f361902f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi - kreversi.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi-kreversidesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=bdbf75db [bdbf75db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kpoker - kpoker.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kpoker-kpokerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=8010109b [8010109b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kpat - kpat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kpat-kpatdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=30b2fe6b [30b2fe6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/konquest - konquest.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/konquest-konquestdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e3c0ddc0 [e3c0ddc0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kolf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kolf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=214ce742 [214ce742]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmines - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmines-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e2876665 [e2876665]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e58b9568 [e58b9568]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmines - kmines.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmines-kminesdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=564ede18 [564ede18]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmahjongg - kmahjongg.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmahjongg-kmahjonggdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=a1f2098b [a1f2098b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegames/klickety - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/klickety-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=04405ac0 [04405ac0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kjumpingcube - kjumpingcube.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kjumpingcube-kjumpingcubedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=ddeb59d5 [ddeb59d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kgoldrunner - KGoldrunner.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kgoldrunner-kgoldrunnerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=6aa6a2fc [6aa6a2fc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kenolaba - kenolaba.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kenolaba-kenolabadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=c2e382ff [c2e382ff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbounce - kbounce.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbounce-kbouncedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=43a1ef1a [43a1ef1a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kblackbox - kblackbox.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kblackbox-kblackboxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=47443995 [47443995]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbackgammon - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbackgammon-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=51730a13 [51730a13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbackgammon - kbackgammon.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbackgammon-kbackgammondesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f4e1241f [f4e1241f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kasteroids - kasteroids.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kasteroids-kasteroidsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=195f32ff [195f32ff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegames/atlantik - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/atlantik-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=078f8a60 [078f8a60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/atlantik - atlantik.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/atlantik-atlantikdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=23f73f6d [23f73f6d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=89209b44 [89209b44]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeaccessibility ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=21a05449 [21a05449]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (42 of 42 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kttsd - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kttsd-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=546f0a26 [546f0a26]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmousetool - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmousetool-desktop-files/nl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=0c8252ff [0c8252ff]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmag - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmag-desktop-files/nl/&lt;br /&gt;
&lt;br /&gt;
== tdeaddons ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=20c96954 [20c96954]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (64 of 64 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-plugins-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=462e8067 [462e8067]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (64 of 64 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-plugins-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=7247f36b [7247f36b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tutorials - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tutorials-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=729f8436 [729f8436]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-plugins-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=c75bb91d [c75bb91d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/ksig - ksig.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/ksig-ksigdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=8b19a3d4 [8b19a3d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (44 of 44 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-plugins-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== tdeadmin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=7c269be3 [7c269be3]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 50.0% (1 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage - kpackage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage-kpackagedesktop/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=b60f7565 [b60f7565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kuser - kuser.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kuser-kuserdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=39dd6199 [39dd6199]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/ksysv - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/ksysv-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=1ec384e5 [1ec384e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=78260ae7 [78260ae7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage - kpackage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage-kpackagedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=18052ec0 [18052ec0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kdat - kdat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kdat-kdatdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=68dbc1fc [68dbc1fc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kcron - kcron.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kcron-kcrondesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== tdeartwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=3055de54 [3055de54]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/wallpapers-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=cd51daaf [cd51daaf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/twin-styles - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/twin-styles-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=e76fde84 [e76fde84]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/icon themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/icon-themes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=480c8a32 [480c8a32]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/icon themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/icon-themes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=d5891cb6 [d5891cb6]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/wallpapers-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=b7c7780f [b7c7780f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeartwork/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/wallpapers-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=25e4ea58 [25e4ea58]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=0afaf315 [0afaf315]] twin-styles: twin3_ to twin_ conversion&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=5f90bc99 [5f90bc99]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (314 of 314 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/tdescreensaver - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/tdescreensaver-desktop-files/it/&lt;br /&gt;
&lt;br /&gt;
== tdebindings ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=84ec6486 [84ec6486]] Drop compatibility code for TQSignal&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=13378021 [13378021]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=02712db1 [02712db1]] Drop compatibility code for TQButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=53442b53 [53442b53]] Drop obsolete TQLineEdit methods&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=1b35744b [1b35744b]] Drop compatibility code for TQToolButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=476cadbf [476cadbf]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=941081ce [941081ce]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=dcffc0bc [dcffc0bc]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
== tdesdk ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=e116e963 [e116e963]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbabel - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbabel-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=ba42cd60 [ba42cd60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=0b324ad9 [0b324ad9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=26ea0a31 [26ea0a31]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdecachegrind - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdecachegrind-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=7b277c01 [7b277c01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/scheck - scheck.themerc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/scheck-scheckthemerc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=8d7ac8ea [8d7ac8ea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kuiviewer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kuiviewer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=70cbb21e [70cbb21e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbugbuster - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbugbuster-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=5951f56b [5951f56b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/cervisia - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/cervisia-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=0c03e09c [0c03e09c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/cervisia - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/cervisia-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=b221bea0 [b221bea0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kompare - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kompare-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d50abb28 [d50abb28]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.1% (27 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=3523578c [3523578c]] Fix functionality broken by commit d619f66&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d619f66a [d619f66a]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tdevelop ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=3219b370 [3219b370]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=f4724912 [f4724912]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop-desktop-files/&lt;br /&gt;
&lt;br /&gt;
== tdewebdev ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=e5b0f94a [e5b0f94a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=07ecde1c [07ecde1c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kxsldbg - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kxsldbg-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=0e7ff51f [0e7ff51f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/klinkstatus - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/klinkstatus-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=13d63148 [13d63148]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kimagemapeditor - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kimagemapeditor-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=e16b4e3b [e16b4e3b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=6552a392 [6552a392]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== tde-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78585e41 [78585e41]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3992dedd [3992dedd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kate/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=06262ce3 [06262ce3]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=00d469cf [00d469cf]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bcce5928 [bcce5928]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (43 of 43 strings)&amp;lt;br/&amp;gt;Translation: tdebase/joystick&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/joystick/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7306f205 [7306f205]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f5738263 [f5738263]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a524b293 [a524b293]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b2cf3b9 [3b2cf3b9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d82307b0 [d82307b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=11475c66 [11475c66]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0d015df0 [0d015df0]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (420 of 420 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=531245f0 [531245f0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12be706f [12be706f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=deed92e4 [deed92e4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c7dbbbfa [c7dbbbfa]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48ed4b75 [48ed4b75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (69 of 69 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abe4cdc3 [abe4cdc3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (366 of 368 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kate/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4e1cf589 [4e1cf589]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (2467 of 2578 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3385d5fb [3385d5fb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=796c9cfe [796c9cfe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (355 of 355 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kuser&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kuser/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=564b9380 [564b9380]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (127 of 127 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdepimwizards&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdepimwizards/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c79192e4 [c79192e4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.0% (188 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libkleopatra&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkleopatra/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48773f92 [48773f92]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.2% (95 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e0407e34 [e0407e34]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.9% (364 of 368 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kate/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1a8a2dd3 [1a8a2dd3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (198 of 198 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmcrypto&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmcrypto/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ed0a582 [1ed0a582]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (173 of 173 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=895cb0ad [895cb0ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (127 of 127 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwinrules&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwinrules/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6d585224 [6d585224]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 90.2% (93 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=24c82153 [24c82153]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5e2ee3a0 [5e2ee3a0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (123 of 123 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=15917a56 [15917a56]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (170 of 170 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30ddf256 [30ddf256]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (68 of 68 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwindecoration&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwindecoration/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5dc94c3a [5dc94c3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplash&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplash/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=675a8015 [675a8015]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (380 of 380 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kxsldbg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kxsldbg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ed5f4af8 [ed5f4af8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.9% (929 of 1010 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kommander&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kommander/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0bd23588 [0bd23588]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0d32caee [0d32caee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (306 of 306 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/ktouch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/ktouch/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7f6475eb [7f6475eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (990 of 990 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd1bf66e [bd1bf66e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (416 of 416 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d95998de [d95998de]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e3522bd2 [e3522bd2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (1235 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8b22db15 [8b22db15]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmstyle&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmstyle/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f921c1e2 [f921c1e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (366 of 366 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksysguard&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksysguard/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=af6659cd [af6659cd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (112 of 112 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a993f23d [a993f23d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (84 of 84 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtaskbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtaskbar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e8176e10 [e8176e10]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmiccconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmiccconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8e12ed68 [8e12ed68]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (330 of 330 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=db4f1433 [db4f1433]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kreadconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kreadconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dcff00f6 [dcff00f6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6400a78b [6400a78b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=95dfd238 [95dfd238]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8f150a03 [8f150a03]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=457f1159 [457f1159]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (199 of 199 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=28486ba0 [28486ba0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdehwdevicetray&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdehwdevicetray/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1b0d0cd0 [1b0d0cd0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (223 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6ccdbbdb [6ccdbbdb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (2467 of 2578 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0a5ecea6 [0a5ecea6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - tdehtmlsettings&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-tdehtmlsettings/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d2018b37 [d2018b37]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (553 of 553 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kgpg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kgpg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=60c329bd [60c329bd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (225 of 225 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9f05344d [9f05344d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (205 of 205 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdemid&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdemid/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8c5d76b [a8c5d76b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (37 of 37 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeabc_slox&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeabc_slox/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dc218365 [dc218365]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_kolab&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_kolab/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=80f2f368 [80f2f368]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2431 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fc6a3bf [4fc6a3bf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdebase/trashapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/trashapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1b781f5a [1b781f5a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (88 of 88 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kpersonalizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kpersonalizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=66c6f08a [66c6f08a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (66 of 66 strings)&amp;lt;br/&amp;gt;Translation: tdebase/privacy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/privacy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=58e832a2 [58e832a2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (366 of 366 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksysguard&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksysguard/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0b4f6d0f [0b4f6d0f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0a44c427 [0a44c427]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b645157c [b645157c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb4b2001 [bb4b2001]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksystraycmd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksystraycmd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c5f1d6c3 [c5f1d6c3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.2% (30 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevtipofday&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevtipofday/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=309e3e6d [309e3e6d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.8% (5277 of 5622 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1d9c56e4 [1d9c56e4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (416 of 416 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bcf267a0 [bcf267a0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2431 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d0d04394 [d0d04394]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (181 of 181 strings)&amp;lt;br/&amp;gt;Translation: tdepim/karm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/karm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=083ecc5c [083ecc5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (197 of 197 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f72816d6 [f72816d6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.4% (115 of 123 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=74f0f572 [74f0f572]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmenergy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmenergy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=103d1f13 [103d1f13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ac60833c [ac60833c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (50 of 50 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7768704e [7768704e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (42 of 42 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkurifilt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkurifilt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dfd51532 [dfd51532]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0796f2d5 [0796f2d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=173600ff [173600ff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.6% (468 of 500 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdecachegrind&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdecachegrind/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e47f07a4 [e47f07a4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (223 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=daf1982c [daf1982c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.5% (2464 of 2578 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b1614943 [b1614943]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (121 of 121 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/klinkstatus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/klinkstatus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41fc90d7 [41fc90d7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (183 of 183 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kimagemapeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kimagemapeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6e3dcd2b [6e3dcd2b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9848ebfd [9848ebfd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (833 of 833 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a002df0 [8a002df0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.8% (464 of 500 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdecachegrind&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdecachegrind/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b3e65559 [b3e65559]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (208 of 208 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbugbuster&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbugbuster/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f98ef4a5 [f98ef4a5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1016 of 1016 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbabel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbabel/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=46d210ec [46d210ec]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (382 of 382 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/cervisia&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/cervisia/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82b1a200 [82b1a200]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (355 of 355 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kuser&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kuser/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d9b1dac5 [d9b1dac5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6d631e04 [6d631e04]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - kuick&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-kuick/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bfeb6261 [bfeb6261]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (48 of 48 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - metabar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-metabar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=503622d8 [503622d8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - kuick-kcm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-kuick-kcm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de6a09e6 [de6a09e6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - imgallery&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-imgallery/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c85ebc44 [c85ebc44]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - dub&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-dub/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bcc9edad [bcc9edad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (316 of 316 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbackgammon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbackgammon/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b6004e2 [2b6004e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (68 of 68 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kpercentage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kpercentage/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82fc7442 [82fc7442]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdewalletmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdewalletmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=216f3b21 [216f3b21]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (217 of 217 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/ark&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/ark/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ed52dde7 [ed52dde7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (256 of 256 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kooka&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kooka/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ebaec3f5 [ebaec3f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e75d3976 [e75d3976]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (403 of 403 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=987886cb [987886cb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=922ded6e [922ded6e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (254 of 254 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8e8d1a70 [8e8d1a70]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (332 of 332 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c5c42c80 [c5c42c80]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (138 of 138 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kscd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kscd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=59494524 [59494524]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (320 of 320 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de5ec621 [de5ec621]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdepimresources&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdepimresources/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=43dafded [43dafded]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeio_imap4&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeio_imap4/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ebaac0f2 [ebaac0f2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (37 of 37 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeabc_slox&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeabc_slox/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=62a67547 [62a67547]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 38.4% (5 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_remote&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_remote/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5f621317 [5f621317]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (1235 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=59dc39df [59dc39df]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (723 of 723 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fe507f67 [fe507f67]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2431 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=59780318 [59780318]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (129 of 129 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kandy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kandy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=452ad70f [452ad70f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.7% (341 of 360 strings)&amp;lt;br/&amp;gt;Translation: tdepim/akregator&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/akregator/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f53aa4aa [f53aa4aa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (126 of 126 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdmgreet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmgreet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=99db62ed [99db62ed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (366 of 366 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksysguard&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksysguard/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a7ad59e6 [a7ad59e6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d31236e0 [d31236e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41b945d4 [41b945d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (59 of 59 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsamba&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsamba/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3e8e13a7 [3e8e13a7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.9% (227 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=be697a7c [be697a7c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (140 of 140 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=413ebd68 [413ebd68]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (101 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=826389da [826389da]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (67 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bbcddbeb [bbcddbeb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (420 of 420 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5bb90fbc [5bb90fbc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1013 of 1013 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeprint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeprint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f8076892 [f8076892]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=399a56ef [399a56ef]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb519326 [bb519326]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (990 of 990 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fed66336 [fed66336]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.0% (188 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libkleopatra&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkleopatra/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c21ebe63 [c21ebe63]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a86478db [a86478db]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kgamma&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kgamma/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=846b2220 [846b2220]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_au&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_au/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e204875a [e204875a]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (332 of 332 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d7d7e68a [d7d7e68a]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (187 of 187 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/libkcddb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/libkcddb/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f4a69841 [f4a69841]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1249ad0c [1249ad0c]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (92 of 92 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/artsbuilder&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/artsbuilder/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=26a0c71d [26a0c71d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdelicense&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdelicense/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c7e556d [6c7e556d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdehwdevicetray&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdehwdevicetray/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b0b7c2f9 [b0b7c2f9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f2357e9e [f2357e9e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (382 of 382 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/cervisia&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/cervisia/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3db290ed [3db290ed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (553 of 553 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kgpg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kgpg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f4eeee18 [f4eeee18]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (215 of 215 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kdvi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kdvi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=28b8f5c6 [28b8f5c6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (403 of 403 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6e5e67fe [6e5e67fe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c644572d [c644572d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (254 of 254 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c04d02d5 [c04d02d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eca9f00f [eca9f00f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (320 of 320 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aafe9d29 [aafe9d29]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (1235 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ed12659f [ed12659f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (197 of 197 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a32e05d [8a32e05d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (45 of 45 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmfonts&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmfonts/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dcc721d8 [dcc721d8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (89 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d457974e [d457974e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tderandr&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tderandr/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=109b0e7a [109b0e7a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=447ccdba [447ccdba]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.5% (159 of 170 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4de62878 [4de62878]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 71.4% (20 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplash&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplash/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b534a608 [b534a608]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.9% (227 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1d3e9eec [1d3e9eec]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (290 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=69131504 [69131504]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0644a0ae [0644a0ae]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (127 of 127 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwinrules&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwinrules/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4c88bd94 [4c88bd94]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61e7c254 [61e7c254]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdecmshell&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdecmshell/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9ecf5f76 [9ecf5f76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0608cdc0 [0608cdc0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb7d136e [bb7d136e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (92 of 92 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/ksayit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/ksayit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c208d275 [c208d275]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (181 of 181 strings)&amp;lt;br/&amp;gt;Translation: tdepim/karm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/karm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68f6704e [68f6704e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f0664096 [f0664096]] Translated using Weblate (Tajik)&amp;lt;br/&amp;gt;Currently translated at 12.3% (642 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/tg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68d1962f [68d1962f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/tdefile_rpm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/tdefile_rpm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4e269151 [4e269151]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/tdefile_deb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/tdefile_deb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ad905f0 [1ad905f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/secpolicy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/secpolicy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=54317917 [54317917]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (202 of 202 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmouth&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmouth/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3a098bc9 [3a098bc9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kfouleggs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kfouleggs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=05551020 [05551020]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/ktimer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/ktimer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17c43d72 [17c43d72]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/ktux&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/ktux/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=815164b6 [815164b6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kmoon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kmoon/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dc916612 [dc916612]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=77b884d8 [77b884d8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - webarchiver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-webarchiver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=49ab2f9a [49ab2f9a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (122 of 122 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libksirtet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libksirtet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=14ef1ed5 [14ef1ed5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=91d9797f [91d9797f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=133ff3af [133ff3af]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7c316505 [7c316505]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (1235 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f173562f [f173562f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 75.6% (56 of 74 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmobile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmobile/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9fac545f [9fac545f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2431 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cd7ace3a [cd7ace3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (697 of 697 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kalarm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kalarm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=203b147b [203b147b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.5% (348 of 368 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kate/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=42659f46 [42659f46]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (101 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17a19efb [17a19efb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1013 of 1013 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeprint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeprint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e439266d [e439266d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdelicense&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdelicense/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6d019074 [6d019074]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.5% (2464 of 2578 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c300ad02 [c300ad02]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6590b5ab [6590b5ab]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdegames/klickety&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/klickety/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5e640f9d [5e640f9d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (108 of 108 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbattleship&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbattleship/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45d75aae [45d75aae]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (139 of 139 strings)&amp;lt;br/&amp;gt;Translation: tdegames/atlantik&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/atlantik/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f012b653 [f012b653]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (85 of 85 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/klettres&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/klettres/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bf29c600 [bf29c600]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kcmlirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kcmlirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bca56e64 [bca56e64]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (386 of 386 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kolourpaint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kolourpaint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1779433b [1779433b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f95219d2 [f95219d2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (84 of 84 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtaskbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtaskbar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c24cc5c3 [c24cc5c3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 80.9% (68 of 84 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtaskbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtaskbar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=668aacdb [668aacdb]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 84.7% (356 of 420 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a79dc217 [a79dc217]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5e5d11e6 [5e5d11e6]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a46fdb8 [4a46fdb8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=27658a95 [27658a95]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51d4d926 [51d4d926]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ad155181 [ad155181]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6b5aa2f8 [6b5aa2f8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.2% (30 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevtipofday&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevtipofday/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=736e94be [736e94be]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (287 of 287 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/klock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/klock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a03c66a [4a03c66a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (60 of 60 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/libtdeedu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/libtdeedu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8223c079 [8223c079]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/keduca&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/keduca/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10af1497 [10af1497]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (88 of 88 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kanagram&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kanagram/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=611f5ff9 [611f5ff9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (127 of 127 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdepimwizards&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdepimwizards/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=97cff302 [97cff302]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdepimresources&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdepimresources/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44957956 [44957956]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeio_imap4&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeio_imap4/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=80b4a0e1 [80b4a0e1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeio_groupwise&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeio_groupwise/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9e84130e [9e84130e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdefile_palm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdefile_palm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dcb7b17d [dcb7b17d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeabc2mutt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeabc2mutt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9d9d52cc [9d9d52cc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (42 of 42 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libksieve&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libksieve/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fb5af44a [fb5af44a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (119 of 119 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libkpgp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkpgp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a3935a5 [6a3935a5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libkmime&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkmime/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5c019dda [5c019dda]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (509 of 509 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libkcal&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkcal/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e07060ae [e07060ae]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44b253ff [44b253ff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_xmlrpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_xmlrpc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=91535bc3 [91535bc3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_groupware&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_groupware/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=018a78d6 [018a78d6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_blogging&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_blogging/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c9fa65a [3c9fa65a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knotes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knotes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1840a25c [1840a25c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (723 of 723 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8e8a1fa4 [8e8a1fa4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmailcvt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmailcvt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df1c4b4c [df1c4b4c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2431 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e82574a0 [e82574a0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (196 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kleopatra&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kleopatra/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=97772a4c [97772a4c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kgantt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kgantt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b61561ed [b61561ed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kdgantt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kdgantt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=075aba7f [075aba7f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kgreet_winbind&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kgreet_winbind/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=87d53d15 [87d53d15]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdehtmlkttsd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdehtmlkttsd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68eb516a [68eb516a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (45 of 45 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmfonts&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmfonts/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=215c24c8 [215c24c8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libtaskmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5fe22eb9 [5fe22eb9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmenergy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmenergy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d615a2ee [d615a2ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6adbe88e [6adbe88e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksystemtrayapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksystemtrayapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c976241 [3c976241]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_ldap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_ldap/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=320e6b48 [320e6b48]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libdmctl&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libdmctl/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=85b5a1ef [85b5a1ef]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (17 of 17 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin_lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin_lib/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dd5fe080 [dd5fe080]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_floppy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_floppy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b82923a [7b82923a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_tdeprint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_tdeprint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9ed3761d [9ed3761d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_fish&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_fish/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f2c1f71a [f2c1f71a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_tom&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_tom/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dc6e6b47 [dc6e6b47]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_nfs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_nfs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=96c5e946 [96c5e946]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kprinter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kprinter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a201e905 [a201e905]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmview1394&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmview1394/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dba4604c [dba4604c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kickermenu_kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kickermenu_kate/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=58d1feb5 [58d1feb5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_smb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_smb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c647f2df [c647f2df]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/krunapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/krunapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5f3395b4 [5f3395b4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kminipagerapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kminipagerapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30e72097 [30e72097]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (42 of 42 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkurifilt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkurifilt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a5b1e4e9 [a5b1e4e9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlaunch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlaunch/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=119f53de [119f53de]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_thumbnail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_thumbnail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9167d9f7 [9167d9f7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_mac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_mac/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4234440a [4234440a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdescreensaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdescreensaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=26ce6818 [26ce6818]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b94ce0e3 [b94ce0e3]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7710437d [7710437d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kgreet_classic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kgreet_classic/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3a27f099 [3a27f099]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kuiviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kuiviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0703091 [c0703091]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/tdestyle_phase_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/tdestyle_phase_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b32ca458 [b32ca458]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/tdepartsaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/tdepartsaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c2e9572a [c2e9572a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.6% (286 of 287 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/klock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/klock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aa7c66d5 [aa7c66d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - tdehtmlsettings&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-tdehtmlsettings/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2c9b00c7 [2c9b00c7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - news&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-news/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f967fad7 [f967fad7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/libKTTSD&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/libkttsd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=97d2243f [97d2243f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (464 of 464 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kttsd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kttsd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dc0c5f05 [dc0c5f05]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdessh&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdessh/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a94be40 [8a94be40]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/klaptopdaemon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/klaptopdaemon/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee8f55e8 [ee8f55e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (553 of 553 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kgpg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kgpg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d7e0bb07 [d7e0bb07]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_jabberdisco&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_jabberdisco/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2af0b590 [2af0b590]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (100 of 100 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmlanbrowser&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmlanbrowser/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25ce6319 [25ce6319]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 76.9% (30 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeio_sieve&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeio_sieve/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dcb73c3b [dcb73c3b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeio_scalix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeio_scalix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8513a40e [8513a40e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeio_mobile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeio_mobile/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7c4a2ea2 [7c4a2ea2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdefile_vcf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdefile_vcf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ab95a86 [7ab95a86]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdefile_rfc822&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdefile_rfc822/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=982de327 [982de327]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdefile_ics&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdefile_ics/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=857e92f7 [857e92f7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libkpimexchange&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkpimexchange/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c63ebce [3c63ebce]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libkholidays&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkholidays/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f567b7dc [f567b7dc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_tvanytime&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_tvanytime/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c95684ae [c95684ae]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_exchange&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_exchange/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4d66fd9 [c4d66fd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_birthday&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_birthday/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8d59fc8f [8d59fc8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 75.6% (56 of 74 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmobile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmobile/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=329de07f [329de07f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kcmkontactnt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kcmkontactnt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0fdc1ce2 [0fdc1ce2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (697 of 697 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kalarm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kalarm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ab617049 [ab617049]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdesud&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdesud/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=14193cb8 [14193cb8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_finger&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_finger/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=52349311 [52349311]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmartcard&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmartcard/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1269b256 [1269b256]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (68 of 68 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmarts&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmarts/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abd6fbd3 [abd6fbd3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 70.0% (14 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmiccconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmiccconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef0fbd9c [ef0fbd9c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdebase/dockbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/dockbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a247c68b [a247c68b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (101 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=622a9c17 [622a9c17]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6af81e6d [6af81e6d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (199 of 199 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c54408f [6c54408f]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 97.2% (810 of 833 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3520c03 [f3520c03]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ff3d0351 [ff3d0351]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 96.8% (281 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6676b51a [6676b51a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=652679db [652679db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (509 of 509 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libkcal&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkcal/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4ec790d [c4ec790d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (126 of 126 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdmgreet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmgreet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a4b0b04 [4a4b0b04]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (119 of 119 strings)&amp;lt;br/&amp;gt;Translation: tdebase/clockapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/clockapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aa4428d0 [aa4428d0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (103 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kasbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kasbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16170ee1 [16170ee1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (69 of 69 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin_clients&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin_clients/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc533829 [bc533829]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_remotemenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_remotemenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17c7452a [17c7452a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (67 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c8264c68 [c8264c68]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8c57cd28 [8c57cd28]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (59 of 59 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmcss&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmcss/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ff0698f [2ff0698f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=71dfa20f [71dfa20f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_groupdav&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_groupdav/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82565784 [82565784]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cef2c11e [cef2c11e]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=96bf2239 [96bf2239]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdebase/display&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/display/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9abd393e [9abd393e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_remote&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_remote/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eb5887d6 [eb5887d6]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=081240a8 [081240a8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5b1bde73 [5b1bde73]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6eb8004c [6eb8004c]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fdd4388e [fdd4388e]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ec883460 [ec883460]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b3dd6805 [b3dd6805]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.3% (174 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41b1da81 [41b1da81]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aead111d [aead111d]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (112 of 112 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=487084e7 [487084e7]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (330 of 330 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=290ade79 [290ade79]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (290 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=975f7fb8 [975f7fb8]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_sftp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0af94559 [0af94559]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d2ff02f4 [d2ff02f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (380 of 380 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kxsldbg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kxsldbg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d959dab2 [d959dab2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (37 of 37 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeabc_slox&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeabc_slox/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2e19e441 [2e19e441]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_nntp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_nntp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4492e46 [c4492e46]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_settings&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_settings/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d59b4539 [d59b4539]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=35ef10cc [35ef10cc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdewebdev/kxsldbg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kxsldbg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fdebdf92 [fdebdf92]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2f7e9fb1 [2f7e9fb1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=593757e5 [593757e5]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9d1c4d8d [9d1c4d8d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=edc1a288 [edc1a288]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=31f89957 [31f89957]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3492093 [f3492093]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cfe448e6 [cfe448e6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=31f9e216 [31f9e216]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7c0391c8 [7c0391c8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0f8bcb66 [0f8bcb66]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da9f835d [da9f835d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 35.8% (14 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_sftp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a05a1e8e [a05a1e8e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=38efb07d [38efb07d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7a86a9e9 [7a86a9e9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eeab8af9 [eeab8af9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - sort&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-sort/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2d5be52 [a2d5be52]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=552b8532 [552b8532]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (112 of 112 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=595f4f5b [595f4f5b]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 94.8% (37 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_sftp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=304c6f6e [304c6f6e]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_sftp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9943b550 [9943b550]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_sftp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e0be9ac5 [e0be9ac5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=80e6633a [80e6633a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_sftp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=778bdb6c [778bdb6c]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 92.8% (26 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6e92f7c8 [6e92f7c8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (112 of 112 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8e26842c [8e26842c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=923faa2d [923faa2d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eaeeefb9 [eaeeefb9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9ae8ff1 [c9ae8ff1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1621e39a [1621e39a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0fc856d1 [0fc856d1]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9b55d959 [9b55d959]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - sort&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-sort/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=66810721 [66810721]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ea4f230e [ea4f230e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=613385fc [613385fc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.8% (26 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c68dba8e [c68dba8e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.4% (124 of 126 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdmgreet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmgreet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=52dac94e [52dac94e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tderandr&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tderandr/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e52f03e3 [e52f03e3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (366 of 366 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksysguard&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksysguard/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=115111f5 [115111f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdesu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdesu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c6932ce3 [c6932ce3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=033dda75 [033dda75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_dir&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_dir/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=05744aef [05744aef]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (199 of 199 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a82a94f [6a82a94f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdehwdevicetray&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdehwdevicetray/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d7f1bbe0 [d7f1bbe0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1037156d [1037156d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2c19e5c8 [2c19e5c8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.5% (43 of 45 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmfonts&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmfonts/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2ebe335 [a2ebe335]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (152 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdmconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=775ef46d [775ef46d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 90.9% (20 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libtaskmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f39ee04f [f39ee04f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (88 of 88 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kpersonalizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kpersonalizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a22a4ed8 [a22a4ed8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (89 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3710f4f9 [3710f4f9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9c5b1703 [9c5b1703]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (73 of 73 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmdisplayconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmdisplayconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b3c9984f [b3c9984f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (66 of 66 strings)&amp;lt;br/&amp;gt;Translation: tdebase/privacy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/privacy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9b16155e [9b16155e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.2% (15 of 17 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin_lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin_lib/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c37ddf8b [c37ddf8b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.3% (117 of 119 strings)&amp;lt;br/&amp;gt;Translation: tdebase/clockapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/clockapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5c9677ba [5c9677ba]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.0% (101 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kasbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kasbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=40ed4bcf [40ed4bcf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.1% (67 of 69 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin_clients&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin_clients/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1c72135a [1c72135a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.1% (111 of 112 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=77741873 [77741873]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=967268e9 [967268e9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 65.0% (13 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmiccconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmiccconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ddaa2dd [1ddaa2dd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (64 of 64 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmscreensaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmscreensaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=92a6812e [92a6812e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (59 of 59 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsamba&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsamba/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=24e78a59 [24e78a59]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 84.6% (11 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kickermenu_kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kickermenu_kate/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5da41c8b [5da41c8b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdebase/extensionproxy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/extensionproxy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9dfa80f4 [9dfa80f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.0% (65 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=36da9c14 [36da9c14]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (37 of 37 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmcomponentchooser&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmcomponentchooser/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6e7a0b8d [6e7a0b8d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (64 of 64 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmmedia&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmmedia/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c97c02af [c97c02af]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.7% (36 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kminipagerapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kminipagerapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=907f51d8 [907f51d8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=97c4f442 [97c4f442]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/appletproxy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/appletproxy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2fdec0ef [2fdec0ef]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (127 of 127 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwinrules&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwinrules/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b727fbda [b727fbda]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.7% (12 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdescreensaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdescreensaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=434c598a [434c598a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/libtdescreensaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/libtdescreensaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4089fda0 [4089fda0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - sort&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-sort/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2cbc589c [2cbc589c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2d5d6b8 [e2d5d6b8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/libkcal&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkcal/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=151f6131 [151f6131]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=47c2ae17 [47c2ae17]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=faaf9772 [faaf9772]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5b3b00f1 [5b3b00f1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f34f2365 [f34f2365]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6983e752 [6983e752]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_smtp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_smtp/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d86b07fe [d86b07fe]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d1f33ee4 [d1f33ee4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e9ece646 [e9ece646]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=96d252b0 [96d252b0]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_asus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_asus/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df9a76ce [df9a76ce]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2036 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dfdb2488 [dfdb2488]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=59dbb13c [59dbb13c]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aa2a5d1a [aa2a5d1a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (331 of 331 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51ae0630 [51ae0630]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5dd3d57f [5dd3d57f]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1013 of 1013 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeprint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeprint/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=446206b2 [446206b2]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e285c92a [e285c92a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=80632599 [80632599]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_media&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_media/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ef9dbeb [7ef9dbeb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=967b322e [967b322e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdehwdevicetray&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdehwdevicetray/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=563b41e9 [563b41e9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=77a23fd7 [77a23fd7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=74110c83 [74110c83]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (331 of 331 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=716ad5fa [716ad5fa]] tdebase: remove translations for &amp;#039;Hotpluggable&amp;#039;. This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/442 TDE/tdebase#442]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=07decc39 [07decc39]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=42dfff61 [42dfff61]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c34e8b6a [c34e8b6a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=38041442 [38041442]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2725a156 [2725a156]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b54aba2 [2b54aba2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (833 of 833 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02030efa [02030efa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.2% (461 of 500 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdecachegrind&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdecachegrind/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5abddf59 [5abddf59]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1016 of 1016 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbabel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbabel/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fc1947d4 [fc1947d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - validators&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-validators/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=995b2521 [995b2521]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4722fda2 [4722fda2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 71.0% (49 of 69 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c7fe792b [c7fe792b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (89 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c55b4ce5 [c55b4ce5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (241 of 241 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonqhtml&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonqhtml/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aeed5fd8 [aeed5fd8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b7b847f5 [b7b847f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (223 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=255d26f7 [255d26f7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (238 of 238 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/ksim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/ksim/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78aad284 [78aad284]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (89 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76168eb5 [76168eb5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmperformance&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmperformance/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1fd85bdd [1fd85bdd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_pop3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_pop3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a58fce8 [2a58fce8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d228567 [7d228567]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfmclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfmclient/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d1527d8f [d1527d8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_smtp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_smtp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c363a97 [6c363a97]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (140 of 140 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ec080931 [ec080931]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc2988ac [bc2988ac]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd5194d2 [bd5194d2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=04ed4b52 [04ed4b52]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (76 of 76 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmusb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmusb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc1d1c98 [bc1d1c98]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (43 of 43 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kthememanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kthememanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ffa5d7e7 [ffa5d7e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (96 of 96 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeprintfax&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeprintfax/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=076c2fed [076c2fed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdestyle_keramik_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdestyle_keramik_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4ceab3f4 [4ceab3f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplashthemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplashthemes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=512d9f79 [512d9f79]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=47e26a43 [47e26a43]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (93 of 93 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdefontinst&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdefontinst/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3a144469 [3a144469]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_home&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_home/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cd272aca [cd272aca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmnotify&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmnotify/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d2ba7ada [d2ba7ada]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (290 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=135f1b2e [135f1b2e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=07c69212 [07c69212]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=03934f6b [03934f6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_system&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_system/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67680029 [67680029]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0e0ae526 [0e0ae526]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeio_svn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeio_svn/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a87c6d1 [8a87c6d1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_ts&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_ts/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aade5865 [aade5865]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_po&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_po/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=522da565 [522da565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_diff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_diff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=83c47a3a [83c47a3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_cpp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_cpp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4d9ffb4a [4d9ffb4a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kres_bugzilla&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kres_bugzilla/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cfa3a9ad [cfa3a9ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (208 of 208 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbugbuster&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbugbuster/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ebed3f3 [3ebed3f3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acb7bd01 [acb7bd01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kmenuapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kmenuapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b406e7b0 [b406e7b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=610e404f [610e404f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/krdb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/krdb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bf546323 [bf546323]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmspellchecking&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmspellchecking/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a6399d3 [4a6399d3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 65.0% (13 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmiccconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmiccconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=80a06e94 [80a06e94]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_tar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_tar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b26c4f5 [4b26c4f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_recentdocs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_recentdocs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=58999e40 [58999e40]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_prefmenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_prefmenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6ce221c9 [6ce221c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - sort&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-sort/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0390f05b [0390f05b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - webarchiver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-webarchiver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cf552d9d [cf552d9d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - wavecapture&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-wavecapture/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=433ee6e7 [433ee6e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - wakeup&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-wakeup/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=46159872 [46159872]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - tyler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-tyler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e02bff0f [e02bff0f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - tippecanoe&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-tippecanoe/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0761ee7 [c0761ee7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - txt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-txt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cd18979e [cd18979e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - mhtml&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-mhtml/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=712079e1 [712079e1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - lnk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-lnk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fce9e09 [4fce9e09]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - html&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-html/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25db3dca [25db3dca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - folder&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-folder/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef1f9ac7 [ef1f9ac7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-desktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10e3306c [10e3306c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - cert&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-cert/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3fec0e8 [f3fec0e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - synaescope&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-synaescope/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a86eaabb [a86eaabb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - searchbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-searchbar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5da3c28e [5da3c28e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - pitchablespeed&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-pitchablespeed/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dce4401c [dce4401c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - minitools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-minitools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=65231d72 [65231d72]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - microformat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-microformat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e048a4eb [e048a4eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (42 of 42 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - mediacontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-mediacontrol/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=03f6f36f [03f6f36f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - lyrics&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-lyrics/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=75a2d1a4 [75a2d1a4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kaddressbook - gmx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kaddressbook-gmx/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=111da4e5 [111da4e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kaddressbook - kworldclock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kaddressbook-kworldclock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=37ccc73b [37ccc73b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (53 of 53 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - ktimemon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-ktimemon/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=877faee6 [877faee6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (48 of 48 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - metabar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-metabar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a964e80 [8a964e80]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - mediaplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-mediaplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6215185a [6215185a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - delicious&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-delicious/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=432a8fd9 [432a8fd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - kmathapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-kmathapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2537b8d7 [2537b8d7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (33 of 33 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - kbinaryclock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-kbinaryclock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41b3507f [41b3507f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - xmltools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-xmltools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d895f991 [d895f991]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - xmlcheck&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-xmlcheck/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1477c443 [1477c443]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - textfilter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-textfilter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a96d906d [a96d906d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - tabbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-tabbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02b5b392 [02b5b392]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - snippets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-snippets/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=06908d1c [06908d1c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - pybrowse&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-pybrowse/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68019125 [68019125]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - openheader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-openheader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e4943b1f [e4943b1f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - modeline&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-modeline/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a8e169d [4a8e169d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - make&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-make/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8548c37e [8548c37e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - kjswrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-kjswrapper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=65197c45 [65197c45]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - insertcommand&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-insertcommand/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f33c05f3 [f33c05f3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - htmltools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-htmltools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a3220aa3 [a3220aa3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - helloworld&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-helloworld/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0768ae06 [0768ae06]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - fll_plugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-fll_plugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ed62a7e [7ed62a7e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - fll_initplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-fll_initplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4551fe7c [4551fe7c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - filetemplates&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-filetemplates/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a5773c33 [a5773c33]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - cppsymbolviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-cppsymbolviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d5f107a6 [d5f107a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - image&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-image/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=760d609c [760d609c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - charlatanui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-charlatanui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=49a7da4e [49a7da4e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - ffrs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-ffrs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44ff5289 [44ff5289]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - dub&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-dub/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f595c2f4 [f595c2f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (81 of 81 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - domtreeviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-domtreeviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5984420c [5984420c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - dirfilter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-dirfilter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8740f36c [8740f36c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - crashes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-crashes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2eea31a6 [2eea31a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - autorefresh&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-autorefresh/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0b43890b [0b43890b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - audio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-audio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b60fc4c0 [b60fc4c0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - ark&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-ark/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4f2e12e9 [4f2e12e9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - alsaplayerui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-alsaplayerui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8cf5b05b [8cf5b05b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - akregator&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-akregator/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e9608f5 [1e9608f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (3009 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb7f6413 [bb7f6413]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (101 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2297c73 [a2297c73]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16fc9290 [16fc9290]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30b25447 [30b25447]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0c9390e0 [0c9390e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_asus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_asus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c9b6e0a [3c9b6e0a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (464 of 464 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kttsd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kttsd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5f018862 [5f018862]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.8% (5277 of 5622 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9cd12c13 [9cd12c13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4373 of 4373 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fb393ca2 [fb393ca2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdelirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdelirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de26e8e7 [de26e8e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/superkaramba&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/superkaramba/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef2d1ac9 [ef2d1ac9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.7% (204 of 238 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/ksim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/ksim/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8225ecb4 [8225ecb4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0d8c5564 [0d8c5564]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_powerbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_powerbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=15e159f9 [15e159f9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cbaed96f [cbaed96f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_delli8k&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_delli8k/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=99665cc4 [99665cc4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilod&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilod/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76cf712f [76cf712f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kfloppy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kfloppy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a780ff13 [a780ff13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.1% (833 of 849 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kaddressbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kaddressbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=160a21e5 [160a21e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (288 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b39b69b0 [b39b69b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.8% (224 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=37c46a10 [37c46a10]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aaa64918 [aaa64918]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_raw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_raw/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b72b65e [2b72b65e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (197 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de33568d [de33568d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (121 of 121 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/klinkstatus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/klinkstatus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c46c273c [c46c273c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=463fe953 [463fe953]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.0% (23 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - webarchiver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-webarchiver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f902060c [f902060c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - imgallery&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-imgallery/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7291a5d [e7291a5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (254 of 254 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libtdegames&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libtdegames/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=60f4c2ad [60f4c2ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4d13a2c [c4d13a2c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (557 of 557 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kmplot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kmplot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8f16a587 [8f16a587]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4373 of 4373 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a1803a12 [a1803a12]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (765 of 765 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kalzium&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kalzium/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a9f1223f [a9f1223f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6f5c5077 [6f5c5077]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (138 of 138 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdeiconedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdeiconedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9f37b90b [9f37b90b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_xpm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_xpm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=124a1a5b [124a1a5b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_xbm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_xbm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1397cb2b [1397cb2b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_tiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_tiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8cd2a856 [8cd2a856]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_tga&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_tga/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2102c574 [2102c574]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_rgb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_rgb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=146a8054 [146a8054]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_ps&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_ps/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=21580aeb [21580aeb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pnm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pnm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee75c8c5 [ee75c8c5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_png&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_png/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=19cf3c62 [19cf3c62]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pdf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=107c467f [107c467f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pcx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pcx/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02a155ef [02a155ef]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (67 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_jpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_jpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d85c7052 [d85c7052]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_ico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_ico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2933d93 [e2933d93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_gif&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_gif/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4382f606 [4382f606]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (59 of 59 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_exr&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_exr/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5bddf5a5 [5bddf5a5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_dvi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_dvi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=921e29b3 [921e29b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_dds&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_dds/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0b56525a [0b56525a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_bmp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_bmp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5694df40 [5694df40]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (107 of 107 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/libkscan&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/libkscan/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4f70423 [d4f70423]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/libkfaximgage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/libkfaximgage/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1d63ec25 [1d63ec25]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (179 of 179 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewshell&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewshell/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4cd8d3e0 [4cd8d3e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewscannerplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewscannerplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d794493d [d794493d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kview_scale&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kview_scale/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5f74d61a [5f74d61a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewpresenterplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewpresenterplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1c6f60df [1c6f60df]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kvieweffectsplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kvieweffectsplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2c39783 [a2c39783]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewbrowserplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewbrowserplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=23706e02 [23706e02]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (123 of 123 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kuickshow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kuickshow/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=96c0bde1 [96c0bde1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (45 of 45 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksnapshot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksnapshot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6536643 [e6536643]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=40b76cfc [40b76cfc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (225 of 225 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=54045117 [54045117]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (256 of 256 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kooka&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kooka/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a0ba024f [a0ba024f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (386 of 386 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kolourpaint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kolourpaint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b9817b46 [b9817b46]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (131 of 131 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8614f6c [a8614f6c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kgamma&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kgamma/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=09d52dca [09d52dca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (215 of 215 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kdvi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kdvi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25b4dfd1 [25b4dfd1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcoloredit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcoloredit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51cd9478 [51cd9478]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewviewerpluginsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewviewerpluginsconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2c14518 [a2c14518]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewpluginsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewpluginsconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2746c521 [2746c521]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewgeneralconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewgeneralconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25650c93 [25650c93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewcanvasconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewcanvasconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4af32845 [4af32845]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcmkamera&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcmkamera/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb0c53ea [bb0c53ea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ff1ec9c1 [ff1ec9c1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (403 of 403 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c00aae5c [c00aae5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppplogview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppplogview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=93829039 [93829039]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (416 of 416 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c152d582 [c152d582]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (94 of 94 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kpf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kpf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=654c466b [654c466b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acdd4826 [acdd4826]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_avi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_avi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=85655c32 [85655c32]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (320 of 320 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12c3105c [12c3105c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (80 of 80 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_lame&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_lame/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acfe74f0 [acfe74f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.0% (17 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_xmlrpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_xmlrpc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8f561fa [b8f561fa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2430 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b59a52df [b59a52df]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.1% (833 of 849 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kaddressbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kaddressbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b15f99b [3b15f99b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.7% (341 of 360 strings)&amp;lt;br/&amp;gt;Translation: tdepim/akregator&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/akregator/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6fd71df1 [6fd71df1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12eb7e03 [12eb7e03]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.0% (250 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9937df39 [9937df39]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ae470e5 [2ae470e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=08998baf [08998baf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (67 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmcolors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmcolors/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10ac25e5 [10ac25e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdedebugdialog&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdedebugdialog/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0771e565 [0771e565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2865 of 2865 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/ppdtranslations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/ppdtranslations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c535e26d [c535e26d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73b6114f [73b6114f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=155b3201 [155b3201]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a4c12d6 [2a4c12d6]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=976a81b4 [976a81b4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (245 of 245 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kdat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kdat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9fe445d8 [9fe445d8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8660af8 [a8660af8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (152 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=807855fe [807855fe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=69bdd2bf [69bdd2bf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (416 of 416 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=85d49634 [85d49634]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6980e97e [6980e97e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (111 of 111 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dc165c85 [dc165c85]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2430 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5bd9ba76 [5bd9ba76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0fd4f012 [0fd4f012]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.0% (99 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ca026de0 [ca026de0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0eb200e2 [0eb200e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4af789bd [4af789bd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b3efd69f [b3efd69f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (72 of 72 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/i18n - entry.desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/i18n-entrydesktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e5046884 [e5046884]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.5% (2464 of 2578 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6ff96b0 [d6ff96b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.9% (929 of 1010 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kommander&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kommander/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=052541a5 [052541a5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6813630 [d6813630]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61348be4 [61348be4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (106 of 106 strings)&amp;lt;br/&amp;gt;Translation: tdegames/lskat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/lskat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ce4cc89a [ce4cc89a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f84f621b [f84f621b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.8% (5277 of 5622 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7adefbb7 [7adefbb7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (553 of 553 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kgpg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kgpg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a54f6ad [9a54f6ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.8% (722 of 723 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a7b6a48e [a7b6a48e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.0% (109 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=adb9ee02 [adb9ee02]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acbf941b [acbf941b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_systemmenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_systemmenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d1ace2d1 [d1ace2d1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (288 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c940de1b [c940de1b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ce53218 [7ce53218]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76141cbc [76141cbc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.7% (158 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44df28d5 [44df28d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1032 of 1032 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpovmodeler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpovmodeler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=77cf8f9c [77cf8f9c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (3008 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c8cacdab [c8cacdab]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 90.6% (155 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f38fa8f3 [f38fa8f3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b01edccd [b01edccd]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=04d54b46 [04d54b46]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=edde93c4 [edde93c4]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (331 of 332 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee87723d [ee87723d]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 94.7% (36 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=347c614b [347c614b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5d7a5d36 [5d7a5d36]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4a7354e [c4a7354e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17e37aec [17e37aec]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a93fc87 [5a93fc87]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (417 of 417 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libtdepim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fa7c437 [4fa7c437]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1428 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e157a91c [e157a91c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=35f9874a [35f9874a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=31e1fd99 [31e1fd99]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5196 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c29db08c [c29db08c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kasteroids&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kasteroids/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45c9efee [45c9efee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bac7cad2 [bac7cad2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.8% (722 of 723 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45438fab [45438fab]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmicons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmicons/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=184c41a3 [184c41a3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f2e51c15 [f2e51c15]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 55.1% (32 of 58 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78f3d660 [78f3d660]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c84bab9b [c84bab9b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9dceffa5 [9dceffa5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bea7c2b5 [bea7c2b5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2f6e4464 [2f6e4464]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (181 of 181 strings)&amp;lt;br/&amp;gt;Translation: tdepim/karm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/karm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b718443 [7b718443]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksystemtrayapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksystemtrayapplet/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df6f0d2f [df6f0d2f]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (290 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2282d9eb [2282d9eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.3% (21 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - alsaplayerui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-alsaplayerui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8ef3404 [a8ef3404]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (369 of 369 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3fb5a51f [3fb5a51f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (137 of 137 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kverbos&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kverbos/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6fd40db8 [6fd40db8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (205 of 205 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdemid&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdemid/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=789b5f42 [789b5f42]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (88 of 88 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kpersonalizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kpersonalizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bfa34bd2 [bfa34bd2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6da779c2 [6da779c2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.8% (224 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6038555 [e6038555]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dffecf21 [dffecf21]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.7% (157 of 159 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b0cd75a3 [b0cd75a3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (289 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=64e03b0c [64e03b0c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=805a0c6c [805a0c6c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c16120f [3c16120f]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f6b47865 [f6b47865]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.5% (3006 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=905b500e [905b500e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_wav&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_wav/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0376d619 [0376d619]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_theora&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_theora/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8c0bd602 [8c0bd602]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_sid&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_sid/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f96bfe38 [f96bfe38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_ogg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_ogg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=20da6100 [20da6100]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_m3u&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_m3u/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6ec9d7d [e6ec9d7d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=002f6b01 [002f6b01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9c288da4 [9c288da4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fdacc87 [4fdacc87]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_flac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_flac/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79bd92c0 [79bd92c0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_avi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_avi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8545225b [8545225b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_au&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_au/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16bb2152 [16bb2152]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (332 of 332 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61ff946a [61ff946a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (187 of 187 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/libkcddb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/libkcddb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=18dd016f [18dd016f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (111 of 111 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7047488 [e7047488]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=09ae6e3a [09ae6e3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a94f2253 [a94f2253]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kcmcddb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kcmcddb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=839723e8 [839723e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaboodle&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaboodle/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a3d5767a [a3d5767a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_vorbis&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_vorbis/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=039aa373 [039aa373]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (80 of 80 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_lame&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_lame/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1a2584a5 [1a2584a5]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 85.9% (1749 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ae0d186 [1ae0d186]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwindecoration&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwindecoration/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8e3a9bd8 [8e3a9bd8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a8bf169 [9a8bf169]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6329682c [6329682c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_flac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_flac/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=01a947f7 [01a947f7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48cbdde6 [48cbdde6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bda1bc83 [bda1bc83]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a94365d8 [a94365d8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b07c9fd5 [b07c9fd5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=99ddc47e [99ddc47e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=233603f3 [233603f3]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kickermenu_kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kickermenu_kate/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eb41c146 [eb41c146]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (261 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=035d412a [035d412a]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=252276b0 [252276b0]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a3c101a [5a3c101a]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3baf4ac [f3baf4ac]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0198f7b7 [0198f7b7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abbea754 [abbea754]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=22447195 [22447195]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67154ced [67154ced]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwinrules&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwinrules/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68257170 [68257170]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwindecoration&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwindecoration/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5b8921e6 [5b8921e6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b643ca2 [4b643ca2]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ea42728d [ea42728d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e0f759a [1e0f759a]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41a2a0a6 [41a2a0a6]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 87.7% (150 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7a72e540 [7a72e540]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1433ed29 [1433ed29]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4816e684 [4816e684]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c9f3b6c [3c9f3b6c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41444a5d [41444a5d]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 80.6% (2134 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=62275fac [62275fac]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4565a842 [4565a842]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eb88e6fc [eb88e6fc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a15c7835 [a15c7835]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7e214ab [e7e214ab]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ff4ced6a [ff4ced6a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c8260126 [c8260126]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4d00bce3 [4d00bce3]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cadd2b5d [cadd2b5d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9a96806 [c9a96806]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdelicense&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdelicense/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bda14f95 [bda14f95]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5196 of 5196 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dac4018a [dac4018a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 80.9% (1648 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b5c59d83 [b5c59d83]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=643497da [643497da]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e41785c [1e41785c]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (197 of 197 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1be1e3e9 [1be1e3e9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fbde5a66 [fbde5a66]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (326 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c1acc00 [6c1acc00]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (289 of 289 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9b635e1b [9b635e1b]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b0ef02e [7b0ef02e]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8dbd2744 [8dbd2744]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1b39883e [1b39883e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b5c8e7a [3b5c8e7a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=49367158 [49367158]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da6ebc69 [da6ebc69]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.5% (211 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=38d19787 [38d19787]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da4c604a [da4c604a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a289914a [a289914a]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmag&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmag/nl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=587622ea [587622ea]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d0076837 [d0076837]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=484fbfeb [484fbfeb]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 85.0% (805 of 946 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/katepart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/katepart/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a1c113b [5a1c113b]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 86.4% (369 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb4d9424 [bb4d9424]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 54.2% (247 of 455 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs_colors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs_colors/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3059b6dc [3059b6dc]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd92b2ee [bd92b2ee]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44c33da9 [44c33da9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.3% (158 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e405a694 [e405a694]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.8% (16 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmenergy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmenergy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1a8c65b3 [1a8c65b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 71.4% (5 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - image&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-image/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f91ae8b2 [f91ae8b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (197 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee561a5d [ee561a5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.5% (193 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b7818e1 [4b7818e1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegames/kmahjongg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmahjongg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=62c862a8 [62c862a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.6% (191 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=feb94ddc [feb94ddc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdewalletmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdewalletmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9cf3ed6a [9cf3ed6a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da73efd6 [da73efd6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdewalletmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdewalletmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=56f2e465 [56f2e465]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/krdb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/krdb/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ea2bd4b [2ea2bd4b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=289b8045 [289b8045]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 80.3% (1636 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17b287ee [17b287ee]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.9% (195 of 197 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e98cc110 [e98cc110]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7768467e [7768467e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ffe4047 [3ffe4047]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d42dfce9 [d42dfce9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 77.9% (1588 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c033f982 [c033f982]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=447af80a [447af80a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 76.8% (1565 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f9a53f48 [f9a53f48]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5cac2c06 [5cac2c06]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ec024ca [7ec024ca]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c624634e [c624634e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f86ccae9 [f86ccae9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6fc3c2e [d6fc3c2e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin_lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin_lib/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f322a111 [f322a111]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f09ec0ab [f09ec0ab]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ba5d62d1 [ba5d62d1]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.5% (209 of 210 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7e255c40 [7e255c40]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=86acd12e [86acd12e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4f3b4305 [4f3b4305]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eac33e90 [eac33e90]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (196 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17c51be5 [17c51be5]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0ab2398 [c0ab2398]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (326 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6b7fac1 [d6b7fac1]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (206 of 206 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4e97cea7 [4e97cea7]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e8274087 [e8274087]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d7fbab18 [d7fbab18]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3f1a08b4 [3f1a08b4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=92e6fc46 [92e6fc46]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6cf5249d [6cf5249d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48907031 [48907031]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.3% (148 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9ef855fe [9ef855fe]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.4% (170 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79e81b47 [79e81b47]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.9% (194 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=af5e01d0 [af5e01d0]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f262c268 [f262c268]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (326 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e03e491a [e03e491a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=299d7e9b [299d7e9b]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=963b03f8 [963b03f8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4643459 [a4643459]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 99.4% (171 of 172 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b6f0d602 [b6f0d602]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f6a6c8e5 [f6a6c8e5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67d451ba [67d451ba]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewpresenterplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewpresenterplugin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a18b92ba [a18b92ba]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d9a6697 [7d9a6697]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aaeda12b [aaeda12b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c999f37 [3c999f37]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdmconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmconfig/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef954c90 [ef954c90]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2aa378ca [2aa378ca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_zeroconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_zeroconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2cd8ff75 [2cd8ff75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cb5cf602 [cb5cf602]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krdc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krdc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fc00fa70 [fc00fa70]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (94 of 94 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kpf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kpf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=325dc4a8 [325dc4a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.8% (2984 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b912c6e7 [b912c6e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (248 of 248 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/knewsticker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/knewsticker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6e04a742 [6e04a742]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (103 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmwifi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmwifi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ca7235c9 [ca7235c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (100 of 100 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmlanbrowser&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmlanbrowser/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ddb067e7 [ddb067e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (43 of 43 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmktalkd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmktalkd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c7fc70f6 [c7fc70f6]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (196 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cff19a2f [cff19a2f]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bad75a4d [bad75a4d]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (327 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0115ec51 [0115ec51]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=75d3b850 [75d3b850]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ade36f2 [1ade36f2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ad7aeafe [ad7aeafe]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=57cd82f9 [57cd82f9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=405dc7df [405dc7df]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ee0c314 [3ee0c314]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdmconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmconfig/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2567a89d [2567a89d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b2441d13 [b2441d13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_zeroconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_zeroconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c669a79d [c669a79d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_lan&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_lan/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5ecccc8f [5ecccc8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_jabberdisco&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_jabberdisco/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=153f7022 [153f7022]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefile_torrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefile_torrent/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=db5cbbbc [db5cbbbc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kwireless&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kwireless/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=70391ee5 [70391ee5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kinetd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kinetd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0f541093 [0f541093]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kdictapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kdictapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16494e41 [16494e41]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/libtdepim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7648b3c9 [7648b3c9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b7ec603 [7b7ec603]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fb3fdb2b [fb3fdb2b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fe4514c8 [fe4514c8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=83bdc126 [83bdc126]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=63a90127 [63a90127]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/tdefifteen&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/tdefifteen/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df53a5b9 [df53a5b9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a27093a0 [a27093a0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 87.5% (14 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - audio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-audio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd2a6f38 [bd2a6f38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (89 of 89 strings)&amp;lt;br/&amp;gt;Translation: tdegames/twin4&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/twin4/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e64c11d2 [e64c11d2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (254 of 254 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libtdegames&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libtdegames/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7e30682d [7e30682d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (122 of 122 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libksirtet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libksirtet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ce1a3bf [3ce1a3bf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.2% (56 of 57 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ktuberling&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ktuberling/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2d940247 [2d940247]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9561b74 [c9561b74]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kshisen&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kshisen/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e67e6a7f [e67e6a7f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kolf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kolf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12861973 [12861973]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2e8f84f5 [2e8f84f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (381 of 381 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kgoldrunner&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kgoldrunner/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1256c7f6 [1256c7f6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f0087266 [f0087266]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (1235 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=06391dfe [06391dfe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 84.4% (87 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=71347685 [71347685]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79cebe5e [79cebe5e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78aaa659 [78aaa659]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (289 of 289 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=74773ebc [74773ebc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ac07e9f6 [ac07e9f6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdestyle_plastik_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdestyle_plastik_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e00cbcb5 [e00cbcb5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_kdatatool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_kdatatool/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c09081a6 [c09081a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdefileaudiopreview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdefileaudiopreview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=624183f5 [624183f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_autobookmarker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_autobookmarker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b00d45a6 [b00d45a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (946 of 946 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/katepart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/katepart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=db142dcb [db142dcb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabcformat_binary&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabcformat_binary/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7cd87b83 [7cd87b83]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_isearch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_isearch/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=11d74de2 [11d74de2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_file&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_file/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8c12f11 [b8c12f11]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_docwordcompletion&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_docwordcompletion/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dd4127b3 [dd4127b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_net&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_net/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6d341d34 [6d341d34]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_sql&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_sql/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=661b618f [661b618f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_dir&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_dir/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=650ebed1 [650ebed1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdestyle_highcontrast_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdestyle_highcontrast_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=681fb57e [681fb57e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2865 of 2865 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/ppdtranslations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/ppdtranslations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5410b42a [5410b42a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/libtdescreensaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/libtdescreensaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a4a938d [6a4a938d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_insertfile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_insertfile/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f1d18823 [f1d18823]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (44 of 44 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_ldaptdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_ldaptdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30f083cd [30f083cd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acbf80cd [acbf80cd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f8fb2e20 [f8fb2e20]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1013 of 1013 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeprint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeprint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aa0506f0 [aa0506f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (455 of 455 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs_colors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs_colors/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82e61934 [82e61934]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2739 of 2739 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a2ce6cb [9a2ce6cb]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73eb4e4d [73eb4e4d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=91f7be0d [91f7be0d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 64.5% (129 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a9fa5d76 [a9fa5d76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/taskbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/taskbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b382a9a [2b382a9a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktaskbarapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktaskbarapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30e0f112 [30e0f112]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/lockout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/lockout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e1c4e2b5 [e1c4e2b5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5317fab2 [5317fab2]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=92ad6a46 [92ad6a46]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0e61bcd [c0e61bcd]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dedebeb6 [dedebeb6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_delli8k&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_delli8k/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51c00880 [51c00880]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (206 of 206 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4a6e3eb [d4a6e3eb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c368d148 [c368d148]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a73707b4 [a73707b4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9af8d504 [9af8d504]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 97.3% (219 of 225 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=875d4c24 [875d4c24]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a757dd8a [a757dd8a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abcfb18a [abcfb18a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/libtaskbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskbar/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d481507 [7d481507]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kay&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kay/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fa9f0334 [fa9f0334]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5af0121c [5af0121c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdesud&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdesud/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e363127a [e363127a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/naughtyapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/naughtyapplet/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=54976205 [54976205]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 75.7% (1542 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8f32df4 [b8f32df4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a46e674 [8a46e674]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82b00602 [82b00602]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8919bb8a [8919bb8a]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3e98afc4 [3e98afc4]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51cb26bc [51cb26bc]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d5046c21 [d5046c21]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=500f2c45 [500f2c45]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 98.5% (70 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kspaceduel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kspaceduel/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=53f3360c [53f3360c]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksokoban&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksokoban/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fa57d92b [fa57d92b]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 48.9% (24 of 49 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksnake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksnake/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4d9d7c1 [a4d9d7c1]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 94.7% (18 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksmiletris&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksmiletris/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=63667467 [63667467]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 34.1% (27 of 79 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2b3a41b [e2b3a41b]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 38.0% (19 of 50 strings)&amp;lt;br/&amp;gt;Translation: tdegames/klines&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/klines/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=33531138 [33531138]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45486792 [45486792]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (58 of 58 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5e2914e7 [5e2914e7]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c716f74 [6c716f74]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a270de3 [5a270de3]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (322 of 322 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=404b586a [404b586a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8b023bb7 [8b023bb7]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (322 of 322 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10d7630d [10d7630d]] tdepim: remove kitchensync pot file again, since it was automatically re-added&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a8b0c96 [2a8b0c96]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f4de4713 [f4de4713]] tdepim: remove translations for kitchensync and multisynk&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=64d45800 [64d45800]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0c2a0ab3 [0c2a0ab3]] tdegraphics: remove translations for kmrml&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8aa58abf [8aa58abf]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=376b1bfe [376b1bfe]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a340797 [6a340797]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=90797510 [90797510]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e0706cf8 [e0706cf8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eee4a43c [eee4a43c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb21ba44 [bb21ba44]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
= libraries =&lt;br /&gt;
== libkdcraw ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=d13e9744 [d13e9744]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (74 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=50387262 [50387262]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 70.2% (52 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=fb8e7233 [fb8e7233]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (74 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=4720b9e3 [4720b9e3]] Added translation using Weblate (Chinese (Simplified))&lt;br /&gt;
&lt;br /&gt;
== libkipi ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=49e07b0f [49e07b0f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkipi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkipi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=b83bf7c2 [b83bf7c2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkipi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkipi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=1ea1d770 [1ea1d770]] Added translation using Weblate (Chinese (Traditional))&lt;br /&gt;
&lt;br /&gt;
== kipi-plugins ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=5c749f7c [5c749f7c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.2% (513 of 602 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - metadataedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-metadataedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=e3f5013b [e3f5013b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - wallpaper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-wallpaper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=38e917f9 [38e917f9]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=aa3b7277 [aa3b7277]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.0% (512 of 602 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - metadataedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-metadataedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=62e89ce1 [62e89ce1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 40.1% (53 of 132 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - cdarchiving&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-cdarchiving/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=1fc6b1e0 [1fc6b1e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - viewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-viewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=f134eb8d [f134eb8d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=7115da7d [7115da7d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=c39b2d5d [c39b2d5d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=549a8d58 [549a8d58]] Added translation using Weblate (Chinese (Traditional))&lt;br /&gt;
&lt;br /&gt;
== libtqt-perl ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=ea4d4023 [ea4d4023]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=a8738810 [a8738810]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=076ec834 [076ec834]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
= applications/development =&lt;br /&gt;
== kdbg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=db9f1ffa [db9f1ffa]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdbg - kdbg.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbg-kdbgdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=b171e1b2 [b171e1b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kdbg - kdbg.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbg-kdbgdesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== kdiff3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=ac9e1fb1 [ac9e1fb1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 67.2% (347 of 516 strings)&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=97fe01f4 [97fe01f4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3 - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=0a217c78 [0a217c78]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=453f35a8 [453f35a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 67.2% (347 of 516 strings)&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=47366761 [47366761]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: applications/kdiff3 - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=810025fb [810025fb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=b65164fa [b65164fa]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=abcdeb43 [abcdeb43]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=1bab9902 [1bab9902]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kpicosim ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=96f6ef35 [96f6ef35]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kpicosim - kpicosim.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpicosim-kpicosimdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=9ec59898 [9ec59898]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=cc2e4443 [cc2e4443]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/kpicosim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpicosim/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=4db10d51 [4db10d51]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=39160972 [39160972]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kpicosim - kpicosim.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpicosim-kpicosimdesktop/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=21828c08 [21828c08]] Added translation using Weblate (Portuguese (Brazil))&lt;br /&gt;
&lt;br /&gt;
== kscope ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=f762b97f [f762b97f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kscope - kscope.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kscope-kscopedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=baecf737 [baecf737]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== ktechlab ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=21af6675 [21af6675]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/ktechlab - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktechlab-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=32d92995 [32d92995]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kxmleditor ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=4ffd15b8 [4ffd15b8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kxmleditor - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kxmleditor-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=1c1d81ef [1c1d81ef]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== piklab ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=ee905d21 [ee905d21]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/piklab&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/piklab/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=f4e477f5 [f4e477f5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=6c0461f7 [6c0461f7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 0.4% (7 of 1669 strings)&amp;lt;br/&amp;gt;Translation: applications/piklab&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/piklab/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=f7b9e20a [f7b9e20a]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdesvn ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=03ebafb7 [03ebafb7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 48.5% (359 of 739 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=5b9025cb [5b9025cb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 48.5% (359 of 739 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=1074ed80 [1074ed80]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdesvn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=2cdbcc87 [2cdbcc87]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 48.5% (359 of 739 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=f66e96c7 [f66e96c7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdesvn - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=e0823d75 [e0823d75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/games =&lt;br /&gt;
== knights ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=f3e352ec [f3e352ec]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knights - knights.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knights-knightsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=c2ad1fa9 [c2ad1fa9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/knights - pgn mimetype&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knights-pgn-mimetype/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=9106aede [9106aede]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=d63c00f1 [d63c00f1]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdepacman ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=71d98913 [71d98913]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (59 of 59 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepacman&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepacman/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=b28adc9a [b28adc9a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.6% (47 of 59 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepacman&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepacman/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=62ba7450 [62ba7450]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 57.6% (34 of 59 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepacman&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepacman/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=f210c65b [f210c65b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepacman - tdepacman.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepacman-tdepacmandesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=7664379d [7664379d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=d0b05e33 [d0b05e33]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
= applications/graphics =&lt;br /&gt;
== digikam ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=428504bb [428504bb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1795 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=1e5802a1 [1e5802a1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1794 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=5ec04830 [5ec04830]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1794 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=365fc56f [365fc56f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=31f057f7 [31f057f7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1794 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=d1ed2afa [d1ed2afa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1793 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=1798610f [1798610f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=e809e384 [e809e384]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1793 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=53e13c18 [53e13c18]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2244 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=09a41f75 [09a41f75]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/&lt;br /&gt;
&lt;br /&gt;
== gwenview ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=b6f5bb63 [b6f5bb63]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=7183742f [7183742f]] Fix pthread required. This relates to PR #35.&lt;br /&gt;
&lt;br /&gt;
== gwenview-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=a3d5eaed [a3d5eaed]] Revert &amp;quot;Update translation template.&amp;quot; because the desktop files&amp;lt;br/&amp;gt;translation template must be part of the application repository.&amp;lt;br/&amp;gt;This reverts commit 0b840e0263626cff345f7ee7c4c14da48dae0c29.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=0b840e02 [0b840e02]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=6b0aaedb [6b0aaedb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (342 of 342 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=f3f98c63 [f3f98c63]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (342 of 342 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=6145e290 [6145e290]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (342 of 342 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=f3694437 [f3694437]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (342 of 342 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=bc00950d [bc00950d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (342 of 342 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=d1950f41 [d1950f41]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.9% (335 of 342 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=41a7389f [41a7389f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=332d87e3 [332d87e3]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=824111fb [824111fb]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.7% (341 of 342 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=ae02bedc [ae02bedc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=3f720a85 [3f720a85]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=3e754a52 [3e754a52]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=57175831 [57175831]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=827f6c7b [827f6c7b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/ru/&lt;br /&gt;
&lt;br /&gt;
== ksquirrel ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=5c6fb850 [5c6fb850]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (517 of 517 strings)&amp;lt;br/&amp;gt;Translation: applications/ksquirrel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksquirrel/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=90ff7f82 [90ff7f82]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (517 of 517 strings)&amp;lt;br/&amp;gt;Translation: applications/ksquirrel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksquirrel/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=5ed6f0e2 [5ed6f0e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.9% (501 of 517 strings)&amp;lt;br/&amp;gt;Translation: applications/ksquirrel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksquirrel/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=812e8755 [812e8755]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.3% (493 of 517 strings)&amp;lt;br/&amp;gt;Translation: applications/ksquirrel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksquirrel/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=8dcaf788 [8dcaf788]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.3% (493 of 517 strings)&amp;lt;br/&amp;gt;Translation: applications/ksquirrel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksquirrel/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=6fbf4183 [6fbf4183]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/ksquirrel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksquirrel/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=36fc62e2 [36fc62e2]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (517 of 517 strings)&amp;lt;br/&amp;gt;Translation: applications/ksquirrel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksquirrel/it/&lt;br /&gt;
&lt;br /&gt;
== potracegui ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=0dc93a59 [0dc93a59]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/potracegui - potracegui.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/potracegui-potraceguidesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=454877ad [454877ad]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/potracegui - potracegui.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/potracegui-potraceguidesktop/it/&lt;br /&gt;
&lt;br /&gt;
= applications/internet =&lt;br /&gt;
== kasablanca ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=a9da006a [a9da006a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kasablanca - kasablanca.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca-kasablancadesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=81b3e027 [81b3e027]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kasablanca&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=2a9b7e7d [2a9b7e7d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kasablanca - kasablanca.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca-kasablancadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=159a8faf [159a8faf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 64.3% (74 of 115 strings)&amp;lt;br/&amp;gt;Translation: applications/kasablanca&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=4b9e3dcb [4b9e3dcb]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kbiff ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=b44d8e25 [b44d8e25]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=b172523d [b172523d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=a9666982 [a9666982]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbiff - kbiff.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff-kbiffdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=c53c9a60 [c53c9a60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=2cc626b9 [2cc626b9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.8% (89 of 90 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=4069eda9 [4069eda9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff - kbiff.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff-kbiffdesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== kftpgrabber ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=f5ef9f7c [f5ef9f7c]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=a682efb2 [a682efb2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kftpgrabber - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kftpgrabber-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=70edee2c [70edee2c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/kftpgrabber - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kftpgrabber-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== knmap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=c9299bd0 [c9299bd0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=436617ea [436617ea]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=fcc0e57c [fcc0e57c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=a289b05a [a289b05a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=2721c5e0 [2721c5e0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=24febfa6 [24febfa6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=8f8a354b [8f8a354b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (221 of 221 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=b68bd35b [b68bd35b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=60528588 [60528588]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 16.2% (36 of 221 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=aea076a0 [aea076a0]] Added translation using Weblate (Ukrainian)&lt;br /&gt;
&lt;br /&gt;
== konversation ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=adaa089b [adaa089b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.7% (1168 of 1362 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=1ca2d3d4 [1ca2d3d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=d5a93e3c [d5a93e3c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=99cac705 [99cac705]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.7% (1168 of 1362 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=7e09ebfb [7e09ebfb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.6% (1167 of 1362 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=efe05804 [efe05804]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/konversation&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=04e4928e [04e4928e]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=b5f177fc [b5f177fc]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation-events/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=dfedc855 [dfedc855]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.6% (1167 of 1362 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation/ru/&lt;br /&gt;
&lt;br /&gt;
== kopete-otr ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=95288d30 [95288d30]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kopete-otr - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kopete-otr-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=15094db2 [15094db2]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kshowmail ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=295eaf3d [295eaf3d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 50.4% (176 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=6d16605e [6d16605e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 50.1% (175 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=9e1b5a5d [9e1b5a5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 50.1% (175 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=ced2b753 [ced2b753]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=10272aed [10272aed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 49.8% (174 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=b13b420d [b13b420d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 49.5% (173 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
&lt;br /&gt;
== kstreamripper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=e7e90ba3 [e7e90ba3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kstreamripper - kstreamripper.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper-kstreamripperdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=cd2d1f4f [cd2d1f4f]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=38dad7af [38dad7af]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 78.7% (26 of 33 strings)&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=c6c8865f [c6c8865f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=b57d1640 [b57d1640]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=04b2afc8 [04b2afc8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=3f95be57 [3f95be57]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=dbdd2a4e [dbdd2a4e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=6a970335 [6a970335]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=3ec99f94 [3ec99f94]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=457de6e0 [457de6e0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=1801e3aa [1801e3aa]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 80.0% (24 of 30 strings)&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=382d4392 [382d4392]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=5da88b7e [5da88b7e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=c621d368 [c621d368]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== ktorrent ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=6760c174 [6760c174]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (875 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=1e588c37 [1e588c37]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=ccf782d8 [ccf782d8]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (875 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=523c79c3 [523c79c3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (875 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=46220b63 [46220b63]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 80.1% (701 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/ru/&lt;br /&gt;
&lt;br /&gt;
== kvirc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=e3708273 [e3708273]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (805 of 805 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=7295d79c [7295d79c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.1% (2411 of 2588 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=8348ba5d [8348ba5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.8% (2404 of 2588 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=ecf6f383 [ecf6f383]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (805 of 805 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=54662d94 [54662d94]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.8% (2404 of 2588 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=6de62e99 [6de62e99]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - mediaplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-mediaplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=310fb2b2 [310fb2b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (805 of 805 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=5290b915 [5290b915]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.8% (2404 of 2588 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=5bedfee4 [5bedfee4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (805 of 805 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=80098102 [80098102]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.8% (2404 of 2588 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=574f79d5 [574f79d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - torrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-torrent/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b9cb66f1 [b9cb66f1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (78 of 78 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - theme&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-theme/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=9390b2d9 [9390b2d9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - sharedfileswindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-sharedfileswindow/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=6e0f1e9c [6e0f1e9c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - perl&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-perl/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=302a040b [302a040b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - filetransferwindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-filetransferwindow/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=db90f695 [db90f695]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=33fece29 [33fece29]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=ab992aba [ab992aba]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - perlcore&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-perlcore/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=484c9ce8 [484c9ce8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=5c4d4a2a [5c4d4a2a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - editor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a7a4e202 [a7a4e202]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - about&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-about/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b7788073 [b7788073]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - notifier&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=391b00c9 [391b00c9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a0a87c06 [a0a87c06]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (805 of 805 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=12f4706c [12f4706c]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - mediaplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-mediaplayer/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=6280f2fb [6280f2fb]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - torrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-torrent/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=c0c52835 [c0c52835]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (78 of 78 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - theme&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-theme/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=0f4e51e5 [0f4e51e5]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - sharedfileswindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-sharedfileswindow/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=03eee71d [03eee71d]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - perlcore&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-perlcore/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=eb439f20 [eb439f20]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - perl&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-perl/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=df7ec3eb [df7ec3eb]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - notifier&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=d7deeb9d [d7deeb9d]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - logview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-logview/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=3a47fdca [3a47fdca]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - filetransferwindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-filetransferwindow/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a417c6a0 [a417c6a0]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - editor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=58a8d2a6 [58a8d2a6]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (182 of 182 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - dcc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-dcc/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=44846083 [44846083]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - notifier&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b435bad5 [b435bad5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - editor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b412083e [b412083e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - about&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-about/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b32a017a [b32a017a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.8% (2404 of 2588 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=02e908ee [02e908ee]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=e2dd007c [e2dd007c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a48e70a7 [a48e70a7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (794 of 805 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a7254dcc [a7254dcc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - theme&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-theme/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=25f3bffc [25f3bffc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=1e208b4f [1e208b4f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - logview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-logview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=3e94a25e [3e94a25e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - editor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=0c62fcd5 [0c62fcd5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - filetransferwindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-filetransferwindow/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a6e75ff9 [a6e75ff9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - dcc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-dcc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=2091bae5 [2091bae5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - notifier&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=90e47cbd [90e47cbd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - sharedfileswindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-sharedfileswindow/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=729d67a2 [729d67a2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=116c3821 [116c3821]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=5e2a1ae3 [5e2a1ae3]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== kvpnc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=00364c7f [00364c7f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 19.8% (491 of 2472 strings)&amp;lt;br/&amp;gt;Translation: applications/kvpnc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=148bc21c [148bc21c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 19.3% (479 of 2472 strings)&amp;lt;br/&amp;gt;Translation: applications/kvpnc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=13e49f67 [13e49f67]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 17.9% (443 of 2472 strings)&amp;lt;br/&amp;gt;Translation: applications/kvpnc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=26680f70 [26680f70]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kvpnc - kvpnc.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc-kvpncdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=7b05f487 [7b05f487]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=e45d6713 [e45d6713]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 14.1% (351 of 2472 strings)&amp;lt;br/&amp;gt;Translation: applications/kvpnc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=a7492e4b [a7492e4b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvpnc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=da275e97 [da275e97]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=69565c3b [69565c3b]] Revert changes of translations related to unwanted renaming&amp;lt;br/&amp;gt;SLOT =&amp;amp;gt; TQ_SLOT in the message string.&amp;lt;br/&amp;gt;This revert commits:&amp;lt;br/&amp;gt;28bd29d299272a1d96d678c550de70c2dd442785&amp;lt;br/&amp;gt;f1197c6adc69b6acae78327e1481ce78ba7774ae&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=f1197c6a [f1197c6a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvpnc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=28bd29d2 [28bd29d2]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=9d6caa32 [9d6caa32]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/tork - applet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tork-applet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=caf382ba [caf382ba]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=56a31f9a [56a31f9a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/tork - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tork-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=5efe8cb7 [5efe8cb7]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=b478b393 [b478b393]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: applications/tork - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tork-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=e8c69c0a [e8c69c0a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: applications/tork - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tork-desktop-files/it/&lt;br /&gt;
&lt;br /&gt;
= applications/misc =&lt;br /&gt;
== bibletime ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=48ce54dd [48ce54dd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/bibletime - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/bibletime-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=e57d164d [e57d164d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=9d90808b [9d90808b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/bibletime - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/bibletime-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=de0a4201 [de0a4201]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=7c699d2d [7c699d2d]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== desktop-effects-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=a1491403 [a1491403]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=5896fcd5 [5896fcd5]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=4ef8c50e [4ef8c50e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=7437087e [7437087e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=92556696 [92556696]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kcmldap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=10dc0c8c [10dc0c8c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kcm-ldap - ldapbonding.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-ldap-ldapbondingdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=2d2e48bf [2d2e48bf]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=5e83e4cf [5e83e4cf]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kcmldapcontroller ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=9790ea48 [9790ea48]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kcm-ldapcontroller - ldapcontroller.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-ldapcontroller-ldapcontrollerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=db1459a6 [db1459a6]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=1c9b3a80 [1c9b3a80]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kcmldapmanager ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=61c492ee [61c492ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kcm-ldapmanager - ldapmanager.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-ldapmanager-ldapmanagerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=1b7e69e3 [1b7e69e3]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=580fd05b [580fd05b]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kerberostray ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=d29a0b08 [d29a0b08]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kerberostray - kerberostray.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kerberostray-kerberostraydesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=17fd3039 [17fd3039]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=a677a48f [a677a48f]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=f56d47b0 [f56d47b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kerberostray&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kerberostray/&lt;br /&gt;
&lt;br /&gt;
== krecipes ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=cd240323 [cd240323]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krecipes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krecipes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=22acd03d [22acd03d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=d2a4cb93 [d2a4cb93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 30.5% (343 of 1123 strings)&amp;lt;br/&amp;gt;Translation: applications/krecipes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krecipes/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/multimedia =&lt;br /&gt;
== amarok ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=250ce4cb [250ce4cb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b21275ce [b21275ce]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=34a70a2d [34a70a2d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=6597c102 [6597c102]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=db6dfe09 [db6dfe09]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=52621df4 [52621df4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=aa067461 [aa067461]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=7e8b9a52 [7e8b9a52]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=9b954758 [9b954758]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=3f17994d [3f17994d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=e6e3ba96 [e6e3ba96]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=9d43419b [9d43419b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=73837f1a [73837f1a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=079f0cc9 [079f0cc9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b037abfb [b037abfb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=93aff8fd [93aff8fd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=7f396148 [7f396148]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=8ac0d326 [8ac0d326]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=086adc4f [086adc4f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4ebfa149 [4ebfa149]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 79.7% (1981 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4cc71ec3 [4cc71ec3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=2116bf2a [2116bf2a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=e6e2d189 [e6e2d189]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=c2a12e62 [c2a12e62]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=44ad188d [44ad188d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=83730846 [83730846]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4ddb9e62 [4ddb9e62]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=90520108 [90520108]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 84.7% (2105 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=40099ec0 [40099ec0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b767627f [b767627f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=bcd8d83e [bcd8d83e]] Fix functionality broken by commit 1c3e0630.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b04099ff [b04099ff]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=a7a79de0 [a7a79de0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=1c3e0630 [1c3e0630]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=5dedf79f [5dedf79f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=8b28bb5c [8b28bb5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=9038cb17 [9038cb17]] Translated using Weblate (Turkish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/tr/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=3c835108 [3c835108]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.8% (2406 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
&lt;br /&gt;
== codeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=033f32ab [033f32ab]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=28a3b75f [28a3b75f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=9f39f05e [9f39f05e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/codeine - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/codeine-desktop-files/&lt;br /&gt;
&lt;br /&gt;
== k3b ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=1cda53bb [1cda53bb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=e28f2192 [e28f2192]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=74808fa8 [74808fa8]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=2111da78 [2111da78]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=00a24ebc [00a24ebc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=987871f0 [987871f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=c2fbc8f1 [c2fbc8f1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=95a45a4f [95a45a4f]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=bbf83236 [bbf83236]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=894069eb [894069eb]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/pt/&lt;br /&gt;
&lt;br /&gt;
== k3b-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=39f11b7e [39f11b7e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - tdefile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-tdefile/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=72fbdb5f [72fbdb5f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=d1943afc [d1943afc]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=0a8ee5ac [0a8ee5ac]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=41cb5f2d [41cb5f2d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=7faed94c [7faed94c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - tdeio-videodvd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-tdeio-videodvd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=35488411 [35488411]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=59bb404c [59bb404c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (33 of 33 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - setup&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-setup/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=14a8478d [14a8478d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=3f4f7f46 [3f4f7f46]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=8538da23 [8538da23]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=856ea287 [856ea287]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=34d0ff8c [34d0ff8c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=c29d6639 [c29d6639]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=84cd0b47 [84cd0b47]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (47 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=6f6f5263 [6f6f5263]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=bd308fa9 [bd308fa9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=e6010418 [e6010418]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (47 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=cb12df11 [cb12df11]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=ecef8905 [ecef8905]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=9c355f26 [9c355f26]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=1d1360a7 [1d1360a7]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=6f8f68cc [6f8f68cc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=47c13aee [47c13aee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=b92282bd [b92282bd]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 97.8% (46 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/bg/&lt;br /&gt;
&lt;br /&gt;
== k9copy ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=1e20731a [1e20731a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (495 of 495 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=35c86a79 [35c86a79]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=3847d9ee [3847d9ee]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 86.6% (429 of 495 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=276d0d95 [276d0d95]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=112b19f8 [112b19f8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=45422ea5 [45422ea5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k9copy - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=4e2f83fa [4e2f83fa]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (495 of 495 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=ef83b5b8 [ef83b5b8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=4979c509 [4979c509]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=237b3548 [237b3548]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (495 of 495 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=553df4a4 [553df4a4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=bc07265d [bc07265d]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kaffeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=528599f1 [528599f1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (729 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=fbf40e21 [fbf40e21]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=5b6f8a82 [5b6f8a82]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (729 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=fd20d9cf [fd20d9cf]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=86e5bbbc [86e5bbbc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=0d261da7 [0d261da7]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=03b9c1f4 [03b9c1f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (729 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=fe9e778d [fe9e778d]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine-desktop-files/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=ce0c6633 [ce0c6633]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (729 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=3f38f883 [3f38f883]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=eac2daca [eac2daca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (729 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=6c9257f2 [6c9257f2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.5% (711 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=e0e0d158 [e0e0d158]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=b871bd5b [b871bd5b]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kmplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=132da052 [132da052]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (390 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=c1187155 [c1187155]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (390 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=9530e59d [9530e59d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=1566a9ce [1566a9ce]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (390 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=78361cb3 [78361cb3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=6e72f310 [6e72f310]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=30650e19 [30650e19]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.9% (347 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=77c148a7 [77c148a7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=bb993d63 [bb993d63]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=d8d54a7f [d8d54a7f]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 95.6% (373 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=122a27a0 [122a27a0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=bb9e13d1 [bb9e13d1]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=0817bc03 [0817bc03]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer-desktop-files/bg/&lt;br /&gt;
&lt;br /&gt;
== kplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=7b81ead9 [7b81ead9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 77.1% (800 of 1037 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=7fcb2060 [7fcb2060]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 77.1% (800 of 1037 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=e71f663d [e71f663d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 77.1% (800 of 1037 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=14b1fdd9 [14b1fdd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 77.1% (800 of 1037 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=968ddac2 [968ddac2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=1c3f07e0 [1c3f07e0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=e9d5a656 [e9d5a656]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=cc14b9cf [cc14b9cf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=d8391ef7 [d8391ef7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 77.0% (799 of 1037 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/ru/&lt;br /&gt;
&lt;br /&gt;
== mplayerthumbs ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=ece3987d [ece3987d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: applications/mplayerthumbs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/mplayerthumbs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=617cbd23 [617cbd23]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== rosegarden ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=e56395ae [e56395ae]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.2% (2003 of 2322 strings)&amp;lt;br/&amp;gt;Translation: applications/rosegarden&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/rosegarden/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=95c249dd [95c249dd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/rosegarden - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/rosegarden-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=48eed92c [48eed92c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.2% (2002 of 2322 strings)&amp;lt;br/&amp;gt;Translation: applications/rosegarden&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/rosegarden/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=5eb170e8 [5eb170e8]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=1e5e9153 [1e5e9153]] Added translation using Weblate (Portuguese (Brazil))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=edb78953 [edb78953]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.2% (2002 of 2322 strings)&amp;lt;br/&amp;gt;Translation: applications/rosegarden&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/rosegarden/ru/&lt;br /&gt;
&lt;br /&gt;
== soundkonverter ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=e85fcc32 [e85fcc32]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (319 of 319 strings)&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=78fe42d0 [78fe42d0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.2% (304 of 319 strings)&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=4e11f456 [4e11f456]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=451107da [451107da]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (319 of 319 strings)&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=2c5f94f3 [2c5f94f3]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (319 of 319 strings)&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=bcf2d459 [bcf2d459]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.6% (302 of 319 strings)&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=2bf7eb6c [2bf7eb6c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=28a35800 [28a35800]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=300613ee [300613ee]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=a13d3527 [a13d3527]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tderadio ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=124924ed [124924ed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - convert-presets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-convert-presets/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=0647c9c8 [0647c9c8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - oss-sound&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-oss-sound/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=69544d75 [69544d75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (49 of 49 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - alsa-sound&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-alsa-sound/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=7a03b7f3 [7a03b7f3]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=49f49b60 [49f49b60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=46e97349 [46e97349]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - streaming&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-streaming/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=0e66044b [0e66044b]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=1e03606e [1e03606e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=f8b88abd [f8b88abd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (17 of 17 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - timeshifter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-timeshifter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=88c92992 [88c92992]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - streaming&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-streaming/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=739ad48d [739ad48d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - soundserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-soundserver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=f693d48c [f693d48c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (78 of 78 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - recording&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-recording/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=62096a82 [62096a82]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - gui-error-log&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-error-log/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=7898f4d5 [7898f4d5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - gui-standard-display&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-standard-display/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=13e5a97b [13e5a97b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - recording&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-recording/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=6b08efa0 [6b08efa0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - timeshifter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-timeshifter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=ffdacdaa [ffdacdaa]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - oss-sound&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-oss-sound/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=2cfd8fba [2cfd8fba]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=aa80a24c [aa80a24c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=28afa3da [28afa3da]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - oss-sound&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-oss-sound/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=5369d924 [5369d924]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (45 of 45 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - gui-standard-display&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-standard-display/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=a9f14b38 [a9f14b38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 82.3% (14 of 17 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - timeshifter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-timeshifter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=d57a893c [d57a893c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.1% (75 of 78 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - recording&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-recording/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=55460675 [55460675]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=03b5df8e [03b5df8e]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 93.5% (29 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=0bb5fda6 [0bb5fda6]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=8cd30c0e [8cd30c0e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=c74cfcb6 [c74cfcb6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.7% (30 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/office =&lt;br /&gt;
== basket ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=5ed9f00b [5ed9f00b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/basket&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=d492a4c3 [d492a4c3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/basket&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=5dd5a1c1 [5dd5a1c1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/basket&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=2ab71048 [2ab71048]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/basket&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=8bba24a1 [8bba24a1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: applications/basket - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=3e05901d [3e05901d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/basket&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=33317176 [33317176]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/basket&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=c8b892a3 [c8b892a3]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kbibtex ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=a8cf4b8b [a8cf4b8b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kbibtex - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbibtex-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=a9b74b76 [a9b74b76]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=15d816e8 [15d816e8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbibtex&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbibtex/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=702a473b [702a473b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 73.7% (444 of 602 strings)&amp;lt;br/&amp;gt;Translation: applications/kbibtex&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbibtex/ru/&lt;br /&gt;
&lt;br /&gt;
== kbookreader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=0b40cdac [0b40cdac]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 66.6% (2 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kbookreader - kbookreader.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader-kbookreaderdesktop/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=713e783c [713e783c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=8e2d9623 [8e2d9623]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbookreader - kbookreader.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader-kbookreaderdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=e32bbc6e [e32bbc6e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (17 of 17 strings)&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=fcdb94c9 [fcdb94c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kbookreader - kbookreader.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader-kbookreaderdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=ac3e0386 [ac3e0386]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=61e10e5a [61e10e5a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/&lt;br /&gt;
&lt;br /&gt;
== kile ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=c79ed8e2 [c79ed8e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 58.2% (924 of 1587 strings)&amp;lt;br/&amp;gt;Translation: applications/kile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=08a73a70 [08a73a70]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kile - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile-desktop-files/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=872c127f [872c127f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kile - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=59f1c45a [59f1c45a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kile - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=00b87abb [00b87abb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kile - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== kmymoney ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=2d36eedb [2d36eedb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2674 of 2674 strings)&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=202400b8 [202400b8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2674 of 2674 strings)&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=debe3076 [debe3076]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmymoney - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=16aa0610 [16aa0610]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=af8d71ce [af8d71ce]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=79e957c7 [79e957c7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=47cc1d27 [47cc1d27]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: applications/kmymoney - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=e592106d [e592106d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (2658 of 2674 strings)&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=67a43ced [67a43ced]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=9df4c701 [9df4c701]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== knowit ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=3a30dbdb [3a30dbdb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/knowit - knowit.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knowit-knowitdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=81a2fc07 [81a2fc07]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== koffice ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=d165869a [d165869a]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=c2fdb394 [c2fdb394]] Fix functionality broken by commit a9bbaa83&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=a9bbaa83 [a9bbaa83]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== koffice-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=fce31dee [fce31dee]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kspread&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ff7c98ec [ff7c98ec]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=c2c28bfe [c2c28bfe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.8% (418 of 427 strings)&amp;lt;br/&amp;gt;Translation: koffice/karbon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/karbon/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=446dc7f6 [446dc7f6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (909 of 909 strings)&amp;lt;br/&amp;gt;Translation: koffice/kpresenter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kpresenter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=c85f8b7f [c85f8b7f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.0% (1295 of 1423 strings)&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=65588988 [65588988]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (961 of 961 strings)&amp;lt;br/&amp;gt;Translation: koffice/kword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kword/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=82a49e46 [82a49e46]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (909 of 909 strings)&amp;lt;br/&amp;gt;Translation: koffice/kpresenter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kpresenter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=699d1a0e [699d1a0e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.4% (1169 of 1200 strings)&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=64f9d8c2 [64f9d8c2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (3150 of 3168 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspread&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=422b95eb [422b95eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (354 of 354 strings)&amp;lt;br/&amp;gt;Translation: koffice/kformdesigner&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kformdesigner/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=041cb462 [041cb462]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/koffice&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/koffice/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=27fd186c [27fd186c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=572398a4 [572398a4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (3150 of 3168 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspread&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=bce5a0c4 [bce5a0c4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.4% (1169 of 1200 strings)&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=cc44ebc3 [cc44ebc3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: koffice/thesaurus_tool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/thesaurus_tool/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=b6cedf64 [b6cedf64]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_ooo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_ooo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=9f49ba05 [9f49ba05]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_koffice&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_koffice/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=7a3529fd [7a3529fd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_gnumeric&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_gnumeric/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=05196041 [05196041]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_abiword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_abiword/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ffe6d299 [ffe6d299]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (961 of 961 strings)&amp;lt;br/&amp;gt;Translation: koffice/kword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kword/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ad3cf8ee [ad3cf8ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspreadcalc_calc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspreadcalc_calc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=7f8b71fa [7f8b71fa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (909 of 909 strings)&amp;lt;br/&amp;gt;Translation: koffice/kpresenter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kpresenter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=d154e97e [d154e97e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (354 of 354 strings)&amp;lt;br/&amp;gt;Translation: koffice/kformdesigner&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kformdesigner/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=9c40a4ce [9c40a4ce]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=aa8c2267 [aa8c2267]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ccf47869 [ccf47869]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=f690d314 [f690d314]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.0% (1295 of 1423 strings)&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=f0bcacf8 [f0bcacf8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kivio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kivio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=e1f27756 [e1f27756]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=e84fa74c [e84fa74c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kword/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=fc3d61ff [fc3d61ff]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/koffice&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/koffice/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=31fd578d [31fd578d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=069df0f0 [069df0f0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kofficefilters&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kofficefilters/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=96a280ad [96a280ad]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=b7a0d0ff [b7a0d0ff]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 98.3% (420 of 427 strings)&amp;lt;br/&amp;gt;Translation: koffice/karbon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/karbon/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=8e305f42 [8e305f42]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 99.8% (1421 of 1423 strings)&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=61f41445 [61f41445]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: koffice/example&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/example/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=1f753ab8 [1f753ab8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (3150 of 3168 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspread&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/ru/&lt;br /&gt;
&lt;br /&gt;
== kpilot ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=e91f7e51 [e91f7e51]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.3% (1059 of 1088 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=0f9a5cb5 [0f9a5cb5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.3% (1059 of 1088 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=994025a3 [994025a3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.3% (1059 of 1088 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=812902b7 [812902b7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=2ddec8ee [2ddec8ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.3% (1059 of 1088 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=6ee217d4 [6ee217d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.2% (29 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=84b8d43e [84b8d43e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=9a5d96d5 [9a5d96d5]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=9beef848 [9beef848]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.3% (1059 of 1088 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=adc41d0e [adc41d0e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=43b3df95 [43b3df95]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=b2480185 [b2480185]] Fix functionality broken by commit a956e3e&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=f060f38e [f060f38e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=fa847ef4 [fa847ef4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=a956e3e8 [a956e3e8]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tellico ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=fb3e3b16 [fb3e3b16]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1113 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=c5aed387 [c5aed387]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1113 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=292c365c [292c365c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1113 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=9232c032 [9232c032]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=dae674d5 [dae674d5]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=01caa644 [01caa644]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=ea7a8ffa [ea7a8ffa]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=10996a19 [10996a19]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=252be932 [252be932]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.5% (1108 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=f73799c2 [f73799c2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=30d2f3d2 [30d2f3d2]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 74.2% (826 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=997c050d [997c050d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=0a00263f [0a00263f]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
= applications/settings =&lt;br /&gt;
== kdpkg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=e5d56b2b [e5d56b2b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kdpkg - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=52160b83 [52160b83]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=1ec33520 [1ec33520]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=1f5bed1a [1f5bed1a]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=752317fb [752317fb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=c178f4e3 [c178f4e3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 93.1% (27 of 29 strings)&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=7afa4047 [7afa4047]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=3107e30a [3107e30a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=4277d12f [4277d12f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/&lt;br /&gt;
&lt;br /&gt;
== kima ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=72f70a32 [72f70a32]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kima - kima.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kima-kimadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=59a7eecd [59a7eecd]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kiosktool ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=fe1ef0db [fe1ef0db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kiosktool - kiosktool.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kiosktool-kiosktooldesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=e30e1b38 [e30e1b38]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=f585e458 [f585e458]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kiosktool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kiosktool/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=6d1e1f26 [6d1e1f26]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (238 of 238 strings)&amp;lt;br/&amp;gt;Translation: applications/kiosktool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kiosktool/ru/&lt;br /&gt;
&lt;br /&gt;
== kkbswitch ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=dd9aa434 [dd9aa434]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=c81744ba [c81744ba]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=513141a1 [513141a1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.9% (53 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=d7365e67 [d7365e67]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch - kkbswitch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch-kkbswitchdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=59d15769 [59d15769]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=f14c6e5f [f14c6e5f]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=c36d0446 [c36d0446]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch - kkbswitch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch-kkbswitchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=d7b89dac [d7b89dac]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=586412b8 [586412b8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 96.4% (55 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=8978515d [8978515d]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=29e2187e [29e2187e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=4f10d322 [4f10d322]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=2f27dd99 [2f27dd99]] Added global shortcuts for switching to previous/next group&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/kkbswitch/issues/6 #6]&lt;br /&gt;
&lt;br /&gt;
== klcddimmer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=10b9f399 [10b9f399]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 66.6% (2 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/klcddimmer - klcddimmer.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer-klcddimmerdesktop/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=4c074e14 [4c074e14]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/klcddimmer - klcddimmer.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer-klcddimmerdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=739e6b63 [739e6b63]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/klcddimmer - klcddimmer.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer-klcddimmerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=c552505d [c552505d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/klcddimmer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer/&lt;br /&gt;
&lt;br /&gt;
== tde-systemsettings ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-systemsettings/commit/?id=68f1f0e8 [68f1f0e8]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-systemsettings - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-systemsettings-desktop-files/pt_BR/&lt;br /&gt;
&lt;br /&gt;
== tdenetworkmanager ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=844977ab [844977ab]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=4df2908f [4df2908f]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=726b7a12 [726b7a12]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 69.9% (198 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=b886f5e1 [b886f5e1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 68.5% (194 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=aed561a0 [aed561a0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 56.5% (160 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=0f339629 [0f339629]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 56.5% (160 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=0b25fec3 [0b25fec3]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (283 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=61ae35a3 [61ae35a3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=5df4ed11 [5df4ed11]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 56.5% (160 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=c95d4f33 [c95d4f33]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=f6f35912 [f6f35912]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=92a7c996 [92a7c996]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager-events/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=8883a11e [8883a11e]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=f781e430 [f781e430]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 56.5% (160 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=6bd64d20 [6bd64d20]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 54.4% (154 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
&lt;br /&gt;
== wlassistant ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/wlassistant/commit/?id=3e7e7008 [3e7e7008]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/wlassistant - wlassistant.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/wlassistant-wlassistantdesktop/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/system =&lt;br /&gt;
== dolphin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=3738023e [3738023e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=587e9c20 [587e9c20]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (174 of 174 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=7c83a8a9 [7c83a8a9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (174 of 174 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=5ad5f3b3 [5ad5f3b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (174 of 174 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=935eb49d [935eb49d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (174 of 174 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=c5ebee1a [c5ebee1a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=b6a6add7 [b6a6add7]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=d6981f86 [d6981f86]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=88bffef8 [88bffef8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=50bf6ece [50bf6ece]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=df0f2634 [df0f2634]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 87.3% (55 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=128fc6c0 [128fc6c0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=4177bfeb [4177bfeb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=31e79818 [31e79818]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=614887eb [614887eb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=dfc034e5 [dfc034e5]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== katapult ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=5ba23c85 [5ba23c85]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 61.7% (55 of 89 strings)&amp;lt;br/&amp;gt;Translation: applications/katapult&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/katapult/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=b427732a [b427732a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: applications/katapult - displays&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/katapult-displays/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=a2ce4f73 [a2ce4f73]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=90483ac4 [90483ac4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/katapult - katapult.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/katapult-katapultdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=2c620ea8 [2c620ea8]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=4b5ae0ee [4b5ae0ee]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (89 of 89 strings)&amp;lt;br/&amp;gt;Translation: applications/katapult&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/katapult/pt_BR/&lt;br /&gt;
&lt;br /&gt;
== kbfx ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=f445316b [f445316b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: applications/kbfx - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbfx-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=ea95d7dd [ea95d7dd]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=a83a9d10 [a83a9d10]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=7df544d7 [7df544d7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbfx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbfx/&lt;br /&gt;
&lt;br /&gt;
== kcmautostart ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=b5fa6c20 [b5fa6c20]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart - autostart.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart-autostartdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=93aa3c87 [93aa3c87]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=639e1972 [639e1972]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=e156d8d7 [e156d8d7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=a34114dc [a34114dc]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=e32b5599 [e32b5599]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/&lt;br /&gt;
&lt;br /&gt;
== kdbusnotification ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=1a641393 [1a641393]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/kdbusnotification&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbusnotification/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=b412e198 [b412e198]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=b0df4a69 [b0df4a69]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kdbusnotification - autostart.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbusnotification-autostartdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=15f5616c [15f5616c]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== klamav ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=29631587 [29631587]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: applications/klamav - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klamav-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=478aa390 [478aa390]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 64.4% (286 of 444 strings)&amp;lt;br/&amp;gt;Translation: applications/klamav&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klamav/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=9a617c2a [9a617c2a]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=d11bc9be [d11bc9be]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 64.1% (285 of 444 strings)&amp;lt;br/&amp;gt;Translation: applications/klamav&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klamav/ru/&lt;br /&gt;
&lt;br /&gt;
== knemo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=e7fb48e5 [e7fb48e5]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (85 of 85 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=9e04f998 [9e04f998]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knemo - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=3772679a [3772679a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knemo - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-events/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=232699e6 [232699e6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knemo - kcm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-kcm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=16c52455 [16c52455]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knemo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=8e390170 [8e390170]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=73908043 [73908043]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo - kcm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-kcm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=d1925e58 [d1925e58]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (85 of 85 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=6132bf8e [6132bf8e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== knetload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=ba2626b3 [ba2626b3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knetload - knetload.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetload-knetloaddesktop/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=c52c618e [c52c618e]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=7b25c61d [7b25c61d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knetload - knetload.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetload-knetloaddesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=ad81a141 [ad81a141]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knetload - knetload.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetload-knetloaddesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== knetstats ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=cde57e3a [cde57e3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (53 of 53 strings)&amp;lt;br/&amp;gt;Translation: applications/knetstats&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetstats/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=f59f6f15 [f59f6f15]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/knetstats - knetstats.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetstats-knetstatsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=26523e70 [26523e70]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=fca6b8e0 [fca6b8e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (53 of 53 strings)&amp;lt;br/&amp;gt;Translation: applications/knetstats&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetstats/ru/&lt;br /&gt;
&lt;br /&gt;
== krusader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=ebe33485 [ebe33485]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 89.0% (1246 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=9c7ecae7 [9c7ecae7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 89.0% (1246 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=48d80382 [48d80382]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1399 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=0a303a08 [0a303a08]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader - tdeio-virt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader-tdeio-virt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=b530f6f6 [b530f6f6]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=7e975b56 [7e975b56]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 89.0% (1246 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=6dcff4b8 [6dcff4b8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=36ae80d0 [36ae80d0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=3ce92a8b [3ce92a8b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 89.0% (1246 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=c3898db6 [c3898db6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=b55a9aa0 [b55a9aa0]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1399 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=a6d7af8f [a6d7af8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 89.0% (1246 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=1107ba66 [1107ba66]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=60b198a9 [60b198a9]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1399 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/uk/&lt;br /&gt;
&lt;br /&gt;
== kshutdown ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=73705ae9 [73705ae9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kshutdown&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=9c887493 [9c887493]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=88cbe7eb [88cbe7eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 32.7% (58 of 177 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=7f2b77af [7f2b77af]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=6de6914a [6de6914a]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=294c6c37 [294c6c37]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=5153b71e [5153b71e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kshutdown - kshutdown.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-kshutdowndesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=757c58ab [757c58ab]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=0cb0eeb3 [0cb0eeb3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown - kshutdown.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-kshutdowndesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=6c6e8bb5 [6c6e8bb5]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown - kshutdown.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-kshutdowndesktop/nl/&lt;br /&gt;
&lt;br /&gt;
== ksystemlog ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=e8c74ab9 [e8c74ab9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/ksystemlog - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksystemlog-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=f878a025 [f878a025]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=cf0f1b44 [cf0f1b44]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/ksystemlog&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksystemlog/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=27e255d7 [27e255d7]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kvkbd ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=570028de [570028de]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kvkbd - kvkbd.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvkbd-kvkbddesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=3a15b392 [3a15b392]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=02fef088 [02fef088]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== polkit-agent-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=7ef2e01a [7ef2e01a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde - polkit-agent-tde.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde-polkit-agent-tdedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=4bc2685c [4bc2685c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=394ba86f [394ba86f]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=d0ff02a7 [d0ff02a7]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=774e540b [774e540b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=fe3d3837 [fe3d3837]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=81f288bf [81f288bf]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/zh_Hant/&lt;br /&gt;
&lt;br /&gt;
== tastymenu ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=2307db6a [2307db6a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (146 of 146 strings)&amp;lt;br/&amp;gt;Translation: applications/tastymenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tastymenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=425d4d88 [425d4d88]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/tastymenu - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tastymenu-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=97b927a5 [97b927a5]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdebluez ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=17819966 [17819966]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=f25c4521 [f25c4521]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-events/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=01f504fe [01f504fe]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=fce0091e [fce0091e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=f23e3839 [f23e3839]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=823b8121 [823b8121]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=d0311fa0 [d0311fa0]] Added translation using Weblate (Dutch)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ee1b7905 [ee1b7905]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 89.1% (239 of 268 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=14e65f81 [14e65f81]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=9a895e4f [9a895e4f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=5dbd02e3 [5dbd02e3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=75e3f4ae [75e3f4ae]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=1d2fcc95 [1d2fcc95]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (266 of 266 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=9ec32992 [9ec32992]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=226cacc4 [226cacc4]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (274 of 274 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ae46115f [ae46115f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ad1894b7 [ad1894b7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=e852055d [e852055d]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tdedocker ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=0784dd69 [0784dd69]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 39.1% (18 of 46 strings)&amp;lt;br/&amp;gt;Translation: applications/tdedocker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdedocker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=c8bd481e [c8bd481e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/tdedocker - tdedocker.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdedocker-tdedockerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=2cb5f566 [2cb5f566]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdepowersave ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=f1c49fc1 [f1c49fc1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (311 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=dc69c843 [dc69c843]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (311 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=edb862bc [edb862bc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (311 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=b001f8e8 [b001f8e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 36.3% (20 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=b8b910e9 [b8b910e9]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=aaf6cc18 [aaf6cc18]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=8a0925b0 [8a0925b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave-events/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=9b7728c1 [9b7728c1]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (311 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=96ba1bf7 [96ba1bf7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 36.3% (20 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=1e735aeb [1e735aeb]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (311 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=f39d5cd2 [f39d5cd2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=c1d1a446 [c1d1a446]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=70666ec3 [70666ec3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=c2676876 [c2676876]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.2% (290 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=5242ce6d [5242ce6d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=678ecbe9 [678ecbe9]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tdesshaskpass ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=77270a90 [77270a90]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 71.4% (5 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesshaskpass&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesshaskpass/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=a9f78c9a [a9f78c9a]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=b193e3f5 [b193e3f5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdesshaskpass&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesshaskpass/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=7a7a240e [7a7a240e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesshaskpass&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesshaskpass/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=b0aaaa03 [b0aaaa03]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== yakuake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=ffd5e73e [ffd5e73e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/yakuake - yakuake.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake-yakuakedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=cf3dbd06 [cf3dbd06]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (98 of 98 strings)&amp;lt;br/&amp;gt;Translation: applications/yakuake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=4adafb6f [4adafb6f]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=73cd9e3b [73cd9e3b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/yakuake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=4d40f6d0 [4d40f6d0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.9% (94 of 98 strings)&amp;lt;br/&amp;gt;Translation: applications/yakuake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/tdeio =&lt;br /&gt;
== tdeio-appinfo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=61b023d5 [61b023d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-appinfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-appinfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=6b18c8aa [6b18c8aa]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=4a1957d9 [4a1957d9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-appinfo - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-appinfo-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=259bb403 [259bb403]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeio-apt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=154d4926 [154d4926]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-apt - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-apt-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=9bd15ca6 [9bd15ca6]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeio-ftps ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-ftps/commit/?id=8ac1f636 [8ac1f636]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdeio-ftps&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-ftps/&lt;br /&gt;
&lt;br /&gt;
== tdeio-gopher ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-gopher/commit/?id=dfc20d5b [dfc20d5b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-gopher&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-gopher/ru/&lt;br /&gt;
&lt;br /&gt;
== tdeio-locate ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=888a6158 [888a6158]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-locate - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-locate-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=94acdb2d [94acdb2d]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeio-sword ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=bbf5f2b3 [bbf5f2b3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdeio-sword - sword.protocol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-sword-swordprotocol/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=a1851f5d [a1851f5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-sword - sword.protocol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-sword-swordprotocol/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=6d75ce24 [6d75ce24]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeio-umountwrapper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=c48a81c6 [c48a81c6]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 57.1% (4 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-umountwrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-umountwrapper/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=dfbe223a [dfbe223a]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=11dcb3f5 [11dcb3f5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdeio-umountwrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-umountwrapper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=e3173ff2 [e3173ff2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-umountwrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-umountwrapper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=c37ba2dc [c37ba2dc]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
= applications/themes =&lt;br /&gt;
== gtk-qt-engine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=df12e773 [df12e773]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=d0d226cf [d0d226cf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=2178adeb [2178adeb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=90c79e65 [90c79e65]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=df701883 [df701883]] Added translation using Weblate (Chinese (Simplified))&lt;br /&gt;
&lt;br /&gt;
== kgtk-qt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=e6da4c75 [e6da4c75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/kgtk-qt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kgtk-qt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=06bca424 [06bca424]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/kgtk-qt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kgtk-qt3/ru/&lt;br /&gt;
&lt;br /&gt;
== ksplash-engine-moodin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=c10854bc [c10854bc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: applications/ksplash-engine-moodin - themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksplash-engine-moodin-themes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=ba3e4d83 [ba3e4d83]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=a6618f45 [a6618f45]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/ksplash-engine-moodin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksplash-engine-moodin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=5f1d24be [5f1d24be]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=80fd36cc [80fd36cc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/ksplash-engine-moodin - ksplashmoodin.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksplash-engine-moodin-ksplashmoodindesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=c5ea48d7 [c5ea48d7]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tde-style-baghira ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=2848e644 [2848e644]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 7.1% (1 of 14 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-desktop-files/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=85366bc0 [85366bc0]] Added translation using Weblate (Portuguese (Brazil))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=130a09fe [130a09fe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - bab&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-bab/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=a41cd05c [a41cd05c]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=2bfddb37 [2bfddb37]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - kmenuapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-kmenuapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=24c94460 [24c94460]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=bb43a575 [bb43a575]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - sessionapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-sessionapplet/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=738600de [738600de]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - starter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-starter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=54a306f5 [54a306f5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=4a3bbfa4 [4a3bbfa4]] Rename library twin3_baghira -&amp;amp;gt; twin_baghira&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=fc8b3dd4 [fc8b3dd4]] Fix functionality broken by commit 66813ef&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=66813efe [66813efe]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tde-style-domino ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=515a3c18 [515a3c18]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-domino - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-domino-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=bc0d220b [bc0d220b]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=7ea023ba [7ea023ba]] Rename library twin3_domino -&amp;amp;gt; twin_domino&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== tde-style-ia-ora ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=9e5afc6b [9e5afc6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-ia-ora - twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-ia-ora-twin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=5bbd8ebf [5bbd8ebf]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=70d8e947 [70d8e947]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-ia-ora - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-ia-ora-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=5e7e1797 [5e7e1797]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=25c19604 [25c19604]] Rename library twin3_iaora -&amp;amp;gt; twin_iaora&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== tde-style-lipstik ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=dc269473 [dc269473]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-lipstik - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-lipstik-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=39c758d5 [39c758d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-lipstik - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-lipstik-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=e0338512 [e0338512]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tde-style-qtcurve ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=b069a35c [b069a35c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-qtcurve - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-qtcurve-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=27e23c10 [27e23c10]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdmtheme ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=40c3be67 [40c3be67]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/tdmtheme - tdmtheme.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdmtheme-tdmthemedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=422b7c29 [422b7c29]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=be80cbfd [be80cbfd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdmtheme&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdmtheme/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=33f7baf1 [33f7baf1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: applications/tdmtheme&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdmtheme/ru/&lt;br /&gt;
&lt;br /&gt;
== twin-style-crystal ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=74a99abb [74a99abb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/twin-style-crystal - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-crystal-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=ef365451 [ef365451]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=d9afc78c [d9afc78c]] Rename library twin3_crystal -&amp;amp;gt; twin_crystal&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-dekorator ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=c2065d4f [c2065d4f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/twin-style-dekorator - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-dekorator-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=92d4ca9f [92d4ca9f]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=c67f6084 [c67f6084]] Rename library twin3_deKorator -&amp;amp;gt; twin_deKorator&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-machbunt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=f58ac171 [f58ac171]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/twin-style-machbunt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-machbunt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=7a99524e [7a99524e]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=330d2a97 [330d2a97]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/twin-style-machbunt - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-machbunt-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=af060376 [af060376]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=81c7c4d0 [81c7c4d0]] Rename library twin3_MachBunt to twin_MachBunt&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-suse2 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=e0d3d7ab [e0d3d7ab]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 78.4% (51 of 65 strings)&amp;lt;br/&amp;gt;Translation: applications/twin-style-suse2&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-suse2/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=db79df35 [db79df35]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/twin-style-suse2 - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-suse2-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=358a0175 [358a0175]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=6cdb0cbb [6cdb0cbb]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (65 of 65 strings)&amp;lt;br/&amp;gt;Translation: applications/twin-style-suse2&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-suse2/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=9b5c2e1e [9b5c2e1e]] Rename library twin3_SUSE2 -&amp;amp;gt; twin_SUSE&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
= applications/utilities =&lt;br /&gt;
== abakus ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=9ace50d1 [9ace50d1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/abakus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=467ef6c1 [467ef6c1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (49 of 49 strings)&amp;lt;br/&amp;gt;Translation: applications/abakus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=e1762b36 [e1762b36]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=b277c7ae [b277c7ae]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/abakus - abakus.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus-abakusdesktop/bg/&lt;br /&gt;
&lt;br /&gt;
== filelight ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=6676268d [6676268d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=8066004a [8066004a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=9fd8fe68 [9fd8fe68]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (77 of 77 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=aa06806b [aa06806b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=28349b70 [28349b70]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=7cc11b7f [7cc11b7f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=629295b3 [629295b3]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=33098270 [33098270]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (77 of 77 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/uk/&lt;br /&gt;
&lt;br /&gt;
== kbarcode ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=e7336ab9 [e7336ab9]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=2f5aa189 [2f5aa189]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.1% (589 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=6c31a9ec [6c31a9ec]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=7f9e4e65 [7f9e4e65]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.9% (582 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=f6c05921 [f6c05921]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 74.5% (443 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=371ce27c [371ce27c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=7bd51d72 [7bd51d72]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=6ca861bd [6ca861bd]] Fix functionality broken by commit fc06df3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=fc06df33 [fc06df33]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== kchmviewer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=98cc5c5b [98cc5c5b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 80.6% (117 of 145 strings)&amp;lt;br/&amp;gt;Translation: applications/kchmviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kchmviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=c840a753 [c840a753]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 80.6% (117 of 145 strings)&amp;lt;br/&amp;gt;Translation: applications/kchmviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kchmviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=7b5e8574 [7b5e8574]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kchmviewer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kchmviewer-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=78502278 [78502278]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kchmviewer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kchmviewer-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== kcpuload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=14c73c4b [14c73c4b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kcpuload - kcpuload.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload-kcpuloaddesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=824e509b [824e509b]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=0c199bf6 [0c199bf6]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=b49178b0 [b49178b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=8ae8e9f8 [8ae8e9f8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 94.8% (37 of 39 strings)&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=7a450d31 [7a450d31]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=d9952f82 [d9952f82]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/&lt;br /&gt;
&lt;br /&gt;
== kdirstat ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=d08890b0 [d08890b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kdirstat - kdirstat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdirstat-kdirstatdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=d0eed693 [d0eed693]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (249 of 249 strings)&amp;lt;br/&amp;gt;Translation: applications/kdirstat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdirstat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=cc9f1809 [cc9f1809]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=89804e56 [89804e56]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 47.3% (118 of 249 strings)&amp;lt;br/&amp;gt;Translation: applications/kdirstat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdirstat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=71311fff [71311fff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 42.1% (105 of 249 strings)&amp;lt;br/&amp;gt;Translation: applications/kdirstat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdirstat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=a958f1f3 [a958f1f3]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== keep ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=769aafda [769aafda]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: applications/keep&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/keep/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=1a76670f [1a76670f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/keep - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/keep-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=c08474b2 [c08474b2]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=04ecada5 [04ecada5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 84.5% (93 of 110 strings)&amp;lt;br/&amp;gt;Translation: applications/keep&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/keep/ru/&lt;br /&gt;
&lt;br /&gt;
== knutclient ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=5f03df41 [5f03df41]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knutclient - knutclient.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient-knutclientdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=0beb63be [0beb63be]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=dfa5f3fa [dfa5f3fa]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knutclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=466ddc1b [466ddc1b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (203 of 203 strings)&amp;lt;br/&amp;gt;Translation: applications/knutclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient/uk/&lt;br /&gt;
&lt;br /&gt;
== kompose ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=00e245dc [00e245dc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kompose - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kompose-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=748e68f2 [748e68f2]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== krename ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=8f56e896 [8f56e896]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (330 of 330 strings)&amp;lt;br/&amp;gt;Translation: applications/krename&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krename/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=28d102bd [28d102bd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krename - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krename-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=b4e78648 [b4e78648]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/krename - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krename-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=7740aa8e [7740aa8e]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== ksensors ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=2a8c9caa [2a8c9caa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/ksensors - ksensors.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksensors-ksensorsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=2f3812ef [2f3812ef]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== qalculate-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=3fca4e9e [3fca4e9e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=2a0fc1a4 [2a0fc1a4]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=744ac88e [744ac88e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=6baf1704 [6baf1704]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.4% (593 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=accfbbbf [accfbbbf]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=34b3365e [34b3365e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=933d4190 [933d4190]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=68aa9b3b [68aa9b3b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (596 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=96280709 [96280709]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 75.0% (447 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=09de128a [09de128a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 70.6% (421 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=c714c687 [c714c687]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 60.7% (362 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=1c102209 [1c102209]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 42.4% (253 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=06249035 [06249035]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
= packaging =&lt;br /&gt;
== packaging ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=82ceb95a [82ceb95a]] DEB tqt3: switch to tq* canvas related files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=53704653 [53704653]] DEB tqt3: switch to tq* dom and xml related files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=30405ac3 [30405ac3]] DEB tqt3: switch to tq* sql related files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=2f4b0256 [2f4b0256]] DilOS tqt3: add input context header files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=d0a9c398 [d0a9c398]] DEB tqt3: switch to tqobject* files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=598468a9 [598468a9]] DEB tqt3: move tqt.h from tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=ef8e0bd1 [ef8e0bd1]] DEB build scripts: updated after testing on Devuan Chimaera&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=70a0160c [70a0160c]] DEB tdebindings: remove dependency on libtqt3-compat-headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=fb212c9e [fb212c9e]] DEB tqt3: drop compat files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=a4869e73 [a4869e73]] DEB tdebase twin: adjusted after renaming client libraries from twin3_* to twin_*. This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=7b064a10 [7b064a10]] DEB tqt3: adjusted after removing Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f7be243e [f7be243e]] DEB buildscripts: update supported distros&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f82c8cc0 [f82c8cc0]] DEB: remove support for Debian Stretch and Ubuntu Xenial&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=4721bdc6 [4721bdc6]] DEB tqt3: remove Qt2 obsolete classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=e6b868c8 [e6b868c8]] DEB tdebase: added release notes for R14.2.x series&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=3c5c1e60 [3c5c1e60]] DEB trinity-apt-archive: Set the apt repository URL to PTB.&lt;/div&gt;</summary>
		<author><name>SlavekB</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Template:DistroTable&amp;diff=3338</id>
		<title>Template:DistroTable</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Template:DistroTable&amp;diff=3338"/>
		<updated>2024-04-30T16:34:00Z</updated>

		<summary type="html">&lt;p&gt;SlavekB: Version update&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This template provides a &amp;#039;&amp;#039;&amp;#039;table with installation instructions&amp;#039;&amp;#039;&amp;#039; per distribution/operating system. It also tells the latest available version of TDE for that system.&lt;br /&gt;
&lt;br /&gt;
When there is a new release available for one of these systems, you only need to change the available version here; all the pages that use this template will show the updated data automatically.&lt;br /&gt;
&lt;br /&gt;
Mark the latest release with &amp;lt;span style=&amp;quot;background: lightgreen;&amp;quot;&amp;gt;lightgreen&amp;lt;/span&amp;gt;,  the release before it with &amp;lt;span style=&amp;quot;background: yellow;&amp;quot;&amp;gt;yellow&amp;lt;/span&amp;gt; and older releases with &amp;lt;span style=&amp;quot;background: orange;&amp;quot;&amp;gt;orange&amp;lt;/span&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
If there is something important that should be noticed about packages (e.g. pending builds) consider adding them below the table in a [[:Template:TipBox|TipBox]] or a [[:Template:WarningBox|WarningBox]] appropriately.&lt;br /&gt;
&lt;br /&gt;
= Example =&lt;br /&gt;
&lt;br /&gt;
This is how it will look on the page:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;onlyinclude&amp;gt;{|&lt;br /&gt;
| style=&amp;quot;vertical-align: top&amp;quot; | &amp;lt;!-- Official instructions --&amp;gt;&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin: 0;&amp;quot;&lt;br /&gt;
 ! colspan=&amp;quot;2&amp;quot; | &amp;lt;big&amp;gt;Official Instructions&amp;lt;/big&amp;gt;&lt;br /&gt;
 |-&lt;br /&gt;
 | &amp;#039;&amp;#039;&amp;#039;Distribution&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 | &amp;#039;&amp;#039;&amp;#039;Latest&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 |-&lt;br /&gt;
 | [[Debian Trinity Repository Installation Instructions|Debian]]&lt;br /&gt;
 | style=&amp;quot;background: lightgreen;&amp;quot; | R14.1.2&lt;br /&gt;
 |-&lt;br /&gt;
 | [[Devuan Trinity Repository Installation Instructions|Devuan]]&lt;br /&gt;
 | style=&amp;quot;background: lightgreen;&amp;quot; | R14.1.2&lt;br /&gt;
 |-&lt;br /&gt;
 | [[Fedora Trinity Repository Installation Instructions|Fedora]]&lt;br /&gt;
 | style=&amp;quot;background: lightgreen;&amp;quot; | R14.1.2&lt;br /&gt;
 |-&lt;br /&gt;
 | [[RedHat Trinity Repository Installation Instructions|RedHat]]&lt;br /&gt;
 | style=&amp;quot;background: lightgreen;&amp;quot; | R14.1.2&lt;br /&gt;
 |-&lt;br /&gt;
 | [[Ubuntu Trinity Repository Installation Instructions|Ubuntu]]&lt;br /&gt;
 | style=&amp;quot;background: lightgreen;&amp;quot; | R14.1.2&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
| style=&amp;quot;vertical-align: top&amp;quot; | &amp;lt;!-- Unofficial instructions --&amp;gt;&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin: 0;&amp;quot;&lt;br /&gt;
 ! colspan=&amp;quot;4&amp;quot; | &amp;lt;big&amp;gt;Community Instructions&amp;lt;/big&amp;gt;&lt;br /&gt;
 |-&lt;br /&gt;
 | &amp;#039;&amp;#039;&amp;#039;Distribution&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 | &amp;#039;&amp;#039;&amp;#039;Latest&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 | &amp;#039;&amp;#039;&amp;#039;Distribution&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 | &amp;#039;&amp;#039;&amp;#039;Latest&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
 |-&lt;br /&gt;
 | [[Arch Trinity Repository Installation Instructions|Arch Linux]]&lt;br /&gt;
 | style=&amp;quot;background: lightgreen;&amp;quot; | R14.1.2&lt;br /&gt;
 | [[MX Linux Trinity Repository Installation Instructions|MX Linux]]&lt;br /&gt;
 | style=&amp;quot;background: lightgreen;&amp;quot; | R14.1.2&lt;br /&gt;
 |-&lt;br /&gt;
 | [[FreeBSD Trinity Installation Instructions|FreeBSD]]&lt;br /&gt;
 | style=&amp;quot;background: lightgreen;&amp;quot; | R14.1.2 &amp;lt;!-- R14.1.x branch actually --&amp;gt;&lt;br /&gt;
 | [[OpenSUSE Trinity Repository Installation Instructions|OpenSUSE]]&lt;br /&gt;
 | style=&amp;quot;background: lightgreen;&amp;quot; | R14.1.2&lt;br /&gt;
 |-&lt;br /&gt;
 | [[Mageia Trinity Repository Installation Instructions|Mageia]]&lt;br /&gt;
 | style=&amp;quot;background: lightgreen;&amp;quot; | R14.1.2&lt;br /&gt;
 | [[PCLinuxOS Trinity Repository Installation Instructions|PCLinuxOS]]&lt;br /&gt;
 | style=&amp;quot;background: lightgreen;&amp;quot; | R14.1.2&lt;br /&gt;
 |-&lt;br /&gt;
 | [[Slackware Trinity Installation Instructions|Slackware]]&lt;br /&gt;
 | style=&amp;quot;background: lightgreen;&amp;quot; | R14.1.1&lt;br /&gt;
 |-&lt;br /&gt;
 | [[Raspbian Trinity Repository Installation Instructions|Raspbian]]&lt;br /&gt;
 | style=&amp;quot;background: lightgreen;&amp;quot; | R14.1.2&lt;br /&gt;
 |}&lt;br /&gt;
|-&lt;br /&gt;
|colspan=2|&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%; margin: 0;&amp;quot;&lt;br /&gt;
|Building from source code: &amp;#039;&amp;#039;&amp;#039;[[How to Build TDE Core Modules|base]]&amp;#039;&amp;#039;&amp;#039; | &amp;#039;&amp;#039;&amp;#039;[[How to Build Extra Applications|extra]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|style=&amp;quot;text-align: center;&amp;quot;|[[LiveCDs|Try a LiveCD]]&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;/onlyinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>SlavekB</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.2.0&amp;diff=3331</id>
		<title>Changelog For R14.2.0</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.2.0&amp;diff=3331"/>
		<updated>2024-04-29T00:43:18Z</updated>

		<summary type="html">&lt;p&gt;SlavekB: Update 20240428&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= common =&lt;br /&gt;
== admin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=3c012e46 [3c012e46]] tqt-replace and uic-tqt are no longer required&lt;br /&gt;
&lt;br /&gt;
= dependencies =&lt;br /&gt;
== tde-cmake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=b2d2b467 [b2d2b467]] tqt-replace is no longer required&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=9fae6b57 [9fae6b57]] Update version to R14.2.0&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tqt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=f5bf794e [f5bf794e]] Update translations binary files&amp;lt;br/&amp;gt;because they are not generated during build.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=4bcca712 [4bcca712]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (464 of 464 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=e90af998 [e90af998]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (464 of 464 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=7e24b2b6 [7e24b2b6]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (464 of 464 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=1938504e [1938504e]] Zero padding bytes in DndReceiverProp struct.&amp;lt;br/&amp;gt;This removes valgrind&amp;#039;s complains about accessing uninitialized memory.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=ee0c5d58 [ee0c5d58]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a6829398 [a6829398]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=d2122705 [d2122705]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=e0a3cab4 [e0a3cab4]] Minor adjustments to porting documentation&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=f2b3ea52 [f2b3ea52]] Drop compatibility code for TQSignal&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=fb6884ea [fb6884ea]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=2e817b4b [2e817b4b]] Remove dangled symlinks for droped compat headers.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=c3bb8881 [c3bb8881]] Drop compatibility code for TQButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=9492e618 [9492e618]] Drop compatibility code for TQThread&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=979f5621 [979f5621]] Drop compatibility code for TQLineEdit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=83991feb [83991feb]] Remove Qt4 related stuff&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=48ea22d0 [48ea22d0]] Drop compatibility code for TQToolButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b1bfbe79 [b1bfbe79]] Drop compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=bfd62a0b [bfd62a0b]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a8466ab3 [a8466ab3]] Translated using Weblate (Chinese (zh))&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3 - examples-i18n&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3-examples-i18n/zh/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=5350a724 [5350a724]] Drop TQT_NO_COMPAT code from mkspecs files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a75445b4 [a75445b4]] Drop Qt2 obsolete classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b6e9b6c6 [b6e9b6c6]] Added translation using Weblate (Turkish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=af9d6b11 [af9d6b11]] Added translation using Weblate (Turkish)&lt;br /&gt;
&lt;br /&gt;
== tqtinterface ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=c75a4d30 [c75a4d30]] Fix FTBFS caused by commit 70b3c7d&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=70b3c7d4 [70b3c7d4]] Removed unused scripts&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=2b8afac3 [2b8afac3]] Remove tqt-replace, uic-tqt and moc-tqt tools&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=9ad01120 [9ad01120]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=4746fbba [4746fbba]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=1c79e9f8 [1c79e9f8]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
== avahi-tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/avahi-tqt/commit/?id=51f0b3f7 [51f0b3f7]] moc-tqt is no longer required&lt;br /&gt;
&lt;br /&gt;
== pytqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=aa676491 [aa676491]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=cba16275 [cba16275]] Drop compatibility code for TQThread&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=8bd235be [8bd235be]] Addons to previous commit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=28273a01 [28273a01]] Drop Qt2&amp;#039;s TQSemiModal class.&lt;br /&gt;
&lt;br /&gt;
= core =&lt;br /&gt;
== tdelibs ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=3c503d85 [3c503d85]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=48310270 [48310270]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/knotify - knotify.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/knotify-knotifydesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=5efbce07 [5efbce07]] tdehw lib: drop definition of TDEDiskDeviceStatus::Hotpluggable&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cca633c6 [cca633c6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (179 of 179 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/all languages&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/all-languages/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=9755ecd9 [9755ecd9]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=503eb0d9 [503eb0d9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=29b84bd0 [29b84bd0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=f6627610 [f6627610]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7f7e5585 [7f7e5585]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.4% (323 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7a35fcf1 [7a35fcf1]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=f49e67f0 [f49e67f0]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=920d56d2 [920d56d2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=a7316f73 [a7316f73]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=4e0aa6d5 [4e0aa6d5]] Fix functionality broken by commit 8233b2e5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=8233b2e5 [8233b2e5]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=74cb596c [74cb596c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdemarkdown - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdemarkdown-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=29f58681 [29f58681]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (327 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=c6bc3af7 [c6bc3af7]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cdf964bb [cdf964bb]] Update version to R14.2.0&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tdebase ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=11fe84fc [11fe84fc]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=29bf0c46 [29bf0c46]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 73.5% (78 of 106 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e4de8ebc [e4de8ebc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 68.7% (22 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b36c32fc [b36c32fc]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-events/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b525cb14 [b525cb14]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 62.1% (282 of 454 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=4449d863 [4449d863]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b65f90a0 [b65f90a0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi - presets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi-presets/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c04e4905 [c04e4905]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8d642b33 [8d642b33]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=214a7434 [214a7434]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f067db30 [f067db30]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplash - themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplash-themes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=51e06d90 [51e06d90]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (35 of 35 strings)&amp;lt;br/&amp;gt;Translation: tdebase/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/wallpapers-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ccb9a31c [ccb9a31c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin clients - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-clients-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e3264169 [e3264169]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (251 of 251 strings)&amp;lt;br/&amp;gt;Translation: tdebase/l10n - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/l10n-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=de4f14d1 [de4f14d1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeprint - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeprint-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=526d59e6 [526d59e6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=81b38918 [81b38918]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 61.8% (281 of 454 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8214f3e0 [8214f3e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=517f7bee [517f7bee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f1e7be5e [f1e7be5e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 76.8% (266 of 346 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kappfinder - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kappfinder-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=55573505 [55573505]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d582a3c5 [d582a3c5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c3b71a55 [c3b71a55]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2253217b [2253217b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi - presets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi-presets/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5f5e9000 [5f5e9000]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - compat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-compat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=361361b7 [361361b7]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f9d06cee [f9d06cee]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb-events/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a5b06864 [a5b06864]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=55af1724 [55af1724]] Remove usage of TDEDiskDeviceStatus::Hotpluggable&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f093a1be [f093a1be]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdm - themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdm-themes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=21ecd990 [21ecd990]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplash - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplash-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=607f0804 [607f0804]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdehtml_plugins.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdehtml_pluginsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5f815bd0 [5f815bd0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkonq - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkonq-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8175c850 [8175c850]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksysguard - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksysguard-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7c8d600d [7c8d600d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=3faa7b1b [3faa7b1b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kate - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kate-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f6fb0d91 [f6fb0d91]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 61.8% (281 of 454 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=70af14e2 [70af14e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 48.5% (168 of 346 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kappfinder - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kappfinder-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=035c2698 [035c2698]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - directories&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-directories/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a1cbb16b [a1cbb16b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.8% (248 of 251 strings)&amp;lt;br/&amp;gt;Translation: tdebase/l10n - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/l10n-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a26bb216 [a26bb216]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1103f2b1 [1103f2b1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c836bb9d [c836bb9d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=00eab673 [00eab673]] Translated using Weblate (Greek)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/el/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9e7b4bb1 [9e7b4bb1]] TWin: Fix loading of window decoration configuration libraries&amp;lt;br/&amp;gt;Accidentally broken by commit 84ab47055d.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=748a54ff [748a54ff]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=dddd52ff [dddd52ff]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=30d54139 [30d54139]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2317bee2 [2317bee2]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=4c64b274 [4c64b274]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-events/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c0ca8145 [c0ca8145]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f1f2e40a [f1f2e40a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5eec362c [5eec362c]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2986ff6e [2986ff6e]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2937383d [2937383d]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-data/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9ab75fc1 [9ab75fc1]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ea076539 [ea076539]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi - presets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi-presets/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8a8431ab [8a8431ab]] twin: renames twin3_ to twin_ in user theme config files. This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/351 #351] and PR #364.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=91cb2036 [91cb2036]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.0% (33 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=88ea7160 [88ea7160]] KWin: rename client libraries twin3_* -&amp;amp;gt; twin_*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=84ab4705 [84ab4705]] Make TWin look for `twin_` libraries&amp;lt;br/&amp;gt;This is now the preferred way of calling the decoration libraries&amp;lt;br/&amp;gt;(in place of `twin3_`). The old names that start with `twin3_` are&amp;lt;br/&amp;gt;still recognized for compatibility reasons.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/351 #351]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e8336ee5 [e8336ee5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2da663c3 [2da663c3]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8210b058 [8210b058]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=74eb1d78 [74eb1d78]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=90b19e21 [90b19e21]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ce84a0c6 [ce84a0c6]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=950f0ce7 [950f0ce7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tde_release_notes.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tde_release_notesdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d61158c7 [d61158c7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdcop - kdcop.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdcop-kdcopdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ddc6b3af [ddc6b3af]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeintegration.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeintegrationdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1771a344 [1771a344]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5ec66d53 [5ec66d53]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - compat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-compat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=653159ea [653159ea]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=143cff2e [143cff2e]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=78937d51 [78937d51]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9ab17ab4 [9ab17ab4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e539275a [e539275a]] Add release notes draft for R14.2.x series&lt;br /&gt;
&lt;br /&gt;
== tdepim ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=1d22724f [1d22724f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libtdepim - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=80854783 [80854783]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=cc1d59e9 [cc1d59e9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=0b1c762f [0b1c762f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdepim/akregator - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/akregator-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=f1d159b3 [f1d159b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeabc - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeabc-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=fcf0ec84 [fcf0ec84]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=1239d800 [1239d800]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdepim/ktnef - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/ktnef-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=36939501 [36939501]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knotes - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knotes-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=61180ac3 [61180ac3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmobile - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmobile-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=59fb5a85 [59fb5a85]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=36eae050 [36eae050]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdepim/karm - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/karm-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=1dd75eba [1dd75eba]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kandy - kandy.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kandy-kandydesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=215ba850 [215ba850]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 83.3% (5 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdepim/akregator - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/akregator-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=32a1708d [32a1708d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=2278f487 [2278f487]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: tdepim/konsolekalendar - konsolekalendar.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/konsolekalendar-konsolekalendardesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=abef6a1e [abef6a1e]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=c1f9a97a [c1f9a97a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdepimresources - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdepimresources-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=1a30a1d8 [1a30a1d8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korn - korn.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korn-korndesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=f37c6a89 [f37c6a89]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kalarm - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kalarm-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=3113eb08 [3113eb08]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdepim/akregator - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/akregator-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=5863ef46 [5863ef46]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=0e164959 [0e164959]] Fix functionality broken by commit fd0046c4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=fd0046c4 [fd0046c4]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=860c8799 [860c8799]] Drop deprecated kitchensync code&lt;br /&gt;
&lt;br /&gt;
== tdemultimedia ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=c5e80026 [c5e80026]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdemid - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdemid-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=ec115020 [ec115020]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=1c71f523 [1c71f523]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/libkcddb - libkcddb.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/libkcddb-libkcddbdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=94ca3a13 [94ca3a13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kscd - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kscd-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=6c3e9a2f [6c3e9a2f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=775b1efd [775b1efd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kappfinder - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kappfinder-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=a452bd94 [a452bd94]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaudiocreator - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaudiocreator-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=514a0715 [514a0715]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=cb937aa9 [cb937aa9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaudiocreator - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaudiocreator-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=261327ee [261327ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaboodle - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaboodle-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=ab65a990 [ab65a990]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== tdenetwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=d069063d [d069063d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krfb - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krfb-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=2d50a61f [2d50a61f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmktalkd - kcmktalkd.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmktalkd-kcmktalkddesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=ff2cfdf8 [ff2cfdf8]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete-events/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=1fd646e1 [1fd646e1]] tqt-replace is no longer required&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=7cf631be [7cf631be]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=15fd0d5c [15fd0d5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=bff9d105 [bff9d105]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=1e65a9c9 [1e65a9c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krfb - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krfb-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=65f0237b [65f0237b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=0f7aec08 [0f7aec08]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=8b0277b3 [8b0277b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=ea8c2556 [ea8c2556]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kwifi - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kwifi-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=7dbed250 [7dbed250]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=1732e27c [1732e27c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc - ksirc.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc-ksircdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=f0b3ae6b [f0b3ae6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krfb - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krfb-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=0bf1f09c [0bf1f09c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krdc - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krdc-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=cd3b9bc6 [cd3b9bc6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=6c1bfe1c [6c1bfe1c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/knewsticker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/knewsticker-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e540875f [e540875f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=9f39152c [9f39152c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=ec7c5f92 [ec7c5f92]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmlanbrowser - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmlanbrowser-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=bd2c6b41 [bd2c6b41]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kdict - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kdict-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=055c3ba8 [055c3ba8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmktalkd - kcmktalkd.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmktalkd-kcmktalkddesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e8441a98 [e8441a98]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/dcoprss - rssservice.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/dcoprss-rssservicedesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== tdegraphics ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=32a0eae8 [32a0eae8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=0464b42f [0464b42f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksvg - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksvg-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=83ca390f [83ca390f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kooka - kooka.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kooka-kookadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=b946ccf6 [b946ccf6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kolourpaint - kolourpaint.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kolourpaint-kolourpaintdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=c3994f8f [c3994f8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=c8525154 [c8525154]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kfax - kfax.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kfax-kfaxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=82790fe5 [82790fe5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcoloredit - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcoloredit-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=6628c1cf [6628c1cf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdeiconedit - tdeiconedit.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdeiconedit-tdeiconeditdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=6fec2493 [6fec2493]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewshell - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewshell-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=0ac60cd7 [0ac60cd7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kuickshow - kuickshow.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kuickshow-kuickshowdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=b7a2fb44 [b7a2fb44]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksnapshot - ksnapshot.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksnapshot-ksnapshotdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=d73ec8db [d73ec8db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler - kruler.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler-krulerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=4207cf76 [4207cf76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpovmodeler - kpovmodeler.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpovmodeler-kpovmodelerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=a34651aa [a34651aa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=df90b4db [df90b4db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kfaxview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kfaxview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=10228ff7 [10228ff7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kdvi - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kdvi-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=786ba559 [786ba559]] Fix functionality broken by commit d26dabfe.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=d26dabfe [d26dabfe]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=fdd22494 [fdd22494]] Drop deprecated kmrml code&lt;br /&gt;
&lt;br /&gt;
== tdetoys ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=47ebe98c [47ebe98c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (285 of 285 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather - stations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather-stations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=bfb7d592 [bfb7d592]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=97649015 [97649015]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kworldclock - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kworldclock-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=29e37f55 [29e37f55]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/ktux - ktux.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/ktux-ktuxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=4eb6f321 [4eb6f321]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kteatime - kteatime.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kteatime-kteatimedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=75d71ec8 [75d71ec8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kodo - kodo.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kodo-kododesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=ef99089e [ef99089e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/amor - amor.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/amor-amordesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=528f19d2 [528f19d2]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeedu ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=0c53c58d [0c53c58d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=d99f3098 [d99f3098]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=05b36881 [05b36881]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kverbos - kverbos.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kverbos-kverbosdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=b2b4038e [b2b4038e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kturtle - kturtle.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kturtle-kturtledesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=9edf12e3 [9edf12e3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/ktouch - ktouch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/ktouch-ktouchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=373f572e [373f572e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kiten - kiten.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kiten-kitendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=894d22c5 [894d22c5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars - kstars.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars-kstarsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=b245468a [b245468a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kpercentage - kpercentage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kpercentage-kpercentagedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=9a430435 [9a430435]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kmplot - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kmplot-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=7cbde739 [7cbde739]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/klettres - klettres.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/klettres-klettresdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=3f41eb31 [3f41eb31]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/klatin - klatin.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/klatin-klatindesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=274c00f5 [274c00f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kig - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kig-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=d076ba6e [d076ba6e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/khangman - khangman.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/khangman-khangmandesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e7ecdbc7 [e7ecdbc7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography - kgeography.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography-kgeographydesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=7ec075a1 [7ec075a1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/keduca - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/keduca-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e45f4ee3 [e45f4ee3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kbruch - kbruch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kbruch-kbruchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e73aad5f [e73aad5f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kanagram - kanagram.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kanagram-kanagramdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=026dd7e1 [026dd7e1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kalzium - kalzium.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kalzium-kalziumdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=92daf7c2 [92daf7c2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/blinken - blinken.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/blinken-blinkendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=ad620012 [ad620012]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=1b57c822 [1b57c822]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== tdegames ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=707ed9c6 [707ed9c6]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=72486eea [72486eea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/tdefifteen - tdefifteen.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/tdefifteen-tdefifteendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=1af92e8c [1af92e8c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk - knetwalk.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk-knetwalkdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=b4e10441 [b4e10441]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/twin4 - twin4.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/twin4-twin4desktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=60e6b4b7 [60e6b4b7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ktuberling - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ktuberling-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f86cc3b2 [f86cc3b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kspaceduel - kspaceduel.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kspaceduel-kspacedueldesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=1723a2e2 [1723a2e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksokoban - ksokoban.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksokoban-ksokobandesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=b8bfa029 [b8bfa029]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksnake - ksnake.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksnake-ksnakedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f3055d26 [f3055d26]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=25bbc148 [25bbc148]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet - ksirtet.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet-ksirtetdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=bc6ebdd9 [bc6ebdd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksame - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksame-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=245abf4b [245abf4b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kshisen - kshisen.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kshisen-kshisendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=a24aefaf [a24aefaf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f361902f [f361902f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi - kreversi.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi-kreversidesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=bdbf75db [bdbf75db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kpoker - kpoker.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kpoker-kpokerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=8010109b [8010109b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kpat - kpat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kpat-kpatdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=30b2fe6b [30b2fe6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/konquest - konquest.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/konquest-konquestdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e3c0ddc0 [e3c0ddc0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kolf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kolf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=214ce742 [214ce742]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmines - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmines-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e2876665 [e2876665]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e58b9568 [e58b9568]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmines - kmines.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmines-kminesdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=564ede18 [564ede18]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmahjongg - kmahjongg.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmahjongg-kmahjonggdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=a1f2098b [a1f2098b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegames/klickety - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/klickety-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=04405ac0 [04405ac0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kjumpingcube - kjumpingcube.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kjumpingcube-kjumpingcubedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=ddeb59d5 [ddeb59d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kgoldrunner - KGoldrunner.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kgoldrunner-kgoldrunnerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=6aa6a2fc [6aa6a2fc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kenolaba - kenolaba.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kenolaba-kenolabadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=c2e382ff [c2e382ff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbounce - kbounce.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbounce-kbouncedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=43a1ef1a [43a1ef1a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kblackbox - kblackbox.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kblackbox-kblackboxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=47443995 [47443995]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbackgammon - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbackgammon-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=51730a13 [51730a13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbackgammon - kbackgammon.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbackgammon-kbackgammondesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f4e1241f [f4e1241f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kasteroids - kasteroids.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kasteroids-kasteroidsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=195f32ff [195f32ff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegames/atlantik - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/atlantik-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=078f8a60 [078f8a60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/atlantik - atlantik.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/atlantik-atlantikdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=23f73f6d [23f73f6d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=89209b44 [89209b44]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeaccessibility ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=21a05449 [21a05449]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (42 of 42 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kttsd - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kttsd-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=546f0a26 [546f0a26]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmousetool - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmousetool-desktop-files/nl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=0c8252ff [0c8252ff]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmag - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmag-desktop-files/nl/&lt;br /&gt;
&lt;br /&gt;
== tdeaddons ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=462e8067 [462e8067]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (64 of 64 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-plugins-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=7247f36b [7247f36b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tutorials - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tutorials-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=729f8436 [729f8436]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-plugins-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=c75bb91d [c75bb91d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/ksig - ksig.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/ksig-ksigdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=8b19a3d4 [8b19a3d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (44 of 44 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-plugins-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== tdeadmin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=7c269be3 [7c269be3]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 50.0% (1 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage - kpackage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage-kpackagedesktop/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=b60f7565 [b60f7565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kuser - kuser.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kuser-kuserdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=39dd6199 [39dd6199]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/ksysv - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/ksysv-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=1ec384e5 [1ec384e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=78260ae7 [78260ae7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage - kpackage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage-kpackagedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=18052ec0 [18052ec0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kdat - kdat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kdat-kdatdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=68dbc1fc [68dbc1fc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kcron - kcron.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kcron-kcrondesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== tdeartwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=3055de54 [3055de54]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/wallpapers-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=cd51daaf [cd51daaf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/twin-styles - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/twin-styles-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=e76fde84 [e76fde84]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/icon themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/icon-themes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=480c8a32 [480c8a32]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/icon themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/icon-themes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=d5891cb6 [d5891cb6]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/wallpapers-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=b7c7780f [b7c7780f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeartwork/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/wallpapers-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=25e4ea58 [25e4ea58]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=0afaf315 [0afaf315]] twin-styles: twin3_ to twin_ conversion&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=5f90bc99 [5f90bc99]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (314 of 314 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/tdescreensaver - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/tdescreensaver-desktop-files/it/&lt;br /&gt;
&lt;br /&gt;
== tdebindings ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=84ec6486 [84ec6486]] Drop compatibility code for TQSignal&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=13378021 [13378021]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=02712db1 [02712db1]] Drop compatibility code for TQButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=53442b53 [53442b53]] Drop obsolete TQLineEdit methods&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=1b35744b [1b35744b]] Drop compatibility code for TQToolButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=476cadbf [476cadbf]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=941081ce [941081ce]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=dcffc0bc [dcffc0bc]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
== tdesdk ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=e116e963 [e116e963]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbabel - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbabel-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=ba42cd60 [ba42cd60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=0b324ad9 [0b324ad9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=26ea0a31 [26ea0a31]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdecachegrind - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdecachegrind-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=7b277c01 [7b277c01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/scheck - scheck.themerc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/scheck-scheckthemerc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=8d7ac8ea [8d7ac8ea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kuiviewer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kuiviewer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=70cbb21e [70cbb21e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbugbuster - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbugbuster-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=5951f56b [5951f56b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/cervisia - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/cervisia-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=0c03e09c [0c03e09c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/cervisia - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/cervisia-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=b221bea0 [b221bea0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kompare - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kompare-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d50abb28 [d50abb28]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.1% (27 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=3523578c [3523578c]] Fix functionality broken by commit d619f66&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d619f66a [d619f66a]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tdevelop ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=3219b370 [3219b370]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=f4724912 [f4724912]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop-desktop-files/&lt;br /&gt;
&lt;br /&gt;
== tdewebdev ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=e5b0f94a [e5b0f94a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=07ecde1c [07ecde1c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kxsldbg - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kxsldbg-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=0e7ff51f [0e7ff51f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/klinkstatus - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/klinkstatus-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=13d63148 [13d63148]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kimagemapeditor - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kimagemapeditor-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=e16b4e3b [e16b4e3b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=6552a392 [6552a392]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== tde-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb7d136e [bb7d136e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (92 of 92 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/ksayit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/ksayit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c208d275 [c208d275]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (181 of 181 strings)&amp;lt;br/&amp;gt;Translation: tdepim/karm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/karm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68f6704e [68f6704e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f0664096 [f0664096]] Translated using Weblate (Tajik)&amp;lt;br/&amp;gt;Currently translated at 12.3% (642 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/tg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68d1962f [68d1962f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/tdefile_rpm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/tdefile_rpm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4e269151 [4e269151]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/tdefile_deb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/tdefile_deb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ad905f0 [1ad905f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/secpolicy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/secpolicy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=54317917 [54317917]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (202 of 202 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmouth&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmouth/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3a098bc9 [3a098bc9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kfouleggs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kfouleggs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=05551020 [05551020]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/ktimer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/ktimer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17c43d72 [17c43d72]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/ktux&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/ktux/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=815164b6 [815164b6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kmoon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kmoon/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dc916612 [dc916612]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=77b884d8 [77b884d8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - webarchiver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-webarchiver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=49ab2f9a [49ab2f9a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (122 of 122 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libksirtet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libksirtet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=14ef1ed5 [14ef1ed5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=91d9797f [91d9797f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=133ff3af [133ff3af]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7c316505 [7c316505]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (1235 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f173562f [f173562f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 75.6% (56 of 74 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmobile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmobile/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9fac545f [9fac545f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2431 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cd7ace3a [cd7ace3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (697 of 697 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kalarm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kalarm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=203b147b [203b147b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.5% (348 of 368 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kate/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=42659f46 [42659f46]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (101 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17a19efb [17a19efb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1013 of 1013 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeprint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeprint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e439266d [e439266d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdelicense&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdelicense/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6d019074 [6d019074]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.5% (2464 of 2578 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c300ad02 [c300ad02]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6590b5ab [6590b5ab]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdegames/klickety&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/klickety/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5e640f9d [5e640f9d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (108 of 108 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbattleship&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbattleship/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45d75aae [45d75aae]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (139 of 139 strings)&amp;lt;br/&amp;gt;Translation: tdegames/atlantik&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/atlantik/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f012b653 [f012b653]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (85 of 85 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/klettres&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/klettres/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bf29c600 [bf29c600]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kcmlirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kcmlirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bca56e64 [bca56e64]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (386 of 386 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kolourpaint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kolourpaint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1779433b [1779433b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f95219d2 [f95219d2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (84 of 84 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtaskbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtaskbar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c24cc5c3 [c24cc5c3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 80.9% (68 of 84 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtaskbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtaskbar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=668aacdb [668aacdb]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 84.7% (356 of 420 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a79dc217 [a79dc217]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5e5d11e6 [5e5d11e6]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a46fdb8 [4a46fdb8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=27658a95 [27658a95]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51d4d926 [51d4d926]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ad155181 [ad155181]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6b5aa2f8 [6b5aa2f8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.2% (30 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevtipofday&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevtipofday/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=736e94be [736e94be]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (287 of 287 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/klock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/klock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a03c66a [4a03c66a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (60 of 60 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/libtdeedu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/libtdeedu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8223c079 [8223c079]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/keduca&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/keduca/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10af1497 [10af1497]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (88 of 88 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kanagram&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kanagram/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=611f5ff9 [611f5ff9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (127 of 127 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdepimwizards&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdepimwizards/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=97cff302 [97cff302]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdepimresources&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdepimresources/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44957956 [44957956]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeio_imap4&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeio_imap4/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=80b4a0e1 [80b4a0e1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeio_groupwise&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeio_groupwise/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9e84130e [9e84130e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdefile_palm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdefile_palm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dcb7b17d [dcb7b17d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeabc2mutt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeabc2mutt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9d9d52cc [9d9d52cc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (42 of 42 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libksieve&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libksieve/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fb5af44a [fb5af44a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (119 of 119 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libkpgp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkpgp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a3935a5 [6a3935a5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libkmime&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkmime/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5c019dda [5c019dda]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (509 of 509 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libkcal&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkcal/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e07060ae [e07060ae]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44b253ff [44b253ff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_xmlrpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_xmlrpc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=91535bc3 [91535bc3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_groupware&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_groupware/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=018a78d6 [018a78d6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_blogging&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_blogging/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c9fa65a [3c9fa65a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knotes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knotes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1840a25c [1840a25c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (723 of 723 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8e8a1fa4 [8e8a1fa4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmailcvt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmailcvt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df1c4b4c [df1c4b4c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2431 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e82574a0 [e82574a0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (196 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kleopatra&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kleopatra/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=97772a4c [97772a4c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kgantt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kgantt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b61561ed [b61561ed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kdgantt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kdgantt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=075aba7f [075aba7f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kgreet_winbind&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kgreet_winbind/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=87d53d15 [87d53d15]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdehtmlkttsd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdehtmlkttsd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68eb516a [68eb516a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (45 of 45 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmfonts&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmfonts/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=215c24c8 [215c24c8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libtaskmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5fe22eb9 [5fe22eb9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmenergy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmenergy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d615a2ee [d615a2ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6adbe88e [6adbe88e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksystemtrayapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksystemtrayapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c976241 [3c976241]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_ldap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_ldap/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=320e6b48 [320e6b48]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libdmctl&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libdmctl/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=85b5a1ef [85b5a1ef]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (17 of 17 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin_lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin_lib/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dd5fe080 [dd5fe080]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_floppy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_floppy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b82923a [7b82923a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_tdeprint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_tdeprint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9ed3761d [9ed3761d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_fish&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_fish/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f2c1f71a [f2c1f71a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_tom&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_tom/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dc6e6b47 [dc6e6b47]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_nfs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_nfs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=96c5e946 [96c5e946]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kprinter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kprinter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a201e905 [a201e905]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmview1394&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmview1394/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dba4604c [dba4604c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kickermenu_kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kickermenu_kate/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=58d1feb5 [58d1feb5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_smb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_smb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c647f2df [c647f2df]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/krunapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/krunapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5f3395b4 [5f3395b4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kminipagerapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kminipagerapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30e72097 [30e72097]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (42 of 42 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkurifilt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkurifilt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a5b1e4e9 [a5b1e4e9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlaunch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlaunch/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=119f53de [119f53de]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_thumbnail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_thumbnail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9167d9f7 [9167d9f7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_mac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_mac/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4234440a [4234440a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdescreensaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdescreensaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=26ce6818 [26ce6818]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b94ce0e3 [b94ce0e3]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7710437d [7710437d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kgreet_classic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kgreet_classic/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3a27f099 [3a27f099]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kuiviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kuiviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0703091 [c0703091]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/tdestyle_phase_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/tdestyle_phase_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b32ca458 [b32ca458]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/tdepartsaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/tdepartsaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c2e9572a [c2e9572a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.6% (286 of 287 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/klock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/klock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aa7c66d5 [aa7c66d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - tdehtmlsettings&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-tdehtmlsettings/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2c9b00c7 [2c9b00c7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - news&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-news/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f967fad7 [f967fad7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/libKTTSD&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/libkttsd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=97d2243f [97d2243f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (464 of 464 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kttsd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kttsd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dc0c5f05 [dc0c5f05]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdessh&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdessh/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a94be40 [8a94be40]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/klaptopdaemon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/klaptopdaemon/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee8f55e8 [ee8f55e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (553 of 553 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kgpg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kgpg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d7e0bb07 [d7e0bb07]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_jabberdisco&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_jabberdisco/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2af0b590 [2af0b590]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (100 of 100 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmlanbrowser&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmlanbrowser/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25ce6319 [25ce6319]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 76.9% (30 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeio_sieve&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeio_sieve/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dcb73c3b [dcb73c3b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeio_scalix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeio_scalix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8513a40e [8513a40e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeio_mobile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeio_mobile/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7c4a2ea2 [7c4a2ea2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdefile_vcf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdefile_vcf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ab95a86 [7ab95a86]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdefile_rfc822&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdefile_rfc822/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=982de327 [982de327]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdefile_ics&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdefile_ics/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=857e92f7 [857e92f7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libkpimexchange&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkpimexchange/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c63ebce [3c63ebce]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libkholidays&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkholidays/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f567b7dc [f567b7dc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_tvanytime&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_tvanytime/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c95684ae [c95684ae]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_exchange&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_exchange/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4d66fd9 [c4d66fd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_birthday&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_birthday/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8d59fc8f [8d59fc8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 75.6% (56 of 74 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmobile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmobile/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=329de07f [329de07f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kcmkontactnt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kcmkontactnt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0fdc1ce2 [0fdc1ce2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (697 of 697 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kalarm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kalarm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ab617049 [ab617049]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdesud&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdesud/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=14193cb8 [14193cb8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_finger&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_finger/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=52349311 [52349311]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmartcard&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmartcard/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1269b256 [1269b256]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (68 of 68 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmarts&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmarts/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abd6fbd3 [abd6fbd3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 70.0% (14 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmiccconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmiccconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef0fbd9c [ef0fbd9c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdebase/dockbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/dockbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a247c68b [a247c68b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (101 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=622a9c17 [622a9c17]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6af81e6d [6af81e6d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (199 of 199 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c54408f [6c54408f]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 97.2% (810 of 833 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3520c03 [f3520c03]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ff3d0351 [ff3d0351]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 96.8% (281 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6676b51a [6676b51a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=652679db [652679db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (509 of 509 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libkcal&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkcal/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4ec790d [c4ec790d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (126 of 126 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdmgreet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmgreet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a4b0b04 [4a4b0b04]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (119 of 119 strings)&amp;lt;br/&amp;gt;Translation: tdebase/clockapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/clockapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aa4428d0 [aa4428d0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (103 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kasbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kasbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16170ee1 [16170ee1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (69 of 69 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin_clients&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin_clients/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc533829 [bc533829]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_remotemenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_remotemenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17c7452a [17c7452a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (67 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c8264c68 [c8264c68]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8c57cd28 [8c57cd28]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (59 of 59 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmcss&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmcss/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ff0698f [2ff0698f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=71dfa20f [71dfa20f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_groupdav&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_groupdav/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82565784 [82565784]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cef2c11e [cef2c11e]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=96bf2239 [96bf2239]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdebase/display&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/display/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9abd393e [9abd393e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_remote&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_remote/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eb5887d6 [eb5887d6]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=081240a8 [081240a8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5b1bde73 [5b1bde73]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6eb8004c [6eb8004c]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fdd4388e [fdd4388e]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ec883460 [ec883460]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b3dd6805 [b3dd6805]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.3% (174 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41b1da81 [41b1da81]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aead111d [aead111d]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (112 of 112 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=487084e7 [487084e7]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (330 of 330 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=290ade79 [290ade79]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (290 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=975f7fb8 [975f7fb8]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_sftp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0af94559 [0af94559]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d2ff02f4 [d2ff02f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (380 of 380 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kxsldbg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kxsldbg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d959dab2 [d959dab2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (37 of 37 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeabc_slox&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeabc_slox/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2e19e441 [2e19e441]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_nntp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_nntp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4492e46 [c4492e46]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_settings&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_settings/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d59b4539 [d59b4539]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=35ef10cc [35ef10cc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdewebdev/kxsldbg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kxsldbg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fdebdf92 [fdebdf92]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2f7e9fb1 [2f7e9fb1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=593757e5 [593757e5]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9d1c4d8d [9d1c4d8d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=edc1a288 [edc1a288]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=31f89957 [31f89957]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3492093 [f3492093]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cfe448e6 [cfe448e6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=31f9e216 [31f9e216]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7c0391c8 [7c0391c8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0f8bcb66 [0f8bcb66]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da9f835d [da9f835d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 35.8% (14 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_sftp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a05a1e8e [a05a1e8e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=38efb07d [38efb07d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7a86a9e9 [7a86a9e9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eeab8af9 [eeab8af9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - sort&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-sort/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2d5be52 [a2d5be52]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=552b8532 [552b8532]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (112 of 112 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=595f4f5b [595f4f5b]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 94.8% (37 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_sftp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=304c6f6e [304c6f6e]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_sftp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9943b550 [9943b550]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_sftp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e0be9ac5 [e0be9ac5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=80e6633a [80e6633a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_sftp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=778bdb6c [778bdb6c]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 92.8% (26 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6e92f7c8 [6e92f7c8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (112 of 112 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8e26842c [8e26842c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=923faa2d [923faa2d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eaeeefb9 [eaeeefb9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9ae8ff1 [c9ae8ff1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1621e39a [1621e39a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0fc856d1 [0fc856d1]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9b55d959 [9b55d959]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - sort&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-sort/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=66810721 [66810721]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ea4f230e [ea4f230e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=613385fc [613385fc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.8% (26 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c68dba8e [c68dba8e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.4% (124 of 126 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdmgreet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmgreet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=52dac94e [52dac94e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tderandr&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tderandr/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e52f03e3 [e52f03e3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (366 of 366 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksysguard&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksysguard/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=115111f5 [115111f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdesu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdesu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c6932ce3 [c6932ce3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=033dda75 [033dda75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_dir&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_dir/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=05744aef [05744aef]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (199 of 199 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a82a94f [6a82a94f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdehwdevicetray&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdehwdevicetray/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d7f1bbe0 [d7f1bbe0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1037156d [1037156d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2c19e5c8 [2c19e5c8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.5% (43 of 45 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmfonts&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmfonts/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2ebe335 [a2ebe335]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (152 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdmconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=775ef46d [775ef46d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 90.9% (20 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libtaskmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f39ee04f [f39ee04f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (88 of 88 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kpersonalizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kpersonalizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a22a4ed8 [a22a4ed8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (89 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3710f4f9 [3710f4f9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9c5b1703 [9c5b1703]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (73 of 73 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmdisplayconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmdisplayconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b3c9984f [b3c9984f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (66 of 66 strings)&amp;lt;br/&amp;gt;Translation: tdebase/privacy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/privacy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9b16155e [9b16155e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.2% (15 of 17 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin_lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin_lib/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c37ddf8b [c37ddf8b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.3% (117 of 119 strings)&amp;lt;br/&amp;gt;Translation: tdebase/clockapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/clockapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5c9677ba [5c9677ba]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.0% (101 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kasbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kasbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=40ed4bcf [40ed4bcf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.1% (67 of 69 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin_clients&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin_clients/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1c72135a [1c72135a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.1% (111 of 112 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=77741873 [77741873]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=967268e9 [967268e9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 65.0% (13 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmiccconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmiccconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ddaa2dd [1ddaa2dd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (64 of 64 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmscreensaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmscreensaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=92a6812e [92a6812e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (59 of 59 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsamba&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsamba/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=24e78a59 [24e78a59]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 84.6% (11 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kickermenu_kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kickermenu_kate/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5da41c8b [5da41c8b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdebase/extensionproxy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/extensionproxy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9dfa80f4 [9dfa80f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.0% (65 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=36da9c14 [36da9c14]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (37 of 37 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmcomponentchooser&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmcomponentchooser/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6e7a0b8d [6e7a0b8d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (64 of 64 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmmedia&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmmedia/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c97c02af [c97c02af]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.7% (36 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kminipagerapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kminipagerapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=907f51d8 [907f51d8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=97c4f442 [97c4f442]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/appletproxy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/appletproxy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2fdec0ef [2fdec0ef]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (127 of 127 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwinrules&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwinrules/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b727fbda [b727fbda]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.7% (12 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdescreensaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdescreensaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=434c598a [434c598a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/libtdescreensaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/libtdescreensaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4089fda0 [4089fda0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - sort&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-sort/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2cbc589c [2cbc589c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2d5d6b8 [e2d5d6b8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/libkcal&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkcal/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=151f6131 [151f6131]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=47c2ae17 [47c2ae17]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=faaf9772 [faaf9772]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5b3b00f1 [5b3b00f1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f34f2365 [f34f2365]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6983e752 [6983e752]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_smtp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_smtp/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d86b07fe [d86b07fe]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d1f33ee4 [d1f33ee4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e9ece646 [e9ece646]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=96d252b0 [96d252b0]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_asus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_asus/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df9a76ce [df9a76ce]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2036 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dfdb2488 [dfdb2488]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=59dbb13c [59dbb13c]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aa2a5d1a [aa2a5d1a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (331 of 331 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51ae0630 [51ae0630]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5dd3d57f [5dd3d57f]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1013 of 1013 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeprint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeprint/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=446206b2 [446206b2]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e285c92a [e285c92a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=80632599 [80632599]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_media&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_media/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ef9dbeb [7ef9dbeb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=967b322e [967b322e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdehwdevicetray&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdehwdevicetray/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=563b41e9 [563b41e9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=77a23fd7 [77a23fd7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=74110c83 [74110c83]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (331 of 331 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=716ad5fa [716ad5fa]] tdebase: remove translations for &amp;#039;Hotpluggable&amp;#039;. This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/442 TDE/tdebase#442]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=07decc39 [07decc39]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=42dfff61 [42dfff61]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c34e8b6a [c34e8b6a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=38041442 [38041442]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2725a156 [2725a156]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b54aba2 [2b54aba2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (833 of 833 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02030efa [02030efa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.2% (461 of 500 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdecachegrind&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdecachegrind/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5abddf59 [5abddf59]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1016 of 1016 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbabel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbabel/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fc1947d4 [fc1947d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - validators&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-validators/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=995b2521 [995b2521]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4722fda2 [4722fda2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 71.0% (49 of 69 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c7fe792b [c7fe792b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (89 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c55b4ce5 [c55b4ce5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (241 of 241 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonqhtml&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonqhtml/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aeed5fd8 [aeed5fd8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b7b847f5 [b7b847f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (223 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=255d26f7 [255d26f7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (238 of 238 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/ksim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/ksim/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78aad284 [78aad284]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (89 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76168eb5 [76168eb5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmperformance&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmperformance/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1fd85bdd [1fd85bdd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_pop3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_pop3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a58fce8 [2a58fce8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d228567 [7d228567]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfmclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfmclient/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d1527d8f [d1527d8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_smtp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_smtp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c363a97 [6c363a97]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (140 of 140 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ec080931 [ec080931]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc2988ac [bc2988ac]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd5194d2 [bd5194d2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=04ed4b52 [04ed4b52]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (76 of 76 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmusb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmusb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc1d1c98 [bc1d1c98]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (43 of 43 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kthememanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kthememanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ffa5d7e7 [ffa5d7e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (96 of 96 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeprintfax&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeprintfax/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=076c2fed [076c2fed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdestyle_keramik_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdestyle_keramik_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4ceab3f4 [4ceab3f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplashthemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplashthemes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=512d9f79 [512d9f79]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=47e26a43 [47e26a43]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (93 of 93 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdefontinst&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdefontinst/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3a144469 [3a144469]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_home&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_home/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cd272aca [cd272aca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmnotify&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmnotify/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d2ba7ada [d2ba7ada]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (290 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=135f1b2e [135f1b2e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=07c69212 [07c69212]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=03934f6b [03934f6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_system&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_system/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67680029 [67680029]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0e0ae526 [0e0ae526]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeio_svn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeio_svn/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a87c6d1 [8a87c6d1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_ts&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_ts/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aade5865 [aade5865]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_po&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_po/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=522da565 [522da565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_diff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_diff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=83c47a3a [83c47a3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_cpp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_cpp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4d9ffb4a [4d9ffb4a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kres_bugzilla&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kres_bugzilla/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cfa3a9ad [cfa3a9ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (208 of 208 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbugbuster&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbugbuster/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ebed3f3 [3ebed3f3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acb7bd01 [acb7bd01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kmenuapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kmenuapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b406e7b0 [b406e7b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=610e404f [610e404f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/krdb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/krdb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bf546323 [bf546323]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmspellchecking&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmspellchecking/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a6399d3 [4a6399d3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 65.0% (13 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmiccconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmiccconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=80a06e94 [80a06e94]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_tar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_tar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b26c4f5 [4b26c4f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_recentdocs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_recentdocs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=58999e40 [58999e40]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_prefmenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_prefmenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6ce221c9 [6ce221c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - sort&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-sort/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0390f05b [0390f05b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - webarchiver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-webarchiver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cf552d9d [cf552d9d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - wavecapture&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-wavecapture/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=433ee6e7 [433ee6e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - wakeup&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-wakeup/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=46159872 [46159872]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - tyler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-tyler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e02bff0f [e02bff0f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - tippecanoe&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-tippecanoe/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0761ee7 [c0761ee7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - txt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-txt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cd18979e [cd18979e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - mhtml&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-mhtml/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=712079e1 [712079e1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - lnk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-lnk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fce9e09 [4fce9e09]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - html&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-html/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25db3dca [25db3dca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - folder&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-folder/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef1f9ac7 [ef1f9ac7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-desktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10e3306c [10e3306c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - cert&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-cert/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3fec0e8 [f3fec0e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - synaescope&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-synaescope/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a86eaabb [a86eaabb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - searchbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-searchbar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5da3c28e [5da3c28e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - pitchablespeed&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-pitchablespeed/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dce4401c [dce4401c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - minitools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-minitools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=65231d72 [65231d72]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - microformat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-microformat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e048a4eb [e048a4eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (42 of 42 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - mediacontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-mediacontrol/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=03f6f36f [03f6f36f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - lyrics&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-lyrics/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=75a2d1a4 [75a2d1a4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kaddressbook - gmx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kaddressbook-gmx/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=111da4e5 [111da4e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kaddressbook - kworldclock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kaddressbook-kworldclock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=37ccc73b [37ccc73b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (53 of 53 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - ktimemon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-ktimemon/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=877faee6 [877faee6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (48 of 48 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - metabar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-metabar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a964e80 [8a964e80]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - mediaplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-mediaplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6215185a [6215185a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - delicious&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-delicious/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=432a8fd9 [432a8fd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - kmathapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-kmathapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2537b8d7 [2537b8d7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (33 of 33 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - kbinaryclock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-kbinaryclock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41b3507f [41b3507f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - xmltools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-xmltools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d895f991 [d895f991]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - xmlcheck&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-xmlcheck/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1477c443 [1477c443]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - textfilter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-textfilter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a96d906d [a96d906d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - tabbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-tabbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02b5b392 [02b5b392]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - snippets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-snippets/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=06908d1c [06908d1c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - pybrowse&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-pybrowse/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68019125 [68019125]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - openheader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-openheader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e4943b1f [e4943b1f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - modeline&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-modeline/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a8e169d [4a8e169d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - make&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-make/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8548c37e [8548c37e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - kjswrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-kjswrapper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=65197c45 [65197c45]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - insertcommand&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-insertcommand/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f33c05f3 [f33c05f3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - htmltools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-htmltools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a3220aa3 [a3220aa3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - helloworld&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-helloworld/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0768ae06 [0768ae06]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - fll_plugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-fll_plugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ed62a7e [7ed62a7e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - fll_initplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-fll_initplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4551fe7c [4551fe7c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - filetemplates&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-filetemplates/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a5773c33 [a5773c33]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - cppsymbolviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-cppsymbolviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d5f107a6 [d5f107a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - image&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-image/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=760d609c [760d609c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - charlatanui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-charlatanui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=49a7da4e [49a7da4e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - ffrs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-ffrs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44ff5289 [44ff5289]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - dub&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-dub/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f595c2f4 [f595c2f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (81 of 81 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - domtreeviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-domtreeviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5984420c [5984420c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - dirfilter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-dirfilter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8740f36c [8740f36c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - crashes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-crashes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2eea31a6 [2eea31a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - autorefresh&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-autorefresh/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0b43890b [0b43890b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - audio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-audio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b60fc4c0 [b60fc4c0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - ark&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-ark/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4f2e12e9 [4f2e12e9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - alsaplayerui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-alsaplayerui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8cf5b05b [8cf5b05b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - akregator&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-akregator/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e9608f5 [1e9608f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (3009 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb7f6413 [bb7f6413]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (101 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2297c73 [a2297c73]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16fc9290 [16fc9290]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30b25447 [30b25447]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0c9390e0 [0c9390e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_asus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_asus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c9b6e0a [3c9b6e0a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (464 of 464 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kttsd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kttsd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5f018862 [5f018862]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.8% (5277 of 5622 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9cd12c13 [9cd12c13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4373 of 4373 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fb393ca2 [fb393ca2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdelirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdelirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de26e8e7 [de26e8e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/superkaramba&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/superkaramba/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef2d1ac9 [ef2d1ac9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.7% (204 of 238 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/ksim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/ksim/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8225ecb4 [8225ecb4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0d8c5564 [0d8c5564]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_powerbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_powerbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=15e159f9 [15e159f9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cbaed96f [cbaed96f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_delli8k&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_delli8k/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=99665cc4 [99665cc4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilod&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilod/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76cf712f [76cf712f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kfloppy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kfloppy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a780ff13 [a780ff13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.1% (833 of 849 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kaddressbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kaddressbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=160a21e5 [160a21e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (288 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b39b69b0 [b39b69b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.8% (224 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=37c46a10 [37c46a10]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aaa64918 [aaa64918]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_raw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_raw/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b72b65e [2b72b65e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (197 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de33568d [de33568d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (121 of 121 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/klinkstatus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/klinkstatus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c46c273c [c46c273c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=463fe953 [463fe953]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.0% (23 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - webarchiver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-webarchiver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f902060c [f902060c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - imgallery&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-imgallery/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7291a5d [e7291a5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (254 of 254 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libtdegames&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libtdegames/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=60f4c2ad [60f4c2ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4d13a2c [c4d13a2c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (557 of 557 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kmplot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kmplot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8f16a587 [8f16a587]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4373 of 4373 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a1803a12 [a1803a12]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (765 of 765 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kalzium&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kalzium/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a9f1223f [a9f1223f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6f5c5077 [6f5c5077]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (138 of 138 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdeiconedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdeiconedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9f37b90b [9f37b90b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_xpm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_xpm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=124a1a5b [124a1a5b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_xbm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_xbm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1397cb2b [1397cb2b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_tiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_tiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8cd2a856 [8cd2a856]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_tga&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_tga/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2102c574 [2102c574]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_rgb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_rgb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=146a8054 [146a8054]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_ps&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_ps/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=21580aeb [21580aeb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pnm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pnm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee75c8c5 [ee75c8c5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_png&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_png/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=19cf3c62 [19cf3c62]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pdf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=107c467f [107c467f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pcx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pcx/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02a155ef [02a155ef]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (67 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_jpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_jpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d85c7052 [d85c7052]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_ico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_ico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2933d93 [e2933d93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_gif&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_gif/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4382f606 [4382f606]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (59 of 59 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_exr&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_exr/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5bddf5a5 [5bddf5a5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_dvi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_dvi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=921e29b3 [921e29b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_dds&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_dds/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0b56525a [0b56525a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_bmp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_bmp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5694df40 [5694df40]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (107 of 107 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/libkscan&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/libkscan/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4f70423 [d4f70423]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/libkfaximgage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/libkfaximgage/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1d63ec25 [1d63ec25]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (179 of 179 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewshell&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewshell/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4cd8d3e0 [4cd8d3e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewscannerplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewscannerplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d794493d [d794493d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kview_scale&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kview_scale/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5f74d61a [5f74d61a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewpresenterplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewpresenterplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1c6f60df [1c6f60df]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kvieweffectsplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kvieweffectsplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2c39783 [a2c39783]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewbrowserplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewbrowserplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=23706e02 [23706e02]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (123 of 123 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kuickshow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kuickshow/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=96c0bde1 [96c0bde1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (45 of 45 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksnapshot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksnapshot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6536643 [e6536643]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=40b76cfc [40b76cfc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (225 of 225 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=54045117 [54045117]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (256 of 256 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kooka&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kooka/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a0ba024f [a0ba024f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (386 of 386 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kolourpaint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kolourpaint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b9817b46 [b9817b46]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (131 of 131 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8614f6c [a8614f6c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kgamma&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kgamma/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=09d52dca [09d52dca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (215 of 215 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kdvi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kdvi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25b4dfd1 [25b4dfd1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcoloredit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcoloredit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51cd9478 [51cd9478]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewviewerpluginsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewviewerpluginsconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2c14518 [a2c14518]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewpluginsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewpluginsconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2746c521 [2746c521]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewgeneralconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewgeneralconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25650c93 [25650c93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewcanvasconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewcanvasconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4af32845 [4af32845]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcmkamera&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcmkamera/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb0c53ea [bb0c53ea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ff1ec9c1 [ff1ec9c1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (403 of 403 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c00aae5c [c00aae5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppplogview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppplogview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=93829039 [93829039]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (416 of 416 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c152d582 [c152d582]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (94 of 94 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kpf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kpf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=654c466b [654c466b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acdd4826 [acdd4826]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_avi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_avi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=85655c32 [85655c32]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (320 of 320 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12c3105c [12c3105c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (80 of 80 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_lame&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_lame/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acfe74f0 [acfe74f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.0% (17 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_xmlrpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_xmlrpc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8f561fa [b8f561fa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2430 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b59a52df [b59a52df]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.1% (833 of 849 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kaddressbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kaddressbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b15f99b [3b15f99b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.7% (341 of 360 strings)&amp;lt;br/&amp;gt;Translation: tdepim/akregator&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/akregator/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6fd71df1 [6fd71df1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12eb7e03 [12eb7e03]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.0% (250 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9937df39 [9937df39]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ae470e5 [2ae470e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=08998baf [08998baf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (67 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmcolors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmcolors/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10ac25e5 [10ac25e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdedebugdialog&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdedebugdialog/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0771e565 [0771e565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2865 of 2865 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/ppdtranslations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/ppdtranslations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c535e26d [c535e26d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73b6114f [73b6114f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=155b3201 [155b3201]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a4c12d6 [2a4c12d6]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=976a81b4 [976a81b4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (245 of 245 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kdat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kdat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9fe445d8 [9fe445d8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8660af8 [a8660af8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (152 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=807855fe [807855fe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=69bdd2bf [69bdd2bf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (416 of 416 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=85d49634 [85d49634]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6980e97e [6980e97e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (111 of 111 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dc165c85 [dc165c85]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2430 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5bd9ba76 [5bd9ba76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0fd4f012 [0fd4f012]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.0% (99 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ca026de0 [ca026de0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0eb200e2 [0eb200e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4af789bd [4af789bd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b3efd69f [b3efd69f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (72 of 72 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/i18n - entry.desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/i18n-entrydesktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e5046884 [e5046884]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.5% (2464 of 2578 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6ff96b0 [d6ff96b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.9% (929 of 1010 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kommander&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kommander/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=052541a5 [052541a5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6813630 [d6813630]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61348be4 [61348be4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (106 of 106 strings)&amp;lt;br/&amp;gt;Translation: tdegames/lskat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/lskat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ce4cc89a [ce4cc89a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f84f621b [f84f621b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.8% (5277 of 5622 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7adefbb7 [7adefbb7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (553 of 553 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kgpg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kgpg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a54f6ad [9a54f6ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.8% (722 of 723 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a7b6a48e [a7b6a48e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.0% (109 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=adb9ee02 [adb9ee02]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acbf941b [acbf941b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_systemmenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_systemmenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d1ace2d1 [d1ace2d1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (288 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c940de1b [c940de1b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ce53218 [7ce53218]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76141cbc [76141cbc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.7% (158 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44df28d5 [44df28d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1032 of 1032 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpovmodeler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpovmodeler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=77cf8f9c [77cf8f9c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (3008 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c8cacdab [c8cacdab]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 90.6% (155 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f38fa8f3 [f38fa8f3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b01edccd [b01edccd]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=04d54b46 [04d54b46]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=edde93c4 [edde93c4]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (331 of 332 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee87723d [ee87723d]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 94.7% (36 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=347c614b [347c614b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5d7a5d36 [5d7a5d36]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4a7354e [c4a7354e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17e37aec [17e37aec]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a93fc87 [5a93fc87]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (417 of 417 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libtdepim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fa7c437 [4fa7c437]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1428 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e157a91c [e157a91c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=35f9874a [35f9874a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=31e1fd99 [31e1fd99]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5196 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c29db08c [c29db08c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kasteroids&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kasteroids/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45c9efee [45c9efee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bac7cad2 [bac7cad2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.8% (722 of 723 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45438fab [45438fab]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmicons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmicons/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=184c41a3 [184c41a3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f2e51c15 [f2e51c15]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 55.1% (32 of 58 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78f3d660 [78f3d660]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c84bab9b [c84bab9b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9dceffa5 [9dceffa5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bea7c2b5 [bea7c2b5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2f6e4464 [2f6e4464]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (181 of 181 strings)&amp;lt;br/&amp;gt;Translation: tdepim/karm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/karm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b718443 [7b718443]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksystemtrayapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksystemtrayapplet/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df6f0d2f [df6f0d2f]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (290 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2282d9eb [2282d9eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.3% (21 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - alsaplayerui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-alsaplayerui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8ef3404 [a8ef3404]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (369 of 369 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3fb5a51f [3fb5a51f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (137 of 137 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kverbos&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kverbos/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6fd40db8 [6fd40db8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (205 of 205 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdemid&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdemid/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=789b5f42 [789b5f42]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (88 of 88 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kpersonalizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kpersonalizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bfa34bd2 [bfa34bd2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6da779c2 [6da779c2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.8% (224 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6038555 [e6038555]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dffecf21 [dffecf21]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.7% (157 of 159 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b0cd75a3 [b0cd75a3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (289 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=64e03b0c [64e03b0c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=805a0c6c [805a0c6c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c16120f [3c16120f]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f6b47865 [f6b47865]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.5% (3006 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=905b500e [905b500e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_wav&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_wav/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0376d619 [0376d619]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_theora&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_theora/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8c0bd602 [8c0bd602]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_sid&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_sid/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f96bfe38 [f96bfe38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_ogg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_ogg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=20da6100 [20da6100]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_m3u&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_m3u/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6ec9d7d [e6ec9d7d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=002f6b01 [002f6b01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9c288da4 [9c288da4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fdacc87 [4fdacc87]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_flac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_flac/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79bd92c0 [79bd92c0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_avi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_avi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8545225b [8545225b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_au&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_au/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16bb2152 [16bb2152]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (332 of 332 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61ff946a [61ff946a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (187 of 187 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/libkcddb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/libkcddb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=18dd016f [18dd016f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (111 of 111 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7047488 [e7047488]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=09ae6e3a [09ae6e3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a94f2253 [a94f2253]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kcmcddb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kcmcddb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=839723e8 [839723e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaboodle&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaboodle/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a3d5767a [a3d5767a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_vorbis&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_vorbis/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=039aa373 [039aa373]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (80 of 80 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_lame&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_lame/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1a2584a5 [1a2584a5]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 85.9% (1749 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ae0d186 [1ae0d186]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwindecoration&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwindecoration/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8e3a9bd8 [8e3a9bd8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a8bf169 [9a8bf169]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6329682c [6329682c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_flac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_flac/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=01a947f7 [01a947f7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48cbdde6 [48cbdde6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bda1bc83 [bda1bc83]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a94365d8 [a94365d8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b07c9fd5 [b07c9fd5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=99ddc47e [99ddc47e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=233603f3 [233603f3]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kickermenu_kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kickermenu_kate/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eb41c146 [eb41c146]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (261 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=035d412a [035d412a]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=252276b0 [252276b0]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a3c101a [5a3c101a]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3baf4ac [f3baf4ac]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0198f7b7 [0198f7b7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abbea754 [abbea754]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=22447195 [22447195]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67154ced [67154ced]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwinrules&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwinrules/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68257170 [68257170]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwindecoration&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwindecoration/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5b8921e6 [5b8921e6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b643ca2 [4b643ca2]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ea42728d [ea42728d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e0f759a [1e0f759a]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41a2a0a6 [41a2a0a6]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 87.7% (150 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7a72e540 [7a72e540]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1433ed29 [1433ed29]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4816e684 [4816e684]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c9f3b6c [3c9f3b6c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41444a5d [41444a5d]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 80.6% (2134 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=62275fac [62275fac]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4565a842 [4565a842]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eb88e6fc [eb88e6fc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a15c7835 [a15c7835]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7e214ab [e7e214ab]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ff4ced6a [ff4ced6a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c8260126 [c8260126]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4d00bce3 [4d00bce3]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cadd2b5d [cadd2b5d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9a96806 [c9a96806]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdelicense&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdelicense/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bda14f95 [bda14f95]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5196 of 5196 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dac4018a [dac4018a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 80.9% (1648 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b5c59d83 [b5c59d83]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=643497da [643497da]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e41785c [1e41785c]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (197 of 197 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1be1e3e9 [1be1e3e9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fbde5a66 [fbde5a66]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (326 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c1acc00 [6c1acc00]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (289 of 289 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9b635e1b [9b635e1b]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b0ef02e [7b0ef02e]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8dbd2744 [8dbd2744]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1b39883e [1b39883e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b5c8e7a [3b5c8e7a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=49367158 [49367158]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da6ebc69 [da6ebc69]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.5% (211 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=38d19787 [38d19787]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da4c604a [da4c604a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a289914a [a289914a]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmag&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmag/nl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=587622ea [587622ea]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d0076837 [d0076837]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=484fbfeb [484fbfeb]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 85.0% (805 of 946 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/katepart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/katepart/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a1c113b [5a1c113b]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 86.4% (369 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb4d9424 [bb4d9424]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 54.2% (247 of 455 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs_colors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs_colors/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3059b6dc [3059b6dc]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd92b2ee [bd92b2ee]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44c33da9 [44c33da9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.3% (158 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e405a694 [e405a694]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.8% (16 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmenergy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmenergy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1a8c65b3 [1a8c65b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 71.4% (5 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - image&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-image/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f91ae8b2 [f91ae8b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (197 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee561a5d [ee561a5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.5% (193 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b7818e1 [4b7818e1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegames/kmahjongg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmahjongg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=62c862a8 [62c862a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.6% (191 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=feb94ddc [feb94ddc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdewalletmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdewalletmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9cf3ed6a [9cf3ed6a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da73efd6 [da73efd6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdewalletmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdewalletmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=56f2e465 [56f2e465]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/krdb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/krdb/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ea2bd4b [2ea2bd4b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=289b8045 [289b8045]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 80.3% (1636 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17b287ee [17b287ee]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.9% (195 of 197 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e98cc110 [e98cc110]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7768467e [7768467e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ffe4047 [3ffe4047]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d42dfce9 [d42dfce9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 77.9% (1588 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c033f982 [c033f982]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=447af80a [447af80a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 76.8% (1565 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f9a53f48 [f9a53f48]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5cac2c06 [5cac2c06]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ec024ca [7ec024ca]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c624634e [c624634e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f86ccae9 [f86ccae9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6fc3c2e [d6fc3c2e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin_lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin_lib/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f322a111 [f322a111]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f09ec0ab [f09ec0ab]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ba5d62d1 [ba5d62d1]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.5% (209 of 210 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7e255c40 [7e255c40]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=86acd12e [86acd12e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4f3b4305 [4f3b4305]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eac33e90 [eac33e90]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (196 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17c51be5 [17c51be5]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0ab2398 [c0ab2398]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (326 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6b7fac1 [d6b7fac1]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (206 of 206 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4e97cea7 [4e97cea7]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e8274087 [e8274087]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d7fbab18 [d7fbab18]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3f1a08b4 [3f1a08b4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=92e6fc46 [92e6fc46]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6cf5249d [6cf5249d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48907031 [48907031]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.3% (148 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9ef855fe [9ef855fe]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.4% (170 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79e81b47 [79e81b47]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.9% (194 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=af5e01d0 [af5e01d0]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f262c268 [f262c268]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (326 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e03e491a [e03e491a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=299d7e9b [299d7e9b]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=963b03f8 [963b03f8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4643459 [a4643459]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 99.4% (171 of 172 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b6f0d602 [b6f0d602]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f6a6c8e5 [f6a6c8e5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67d451ba [67d451ba]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewpresenterplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewpresenterplugin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a18b92ba [a18b92ba]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d9a6697 [7d9a6697]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aaeda12b [aaeda12b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c999f37 [3c999f37]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdmconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmconfig/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef954c90 [ef954c90]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2aa378ca [2aa378ca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_zeroconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_zeroconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2cd8ff75 [2cd8ff75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cb5cf602 [cb5cf602]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krdc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krdc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fc00fa70 [fc00fa70]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (94 of 94 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kpf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kpf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=325dc4a8 [325dc4a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.8% (2984 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b912c6e7 [b912c6e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (248 of 248 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/knewsticker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/knewsticker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6e04a742 [6e04a742]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (103 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmwifi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmwifi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ca7235c9 [ca7235c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (100 of 100 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmlanbrowser&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmlanbrowser/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ddb067e7 [ddb067e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (43 of 43 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmktalkd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmktalkd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c7fc70f6 [c7fc70f6]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (196 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cff19a2f [cff19a2f]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bad75a4d [bad75a4d]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (327 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0115ec51 [0115ec51]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=75d3b850 [75d3b850]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ade36f2 [1ade36f2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ad7aeafe [ad7aeafe]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=57cd82f9 [57cd82f9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=405dc7df [405dc7df]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ee0c314 [3ee0c314]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdmconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmconfig/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2567a89d [2567a89d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b2441d13 [b2441d13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_zeroconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_zeroconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c669a79d [c669a79d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_lan&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_lan/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5ecccc8f [5ecccc8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_jabberdisco&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_jabberdisco/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=153f7022 [153f7022]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefile_torrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefile_torrent/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=db5cbbbc [db5cbbbc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kwireless&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kwireless/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=70391ee5 [70391ee5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kinetd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kinetd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0f541093 [0f541093]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kdictapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kdictapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16494e41 [16494e41]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/libtdepim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7648b3c9 [7648b3c9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b7ec603 [7b7ec603]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fb3fdb2b [fb3fdb2b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fe4514c8 [fe4514c8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=83bdc126 [83bdc126]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=63a90127 [63a90127]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/tdefifteen&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/tdefifteen/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df53a5b9 [df53a5b9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a27093a0 [a27093a0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 87.5% (14 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - audio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-audio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd2a6f38 [bd2a6f38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (89 of 89 strings)&amp;lt;br/&amp;gt;Translation: tdegames/twin4&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/twin4/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e64c11d2 [e64c11d2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (254 of 254 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libtdegames&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libtdegames/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7e30682d [7e30682d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (122 of 122 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libksirtet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libksirtet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ce1a3bf [3ce1a3bf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.2% (56 of 57 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ktuberling&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ktuberling/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2d940247 [2d940247]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9561b74 [c9561b74]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kshisen&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kshisen/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e67e6a7f [e67e6a7f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kolf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kolf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12861973 [12861973]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2e8f84f5 [2e8f84f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (381 of 381 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kgoldrunner&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kgoldrunner/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1256c7f6 [1256c7f6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f0087266 [f0087266]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (1235 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=06391dfe [06391dfe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 84.4% (87 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=71347685 [71347685]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79cebe5e [79cebe5e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78aaa659 [78aaa659]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (289 of 289 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=74773ebc [74773ebc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ac07e9f6 [ac07e9f6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdestyle_plastik_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdestyle_plastik_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e00cbcb5 [e00cbcb5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_kdatatool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_kdatatool/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c09081a6 [c09081a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdefileaudiopreview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdefileaudiopreview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=624183f5 [624183f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_autobookmarker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_autobookmarker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b00d45a6 [b00d45a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (946 of 946 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/katepart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/katepart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=db142dcb [db142dcb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabcformat_binary&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabcformat_binary/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7cd87b83 [7cd87b83]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_isearch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_isearch/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=11d74de2 [11d74de2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_file&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_file/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8c12f11 [b8c12f11]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_docwordcompletion&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_docwordcompletion/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dd4127b3 [dd4127b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_net&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_net/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6d341d34 [6d341d34]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_sql&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_sql/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=661b618f [661b618f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_dir&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_dir/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=650ebed1 [650ebed1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdestyle_highcontrast_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdestyle_highcontrast_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=681fb57e [681fb57e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2865 of 2865 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/ppdtranslations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/ppdtranslations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5410b42a [5410b42a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/libtdescreensaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/libtdescreensaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a4a938d [6a4a938d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_insertfile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_insertfile/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f1d18823 [f1d18823]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (44 of 44 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_ldaptdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_ldaptdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30f083cd [30f083cd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acbf80cd [acbf80cd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f8fb2e20 [f8fb2e20]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1013 of 1013 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeprint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeprint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aa0506f0 [aa0506f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (455 of 455 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs_colors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs_colors/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82e61934 [82e61934]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2739 of 2739 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a2ce6cb [9a2ce6cb]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73eb4e4d [73eb4e4d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=91f7be0d [91f7be0d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 64.5% (129 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a9fa5d76 [a9fa5d76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/taskbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/taskbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b382a9a [2b382a9a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktaskbarapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktaskbarapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30e0f112 [30e0f112]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/lockout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/lockout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e1c4e2b5 [e1c4e2b5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5317fab2 [5317fab2]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=92ad6a46 [92ad6a46]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0e61bcd [c0e61bcd]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dedebeb6 [dedebeb6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_delli8k&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_delli8k/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51c00880 [51c00880]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (206 of 206 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4a6e3eb [d4a6e3eb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c368d148 [c368d148]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a73707b4 [a73707b4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9af8d504 [9af8d504]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 97.3% (219 of 225 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=875d4c24 [875d4c24]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a757dd8a [a757dd8a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abcfb18a [abcfb18a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/libtaskbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskbar/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d481507 [7d481507]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kay&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kay/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fa9f0334 [fa9f0334]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5af0121c [5af0121c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdesud&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdesud/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e363127a [e363127a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/naughtyapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/naughtyapplet/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=54976205 [54976205]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 75.7% (1542 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8f32df4 [b8f32df4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a46e674 [8a46e674]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82b00602 [82b00602]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8919bb8a [8919bb8a]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3e98afc4 [3e98afc4]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51cb26bc [51cb26bc]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d5046c21 [d5046c21]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=500f2c45 [500f2c45]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 98.5% (70 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kspaceduel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kspaceduel/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=53f3360c [53f3360c]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksokoban&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksokoban/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fa57d92b [fa57d92b]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 48.9% (24 of 49 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksnake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksnake/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4d9d7c1 [a4d9d7c1]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 94.7% (18 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksmiletris&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksmiletris/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=63667467 [63667467]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 34.1% (27 of 79 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2b3a41b [e2b3a41b]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 38.0% (19 of 50 strings)&amp;lt;br/&amp;gt;Translation: tdegames/klines&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/klines/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=33531138 [33531138]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45486792 [45486792]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (58 of 58 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5e2914e7 [5e2914e7]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c716f74 [6c716f74]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a270de3 [5a270de3]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (322 of 322 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=404b586a [404b586a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8b023bb7 [8b023bb7]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (322 of 322 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10d7630d [10d7630d]] tdepim: remove kitchensync pot file again, since it was automatically re-added&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a8b0c96 [2a8b0c96]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f4de4713 [f4de4713]] tdepim: remove translations for kitchensync and multisynk&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=64d45800 [64d45800]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0c2a0ab3 [0c2a0ab3]] tdegraphics: remove translations for kmrml&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8aa58abf [8aa58abf]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=376b1bfe [376b1bfe]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a340797 [6a340797]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=90797510 [90797510]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e0706cf8 [e0706cf8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eee4a43c [eee4a43c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb21ba44 [bb21ba44]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
= libraries =&lt;br /&gt;
== libkdcraw ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=d13e9744 [d13e9744]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (74 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=50387262 [50387262]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 70.2% (52 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=fb8e7233 [fb8e7233]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (74 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=4720b9e3 [4720b9e3]] Added translation using Weblate (Chinese (Simplified))&lt;br /&gt;
&lt;br /&gt;
== libkipi ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=b83bf7c2 [b83bf7c2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkipi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkipi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=1ea1d770 [1ea1d770]] Added translation using Weblate (Chinese (Traditional))&lt;br /&gt;
&lt;br /&gt;
== kipi-plugins ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=e3f5013b [e3f5013b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - wallpaper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-wallpaper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=38e917f9 [38e917f9]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=aa3b7277 [aa3b7277]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.0% (512 of 602 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - metadataedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-metadataedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=62e89ce1 [62e89ce1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 40.1% (53 of 132 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - cdarchiving&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-cdarchiving/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=1fc6b1e0 [1fc6b1e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - viewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-viewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=f134eb8d [f134eb8d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=7115da7d [7115da7d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=c39b2d5d [c39b2d5d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=549a8d58 [549a8d58]] Added translation using Weblate (Chinese (Traditional))&lt;br /&gt;
&lt;br /&gt;
== libtqt-perl ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=ea4d4023 [ea4d4023]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=a8738810 [a8738810]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=076ec834 [076ec834]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
= applications/development =&lt;br /&gt;
== kdbg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=db9f1ffa [db9f1ffa]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdbg - kdbg.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbg-kdbgdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=b171e1b2 [b171e1b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kdbg - kdbg.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbg-kdbgdesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== kdiff3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=ac9e1fb1 [ac9e1fb1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 67.2% (347 of 516 strings)&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=97fe01f4 [97fe01f4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3 - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=0a217c78 [0a217c78]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=453f35a8 [453f35a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 67.2% (347 of 516 strings)&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=47366761 [47366761]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: applications/kdiff3 - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=810025fb [810025fb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=b65164fa [b65164fa]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=abcdeb43 [abcdeb43]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=1bab9902 [1bab9902]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kpicosim ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=96f6ef35 [96f6ef35]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kpicosim - kpicosim.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpicosim-kpicosimdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=9ec59898 [9ec59898]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=cc2e4443 [cc2e4443]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/kpicosim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpicosim/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=4db10d51 [4db10d51]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=39160972 [39160972]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kpicosim - kpicosim.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpicosim-kpicosimdesktop/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=21828c08 [21828c08]] Added translation using Weblate (Portuguese (Brazil))&lt;br /&gt;
&lt;br /&gt;
== kscope ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=f762b97f [f762b97f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kscope - kscope.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kscope-kscopedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=baecf737 [baecf737]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== ktechlab ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=21af6675 [21af6675]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/ktechlab - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktechlab-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=32d92995 [32d92995]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kxmleditor ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=4ffd15b8 [4ffd15b8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kxmleditor - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kxmleditor-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=1c1d81ef [1c1d81ef]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== piklab ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=6c0461f7 [6c0461f7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 0.4% (7 of 1669 strings)&amp;lt;br/&amp;gt;Translation: applications/piklab&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/piklab/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=f7b9e20a [f7b9e20a]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdesvn ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=5b9025cb [5b9025cb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 48.5% (359 of 739 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=1074ed80 [1074ed80]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdesvn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=2cdbcc87 [2cdbcc87]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 48.5% (359 of 739 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=f66e96c7 [f66e96c7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdesvn - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=e0823d75 [e0823d75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/games =&lt;br /&gt;
== knights ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=f3e352ec [f3e352ec]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knights - knights.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knights-knightsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=c2ad1fa9 [c2ad1fa9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/knights - pgn mimetype&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knights-pgn-mimetype/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=9106aede [9106aede]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=d63c00f1 [d63c00f1]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdepacman ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=71d98913 [71d98913]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (59 of 59 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepacman&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepacman/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=b28adc9a [b28adc9a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.6% (47 of 59 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepacman&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepacman/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=62ba7450 [62ba7450]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 57.6% (34 of 59 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepacman&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepacman/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=f210c65b [f210c65b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepacman - tdepacman.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepacman-tdepacmandesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=7664379d [7664379d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=d0b05e33 [d0b05e33]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
= applications/graphics =&lt;br /&gt;
== digikam ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=5ec04830 [5ec04830]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1794 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=365fc56f [365fc56f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=31f057f7 [31f057f7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1794 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=d1ed2afa [d1ed2afa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1793 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=1798610f [1798610f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=e809e384 [e809e384]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1793 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=53e13c18 [53e13c18]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2244 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=09a41f75 [09a41f75]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/&lt;br /&gt;
&lt;br /&gt;
== gwenview ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=7183742f [7183742f]] Fix pthread required. This relates to PR #35.&lt;br /&gt;
&lt;br /&gt;
== gwenview-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=f3f98c63 [f3f98c63]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (342 of 342 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=6145e290 [6145e290]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (342 of 342 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=f3694437 [f3694437]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (342 of 342 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=bc00950d [bc00950d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (342 of 342 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=d1950f41 [d1950f41]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.9% (335 of 342 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=41a7389f [41a7389f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=332d87e3 [332d87e3]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=824111fb [824111fb]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.7% (341 of 342 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=ae02bedc [ae02bedc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=3f720a85 [3f720a85]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=3e754a52 [3e754a52]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=57175831 [57175831]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=827f6c7b [827f6c7b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/ru/&lt;br /&gt;
&lt;br /&gt;
== ksquirrel ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=812e8755 [812e8755]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.3% (493 of 517 strings)&amp;lt;br/&amp;gt;Translation: applications/ksquirrel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksquirrel/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=8dcaf788 [8dcaf788]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.3% (493 of 517 strings)&amp;lt;br/&amp;gt;Translation: applications/ksquirrel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksquirrel/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=6fbf4183 [6fbf4183]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/ksquirrel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksquirrel/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=36fc62e2 [36fc62e2]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (517 of 517 strings)&amp;lt;br/&amp;gt;Translation: applications/ksquirrel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksquirrel/it/&lt;br /&gt;
&lt;br /&gt;
== potracegui ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=0dc93a59 [0dc93a59]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/potracegui - potracegui.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/potracegui-potraceguidesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=454877ad [454877ad]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/potracegui - potracegui.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/potracegui-potraceguidesktop/it/&lt;br /&gt;
&lt;br /&gt;
= applications/internet =&lt;br /&gt;
== kasablanca ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=a9da006a [a9da006a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kasablanca - kasablanca.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca-kasablancadesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=81b3e027 [81b3e027]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kasablanca&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=2a9b7e7d [2a9b7e7d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kasablanca - kasablanca.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca-kasablancadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=159a8faf [159a8faf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 64.3% (74 of 115 strings)&amp;lt;br/&amp;gt;Translation: applications/kasablanca&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=4b9e3dcb [4b9e3dcb]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kbiff ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=b44d8e25 [b44d8e25]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=b172523d [b172523d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=a9666982 [a9666982]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbiff - kbiff.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff-kbiffdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=c53c9a60 [c53c9a60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=2cc626b9 [2cc626b9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.8% (89 of 90 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=4069eda9 [4069eda9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff - kbiff.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff-kbiffdesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== kftpgrabber ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=f5ef9f7c [f5ef9f7c]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=a682efb2 [a682efb2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kftpgrabber - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kftpgrabber-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=70edee2c [70edee2c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/kftpgrabber - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kftpgrabber-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== knmap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=c9299bd0 [c9299bd0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=436617ea [436617ea]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=fcc0e57c [fcc0e57c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=a289b05a [a289b05a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=2721c5e0 [2721c5e0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=24febfa6 [24febfa6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=8f8a354b [8f8a354b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (221 of 221 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=b68bd35b [b68bd35b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=60528588 [60528588]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 16.2% (36 of 221 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=aea076a0 [aea076a0]] Added translation using Weblate (Ukrainian)&lt;br /&gt;
&lt;br /&gt;
== konversation ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=7e09ebfb [7e09ebfb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.6% (1167 of 1362 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=efe05804 [efe05804]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/konversation&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=04e4928e [04e4928e]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=b5f177fc [b5f177fc]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation-events/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=dfedc855 [dfedc855]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.6% (1167 of 1362 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation/ru/&lt;br /&gt;
&lt;br /&gt;
== kopete-otr ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=95288d30 [95288d30]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kopete-otr - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kopete-otr-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=15094db2 [15094db2]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kshowmail ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=295eaf3d [295eaf3d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 50.4% (176 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=6d16605e [6d16605e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 50.1% (175 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=9e1b5a5d [9e1b5a5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 50.1% (175 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=ced2b753 [ced2b753]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=10272aed [10272aed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 49.8% (174 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=b13b420d [b13b420d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 49.5% (173 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
&lt;br /&gt;
== kstreamripper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=e7e90ba3 [e7e90ba3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kstreamripper - kstreamripper.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper-kstreamripperdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=cd2d1f4f [cd2d1f4f]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=38dad7af [38dad7af]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 78.7% (26 of 33 strings)&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=c6c8865f [c6c8865f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=b57d1640 [b57d1640]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=04b2afc8 [04b2afc8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=3f95be57 [3f95be57]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=dbdd2a4e [dbdd2a4e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=6a970335 [6a970335]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=3ec99f94 [3ec99f94]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=457de6e0 [457de6e0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=1801e3aa [1801e3aa]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 80.0% (24 of 30 strings)&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=382d4392 [382d4392]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=5da88b7e [5da88b7e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=c621d368 [c621d368]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== ktorrent ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=1e588c37 [1e588c37]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=ccf782d8 [ccf782d8]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (875 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=523c79c3 [523c79c3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (875 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=46220b63 [46220b63]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 80.1% (701 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/ru/&lt;br /&gt;
&lt;br /&gt;
== kvirc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=6de62e99 [6de62e99]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - mediaplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-mediaplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=310fb2b2 [310fb2b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (805 of 805 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=5290b915 [5290b915]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.8% (2404 of 2588 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=5bedfee4 [5bedfee4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (805 of 805 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=80098102 [80098102]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.8% (2404 of 2588 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=574f79d5 [574f79d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - torrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-torrent/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b9cb66f1 [b9cb66f1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (78 of 78 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - theme&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-theme/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=9390b2d9 [9390b2d9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - sharedfileswindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-sharedfileswindow/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=6e0f1e9c [6e0f1e9c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - perl&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-perl/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=302a040b [302a040b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - filetransferwindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-filetransferwindow/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=db90f695 [db90f695]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=33fece29 [33fece29]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=ab992aba [ab992aba]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - perlcore&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-perlcore/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=484c9ce8 [484c9ce8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=5c4d4a2a [5c4d4a2a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - editor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a7a4e202 [a7a4e202]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - about&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-about/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b7788073 [b7788073]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - notifier&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=391b00c9 [391b00c9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a0a87c06 [a0a87c06]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (805 of 805 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=12f4706c [12f4706c]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - mediaplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-mediaplayer/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=6280f2fb [6280f2fb]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - torrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-torrent/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=c0c52835 [c0c52835]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (78 of 78 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - theme&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-theme/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=0f4e51e5 [0f4e51e5]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - sharedfileswindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-sharedfileswindow/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=03eee71d [03eee71d]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - perlcore&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-perlcore/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=eb439f20 [eb439f20]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - perl&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-perl/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=df7ec3eb [df7ec3eb]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - notifier&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=d7deeb9d [d7deeb9d]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - logview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-logview/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=3a47fdca [3a47fdca]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - filetransferwindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-filetransferwindow/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a417c6a0 [a417c6a0]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - editor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=58a8d2a6 [58a8d2a6]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (182 of 182 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - dcc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-dcc/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=44846083 [44846083]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - notifier&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b435bad5 [b435bad5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - editor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b412083e [b412083e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - about&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-about/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b32a017a [b32a017a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.8% (2404 of 2588 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=02e908ee [02e908ee]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=e2dd007c [e2dd007c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a48e70a7 [a48e70a7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (794 of 805 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a7254dcc [a7254dcc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - theme&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-theme/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=25f3bffc [25f3bffc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=1e208b4f [1e208b4f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - logview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-logview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=3e94a25e [3e94a25e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - editor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=0c62fcd5 [0c62fcd5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - filetransferwindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-filetransferwindow/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a6e75ff9 [a6e75ff9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - dcc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-dcc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=2091bae5 [2091bae5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - notifier&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=90e47cbd [90e47cbd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - sharedfileswindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-sharedfileswindow/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=729d67a2 [729d67a2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=116c3821 [116c3821]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=5e2a1ae3 [5e2a1ae3]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== kvpnc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=13e49f67 [13e49f67]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 17.9% (443 of 2472 strings)&amp;lt;br/&amp;gt;Translation: applications/kvpnc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=26680f70 [26680f70]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kvpnc - kvpnc.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc-kvpncdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=7b05f487 [7b05f487]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=e45d6713 [e45d6713]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 14.1% (351 of 2472 strings)&amp;lt;br/&amp;gt;Translation: applications/kvpnc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=a7492e4b [a7492e4b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvpnc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=da275e97 [da275e97]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=69565c3b [69565c3b]] Revert changes of translations related to unwanted renaming&amp;lt;br/&amp;gt;SLOT =&amp;amp;gt; TQ_SLOT in the message string.&amp;lt;br/&amp;gt;This revert commits:&amp;lt;br/&amp;gt;28bd29d299272a1d96d678c550de70c2dd442785&amp;lt;br/&amp;gt;f1197c6adc69b6acae78327e1481ce78ba7774ae&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=f1197c6a [f1197c6a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvpnc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=28bd29d2 [28bd29d2]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=56a31f9a [56a31f9a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/tork - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tork-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=5efe8cb7 [5efe8cb7]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=b478b393 [b478b393]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: applications/tork - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tork-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=e8c69c0a [e8c69c0a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: applications/tork - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tork-desktop-files/it/&lt;br /&gt;
&lt;br /&gt;
= applications/misc =&lt;br /&gt;
== bibletime ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=48ce54dd [48ce54dd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/bibletime - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/bibletime-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=e57d164d [e57d164d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=9d90808b [9d90808b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/bibletime - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/bibletime-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=de0a4201 [de0a4201]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=7c699d2d [7c699d2d]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== desktop-effects-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=a1491403 [a1491403]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=5896fcd5 [5896fcd5]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=4ef8c50e [4ef8c50e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=7437087e [7437087e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=92556696 [92556696]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kcmldap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=10dc0c8c [10dc0c8c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kcm-ldap - ldapbonding.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-ldap-ldapbondingdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=2d2e48bf [2d2e48bf]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=5e83e4cf [5e83e4cf]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kcmldapcontroller ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=9790ea48 [9790ea48]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kcm-ldapcontroller - ldapcontroller.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-ldapcontroller-ldapcontrollerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=db1459a6 [db1459a6]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=1c9b3a80 [1c9b3a80]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kcmldapmanager ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=61c492ee [61c492ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kcm-ldapmanager - ldapmanager.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-ldapmanager-ldapmanagerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=1b7e69e3 [1b7e69e3]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=580fd05b [580fd05b]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kerberostray ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=d29a0b08 [d29a0b08]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kerberostray - kerberostray.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kerberostray-kerberostraydesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=17fd3039 [17fd3039]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=a677a48f [a677a48f]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=f56d47b0 [f56d47b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kerberostray&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kerberostray/&lt;br /&gt;
&lt;br /&gt;
== krecipes ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=cd240323 [cd240323]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krecipes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krecipes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=22acd03d [22acd03d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=d2a4cb93 [d2a4cb93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 30.5% (343 of 1123 strings)&amp;lt;br/&amp;gt;Translation: applications/krecipes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krecipes/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/multimedia =&lt;br /&gt;
== amarok ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=52621df4 [52621df4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=aa067461 [aa067461]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=7e8b9a52 [7e8b9a52]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=9b954758 [9b954758]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=3f17994d [3f17994d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=e6e3ba96 [e6e3ba96]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=9d43419b [9d43419b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=73837f1a [73837f1a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=079f0cc9 [079f0cc9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b037abfb [b037abfb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=93aff8fd [93aff8fd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=7f396148 [7f396148]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=8ac0d326 [8ac0d326]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=086adc4f [086adc4f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4ebfa149 [4ebfa149]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 79.7% (1981 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4cc71ec3 [4cc71ec3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=2116bf2a [2116bf2a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=e6e2d189 [e6e2d189]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=c2a12e62 [c2a12e62]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=44ad188d [44ad188d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=83730846 [83730846]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4ddb9e62 [4ddb9e62]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=90520108 [90520108]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 84.7% (2105 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=40099ec0 [40099ec0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b767627f [b767627f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=bcd8d83e [bcd8d83e]] Fix functionality broken by commit 1c3e0630.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b04099ff [b04099ff]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=a7a79de0 [a7a79de0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=1c3e0630 [1c3e0630]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=5dedf79f [5dedf79f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=8b28bb5c [8b28bb5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=9038cb17 [9038cb17]] Translated using Weblate (Turkish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/tr/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=3c835108 [3c835108]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.8% (2406 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
&lt;br /&gt;
== codeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=033f32ab [033f32ab]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=28a3b75f [28a3b75f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=9f39f05e [9f39f05e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/codeine - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/codeine-desktop-files/&lt;br /&gt;
&lt;br /&gt;
== k3b ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=1cda53bb [1cda53bb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=e28f2192 [e28f2192]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=74808fa8 [74808fa8]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=2111da78 [2111da78]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=00a24ebc [00a24ebc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=987871f0 [987871f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=c2fbc8f1 [c2fbc8f1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=95a45a4f [95a45a4f]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=bbf83236 [bbf83236]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=894069eb [894069eb]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/pt/&lt;br /&gt;
&lt;br /&gt;
== k3b-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=7faed94c [7faed94c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - tdeio-videodvd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-tdeio-videodvd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=35488411 [35488411]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=59bb404c [59bb404c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (33 of 33 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - setup&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-setup/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=14a8478d [14a8478d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=3f4f7f46 [3f4f7f46]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=8538da23 [8538da23]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=856ea287 [856ea287]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=34d0ff8c [34d0ff8c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=c29d6639 [c29d6639]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=84cd0b47 [84cd0b47]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (47 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=6f6f5263 [6f6f5263]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=bd308fa9 [bd308fa9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=e6010418 [e6010418]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (47 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=cb12df11 [cb12df11]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=ecef8905 [ecef8905]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=9c355f26 [9c355f26]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=1d1360a7 [1d1360a7]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=6f8f68cc [6f8f68cc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=47c13aee [47c13aee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=b92282bd [b92282bd]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 97.8% (46 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/bg/&lt;br /&gt;
&lt;br /&gt;
== k9copy ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=35c86a79 [35c86a79]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=3847d9ee [3847d9ee]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 86.6% (429 of 495 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=276d0d95 [276d0d95]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=112b19f8 [112b19f8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=45422ea5 [45422ea5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k9copy - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=4e2f83fa [4e2f83fa]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (495 of 495 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=ef83b5b8 [ef83b5b8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=4979c509 [4979c509]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=237b3548 [237b3548]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (495 of 495 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=553df4a4 [553df4a4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=bc07265d [bc07265d]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kaffeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=86e5bbbc [86e5bbbc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=0d261da7 [0d261da7]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=03b9c1f4 [03b9c1f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (729 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=fe9e778d [fe9e778d]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine-desktop-files/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=ce0c6633 [ce0c6633]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (729 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=3f38f883 [3f38f883]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=eac2daca [eac2daca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (729 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=6c9257f2 [6c9257f2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.5% (711 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=e0e0d158 [e0e0d158]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=b871bd5b [b871bd5b]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kmplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=132da052 [132da052]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (390 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=c1187155 [c1187155]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (390 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=9530e59d [9530e59d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=1566a9ce [1566a9ce]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (390 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=78361cb3 [78361cb3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=6e72f310 [6e72f310]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=30650e19 [30650e19]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.9% (347 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=77c148a7 [77c148a7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=bb993d63 [bb993d63]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=d8d54a7f [d8d54a7f]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 95.6% (373 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=122a27a0 [122a27a0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=bb9e13d1 [bb9e13d1]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=0817bc03 [0817bc03]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer-desktop-files/bg/&lt;br /&gt;
&lt;br /&gt;
== kplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=e71f663d [e71f663d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 77.1% (800 of 1037 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=14b1fdd9 [14b1fdd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 77.1% (800 of 1037 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=968ddac2 [968ddac2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=1c3f07e0 [1c3f07e0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=e9d5a656 [e9d5a656]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=cc14b9cf [cc14b9cf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=d8391ef7 [d8391ef7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 77.0% (799 of 1037 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/ru/&lt;br /&gt;
&lt;br /&gt;
== mplayerthumbs ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=617cbd23 [617cbd23]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== rosegarden ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=95c249dd [95c249dd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/rosegarden - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/rosegarden-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=48eed92c [48eed92c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.2% (2002 of 2322 strings)&amp;lt;br/&amp;gt;Translation: applications/rosegarden&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/rosegarden/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=5eb170e8 [5eb170e8]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=1e5e9153 [1e5e9153]] Added translation using Weblate (Portuguese (Brazil))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=edb78953 [edb78953]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.2% (2002 of 2322 strings)&amp;lt;br/&amp;gt;Translation: applications/rosegarden&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/rosegarden/ru/&lt;br /&gt;
&lt;br /&gt;
== soundkonverter ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=78fe42d0 [78fe42d0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.2% (304 of 319 strings)&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=4e11f456 [4e11f456]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=451107da [451107da]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (319 of 319 strings)&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=2c5f94f3 [2c5f94f3]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (319 of 319 strings)&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=bcf2d459 [bcf2d459]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.6% (302 of 319 strings)&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=2bf7eb6c [2bf7eb6c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=28a35800 [28a35800]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=300613ee [300613ee]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=a13d3527 [a13d3527]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tderadio ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=49f49b60 [49f49b60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=46e97349 [46e97349]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - streaming&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-streaming/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=0e66044b [0e66044b]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=1e03606e [1e03606e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=f8b88abd [f8b88abd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (17 of 17 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - timeshifter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-timeshifter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=88c92992 [88c92992]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - streaming&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-streaming/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=739ad48d [739ad48d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - soundserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-soundserver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=f693d48c [f693d48c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (78 of 78 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - recording&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-recording/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=62096a82 [62096a82]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - gui-error-log&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-error-log/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=7898f4d5 [7898f4d5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - gui-standard-display&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-standard-display/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=13e5a97b [13e5a97b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - recording&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-recording/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=6b08efa0 [6b08efa0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - timeshifter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-timeshifter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=ffdacdaa [ffdacdaa]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - oss-sound&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-oss-sound/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=2cfd8fba [2cfd8fba]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=aa80a24c [aa80a24c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=28afa3da [28afa3da]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - oss-sound&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-oss-sound/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=5369d924 [5369d924]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (45 of 45 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - gui-standard-display&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-standard-display/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=a9f14b38 [a9f14b38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 82.3% (14 of 17 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - timeshifter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-timeshifter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=d57a893c [d57a893c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.1% (75 of 78 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - recording&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-recording/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=55460675 [55460675]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=03b5df8e [03b5df8e]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 93.5% (29 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=0bb5fda6 [0bb5fda6]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=8cd30c0e [8cd30c0e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=c74cfcb6 [c74cfcb6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.7% (30 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/office =&lt;br /&gt;
== basket ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=8bba24a1 [8bba24a1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: applications/basket - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=3e05901d [3e05901d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/basket&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=33317176 [33317176]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/basket&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=c8b892a3 [c8b892a3]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kbibtex ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=a8cf4b8b [a8cf4b8b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kbibtex - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbibtex-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=a9b74b76 [a9b74b76]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=15d816e8 [15d816e8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbibtex&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbibtex/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=702a473b [702a473b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 73.7% (444 of 602 strings)&amp;lt;br/&amp;gt;Translation: applications/kbibtex&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbibtex/ru/&lt;br /&gt;
&lt;br /&gt;
== kbookreader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=0b40cdac [0b40cdac]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 66.6% (2 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kbookreader - kbookreader.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader-kbookreaderdesktop/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=713e783c [713e783c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=8e2d9623 [8e2d9623]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbookreader - kbookreader.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader-kbookreaderdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=e32bbc6e [e32bbc6e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (17 of 17 strings)&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=fcdb94c9 [fcdb94c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kbookreader - kbookreader.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader-kbookreaderdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=ac3e0386 [ac3e0386]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=61e10e5a [61e10e5a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/&lt;br /&gt;
&lt;br /&gt;
== kile ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=08a73a70 [08a73a70]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kile - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile-desktop-files/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=872c127f [872c127f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kile - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=59f1c45a [59f1c45a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kile - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=00b87abb [00b87abb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kile - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== kmymoney ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=2d36eedb [2d36eedb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2674 of 2674 strings)&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=202400b8 [202400b8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2674 of 2674 strings)&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=debe3076 [debe3076]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmymoney - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=16aa0610 [16aa0610]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=af8d71ce [af8d71ce]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=79e957c7 [79e957c7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=47cc1d27 [47cc1d27]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: applications/kmymoney - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=e592106d [e592106d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (2658 of 2674 strings)&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=67a43ced [67a43ced]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=9df4c701 [9df4c701]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== knowit ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=3a30dbdb [3a30dbdb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/knowit - knowit.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knowit-knowitdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=81a2fc07 [81a2fc07]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== koffice ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=d165869a [d165869a]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=c2fdb394 [c2fdb394]] Fix functionality broken by commit a9bbaa83&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=a9bbaa83 [a9bbaa83]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== koffice-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=422b95eb [422b95eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (354 of 354 strings)&amp;lt;br/&amp;gt;Translation: koffice/kformdesigner&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kformdesigner/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=041cb462 [041cb462]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/koffice&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/koffice/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=27fd186c [27fd186c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=572398a4 [572398a4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (3150 of 3168 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspread&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=bce5a0c4 [bce5a0c4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.4% (1169 of 1200 strings)&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=cc44ebc3 [cc44ebc3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: koffice/thesaurus_tool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/thesaurus_tool/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=b6cedf64 [b6cedf64]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_ooo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_ooo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=9f49ba05 [9f49ba05]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_koffice&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_koffice/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=7a3529fd [7a3529fd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_gnumeric&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_gnumeric/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=05196041 [05196041]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_abiword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_abiword/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ffe6d299 [ffe6d299]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (961 of 961 strings)&amp;lt;br/&amp;gt;Translation: koffice/kword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kword/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ad3cf8ee [ad3cf8ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspreadcalc_calc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspreadcalc_calc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=7f8b71fa [7f8b71fa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (909 of 909 strings)&amp;lt;br/&amp;gt;Translation: koffice/kpresenter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kpresenter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=d154e97e [d154e97e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (354 of 354 strings)&amp;lt;br/&amp;gt;Translation: koffice/kformdesigner&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kformdesigner/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=9c40a4ce [9c40a4ce]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=aa8c2267 [aa8c2267]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ccf47869 [ccf47869]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=f690d314 [f690d314]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.0% (1295 of 1423 strings)&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=f0bcacf8 [f0bcacf8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kivio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kivio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=e1f27756 [e1f27756]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=e84fa74c [e84fa74c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kword/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=fc3d61ff [fc3d61ff]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/koffice&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/koffice/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=31fd578d [31fd578d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=069df0f0 [069df0f0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kofficefilters&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kofficefilters/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=96a280ad [96a280ad]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=b7a0d0ff [b7a0d0ff]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 98.3% (420 of 427 strings)&amp;lt;br/&amp;gt;Translation: koffice/karbon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/karbon/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=8e305f42 [8e305f42]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 99.8% (1421 of 1423 strings)&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=61f41445 [61f41445]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: koffice/example&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/example/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=1f753ab8 [1f753ab8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (3150 of 3168 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspread&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/ru/&lt;br /&gt;
&lt;br /&gt;
== kpilot ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=994025a3 [994025a3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.3% (1059 of 1088 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=812902b7 [812902b7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=2ddec8ee [2ddec8ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.3% (1059 of 1088 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=6ee217d4 [6ee217d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.2% (29 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=84b8d43e [84b8d43e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=9a5d96d5 [9a5d96d5]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=9beef848 [9beef848]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.3% (1059 of 1088 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=adc41d0e [adc41d0e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=43b3df95 [43b3df95]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=b2480185 [b2480185]] Fix functionality broken by commit a956e3e&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=f060f38e [f060f38e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=fa847ef4 [fa847ef4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=a956e3e8 [a956e3e8]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tellico ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=c5aed387 [c5aed387]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1113 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=292c365c [292c365c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1113 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=9232c032 [9232c032]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=dae674d5 [dae674d5]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=01caa644 [01caa644]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=ea7a8ffa [ea7a8ffa]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=10996a19 [10996a19]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=252be932 [252be932]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.5% (1108 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=f73799c2 [f73799c2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=30d2f3d2 [30d2f3d2]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 74.2% (826 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=997c050d [997c050d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=0a00263f [0a00263f]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
= applications/settings =&lt;br /&gt;
== kdpkg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=e5d56b2b [e5d56b2b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kdpkg - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=52160b83 [52160b83]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=1ec33520 [1ec33520]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=1f5bed1a [1f5bed1a]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=752317fb [752317fb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=c178f4e3 [c178f4e3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 93.1% (27 of 29 strings)&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=7afa4047 [7afa4047]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=3107e30a [3107e30a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=4277d12f [4277d12f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/&lt;br /&gt;
&lt;br /&gt;
== kima ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=72f70a32 [72f70a32]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kima - kima.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kima-kimadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=59a7eecd [59a7eecd]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kiosktool ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=fe1ef0db [fe1ef0db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kiosktool - kiosktool.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kiosktool-kiosktooldesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=e30e1b38 [e30e1b38]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=f585e458 [f585e458]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kiosktool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kiosktool/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=6d1e1f26 [6d1e1f26]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (238 of 238 strings)&amp;lt;br/&amp;gt;Translation: applications/kiosktool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kiosktool/ru/&lt;br /&gt;
&lt;br /&gt;
== kkbswitch ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=c81744ba [c81744ba]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=513141a1 [513141a1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.9% (53 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=d7365e67 [d7365e67]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch - kkbswitch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch-kkbswitchdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=59d15769 [59d15769]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=f14c6e5f [f14c6e5f]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=c36d0446 [c36d0446]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch - kkbswitch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch-kkbswitchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=d7b89dac [d7b89dac]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=586412b8 [586412b8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 96.4% (55 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=8978515d [8978515d]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=29e2187e [29e2187e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=4f10d322 [4f10d322]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=2f27dd99 [2f27dd99]] Added global shortcuts for switching to previous/next group&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/kkbswitch/issues/6 #6]&lt;br /&gt;
&lt;br /&gt;
== klcddimmer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=10b9f399 [10b9f399]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 66.6% (2 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/klcddimmer - klcddimmer.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer-klcddimmerdesktop/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=4c074e14 [4c074e14]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/klcddimmer - klcddimmer.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer-klcddimmerdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=739e6b63 [739e6b63]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/klcddimmer - klcddimmer.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer-klcddimmerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=c552505d [c552505d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/klcddimmer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer/&lt;br /&gt;
&lt;br /&gt;
== tdenetworkmanager ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=0f339629 [0f339629]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 56.5% (160 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=0b25fec3 [0b25fec3]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (283 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=61ae35a3 [61ae35a3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=5df4ed11 [5df4ed11]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 56.5% (160 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=c95d4f33 [c95d4f33]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=f6f35912 [f6f35912]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=92a7c996 [92a7c996]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager-events/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=8883a11e [8883a11e]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=f781e430 [f781e430]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 56.5% (160 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=6bd64d20 [6bd64d20]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 54.4% (154 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
&lt;br /&gt;
== wlassistant ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/wlassistant/commit/?id=3e7e7008 [3e7e7008]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/wlassistant - wlassistant.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/wlassistant-wlassistantdesktop/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/system =&lt;br /&gt;
== dolphin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=935eb49d [935eb49d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (174 of 174 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=c5ebee1a [c5ebee1a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=b6a6add7 [b6a6add7]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=d6981f86 [d6981f86]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=88bffef8 [88bffef8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=50bf6ece [50bf6ece]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=df0f2634 [df0f2634]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 87.3% (55 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=128fc6c0 [128fc6c0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=4177bfeb [4177bfeb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=31e79818 [31e79818]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=614887eb [614887eb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=dfc034e5 [dfc034e5]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== katapult ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=b427732a [b427732a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: applications/katapult - displays&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/katapult-displays/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=a2ce4f73 [a2ce4f73]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=90483ac4 [90483ac4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/katapult - katapult.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/katapult-katapultdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=2c620ea8 [2c620ea8]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=4b5ae0ee [4b5ae0ee]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (89 of 89 strings)&amp;lt;br/&amp;gt;Translation: applications/katapult&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/katapult/pt_BR/&lt;br /&gt;
&lt;br /&gt;
== kbfx ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=a83a9d10 [a83a9d10]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=7df544d7 [7df544d7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbfx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbfx/&lt;br /&gt;
&lt;br /&gt;
== kcmautostart ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=b5fa6c20 [b5fa6c20]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart - autostart.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart-autostartdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=93aa3c87 [93aa3c87]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=639e1972 [639e1972]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=e156d8d7 [e156d8d7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=a34114dc [a34114dc]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=e32b5599 [e32b5599]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/&lt;br /&gt;
&lt;br /&gt;
== kdbusnotification ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=1a641393 [1a641393]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/kdbusnotification&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbusnotification/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=b412e198 [b412e198]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=b0df4a69 [b0df4a69]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kdbusnotification - autostart.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbusnotification-autostartdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=15f5616c [15f5616c]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== klamav ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=d11bc9be [d11bc9be]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 64.1% (285 of 444 strings)&amp;lt;br/&amp;gt;Translation: applications/klamav&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klamav/ru/&lt;br /&gt;
&lt;br /&gt;
== knemo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=e7fb48e5 [e7fb48e5]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (85 of 85 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=9e04f998 [9e04f998]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knemo - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=3772679a [3772679a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knemo - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-events/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=232699e6 [232699e6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knemo - kcm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-kcm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=16c52455 [16c52455]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knemo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=8e390170 [8e390170]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=73908043 [73908043]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo - kcm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-kcm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=d1925e58 [d1925e58]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (85 of 85 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=6132bf8e [6132bf8e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== knetload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=ba2626b3 [ba2626b3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knetload - knetload.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetload-knetloaddesktop/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=c52c618e [c52c618e]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=7b25c61d [7b25c61d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knetload - knetload.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetload-knetloaddesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=ad81a141 [ad81a141]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knetload - knetload.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetload-knetloaddesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== knetstats ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=cde57e3a [cde57e3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (53 of 53 strings)&amp;lt;br/&amp;gt;Translation: applications/knetstats&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetstats/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=f59f6f15 [f59f6f15]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/knetstats - knetstats.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetstats-knetstatsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=26523e70 [26523e70]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=fca6b8e0 [fca6b8e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (53 of 53 strings)&amp;lt;br/&amp;gt;Translation: applications/knetstats&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetstats/ru/&lt;br /&gt;
&lt;br /&gt;
== krusader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=0a303a08 [0a303a08]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader - tdeio-virt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader-tdeio-virt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=b530f6f6 [b530f6f6]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=7e975b56 [7e975b56]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 89.0% (1246 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=6dcff4b8 [6dcff4b8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=36ae80d0 [36ae80d0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=3ce92a8b [3ce92a8b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 89.0% (1246 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=c3898db6 [c3898db6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=b55a9aa0 [b55a9aa0]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1399 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=a6d7af8f [a6d7af8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 89.0% (1246 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=1107ba66 [1107ba66]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=60b198a9 [60b198a9]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1399 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/uk/&lt;br /&gt;
&lt;br /&gt;
== kshutdown ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=7f2b77af [7f2b77af]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=6de6914a [6de6914a]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=294c6c37 [294c6c37]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=5153b71e [5153b71e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kshutdown - kshutdown.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-kshutdowndesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=757c58ab [757c58ab]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=0cb0eeb3 [0cb0eeb3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown - kshutdown.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-kshutdowndesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=6c6e8bb5 [6c6e8bb5]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown - kshutdown.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-kshutdowndesktop/nl/&lt;br /&gt;
&lt;br /&gt;
== ksystemlog ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=e8c74ab9 [e8c74ab9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/ksystemlog - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksystemlog-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=f878a025 [f878a025]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=cf0f1b44 [cf0f1b44]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/ksystemlog&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksystemlog/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=27e255d7 [27e255d7]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kvkbd ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=570028de [570028de]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kvkbd - kvkbd.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvkbd-kvkbddesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=3a15b392 [3a15b392]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=02fef088 [02fef088]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== polkit-agent-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=7ef2e01a [7ef2e01a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde - polkit-agent-tde.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde-polkit-agent-tdedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=4bc2685c [4bc2685c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=394ba86f [394ba86f]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=d0ff02a7 [d0ff02a7]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=774e540b [774e540b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=fe3d3837 [fe3d3837]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=81f288bf [81f288bf]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/zh_Hant/&lt;br /&gt;
&lt;br /&gt;
== tastymenu ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=2307db6a [2307db6a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (146 of 146 strings)&amp;lt;br/&amp;gt;Translation: applications/tastymenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tastymenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=425d4d88 [425d4d88]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/tastymenu - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tastymenu-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=97b927a5 [97b927a5]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdebluez ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=17819966 [17819966]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=f25c4521 [f25c4521]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-events/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=01f504fe [01f504fe]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=fce0091e [fce0091e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=f23e3839 [f23e3839]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=823b8121 [823b8121]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=d0311fa0 [d0311fa0]] Added translation using Weblate (Dutch)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ee1b7905 [ee1b7905]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 89.1% (239 of 268 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=14e65f81 [14e65f81]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=9a895e4f [9a895e4f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=5dbd02e3 [5dbd02e3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=75e3f4ae [75e3f4ae]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=1d2fcc95 [1d2fcc95]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (266 of 266 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=9ec32992 [9ec32992]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=226cacc4 [226cacc4]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (274 of 274 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ae46115f [ae46115f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ad1894b7 [ad1894b7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=e852055d [e852055d]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tdedocker ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=c8bd481e [c8bd481e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/tdedocker - tdedocker.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdedocker-tdedockerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=2cb5f566 [2cb5f566]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdepowersave ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=b001f8e8 [b001f8e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 36.3% (20 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=b8b910e9 [b8b910e9]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=aaf6cc18 [aaf6cc18]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=8a0925b0 [8a0925b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave-events/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=9b7728c1 [9b7728c1]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (311 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=96ba1bf7 [96ba1bf7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 36.3% (20 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=1e735aeb [1e735aeb]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (311 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=f39d5cd2 [f39d5cd2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=c1d1a446 [c1d1a446]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=70666ec3 [70666ec3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=c2676876 [c2676876]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.2% (290 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=5242ce6d [5242ce6d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=678ecbe9 [678ecbe9]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tdesshaskpass ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=77270a90 [77270a90]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 71.4% (5 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesshaskpass&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesshaskpass/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=a9f78c9a [a9f78c9a]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=b193e3f5 [b193e3f5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdesshaskpass&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesshaskpass/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=7a7a240e [7a7a240e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesshaskpass&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesshaskpass/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=b0aaaa03 [b0aaaa03]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== yakuake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=ffd5e73e [ffd5e73e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/yakuake - yakuake.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake-yakuakedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=cf3dbd06 [cf3dbd06]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (98 of 98 strings)&amp;lt;br/&amp;gt;Translation: applications/yakuake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=4adafb6f [4adafb6f]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=73cd9e3b [73cd9e3b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/yakuake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=4d40f6d0 [4d40f6d0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.9% (94 of 98 strings)&amp;lt;br/&amp;gt;Translation: applications/yakuake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/tdeio =&lt;br /&gt;
== tdeio-appinfo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=4a1957d9 [4a1957d9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-appinfo - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-appinfo-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=259bb403 [259bb403]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeio-apt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=154d4926 [154d4926]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-apt - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-apt-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=9bd15ca6 [9bd15ca6]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeio-ftps ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-ftps/commit/?id=8ac1f636 [8ac1f636]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdeio-ftps&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-ftps/&lt;br /&gt;
&lt;br /&gt;
== tdeio-gopher ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-gopher/commit/?id=dfc20d5b [dfc20d5b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-gopher&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-gopher/ru/&lt;br /&gt;
&lt;br /&gt;
== tdeio-locate ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=888a6158 [888a6158]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-locate - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-locate-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=94acdb2d [94acdb2d]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeio-sword ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=bbf5f2b3 [bbf5f2b3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdeio-sword - sword.protocol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-sword-swordprotocol/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=a1851f5d [a1851f5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-sword - sword.protocol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-sword-swordprotocol/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=6d75ce24 [6d75ce24]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeio-umountwrapper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=c48a81c6 [c48a81c6]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 57.1% (4 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-umountwrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-umountwrapper/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=dfbe223a [dfbe223a]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=11dcb3f5 [11dcb3f5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdeio-umountwrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-umountwrapper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=e3173ff2 [e3173ff2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-umountwrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-umountwrapper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=c37ba2dc [c37ba2dc]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
= applications/themes =&lt;br /&gt;
== gtk-qt-engine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=d0d226cf [d0d226cf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=2178adeb [2178adeb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=90c79e65 [90c79e65]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=df701883 [df701883]] Added translation using Weblate (Chinese (Simplified))&lt;br /&gt;
&lt;br /&gt;
== kgtk-qt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=e6da4c75 [e6da4c75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/kgtk-qt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kgtk-qt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=06bca424 [06bca424]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/kgtk-qt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kgtk-qt3/ru/&lt;br /&gt;
&lt;br /&gt;
== ksplash-engine-moodin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=a6618f45 [a6618f45]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/ksplash-engine-moodin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksplash-engine-moodin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=5f1d24be [5f1d24be]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=80fd36cc [80fd36cc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/ksplash-engine-moodin - ksplashmoodin.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksplash-engine-moodin-ksplashmoodindesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=c5ea48d7 [c5ea48d7]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tde-style-baghira ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=130a09fe [130a09fe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - bab&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-bab/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=a41cd05c [a41cd05c]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=2bfddb37 [2bfddb37]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - kmenuapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-kmenuapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=24c94460 [24c94460]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=bb43a575 [bb43a575]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - sessionapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-sessionapplet/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=738600de [738600de]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - starter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-starter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=54a306f5 [54a306f5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=4a3bbfa4 [4a3bbfa4]] Rename library twin3_baghira -&amp;amp;gt; twin_baghira&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=fc8b3dd4 [fc8b3dd4]] Fix functionality broken by commit 66813ef&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=66813efe [66813efe]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tde-style-domino ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=515a3c18 [515a3c18]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-domino - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-domino-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=bc0d220b [bc0d220b]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=7ea023ba [7ea023ba]] Rename library twin3_domino -&amp;amp;gt; twin_domino&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== tde-style-ia-ora ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=9e5afc6b [9e5afc6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-ia-ora - twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-ia-ora-twin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=5bbd8ebf [5bbd8ebf]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=70d8e947 [70d8e947]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-ia-ora - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-ia-ora-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=5e7e1797 [5e7e1797]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=25c19604 [25c19604]] Rename library twin3_iaora -&amp;amp;gt; twin_iaora&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== tde-style-lipstik ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=dc269473 [dc269473]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-lipstik - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-lipstik-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=39c758d5 [39c758d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-lipstik - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-lipstik-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=e0338512 [e0338512]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tde-style-qtcurve ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=b069a35c [b069a35c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-qtcurve - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-qtcurve-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=27e23c10 [27e23c10]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdmtheme ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=40c3be67 [40c3be67]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/tdmtheme - tdmtheme.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdmtheme-tdmthemedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=422b7c29 [422b7c29]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=be80cbfd [be80cbfd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdmtheme&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdmtheme/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=33f7baf1 [33f7baf1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: applications/tdmtheme&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdmtheme/ru/&lt;br /&gt;
&lt;br /&gt;
== twin-style-crystal ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=74a99abb [74a99abb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/twin-style-crystal - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-crystal-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=ef365451 [ef365451]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=d9afc78c [d9afc78c]] Rename library twin3_crystal -&amp;amp;gt; twin_crystal&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-dekorator ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=c2065d4f [c2065d4f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/twin-style-dekorator - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-dekorator-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=92d4ca9f [92d4ca9f]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=c67f6084 [c67f6084]] Rename library twin3_deKorator -&amp;amp;gt; twin_deKorator&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-machbunt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=f58ac171 [f58ac171]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/twin-style-machbunt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-machbunt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=7a99524e [7a99524e]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=330d2a97 [330d2a97]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/twin-style-machbunt - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-machbunt-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=af060376 [af060376]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=81c7c4d0 [81c7c4d0]] Rename library twin3_MachBunt to twin_MachBunt&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-suse2 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=e0d3d7ab [e0d3d7ab]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 78.4% (51 of 65 strings)&amp;lt;br/&amp;gt;Translation: applications/twin-style-suse2&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-suse2/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=db79df35 [db79df35]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/twin-style-suse2 - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-suse2-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=358a0175 [358a0175]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=6cdb0cbb [6cdb0cbb]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (65 of 65 strings)&amp;lt;br/&amp;gt;Translation: applications/twin-style-suse2&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-suse2/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=9b5c2e1e [9b5c2e1e]] Rename library twin3_SUSE2 -&amp;amp;gt; twin_SUSE&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
= applications/utilities =&lt;br /&gt;
== abakus ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=9ace50d1 [9ace50d1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/abakus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=467ef6c1 [467ef6c1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (49 of 49 strings)&amp;lt;br/&amp;gt;Translation: applications/abakus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=e1762b36 [e1762b36]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=b277c7ae [b277c7ae]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/abakus - abakus.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus-abakusdesktop/bg/&lt;br /&gt;
&lt;br /&gt;
== filelight ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=6676268d [6676268d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=8066004a [8066004a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=9fd8fe68 [9fd8fe68]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (77 of 77 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=aa06806b [aa06806b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=28349b70 [28349b70]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=7cc11b7f [7cc11b7f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=629295b3 [629295b3]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=33098270 [33098270]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (77 of 77 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/uk/&lt;br /&gt;
&lt;br /&gt;
== kbarcode ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=e7336ab9 [e7336ab9]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=2f5aa189 [2f5aa189]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.1% (589 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=6c31a9ec [6c31a9ec]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=7f9e4e65 [7f9e4e65]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.9% (582 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=f6c05921 [f6c05921]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 74.5% (443 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=371ce27c [371ce27c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=7bd51d72 [7bd51d72]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=6ca861bd [6ca861bd]] Fix functionality broken by commit fc06df3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=fc06df33 [fc06df33]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== kchmviewer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=c840a753 [c840a753]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 80.6% (117 of 145 strings)&amp;lt;br/&amp;gt;Translation: applications/kchmviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kchmviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=7b5e8574 [7b5e8574]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kchmviewer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kchmviewer-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=78502278 [78502278]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kchmviewer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kchmviewer-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== kcpuload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=14c73c4b [14c73c4b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kcpuload - kcpuload.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload-kcpuloaddesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=824e509b [824e509b]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=0c199bf6 [0c199bf6]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=b49178b0 [b49178b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=8ae8e9f8 [8ae8e9f8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 94.8% (37 of 39 strings)&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=7a450d31 [7a450d31]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=d9952f82 [d9952f82]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/&lt;br /&gt;
&lt;br /&gt;
== kdirstat ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=d08890b0 [d08890b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kdirstat - kdirstat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdirstat-kdirstatdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=d0eed693 [d0eed693]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (249 of 249 strings)&amp;lt;br/&amp;gt;Translation: applications/kdirstat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdirstat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=cc9f1809 [cc9f1809]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=89804e56 [89804e56]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 47.3% (118 of 249 strings)&amp;lt;br/&amp;gt;Translation: applications/kdirstat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdirstat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=71311fff [71311fff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 42.1% (105 of 249 strings)&amp;lt;br/&amp;gt;Translation: applications/kdirstat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdirstat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=a958f1f3 [a958f1f3]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== keep ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=1a76670f [1a76670f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/keep - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/keep-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=c08474b2 [c08474b2]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=04ecada5 [04ecada5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 84.5% (93 of 110 strings)&amp;lt;br/&amp;gt;Translation: applications/keep&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/keep/ru/&lt;br /&gt;
&lt;br /&gt;
== knutclient ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=5f03df41 [5f03df41]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knutclient - knutclient.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient-knutclientdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=0beb63be [0beb63be]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=dfa5f3fa [dfa5f3fa]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knutclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=466ddc1b [466ddc1b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (203 of 203 strings)&amp;lt;br/&amp;gt;Translation: applications/knutclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient/uk/&lt;br /&gt;
&lt;br /&gt;
== kompose ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=00e245dc [00e245dc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kompose - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kompose-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=748e68f2 [748e68f2]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== krename ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=28d102bd [28d102bd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krename - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krename-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=b4e78648 [b4e78648]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/krename - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krename-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=7740aa8e [7740aa8e]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== ksensors ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=2a8c9caa [2a8c9caa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/ksensors - ksensors.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksensors-ksensorsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=2f3812ef [2f3812ef]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== qalculate-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=3fca4e9e [3fca4e9e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=2a0fc1a4 [2a0fc1a4]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=744ac88e [744ac88e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=6baf1704 [6baf1704]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.4% (593 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=accfbbbf [accfbbbf]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=34b3365e [34b3365e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=933d4190 [933d4190]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=68aa9b3b [68aa9b3b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (596 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=96280709 [96280709]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 75.0% (447 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=09de128a [09de128a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 70.6% (421 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=c714c687 [c714c687]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 60.7% (362 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=1c102209 [1c102209]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 42.4% (253 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=06249035 [06249035]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
= packaging =&lt;br /&gt;
== packaging ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=ef8e0bd1 [ef8e0bd1]] DEB build scripts: updated after testing on Devuan Chimaera&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=70a0160c [70a0160c]] DEB tdebindings: remove dependency on libtqt3-compat-headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=fb212c9e [fb212c9e]] DEB tqt3: drop compat files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=a4869e73 [a4869e73]] DEB tdebase twin: adjusted after renaming client libraries from twin3_* to twin_*. This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=7b064a10 [7b064a10]] DEB tqt3: adjusted after removing Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f7be243e [f7be243e]] DEB buildscripts: update supported distros&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f82c8cc0 [f82c8cc0]] DEB: remove support for Debian Stretch and Ubuntu Xenial&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=4721bdc6 [4721bdc6]] DEB tqt3: remove Qt2 obsolete classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=e6b868c8 [e6b868c8]] DEB tdebase: added release notes for R14.2.x series&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=3c5c1e60 [3c5c1e60]] DEB trinity-apt-archive: Set the apt repository URL to PTB.&lt;/div&gt;</summary>
		<author><name>SlavekB</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.1.2&amp;diff=3330</id>
		<title>Changelog For R14.1.2</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.1.2&amp;diff=3330"/>
		<updated>2024-04-29T00:32:18Z</updated>

		<summary type="html">&lt;p&gt;SlavekB: Update 20240428&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= common =&lt;br /&gt;
== admin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=fabd8c1d [fabd8c1d]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=482d2f66 [482d2f66]] Fix wrong nesting in KDE_CHECK_TQT_JPEG function&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=3019aa7a [3019aa7a]] Improve TQt detection. Use CFLAGS from pkg-config&amp;lt;br/&amp;gt;instead of hard-coded include paths.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=bcdb3081 [bcdb3081]] Fix detection of TQt3 following bug introduced in previous commit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=e27d7286 [e27d7286]] Drop TQT_VERSION_ONLY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=02e3ce62 [02e3ce62]] Fix visibility support check&lt;br /&gt;
&lt;br /&gt;
== libtdevnc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtdevnc/commit/?id=04669ff5 [04669ff5]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtdevnc/commit/?id=30334121 [30334121]] krfb: fix termination and syncing of threads on exit. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/libtdevnc/issues/2 #2]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtdevnc/commit/?id=91b27a73 [91b27a73]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtdevnc/commit/?id=2b46ed6b [2b46ed6b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
= dependencies =&lt;br /&gt;
== tde-cmake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=1ec54425 [1ec54425]] Update version to R14.1.2&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=e6fdb4b5 [e6fdb4b5]] Fix incorrect backslash in tde_set_project_version macro&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=4af11cf9 [4af11cf9]] Set cmake minimum version in a centralized place&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=10b01876 [10b01876]] Add support for multiline messages in tde_message_* macros&amp;lt;br/&amp;gt;Also convert tde_message_author_warning() to a function to not pollute&amp;lt;br/&amp;gt;caller&amp;#039;s environment.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=8b6215c6 [8b6215c6]] Simplify code since cmake minimum version is now 3.5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=76ca9f74 [76ca9f74]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=bb49d854 [bb49d854]] Update version to R14.1.2&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tqt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=73c97659 [73c97659]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=57465e08 [57465e08]] Prevent creation of text codecs when the application is shutting down. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tqt3/issues/142 #142]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b4410540 [b4410540]] TQTextEdit: remove one of two readOnly flags&amp;lt;br/&amp;gt;There were two flags for read-only with different capitalization:&amp;lt;br/&amp;gt;readonly and readOnly. This was probably a mistake.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=bca1fe4e [bca1fe4e]] TQTextEdit: add missing  mightStartDrag initialization&amp;lt;br/&amp;gt;mightStartDrag might have been used uninitialized when moving mouse with&amp;lt;br/&amp;gt;pressed mouse button into window.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a097a55f [a097a55f]] Improve TQFont-related cleanup&amp;lt;br/&amp;gt;Improve TQFont cleanup making sure that all instances of TQFont are&amp;lt;br/&amp;gt;destroyed before TQApplication (or specifically before disconnect from&amp;lt;br/&amp;gt;X11). This gets reed of several valgrind complains about leaks deep&amp;lt;br/&amp;gt;inside fontconfig.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=f2504a8f [f2504a8f]] Improve TQFont-related cleanup&amp;lt;br/&amp;gt;Improve TQFont cleanup making sure that all instances of TQFont are&amp;lt;br/&amp;gt;destroyed before TQApplication (or specifically before disconnect from&amp;lt;br/&amp;gt;X11). This gets reed of several valgrind complains about leaks deep&amp;lt;br/&amp;gt;inside fontconfig.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b000ed6a [b000ed6a]] TQFileDialog: cleanup pixmaps before destroying TQApplication&amp;lt;br/&amp;gt;Otherwise it results in small memmory leakage on exit of Xlib data.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=32f97849 [32f97849]] examples/canvas: fix some memory leaks&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=4ab92f6b [4ab92f6b]] TQPrintDialog: cleanup data requested from libcups&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=41c8fa0f [41c8fa0f]] inputmethods/xim: fix incorrect fontset ref counting&amp;lt;br/&amp;gt;- rename fontsetRefCount -&amp;amp;gt; fontsetCacheRefCount&amp;lt;br/&amp;gt;- move fontsetCacheRefCount to constructor as setHolderWidget() could be&amp;lt;br/&amp;gt;  called more than once&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=bb6797db [bb6797db]] TQPrinterPrivate: add virtual destructor.&amp;lt;br/&amp;gt;As derivative from it e.g. TQPrinterUnixPrivate are getting deleted (e.g&amp;lt;br/&amp;gt;in unix TQPrinter implementation) by a reference to base class.&amp;lt;br/&amp;gt;Also added missing include to the header.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=ba566100 [ba566100]] Zero unused data fields in XClientMessageEvent struct&amp;lt;br/&amp;gt;valgrind was complaining about access to uninitialized data because&amp;lt;br/&amp;gt;unused elements in client_message.data.l array weren&amp;#039;t set o any value.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=323382b1 [323382b1]] Fix TQThreadStorage destruction in the main thread&amp;lt;br/&amp;gt;Before that the allocations of TQThreadStorage objects from the main&amp;lt;br/&amp;gt;thread were never destroyed and memory associated with them were never&amp;lt;br/&amp;gt;freed. The second one isn&amp;#039;t a huge problem as at that point program is&amp;lt;br/&amp;gt;terminating anyway (but it still makes valgrind complain). The first one&amp;lt;br/&amp;gt;is the bigger issue as destructors might contain some essential external&amp;lt;br/&amp;gt;cleanups like removing temporary files.&amp;lt;br/&amp;gt;Also make `TQApplication::guiThread()` return `0` when the thread is&amp;lt;br/&amp;gt;destroyed (may happen on the program exiting during destruction of&amp;lt;br/&amp;gt;statics).&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=336e61b2 [336e61b2]] Fix TQString::sprintf() not calling va_end() in case of bad cformat&amp;lt;br/&amp;gt;Also rearrange code a bit so it would be obvious that the function&amp;lt;br/&amp;gt;doesn&amp;#039;t return a dangling reference.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=4bed6be8 [4bed6be8]] Fix a small memory leak in xim plugin&amp;lt;br/&amp;gt;TQXIMInputContext::setHolderWidget() function may be (and actually is)&amp;lt;br/&amp;gt;called more than once. This results in multiple instances of the same&amp;lt;br/&amp;gt;object being added to ximContextList. But the destructor removes only&amp;lt;br/&amp;gt;one instance, which effectively results in leak of several bytes&amp;lt;br/&amp;gt;whenever a window is opened.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=d730db2c [d730db2c]] gitignore: add a couple more tests&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=57f90016 [57f90016]] Add explicit declaration TQChar&amp;amp;TQCharRef default constructor/destructor&amp;lt;br/&amp;gt;This suppresses -Wdeprecated-copy warning.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=590a2e04 [590a2e04]] Resort includes in ntqt.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=5d90b035 [5d90b035]] ./configure: turn thread support on by default&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=5232ccdf [5232ccdf]] Avoid setting CONFIG=thread in qmake.conf&amp;lt;br/&amp;gt;Otherwise it&amp;#039;s impossible to override in ./configure&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=d643d19c [d643d19c]] Fix compilation with -no-thread&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=9d1f8015 [9d1f8015]] Fix up mkspecs/linux-g++-32/qplatformdefs.h&amp;lt;br/&amp;gt;The head of file was accidentally deleted in 455154ce&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=ee2df978 [ee2df978]] Fix compilation with -disable-inputmethod and -no-inputmethod&amp;lt;br/&amp;gt;As for now here are two sets of inputmethod options:&amp;lt;br/&amp;gt;- -enable-inputmethod/disable-inputmethod - which seems to supposed to&amp;lt;br/&amp;gt;  control whether build the &amp;#039;inputmethod&amp;#039; module or not&amp;lt;br/&amp;gt;- -inputmethod/-no-inputmethod - which seems to supposed to&amp;lt;br/&amp;gt;  enable/disable inputmethod support without changing the ABI.&amp;lt;br/&amp;gt;Before the patch both -disable-inputmethod and -no-inputmethod were just&amp;lt;br/&amp;gt;breaking the build: -no-inputmethod were disabling some code with&amp;lt;br/&amp;gt;support for the module, but didn&amp;#039;t disabled the module build itself nor&amp;lt;br/&amp;gt;build of plugins. -disable-inputmethod were disabling build of plugins&amp;lt;br/&amp;gt;and module, but didn&amp;#039;t disabled code depending upon it.&amp;lt;br/&amp;gt;It seems the inputmethod support were still WIP when the last release of&amp;lt;br/&amp;gt;Qt3 came to be, hence the mess.&amp;lt;br/&amp;gt;This patch fixes the build if both -disable-inputmethod AND&amp;lt;br/&amp;gt;-no-inputmethod are supplied. Disabling only one is not enough due to&amp;lt;br/&amp;gt;tqmake/configure have problems handling two different options of the&amp;lt;br/&amp;gt;same name.  Later the -inputmethod/-no-inputmethod should be probably&amp;lt;br/&amp;gt;removed entirely.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=9aa03105 [9aa03105]] Fix FTBFS with -no-xkb&amp;lt;br/&amp;gt;The analogue of XkbKeycodeToKeysym() used to be XKeycodeToKeysym(), but&amp;lt;br/&amp;gt;it was deprecated in favour of XGetKeyboardMapping() method.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=77927b79 [77927b79]] Fix FTBFS with -no-stl&amp;lt;br/&amp;gt;On modern compilers placement new requires inclusion of &amp;amp;lt;new&amp;amp;gt;&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=7b575b58 [7b575b58]] avoid translating the /qt/XIMInputStyle options when saving into config&amp;lt;br/&amp;gt;Also use &amp;quot;On The Spot&amp;quot; as the default when the setting in the config is&amp;lt;br/&amp;gt;incorrect.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=53a1dfa8 [53a1dfa8]] gitignore: add missing examples (sound, tablet)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=94c71d50 [94c71d50]] Fix FTBFS with -qt-sql-sqlite3&amp;lt;br/&amp;gt;Fix FTBFS when sqlite3 sql driver is being built into the library&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=cabcb339 [cabcb339]] fix grep complain in configure: &amp;quot;warning: stray \ before c&amp;quot;&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=486ac782 [486ac782]] Remove original Q_WS_* defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=da061df4 [da061df4]] Add .gitignore file&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=33c36fae [33c36fae]] Replace QT_STATIC_CONST_* with actual definitions&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=473cd1e8 [473cd1e8]] Replace Q_WS_* defines with TQ_WS_* equivalents&amp;lt;br/&amp;gt;This is the first part of the replacement process.&amp;lt;br/&amp;gt;Usage of Q_WS_* has been replaced with the equivalent TQ_WS_*.&amp;lt;br/&amp;gt;Definition of Q_WS_* has been mirrored into TQ_WS_* defines, to allow&amp;lt;br/&amp;gt;TDE code to continue building till replacement is carried over to all&amp;lt;br/&amp;gt;other modules.&amp;lt;br/&amp;gt;Once that is completed, the original Q_WS_* defines will&amp;lt;br/&amp;gt;be removed.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=ecca365d [ecca365d]] Rename METHOD, SIGNAL, SLOT to TQ_METHOD, TQ_SIGNAL, TQ_SLOT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=1c308584 [1c308584]] Fix potential buffer overflow in debug functions.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tqt3/issues/70 #70]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=f30ac87a [f30ac87a]] Add support for HistoryBackButton and HistoryForwardButton&amp;lt;br/&amp;gt;This resolves [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/421 TDE/tdebase#421]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=c339f68f [c339f68f]] Update README&amp;lt;br/&amp;gt;A new README with markdown format, updated information on TQt, contributor section and translations status.&amp;lt;br/&amp;gt;The old README has been preserved as README.Qt3 for historical reasons.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a059b24f [a059b24f]] tqdesigner: prevent SEGV from invalid pointer. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tqt3/issues/97 #97]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=ccc0d8e4 [ccc0d8e4]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=541b9007 [541b9007]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tqtinterface ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=127b7afb [127b7afb]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=ffb0e63e [ffb0e63e]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=a2ffbf64 [a2ffbf64]] Remove QT_NO_SQL define&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=3db78466 [3db78466]] Remove Q_WS_* defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=d7ef2c15 [d7ef2c15]] Remove TQT_{METHOD, SIGNAL, SLOT} and METHOD, SIGNAL, SLOT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=42cd150b [42cd150b]] Rename TQT_{METHOD, SIGNAL, SLOT} and METHOD, SIGNAL, SLOT to TQ_METHOD, TQ_SIGNAL, TQ_SLOT. This is a temporary step to make sure TDE keeps building while METHOD, SIGNAL, SLOT are renamed in every repository.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=7850ec99 [7850ec99]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=aee37a80 [aee37a80]] Remove various &amp;#039;#define&amp;#039; strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=ed3960fe [ed3960fe]] Remove &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=e49839b0 [e49839b0]] Remove various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=f933a4cd [f933a4cd]] Remove various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=1adb7b0c [1adb7b0c]] Remove color &amp;#039;#define&amp;#039; strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=f3d5db9e [f3d5db9e]] Remove various &amp;#039;#define&amp;#039; with actual strings - part 2&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=8a3ee3cf [8a3ee3cf]] Remove time related &amp;#039;#define&amp;#039; with actual strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=4f64bcf4 [4f64bcf4]] Remove various tq* strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=4469ebf5 [4469ebf5]] Remove various &amp;#039;#define&amp;#039; strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=83393107 [83393107]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=4999d66f [4999d66f]] Change to build and install inputmethod files if enabled&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=5b1ff5f7 [5b1ff5f7]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=ce975cb4 [ce975cb4]] Drop TQT_VERSION_ONLY&lt;br /&gt;
&lt;br /&gt;
== akode ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/akode/commit/?id=b9bf6085 [b9bf6085]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/akode/commit/?id=e7588f45 [e7588f45]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/akode/commit/?id=1a7d54b0 [1a7d54b0]] cmake: make flac, speex and vorbis support in xiph optional&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/akode/commit/?id=76833fdb [76833fdb]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== arts ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/arts/commit/?id=5877b3be [5877b3be]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/arts/commit/?id=b8da6ca9 [b8da6ca9]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/arts/commit/?id=c96b8deb [c96b8deb]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/arts/commit/?id=c048d067 [c048d067]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== avahi-tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/avahi-tqt/commit/?id=9aec3e38 [9aec3e38]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/avahi-tqt/commit/?id=5d56fcdf [5d56fcdf]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/avahi-tqt/commit/?id=571a0c03 [571a0c03]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== dbus-1-tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dbus-1-tqt/commit/?id=ab0f2949 [ab0f2949]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dbus-1-tqt/commit/?id=008f34be [008f34be]] Replace QT_STATIC_CONST_* with actual definitions&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dbus-1-tqt/commit/?id=9b724c19 [9b724c19]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dbus-1-tqt/commit/?id=49dca60b [49dca60b]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dbus-1-tqt/commit/?id=122c2a5a [122c2a5a]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== dbus-tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dbus-tqt/commit/?id=c0e37ab0 [c0e37ab0]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dbus-tqt/commit/?id=fe52f8f3 [fe52f8f3]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dbus-tqt/commit/?id=31736507 [31736507]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== libart-lgpl ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libart-lgpl/commit/?id=6dada22d [6dada22d]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libart-lgpl/commit/?id=604e7976 [604e7976]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libart-lgpl/commit/?id=a8d8c5d0 [a8d8c5d0]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== libcaldav ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libcaldav/commit/?id=f1c843a8 [f1c843a8]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libcaldav/commit/?id=212fdb12 [212fdb12]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== libcarddav ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libcarddav/commit/?id=7b7f2ab5 [7b7f2ab5]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libcarddav/commit/?id=2bee3c7a [2bee3c7a]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== libr ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libr/commit/?id=9e8c893b [9e8c893b]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libr/commit/?id=2cf31691 [2cf31691]] Expose used backend via pkg-config&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libr/commit/?id=75d69350 [75d69350]] Make dependency upon gtk optional&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libr/commit/?id=aaf98109 [aaf98109]] Update library version to 0.7.0&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libr/commit/?id=47a836e4 [47a836e4]] Remove libglade related code, since libglade is no longer available&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libr/commit/?id=35d7395c [35d7395c]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== sip4-tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/sip4-tqt/commit/?id=c3d189b3 [c3d189b3]] Fix FTBFS described in issue [https://mirror.git.trinitydesktop.org/gitea/TDE/sip4-tqt/issues/19 #19]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/sip4-tqt/commit/?id=15dc4a7c [15dc4a7c]] Fix pytde FTBFS caused by commit 5cfeb8e&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/sip4-tqt/commit/?id=9d52e5c0 [9d52e5c0]] Fix yyerror ftbfs under Fedora 40&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/sip4-tqt/commit/?id=5cfeb8ec [5cfeb8ec]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/sip4-tqt/commit/?id=5e77787c [5e77787c]] Fix SEGV on exit when using python 3.12 and raise minimum required version to 3.4.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/sip4-tqt/commit/?id=18bbe173 [18bbe173]] Add support for python 3.12 and raise minimum required version to 3.3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/sip4-tqt/commit/?id=c668d2b1 [c668d2b1]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
&lt;br /&gt;
== tqscintilla ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqscintilla/commit/?id=7a4f96cd [7a4f96cd]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqscintilla/commit/?id=c763d908 [c763d908]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqscintilla/commit/?id=0355ec98 [0355ec98]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqscintilla/commit/?id=57048ef2 [57048ef2]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== pytqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=88d14d22 [88d14d22]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=244f8405 [244f8405]] Add support for python 3.12 and raise minimum required version to 3.4.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=27f46d60 [27f46d60]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=a131499f [a131499f]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
&lt;br /&gt;
== polkit-tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-tqt/commit/?id=446ba007 [446ba007]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-tqt/commit/?id=0b5b2bf9 [0b5b2bf9]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-tqt/commit/?id=b5e521d0 [b5e521d0]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tqca ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqca/commit/?id=891a22ce [891a22ce]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqca/commit/?id=7267a6cb [7267a6cb]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqca/commit/?id=9cbea02c [9cbea02c]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
= core =&lt;br /&gt;
== tdelibs ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=e521dcc1 [e521dcc1]] Update version to R14.1.2&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=aebefeb7 [aebefeb7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=baf8f91d [baf8f91d]] tdeprint: Use &amp;#039;httpGetAddress&amp;#039; for &amp;#039;httpAddrLocalhost&amp;#039; on cups &amp;amp;gt;= 2.0.&amp;lt;br/&amp;gt;This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdelibs/issues/268 #268]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=fff7139a [fff7139a]] tdeprint: Use &amp;#039;const&amp;#039; for list of files to print.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdelibs/issues/268 #268]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=ab9f8038 [ab9f8038]] Fix compatibility with C++17.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=b31821dd [b31821dd]] Align kalyptus to changes made in [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebindings/issues/36 TDE/tdebindings#36]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=e132f2be [e132f2be]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=1f956046 [1f956046]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=773b8e23 [773b8e23]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=8b4af6a9 [8b4af6a9]] kdoctools: Add TQt entity to obsolete/general.entities.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=69e73207 [69e73207]] Kate: add support for template string syntax of JS&amp;lt;br/&amp;gt;https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=d658f645 [d658f645]] tdeio/kdirlister: better handle if TDEIO::localURL() failed&amp;lt;br/&amp;gt;This shouldn&amp;#039;t generally happend, but better safe than sorry.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=25f86695 [25f86695]] tdeio/kdirlister: reset complete flag earlier for remote URLs&amp;lt;br/&amp;gt;Bug: https://mirror.git.trinitydesktop.org/gitea/TDE/gwenview/issues/20&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=63999d71 [63999d71]] tdeio/kdirlister: add some cleanups for LocalURLJob&amp;#039;s&amp;lt;br/&amp;gt;Theoretically the lack of those could lead to segfaults and data&amp;lt;br/&amp;gt;corruptions, hard to debug but very rare.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=26274cb6 [26274cb6]] tdeio/KDirLister: add url validity check&amp;lt;br/&amp;gt;Before 0756aab51 and 4d6667159 this validity check was done for all URLs&amp;lt;br/&amp;gt;inside KDirListerCache::listDir(). But since those two commits the result&amp;lt;br/&amp;gt;of this check for remote URLs is impossible to propagate to the user. So&amp;lt;br/&amp;gt;implicit check is in order.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=9d4be4eb [9d4be4eb]] tdeio/kdirlister: some refactoring&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=ddaf1402 [ddaf1402]] tdeio/Mainpage.dox: fix an incorrect reference to KDE as Trinity&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=ac345f68 [ac345f68]] Replace QT_STATIC_CONST_* with actual definitions&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=d81ab9bb [d81ab9bb]] Simplify code since cmake minimum version is now 3.5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=5e51787f [5e51787f]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=ff174128 [ff174128]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7b83dfe0 [7b83dfe0]] Replace auto_ptr&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7f03918f [7f03918f]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=dff83720 [dff83720]] Fix lvm volumes appearing as removable devices&amp;lt;br/&amp;gt;- remove obsolete/erroneous code meddling with&amp;lt;br/&amp;gt;  GENHD_FL_MEDIA_CHANGE_NOTIFY&amp;lt;br/&amp;gt;- use /sys/block/&amp;amp;lt;dev&amp;amp;gt;/removable rather than&amp;lt;br/&amp;gt;  /sys/block/&amp;amp;lt;dev&amp;amp;gt;/capabilities&amp;lt;br/&amp;gt;- deprecate TDEDiskDeviceStatus::Hotpluggable and use&amp;lt;br/&amp;gt;  TDEDiskDeviceStatus::Removable for all removable devices&amp;lt;br/&amp;gt;- put some local utility function into anonymous namespace&amp;lt;br/&amp;gt;See https://mirror.git.trinitydesktop.org/gitea/TDE/tde/issues/148&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=2a3a62bb [2a3a62bb]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=af8caead [af8caead]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=553b7050 [553b7050]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=d8d8319b [d8d8319b]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=3a837ecf [3a837ecf]] Fix FTBFS caused by detection of libr version after recent update&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=9fc074fc [9fc074fc]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=4c9f3f02 [4c9f3f02]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cf7f8e74 [cf7f8e74]] Replace color &amp;#039;#define&amp;#039; strings with actual values&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=89c80321 [89c80321]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 2&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=e84b6d89 [e84b6d89]] Replaced time related &amp;#039;#define&amp;#039; with actual strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=3373b45c [3373b45c]] Replace various tq* strings with TQt::* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=0e4a5c95 [0e4a5c95]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=303b6445 [303b6445]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=141ced0c [141ced0c]] Prevent to use conditional inclusion preprocessor feature (since C++23)&amp;lt;br/&amp;gt;`#elifdef` is supported since C23 and C++23, but such newer compiler&amp;lt;br/&amp;gt;is not required here.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=1b8945b1 [1b8945b1]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=050ff82b [050ff82b]] KTabBar: add way to revert tab color to default&amp;lt;br/&amp;gt;This commit adds a resetTabColor(...) method to TQTabBar and TQTabWidget which allows the color of the appropriate tab to be reset to the default as specified by the desktop color scheme.&amp;lt;br/&amp;gt;It also changes how invalid color values are handled; before, an invalid value would be used as a valid color, resulting in 0,0,0 (black). Seeing that an invalid color is returned by KColorDialog when the default color checkbox is checked, it makes more sense to ignore invalid colors, using the appropriate color from the color scheme instead.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=10b5c67d [10b5c67d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=2cc4398e [2cc4398e]] Update version to R14.1.2&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tdebase ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c7f1a812 [c7f1a812]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c8c65f3c [c8c65f3c]] Updated release notes for R14.1.2 version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c2268515 [c2268515]] tdm: Allow to detect pthread_setname_np. Add linking pthread.&amp;lt;br/&amp;gt;This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/473 #473]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b151ca95 [b151ca95]] Fix FTBFS caused by incompatible cast. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/473 #473]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8ad38a5e [8ad38a5e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=0c14d592 [0c14d592]] Fix compatibility with C++17.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d5a875e4 [d5a875e4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c07cf1a4 [c07cf1a4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=459b5925 [459b5925]] kxkb: fix incorrect signal name introduced by 1fea8982f&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a442aacb [a442aacb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=577b0ec1 [577b0ec1]] twin: add tileWindowToBorder() and rename previously introduced tileHorizontally(), tileVertically(), tileGrid() DCOP calls&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=62ce8414 [62ce8414]] TWin: add tileHorizontally(), tileVertically(), tileGrid() DCOP calls&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8d168e49 [8d168e49]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5403798b [5403798b]] Add GUI option to choose between standard and Ubuntu-style shutdown dialog.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d789ec8d [d789ec8d]] Fix update of fade away checkboxes in TCC session manager module&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d6b6bd79 [d6b6bd79]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=97c7b667 [97c7b667]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b8111709 [b8111709]] Fix twin crash when starting with &amp;#039;Switch desktop&amp;#039; option set. This&amp;lt;br/&amp;gt;resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/455 #455]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ff9d1cfa [ff9d1cfa]] Fix FTBFS caused by cmake lowercase renaming&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b89d30df [b89d30df]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e3c4e755 [e3c4e755]] tdeioslave/sftp: make source c++11-compatible&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e41e8b9e [e41e8b9e]] tdeioslave/sftp: get rid of goto in openConnection()&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e55cf59e [e55cf59e]] tdeioslave/sftp: use unsigned to store auth method flags/bitsets&amp;lt;br/&amp;gt;The libssh defines those flags as unsigned. Technically ssh_auth_list()&amp;lt;br/&amp;gt;still returns int, but its guranteed to be bitset of those flags.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=11c1ec50 [11c1ec50]] tdeioslave/sftp: better erros for unsupported auth methods&amp;lt;br/&amp;gt;Also:&amp;lt;br/&amp;gt;- do not translate auth methods names as the names appear in config&amp;lt;br/&amp;gt;  files verbatim&amp;lt;br/&amp;gt;- libssh actually doesn&amp;#039;t supports hostbased auth, so exclude it from&amp;lt;br/&amp;gt;  bitset of supported&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c1a256a3 [c1a256a3]] tdeioslave/sftp: better cancelation handling in case of several publickeys&amp;lt;br/&amp;gt;Consider publickey auth canceled only if user canceled it for each of&amp;lt;br/&amp;gt;the prompted keys.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ef56a87f [ef56a87f]] tdeioslave/sftp: save/restore seqNr for multi-factor auth&amp;lt;br/&amp;gt;In case the server is set up for multi-factor authentication we could&amp;lt;br/&amp;gt;be have to query several things from the user like password, a key&amp;lt;br/&amp;gt;passphrase, their mother&amp;#039;s maiden name etc. It doesn&amp;#039;t make a big&amp;lt;br/&amp;gt;difference during an initial connection, but it butchers the&amp;lt;br/&amp;gt;reconnection process: it can retrieve the answer of the user to the&amp;lt;br/&amp;gt;first question (e.g. their password), but it fails to retrieve the&amp;lt;br/&amp;gt;second one (e.g. the key passphrase). So the user would be forced to&amp;lt;br/&amp;gt;reenter the answer for the second question upon each reconnection.&amp;lt;br/&amp;gt;The reason for this is the passwdserver&amp;#039;s desig (see DESIGN [1]):&amp;lt;br/&amp;gt;Each query for AuthInfo with the openPassDlg() has an secNr number&amp;lt;br/&amp;gt;associated with it. If it&amp;#039;s smaller than the one of the one stored for&amp;lt;br/&amp;gt;the privious request, than the one from the cache will be returned&amp;lt;br/&amp;gt;automagically, if it&amp;#039;s bigger the dialog will be prompted to the user.&amp;lt;br/&amp;gt;Each call to openPassDlg() advances s_seqNr to the last value reported&amp;lt;br/&amp;gt;by the passwdserver. So the first call will return the cached value and&amp;lt;br/&amp;gt;subsequent calls will actually display the dialog to the user (assuming&amp;lt;br/&amp;gt;authentication with the cached data failed).&amp;lt;br/&amp;gt;But in case of multi-factor auth we have to query user for several&amp;lt;br/&amp;gt;independent values. And we want to try to retrieve each one of those&amp;lt;br/&amp;gt;from the cache. So we have to get a bit hacky and manually manipulate&amp;lt;br/&amp;gt;the SlaveBase::s_seqNr value.&amp;lt;br/&amp;gt;[1]: https://mirror.git.trinitydesktop.org/gitea/TDE/tdelibs/src/branch/master/tdeio/kpasswdserver/DESIGN&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=fae96a29 [fae96a29]] tdeioslave/sftp: imbue error messages with errors from libssh&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a9d6ae55 [a9d6ae55]] tdeioslave/sftp: cache passwords in case they were passed to setHost()&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7ae47417 [7ae47417]] tdeioslave/sftp: prevent infinite looping in kb-interactive auth&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=16ad3686 [16ad3686]] tdeioslave/sftp: purge password in the destructor&amp;lt;br/&amp;gt;This could be useful in case the destructor will be called before&amp;lt;br/&amp;gt;openConnection()&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=dbd135cc [dbd135cc]] tdeioslave/sftp: enable changing user during kb-interactive auth&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=15815002 [15815002]] tdeioslave/sftp: pass correct username to openPassDlg()&amp;lt;br/&amp;gt;We should always pass to the openPassDlg() exactly the same username&amp;lt;br/&amp;gt;otherwise it may result in incorrect caching of passwords especially in&amp;lt;br/&amp;gt;case if the username is changed by the user.&amp;lt;br/&amp;gt;Also don&amp;#039;t allow username change in case it was passed to setHost()&amp;lt;br/&amp;gt;(i.e. it was specified in the URL like e.g. sftp://username@host/).&amp;lt;br/&amp;gt;In such a case after changing it&amp;#039;d be impossible to properly cache it.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c5ae0c2a [c5ae0c2a]] tdeioslave/sftp: even bigger authentication overhaul&amp;lt;br/&amp;gt;- Move authentication methods into separate functions so it would be&amp;lt;br/&amp;gt;  easier to correctly handle error after those and select which should&amp;lt;br/&amp;gt;  be called in which order.&amp;lt;br/&amp;gt;- A lot of minor improvements along the way&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=dbde9a19 [dbde9a19]] tdeioslave/sftp: use realmValue to distinguish different prompts&amp;lt;br/&amp;gt;This will help kpasswdserver not to confuse different user&amp;#039;s answers to&amp;lt;br/&amp;gt;different questions.&amp;lt;br/&amp;gt;Also avoid passing/returning TDE::AuthInfo for kb-interactive auth as it&amp;lt;br/&amp;gt;isn&amp;#039;t really necessary when we don&amp;#039;t manually caching passwords anymore.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c950ace0 [c950ace0]] tdeioslave/sftp: avoid explicit password caching&amp;lt;br/&amp;gt;All password caching we need actually already autmagically&amp;lt;br/&amp;gt;done by openPassDlg().&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c01b3345 [c01b3345]] tdeioslave/sftp: use a scope guards to close connection&amp;lt;br/&amp;gt;There were a couple of missing closeConnection() calls after connection&amp;lt;br/&amp;gt;errors. The probably haven&amp;#039;t caused any major bugs, but use scope guards&amp;lt;br/&amp;gt;to be on the safe side.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e3895956 [e3895956]] tdeioslave/sftp: split off connection init to a dedicated function&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9a9f8570 [9a9f8570]] tdeioslave/sftp: use free to destroy mCallbacks&amp;lt;br/&amp;gt;As it allocated via malloc() rather than new.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=39ee836a [39ee836a]] tdeioslave/sftp: overhaul publickey auth&amp;lt;br/&amp;gt;Several enhancements to public key authentication and some other stuff:&amp;lt;br/&amp;gt;- Fix passphrase entry for encrypted keys (was either hanging up or&amp;lt;br/&amp;gt;  segfaulting)&amp;lt;br/&amp;gt;- Use scope guard idiom for cleanup calls for more reliable cleanup in&amp;lt;br/&amp;gt;  case of errors&amp;lt;br/&amp;gt;- Add normal prompt for public key&amp;#039;s passphrase entry dialog&amp;lt;br/&amp;gt;- Correctly differentiate passphrase to password when cached (yes they&amp;lt;br/&amp;gt;  are getting cached regardless of keepPassword, at least for some&amp;lt;br/&amp;gt;  duration of time)&amp;lt;br/&amp;gt;- Centrilize AuthInfo initialization and some rejig of it&amp;lt;br/&amp;gt;  kbd-interactive authentification&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2d6f4a33 [2d6f4a33]] tdeioslave/sftp: fix keyboard-interactive authentication&amp;lt;br/&amp;gt;This is a partial fix to the sftp ioslave. Subsequent commits will fix&amp;lt;br/&amp;gt;other issues.&amp;lt;br/&amp;gt;Closes: https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/443&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=bbd9f210 [bbd9f210]] kcontrol/smserver: rephrase fadeaway description&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=40879a72 [40879a72]] kxkb: utilize a translations provseided by xkeyboard-config&amp;lt;br/&amp;gt;xkeyboard-config package comes with a message catalogue of its own to&amp;lt;br/&amp;gt;translate locale, keyboard model and xkb option names. It would be&amp;lt;br/&amp;gt;easier and more robust to utilize it instead of redoing all&amp;lt;br/&amp;gt;translation in-house.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e56c1ff3 [e56c1ff3]] kxkb: add missing connect&amp;lt;br/&amp;gt;Overvise apply button on the dialog won&amp;#039;t be enablen when the option is&amp;lt;br/&amp;gt;changed&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=bfb0fce6 [bfb0fce6]] cmake: use pkg_get_variable() to query pkg-config variables&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=6b4ac199 [6b4ac199]] kcontrol/input: fix incorrect statements whatsthis + some rewording&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=56037f88 [56037f88]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=26d58ece [26d58ece]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8db3aae9 [8db3aae9]] kcontrol-info-memory: use 64 bits variable to store memory size&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=10639b72 [10639b72]] Simplify code since cmake minimum version is now 3.5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b2fcd6f2 [b2fcd6f2]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=cfbf60a0 [cfbf60a0]] kxkb: handle resetOld correctly in cases if all opions already set&amp;lt;br/&amp;gt;Closes: https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/391&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=28b6fb9b [28b6fb9b]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=71079cac [71079cac]] Replace auto_ptr&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1c65be77 [1c65be77]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=55ba7bff [55ba7bff]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=75aeb0d5 [75aeb0d5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=0e5ef873 [0e5ef873]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=dcda0012 [dcda0012]] KXkb: add keyboard layout notification&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=94cec968 [94cec968]] Kxkb: move LayoutUnit struct into its own file and add getLayoutName function&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c55cad68 [c55cad68]] Make dependency upon libssh optional&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=6c067940 [6c067940]] TWin: Add DCOP method showWindowMenu(wid) for default menu position&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8447a9a6 [8447a9a6]] TWin showWindowMenu: add support for negative coordinates&amp;lt;br/&amp;gt;Negative coordinates change the popup menu origins:&amp;lt;br/&amp;gt;* Negative X: origin is right edge instead of left;&amp;lt;br/&amp;gt;* Negative Y: origin is bottom edge instead of top.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e67f30eb [e67f30eb]] twin: fix showWindowMenuAt(...) DCOP call&amp;lt;br/&amp;gt;Before it only called slotWindowOperations(), which showed the operations menu of the current window at a preset position, ignoring all arguments passed to showWindowMenuAt.&amp;lt;br/&amp;gt;This commit implpements the correct behaviour of the function which takes all arguments into account.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=fa7aa947 [fa7aa947]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9c73915c [9c73915c]] twin: use separate bit to inhibit configure request messages. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/434 #434]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=80859919 [80859919]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f91c73bf [f91c73bf]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=3f84b83e [3f84b83e]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e240ec46 [e240ec46]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b19e4cab [b19e4cab]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=6b5d95d5 [6b5d95d5]] twin: makes sure to notify an application on resizing events so that the window contents can get updated. This is particularly important for Virtual Terminal based application. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tde/issues/57 TDE/tde#57] and issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/384 #384]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a3017180 [a3017180]] Fix FTBFS caused by detection of libr version after recent update&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=df343992 [df343992]] Fix unwanted window resizing. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tde/issues/57 TDE/tde#57]&amp;lt;br/&amp;gt;Some applications (like xfce4-terminal) try to manage their sizes by requesting the window manager a different size. The WM responds by resizing the window and the application tries once again to adjust its own size. This can lead to a repeated loop of request-resize which results in the application window to either shrink to the minimum allowed size or expand to the display size.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=71b2eaec [71b2eaec]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=139b166e [139b166e]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c19f68bd [c19f68bd]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 2&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=bf17c1e9 [bf17c1e9]] Replaced time related &amp;#039;#define&amp;#039; with actual strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7272c289 [7272c289]] Replace various tq* strings with TQt::* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=4a6f4a17 [4a6f4a17]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=06606d2a [06606d2a]] QuickLauncher: Ignore empty URLs at reading the configuration&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=196fabb2 [196fabb2]] Fix strlcat and strlcpy check&amp;lt;br/&amp;gt;Solving the [https://mirror.git.trinitydesktop.org/gitea/TDE/tde-packaging-gentoo/issues/310 TDE/tde-packaging-gentoo#310] problem.&amp;lt;br/&amp;gt;Glibc-2.38 adds new functions strlcat and strlcpy.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a49b0e2c [a49b0e2c]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8f661313 [8f661313]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=63432a21 [63432a21]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=457c4539 [457c4539]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=539f7f00 [539f7f00]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e3908518 [e3908518]] Deprecate TabColor setting&amp;lt;br/&amp;gt;This is a confusing feature which saves the color of the first tab and makes it the default color in new sessions. As a result, it broke color schemes by overriding the default tab color.&amp;lt;br/&amp;gt;This is not related to saving tab colors as part of a session.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c7cfaf20 [c7cfaf20]] Konsole: add ability to reset tab color to default&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=93dcc468 [93dcc468]] Add six new color schemes taken from https://www.opendesktop.org.&amp;lt;br/&amp;gt;There is no license files on the website, but based on the site Terms &amp;amp; Conditions, it seems reasonable to redistribute this files under GPL2 license.&amp;lt;br/&amp;gt;Human:    https://www.opendesktop.org/p/1123955/&amp;lt;br/&amp;gt;Last.fm:  https://www.opendesktop.org/p/1123742/&amp;lt;br/&amp;gt;Lizard:   https://www.opendesktop.org/p/1123562&amp;lt;br/&amp;gt;Platinum: https://www.opendesktop.org/p/1123528/&amp;lt;br/&amp;gt;Sienna:   https://www.opendesktop.org/p/1123485/&amp;lt;br/&amp;gt;WedgeWeb: https://www.opendesktop.org/p/1123249/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5739816e [5739816e]] Added initial draft of release notes for R14.1.2.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=fe02fc0d [fe02fc0d]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdepim ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=f6431551 [f6431551]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=0941a94f [0941a94f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=d77e599f [d77e599f]] Fix compatibility with C++17.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=9a6cea11 [9a6cea11]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=68a20c5c [68a20c5c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=f315d011 [f315d011]] Allow open on all HTML parts&amp;lt;br/&amp;gt;Currently, it is not possible to open a mail with HTML as main body part.&amp;lt;br/&amp;gt;This fixes it by checking if the content type is of `HTML` and allow it&amp;lt;br/&amp;gt;to be opened. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdepim/issues/89 #89]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=d3b795b9 [d3b795b9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=5a1ccaac [5a1ccaac]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=04278de8 [04278de8]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=a21e50f9 [a21e50f9]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=487706ea [487706ea]] Simplify code since cmake minimum version is now 3.5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=0037a564 [0037a564]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=ea84f574 [ea84f574]] Fix spurious quotes in calendar events&amp;lt;br/&amp;gt;Newer libical versions no longer require the parameters to be quoted. This&amp;lt;br/&amp;gt;patch removes the quoting to avoid adding unnecessary quotes to the&amp;lt;br/&amp;gt;attendee and organizer parameters. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdepim/issues/108 #108]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=112a9744 [112a9744]] Fix open HTML with an external program&amp;lt;br/&amp;gt;HTML emails can&amp;#039;t be opened because they are not written to disk. This&amp;lt;br/&amp;gt;fixes it by writing HTML parts of the email unconditionally to disk and&amp;lt;br/&amp;gt;adds a &amp;#039;.html&amp;#039; file extension if the part is of type HTML. This resolves&amp;lt;br/&amp;gt;Issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdepim/issues/94 #94]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=7ad14b00 [7ad14b00]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=3b1e4bbb [3b1e4bbb]] Replace auto_ptr&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=b0f8eef0 [b0f8eef0]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=3b25eb31 [3b25eb31]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=f26a304e [f26a304e]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=ae35bc48 [ae35bc48]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=51d0291b [51d0291b]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=22da7013 [22da7013]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=6efcb28e [6efcb28e]] Replaced time related &amp;#039;#define&amp;#039; with actual strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=9ade94ab [9ade94ab]] Holidays: ua&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=4a793dd7 [4a793dd7]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=7a712e61 [7a712e61]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=0a8405f6 [0a8405f6]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdemultimedia ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=538f7a0f [538f7a0f]] Fix issue 74 (FTBFS on Fedora 40)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=1562f148 [1562f148]] Fix FTBFS caused by incompatible cast&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=d1b9bae1 [d1b9bae1]] KMix: system tray icon enhancements&amp;lt;br/&amp;gt;* XDG-compliant icon names with volume level specification (low, medium, high)&amp;lt;br/&amp;gt;  Low-Medium threshold:  33%&amp;lt;br/&amp;gt;  Medium-High threshold: 67%&amp;lt;br/&amp;gt;* Improved built-in icon theme with distinct volume levels (according to above)&amp;lt;br/&amp;gt;* Choice between classic KMix icon theme, imrpoved KMix icon theme and system theme.&amp;lt;br/&amp;gt;* New KMixDockWidget::getAvgVolume() method&amp;lt;br/&amp;gt;  Gets average volume in %. Code actually comes from KMixDockWidget::setVolumeTip(),&amp;lt;br/&amp;gt;  but was put into a separate method to be reused for determination of icon according&amp;lt;br/&amp;gt;  to the volume level&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=d2ab59b4 [d2ab59b4]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=0b24fa85 [0b24fa85]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=b7646ef6 [b7646ef6]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=637d383f [637d383f]] kmix[minor]: remove a stray extra space&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=282d6e6a [282d6e6a]] Simplify code since cmake minimum version is now 3.5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=98cd7ba5 [98cd7ba5]] Add support for TagLib 2.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=b71a5b9b [b71a5b9b]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=39a4235d [39a4235d]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=f353dc99 [f353dc99]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=da49daf5 [da49daf5]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=452c1e81 [452c1e81]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=bd26faa9 [bd26faa9]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=de42315f [de42315f]] Noatun: Crashing at empty items in the playlist&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=5bdb5189 [5bdb5189]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=a86ba592 [a86ba592]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdenetwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=9922b609 [9922b609]] Fix FTBFS from commit 6d93398d01f28b9047e9b9559a7075da36f3a36f.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e360b99f [e360b99f]] kopete: Add missing function prototypes.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdenetwork/issues/77 #77]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=35e56a0a [35e56a0a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=6d93398d [6d93398d]] Fix compatibility with C++17.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e8c58093 [e8c58093]] Remove overlooked &amp;#039;register&amp;#039;.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=6524c6ee [6524c6ee]] Zeroconf ioslave: Add support for SFTP servers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=a557a673 [a557a673]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=b8cee550 [b8cee550]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=a3953252 [a3953252]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=f61a13c1 [f61a13c1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=9bea52fd [9bea52fd]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=5d85a610 [5d85a610]] Replace auto_ptr&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=40393e30 [40393e30]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=51f2e0ff [51f2e0ff]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=4be03979 [4be03979]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e0a2f545 [e0a2f545]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e6bbef6d [e6bbef6d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=4dbc3ab8 [4dbc3ab8]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=b195cf38 [b195cf38]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=4edd87ce [4edd87ce]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=7367a616 [7367a616]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=caae1151 [caae1151]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdegraphics ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=c6ebe934 [c6ebe934]] Fix FTBFS from prior commit.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=ce109660 [ce109660]] Fix compatibility with C++17.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=036f40f1 [036f40f1]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=d65aac7f [d65aac7f]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=66444947 [66444947]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=459c09ca [459c09ca]] Simplify poppler version definitions.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=df6124db [df6124db]] Added support for poppler-24.02&amp;lt;br/&amp;gt;Solution to problem #85&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=cb1b22d0 [cb1b22d0]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=ea1f5870 [ea1f5870]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=904cb397 [904cb397]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=c9e40417 [c9e40417]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=1fe6cb7f [1fe6cb7f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=556d90cb [556d90cb]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=7ec27f89 [7ec27f89]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=cdcc24c6 [cdcc24c6]] ksnapshot: add setPixmap DCOP call&amp;lt;br/&amp;gt;Can be useful to integrate KSnapshot with applications that can take their own screenshots better (e.g. a media player can use a single frame from a video instead of a lower-quality real screen grab).&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=57ade681 [57ade681]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=73368709 [73368709]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=cfee7c43 [cfee7c43]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=924f894b [924f894b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=666a1d67 [666a1d67]] ksnapshot: add delay functionality to &amp;#039;Region&amp;#039; mode. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdegraphics/issues/71 #71]&lt;br /&gt;
&lt;br /&gt;
== tdetoys ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=04527b6a [04527b6a]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=cc18811e [cc18811e]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=1fb4ee78 [1fb4ee78]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=61b80b53 [61b80b53]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=8114410a [8114410a]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=4603b024 [4603b024]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=1606ffff [1606ffff]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=0b6f951e [0b6f951e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=64a5b23e [64a5b23e]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=79c780ce [79c780ce]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=8f9e8c88 [8f9e8c88]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=a6499fdc [a6499fdc]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeutils ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=bbdb67ee [bbdb67ee]] Fix compatibility with C++17.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=d546951a [d546951a]] Use the new way to find Python with CMake &amp;amp;gt;= 3.12.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=6e0ff42c [6e0ff42c]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=75fa7e08 [75fa7e08]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=43a8c03e [43a8c03e]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=7f582d9a [7f582d9a]] Simplify code since cmake minimum version is now 3.5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=b6eec758 [b6eec758]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=278d2f50 [278d2f50]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=c960bd6f [c960bd6f]] superkaramba: add support for python 3.12. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdeutils/issues/71 #71]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=d4393c11 [d4393c11]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=5b1fdb9a [5b1fdb9a]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=5ecef94f [5ecef94f]] kmilo: after changing the screen brightness, allows a small delay before popping up the OSD feedback. This allows the underlying hardware to report the correct value. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdeutils/issues/68 #68]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=dfb81fda [dfb81fda]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=2d05a4b0 [2d05a4b0]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=f901ccee [f901ccee]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=3156b549 [3156b549]] Solving the [https://mirror.git.trinitydesktop.org/gitea/TDE/tde-packaging-gentoo/issues/313 TDE/tde-packaging-gentoo#313] problem.&amp;lt;br/&amp;gt;Glibc-2.38 adds new functions strlcat and strlcpy.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=b3f501d4 [b3f501d4]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=60471443 [60471443]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeedu ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=46fd80ef [46fd80ef]] Fix compatibility with C++17.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=2b50eee0 [2b50eee0]] kstars: Fix FTBFS caused by incompatible cast on *BSD systems.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=f3c1d301 [f3c1d301]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=0913e673 [0913e673]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=093fca95 [093fca95]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=aa76b219 [aa76b219]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=84528140 [84528140]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=5446eb71 [5446eb71]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=63af14c3 [63af14c3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=c75fee7f [c75fee7f]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=c407c455 [c407c455]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=79ebc59c [79ebc59c]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=bcee6c32 [bcee6c32]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=9af05810 [9af05810]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=0ef55542 [0ef55542]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdegames ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=12522952 [12522952]] Fix FTBFS caused by invalid cast. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdegames/issues/38 #38]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=6a21e133 [6a21e133]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=50854749 [50854749]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=ebb1fd89 [ebb1fd89]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e2b34f0b [e2b34f0b]] Simplify code since cmake minimum version is now 3.5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=bd2e9436 [bd2e9436]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=7b5371d0 [7b5371d0]] Replace auto_ptr&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=6374e2e6 [6374e2e6]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=4d6acadb [4d6acadb]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=76f734a8 [76f734a8]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=03c3d226 [03c3d226]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f240b9f9 [f240b9f9]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=c5a61d6e [c5a61d6e]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=afc67225 [afc67225]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=d86e0406 [d86e0406]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeaccessibility ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=1f03f25f [1f03f25f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=71bcc460 [71bcc460]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=b6e3f69e [b6e3f69e]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=c4b79b2c [c4b79b2c]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=8923dcc3 [8923dcc3]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=79f019f1 [79f019f1]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=2aad9568 [2aad9568]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=93fbe96e [93fbe96e]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=14c0e766 [14c0e766]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=716294c7 [716294c7]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=57266e49 [57266e49]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeaddons ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=d996d033 [d996d033]] Fix compatibility with C++17.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=ce857b09 [ce857b09]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=b58fbd54 [b58fbd54]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=8be498d3 [8be498d3]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=2b2ba553 [2b2ba553]] kate/katesort: fix a typo&amp;lt;br/&amp;gt;Thanks to adem for noticing this on weblate&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=300132f9 [300132f9]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=e2345655 [e2345655]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=c19fc937 [c19fc937]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=76b9a4ad [76b9a4ad]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=92d851c1 [92d851c1]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=588c6181 [588c6181]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=a67df804 [a67df804]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=94639370 [94639370]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=f37c5af5 [f37c5af5]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=35876c80 [35876c80]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeadmin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=ffb1e416 [ffb1e416]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=d5a40b8e [d5a40b8e]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=f2ee6cfd [f2ee6cfd]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=7ad2f154 [7ad2f154]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=1ab02499 [1ab02499]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=ac7e4fb5 [ac7e4fb5]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=684b9d33 [684b9d33]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=16c7639b [16c7639b]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=a0028424 [a0028424]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeartwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=13267ac4 [13267ac4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=277baf2d [277baf2d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=265bc607 [265bc607]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=917de326 [917de326]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=aecd11b5 [aecd11b5]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=2cfbec61 [2cfbec61]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=78e766b0 [78e766b0]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=d0fc8a81 [d0fc8a81]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=f2e4e24e [f2e4e24e]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=856d6d13 [856d6d13]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=fc6c321e [fc6c321e]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=e243bddf [e243bddf]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=149da968 [149da968]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=185ed081 [185ed081]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=59d0ee36 [59d0ee36]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=5f9b4a9f [5f9b4a9f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=f6619763 [f6619763]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdebindings ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=388a3d39 [388a3d39]] Fix FTBFS caused by incompatible cast&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=fd2a99a7 [fd2a99a7]] Fix FTBFS caused by [https://mirror.git.trinitydesktop.org/gitea/TDE/tqt3/issues/109 TDE/tqt3#109]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=935aa331 [935aa331]] Replace QT_STATIC_CONST_* with actual definitions&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=5204caac [5204caac]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=a8bc056a [a8bc056a]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=1eb01731 [1eb01731]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=7d03532f [7d03532f]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
&lt;br /&gt;
== tdesdk ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=2a74797a [2a74797a]] Fix FTBFS from prior commit.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=9c42eeca [9c42eeca]] Fix compatibility with C++17.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=c119718f [c119718f]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=5e8a11ec [5e8a11ec]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=7ea1ab37 [7ea1ab37]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=b703ee98 [b703ee98]] Replace QT_STATIC_CONST_* with actual definitions&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=7f79362a [7f79362a]] Rename missed Q_SIGNALS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d3799513 [d3799513]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=725db2ce [725db2ce]] Replace auto_ptr&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d3656a49 [d3656a49]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=8fc5cf27 [8fc5cf27]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=74c34bca [74c34bca]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=a03358fd [a03358fd]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=4f51c08a [4f51c08a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d6dc3a3d [d6dc3a3d]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=49d88f18 [49d88f18]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=5d52b8ff [5d52b8ff]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=785064f9 [785064f9]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=429f7fd4 [429f7fd4]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdevelop ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=0deb56b4 [0deb56b4]] Fix FTBFS from prior commit.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=0d1f1940 [0d1f1940]] Fix compatibility with C++17.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=cd372fc6 [cd372fc6]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=40fd405e [40fd405e]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=27159fc6 [27159fc6]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=ce6544d5 [ce6544d5]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=0ddca9b8 [0ddca9b8]] Replace QT_STATIC_CONST_* with actual definitions&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=6843dff0 [6843dff0]] Simplify code since cmake minimum version is now 3.5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=2f2f4edb [2f2f4edb]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=43fd0a38 [43fd0a38]] Replace auto_ptr&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=c891bb5d [c891bb5d]] Fix KDevPluginController::query() with empty constraint&amp;lt;br/&amp;gt;When KDevPluginController::query() was called with empty constrain it&amp;lt;br/&amp;gt;were resulting in incorrect query string being passed to TDETrader,&amp;lt;br/&amp;gt;which were resulting in at least warnings like the next one:&amp;lt;br/&amp;gt;```&amp;lt;br/&amp;gt;[tdeio (TDETrader)] [6751] WARNING: Parsing &amp;#039; and [X-TDevelop-Version] == 5&amp;#039; gave syntax error&amp;lt;br/&amp;gt;```&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=e4efa087 [e4efa087]] Fix SEGV when hovering on symbols after creating a new project. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdevelop/issues/40 #40]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=0b6a83b7 [0b6a83b7]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=b9186693 [b9186693]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=f12db681 [f12db681]] kdevdesigner: prevent SEGV from invalid pointer. This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tqt3/issues/97 TDE/tqt3#97]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=ea8f1be4 [ea8f1be4]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=2d0252be [2d0252be]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=d31a7027 [d31a7027]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=8308ebce [8308ebce]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=521604de [521604de]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=96ced6ef [96ced6ef]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdewebdev ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=c9984a44 [c9984a44]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=96368009 [96368009]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=a605c96a [a605c96a]] Adding the header file unistd.h&amp;lt;br/&amp;gt;Solution to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdewebdev/issues/42 #42]&amp;lt;br/&amp;gt;Required for Clang-17 and newer&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=5344e9d7 [5344e9d7]] Adding cstdlib header file inclusion&amp;lt;br/&amp;gt;Solution to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdewebdev/issues/42 #42]&amp;lt;br/&amp;gt;Necessary to enable some C functions&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=49db40e4 [49db40e4]] Adding support for libxml2-2.12.0 and later for Quanta+&amp;lt;br/&amp;gt;Solution to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdewebdev/issues/42 #42]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=5f5631cf [5f5631cf]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=cb9f1d4a [cb9f1d4a]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=684bdead [684bdead]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=f8006999 [f8006999]] Fix FTBFS due to multi-line result from ICU C++ flags detection.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=48c2f91a [48c2f91a]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=dd3ce2e1 [dd3ce2e1]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=86fed9b7 [86fed9b7]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=8954d764 [8954d764]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=717ca24e [717ca24e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=abd5e8f9 [abd5e8f9]] Fix FTBFS from prior commit.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=37f6b15c [37f6b15c]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=dd931b3e [dd931b3e]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=b4887167 [b4887167]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=9e8724c9 [9e8724c9]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=b00a91b0 [b00a91b0]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=b3b05947 [b3b05947]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tde-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8ddfd117 [8ddfd117]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b891ffd [2b891ffd]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=72664e87 [72664e87]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=724559ed [724559ed]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7667c15e [7667c15e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=390b68be [390b68be]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a82e1bd9 [a82e1bd9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c44cc249 [c44cc249]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8e526f1e [8e526f1e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c73f1818 [c73f1818]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f605d562 [f605d562]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5122fe95 [5122fe95]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e33c1c38 [e33c1c38]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4c77ee42 [4c77ee42]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=babec909 [babec909]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=804bcaef [804bcaef]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b0640083 [b0640083]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ecd18386 [ecd18386]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b7184bff [b7184bff]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2233c58b [2233c58b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7be64c49 [7be64c49]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0b596f80 [0b596f80]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dfb70b49 [dfb70b49]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0d696b9e [0d696b9e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fd023218 [fd023218]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73ee15ef [73ee15ef]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67ea74a6 [67ea74a6]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c6d169d2 [c6d169d2]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4095ce8 [a4095ce8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dc546bf3 [dc546bf3]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8c64c11a [8c64c11a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de2dd299 [de2dd299]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45435fb1 [45435fb1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3d0a34c8 [3d0a34c8]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bfd8a62c [bfd8a62c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67869a54 [67869a54]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2bcdeb77 [2bcdeb77]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c58a3740 [c58a3740]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3a4bb944 [3a4bb944]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a91965f [5a91965f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d81951f2 [d81951f2]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=75717c54 [75717c54]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=169faa1b [169faa1b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bf17c0ac [bf17c0ac]] tdemultimedia/kmix: remove a stray extra space.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fadd5e6b [fadd5e6b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bab54172 [bab54172]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cf522957 [cf522957]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=741eef7d [741eef7d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2cf50021 [2cf50021]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f4c5ba08 [f4c5ba08]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73230742 [73230742]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=842d0728 [842d0728]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aa5da19a [aa5da19a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44e3825e [44e3825e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ea8296a [2ea8296a]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c5441a72 [c5441a72]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a00bbd9b [a00bbd9b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3cf519c1 [3cf519c1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c7eb7259 [c7eb7259]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c034e83 [6c034e83]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b590f840 [b590f840]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b319b88a [b319b88a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cc45161c [cc45161c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=efd947d3 [efd947d3]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25d196dc [25d196dc]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e5380a77 [e5380a77]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a1d02ef5 [a1d02ef5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b02ffeb [4b02ffeb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2729c261 [2729c261]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=47a9a331 [47a9a331]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41f9994c [41f9994c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8772ccd5 [8772ccd5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9cfeaaba [9cfeaaba]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b8623c9 [2b8623c9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ea97c56 [7ea97c56]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ce43bede [ce43bede]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=298b491a [298b491a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c2f113be [c2f113be]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4594ec8 [d4594ec8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=28015952 [28015952]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abe7f960 [abe7f960]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6d051d6a [6d051d6a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1608a85b [1608a85b]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61e2eaf3 [61e2eaf3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c41887c6 [c41887c6]] Remove duplicate translations from commit 83e7d90131a60206a219edf4a2ba9e570c689268.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ff9fcec [2ff9fcec]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6b78e804 [6b78e804]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=83e7d901 [83e7d901]] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d3f6a5fb [d3f6a5fb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dd01a895 [dd01a895]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d7331290 [d7331290]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d39a21e0 [d39a21e0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6383fd9e [6383fd9e]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a662e89 [2a662e89]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0cb349be [0cb349be]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d9b15b4 [7d9b15b4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=42fa475c [42fa475c]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
= libraries =&lt;br /&gt;
== libkdcraw ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=6cc04761 [6cc04761]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=a8723c31 [a8723c31]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=4bbbe298 [4bbbe298]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=d2e28d1a [d2e28d1a]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=cf62b14f [cf62b14f]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== libkexiv2 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkexiv2/commit/?id=efab49fa [efab49fa]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkexiv2/commit/?id=d69c95c1 [d69c95c1]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkexiv2/commit/?id=735076ec [735076ec]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== libkipi ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=713bb546 [713bb546]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=ef09f37c [ef09f37c]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=a1ca108f [a1ca108f]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=166d8c53 [166d8c53]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=29ef104e [29ef104e]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=72d352a7 [72d352a7]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=79b037f6 [79b037f6]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kipi-plugins ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=743bf161 [743bf161]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=d3295d99 [d3295d99]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=d2ec29f0 [d2ec29f0]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=8b5c3386 [8b5c3386]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=b74930c0 [b74930c0]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=d0107930 [d0107930]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=2cf37f58 [2cf37f58]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=b4ab4f13 [b4ab4f13]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=d543d160 [d543d160]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=cc9c3a67 [cc9c3a67]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=5c09bb36 [5c09bb36]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=bc3ec7f2 [bc3ec7f2]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=d28f47b5 [d28f47b5]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== libksquirrel ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libksquirrel/commit/?id=4b962006 [4b962006]] Fix FTBFS due to invalid pointer in iconv function&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libksquirrel/commit/?id=061a1af5 [061a1af5]] Set a real data type used for FreeArray2D.&amp;lt;br/&amp;gt;This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/libksquirrel/issues/17 #17]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libksquirrel/commit/?id=4f4ea4c0 [4f4ea4c0]] Add missing function prototype.&amp;lt;br/&amp;gt;This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/libksquirrel/issues/17 #17]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libksquirrel/commit/?id=01dafd82 [01dafd82]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libksquirrel/commit/?id=115223b1 [115223b1]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libksquirrel/commit/?id=a125c8f3 [a125c8f3]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libksquirrel/commit/?id=592f28f9 [592f28f9]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libksquirrel/commit/?id=c612c9c0 [c612c9c0]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libksquirrel/commit/?id=029784cd [029784cd]] Drop autotools support&lt;br /&gt;
&lt;br /&gt;
== libtdeldap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtdeldap/commit/?id=6c4cb0e3 [6c4cb0e3]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtdeldap/commit/?id=1090c874 [1090c874]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtdeldap/commit/?id=5ba47607 [5ba47607]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== libtqt-perl ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=71a53642 [71a53642]] Align kalyptus to changes made inx [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebindings/issues/36 TDE/tdebindings#36]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=fe960594 [fe960594]] Replace QT_STATIC_CONST_* with actual definitions&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=a9af628d [a9af628d]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=a9e12524 [a9e12524]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=947bc2db [947bc2db]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=d655c313 [d655c313]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=803408f7 [803408f7]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 2&lt;br /&gt;
&lt;br /&gt;
== pytde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytde/commit/?id=89bcd15e [89bcd15e]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytde/commit/?id=db88dbbd [db88dbbd]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytde/commit/?id=41cc3906 [41cc3906]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytde/commit/?id=16dba0a4 [16dba0a4]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== pytdeextensions ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytdeextensions/commit/?id=511bdc21 [511bdc21]] Fixing tdedesigner and tqtuicompiler modules not working&amp;lt;br/&amp;gt;Python3 compatibility fix&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytdeextensions/commit/?id=e266e8f8 [e266e8f8]] Fix detection of SIP-TQt, PyTQt and PyTDE modules in tdedistutils&amp;lt;br/&amp;gt;with multiple Python3 installed in parallel. This solves FTBFS&amp;lt;br/&amp;gt;when building tde-guidance.&amp;lt;br/&amp;gt;Remove import of &amp;#039;imp&amp;#039; module that is no longer needed.&amp;lt;br/&amp;gt;Sysconfig from Python is now used instead of sysconfig from distutils.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytdeextensions/commit/?id=e864982d [e864982d]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
&lt;br /&gt;
= applications/development =&lt;br /&gt;
== kdbg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=c4303681 [c4303681]] Fix FTBFS from prior commit.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=f80e1f0c [f80e1f0c]] Fix compatibility with C++17.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=7e20b904 [7e20b904]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=1a9b8e7a [1a9b8e7a]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=320b4e63 [320b4e63]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=3cefef8e [3cefef8e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=c8f5e54e [c8f5e54e]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kdiff3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=df477675 [df477675]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=a8091616 [a8091616]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=79daa6a1 [79daa6a1]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=835702ea [835702ea]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=95d0ba61 [95d0ba61]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=7ff0b7ed [7ff0b7ed]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=10096961 [10096961]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=eff219cd [eff219cd]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=b1a7c5eb [b1a7c5eb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=180f871b [180f871b]] Fix pasting UTF8 text from clipboard.&amp;lt;br/&amp;gt;This commit is based on work from Roman Savochenko  available at PR #13, but adapted to the TDE standard. It replaces the aforementioned PR #13.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=5e65678a [5e65678a]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=d3cfbab1 [d3cfbab1]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kpicosim ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=6b044222 [6b044222]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=e004eca5 [e004eca5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=b946cfb9 [b946cfb9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=d4ec62b8 [d4ec62b8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=4c5f68d5 [4c5f68d5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=e7444316 [e7444316]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=b2af526f [b2af526f]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=7825473d [7825473d]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=bb32ffaf [bb32ffaf]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=6e904a10 [6e904a10]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=69df5d03 [69df5d03]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kscope ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=2642e478 [2642e478]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=7fcca288 [7fcca288]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=76dc310f [76dc310f]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=b035a6c4 [b035a6c4]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=3fb41909 [3fb41909]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== ktechlab ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=ebdcce5a [ebdcce5a]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=00010fac [00010fac]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=4bff0b57 [4bff0b57]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=a082a259 [a082a259]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=f5d0ed0e [f5d0ed0e]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=669d1daa [669d1daa]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=420fcb6c [420fcb6c]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kxmleditor ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=fa8d4d39 [fa8d4d39]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=e86e0ce5 [e86e0ce5]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=9e94ee99 [9e94ee99]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=21ab29e9 [21ab29e9]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== piklab ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=4c7410f2 [4c7410f2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=a4782bc0 [a4782bc0]] Rename qt_config.h file to match expected name&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=088305a1 [088305a1]] Removed unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=6e5d4478 [6e5d4478]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=9689d714 [9689d714]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=f3f67ab7 [f3f67ab7]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=26bcb362 [26bcb362]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=aa5aa16b [aa5aa16b]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=fb9112c9 [fb9112c9]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=d73c00b7 [d73c00b7]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=6ea6638a [6ea6638a]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tdesvn ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=8682d688 [8682d688]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=96a87859 [96a87859]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=0ec1d384 [0ec1d384]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=593e1773 [593e1773]] Removed unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=484c315b [484c315b]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=aa1df34f [aa1df34f]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=f71f6c99 [f71f6c99]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=a2bf0715 [a2bf0715]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=7221e1ed [7221e1ed]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=340a9422 [340a9422]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=2e75d667 [2e75d667]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=2bf1c106 [2bf1c106]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=42734aee [42734aee]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
= applications/games =&lt;br /&gt;
== knights ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=26e12033 [26e12033]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=cd0bca7c [cd0bca7c]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=ffaff7d7 [ffaff7d7]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=b4b4994c [b4b4994c]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=b8335a4a [b8335a4a]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=a39b2b83 [a39b2b83]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=0959fe8c [0959fe8c]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=248df7d9 [248df7d9]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tdepacman ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=bfe3e5c8 [bfe3e5c8]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=b4236bf2 [b4236bf2]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=2d94efff [2d94efff]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=1a929a80 [1a929a80]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
= applications/graphics =&lt;br /&gt;
== digikam ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=339ffbc1 [339ffbc1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=1ba32805 [1ba32805]] Drop old K&amp;amp;R style function declarations&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=7e9908ea [7e9908ea]] Add missing return type in function implementations.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/digikam/issues/23 #23]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=8f0b4a3a [8f0b4a3a]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=282e4601 [282e4601]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=40c16979 [40c16979]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=4fb5c762 [4fb5c762]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=dfb59e25 [dfb59e25]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=8fa69390 [8fa69390]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=3bedcd00 [3bedcd00]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=80cb02ba [80cb02ba]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=a7a3aa3b [a7a3aa3b]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=df0251e7 [df0251e7]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=56a89d7b [56a89d7b]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== gwenview ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=cd17d521 [cd17d521]] Fix pthread required&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=f0b27130 [f0b27130]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=843bdb50 [843bdb50]] Fix cmake conversion for ix86 archs&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=41f6d5af [41f6d5af]] Conversion to cmake building system&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=b24092d4 [b24092d4]] fix an incorrect condition in ImageViewController::eventFilter()&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=f9cd02af [f9cd02af]] Suppress several warnings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=e00293c1 [e00293c1]] Drop dummy development test for vertical tab widget&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=e99867e7 [e99867e7]] Add program pixmap from tde-packaging&amp;#039;s debian folder&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=2407130a [2407130a]] Move gvdirpart icons under main icons folder&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=10fd80d4 [10fd80d4]] Restructure src/pics into icons folder&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=c3f31d40 [c3f31d40]] Removed unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=d41529e3 [d41529e3]] Restructure doc/man folders&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=ab31b74b [ab31b74b]] Fix a crash when loading a PPMRAW image&amp;lt;br/&amp;gt;The crash is caused by the fact that TQImageIO::imageFormat() may return&amp;lt;br/&amp;gt;some values not present in neighter KImageIO::types(KImageIO::Reading)&amp;lt;br/&amp;gt;nor in TQImage::inputFormatList(), e.g. different flavours of ppm like&amp;lt;br/&amp;gt;PPMRAW. Besides that it&amp;#039;s possible theat TQt could support other formats&amp;lt;br/&amp;gt;unknown to TDE.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=b97fb9f1 [b97fb9f1]] Update FileThumbnailView&amp;#039;s grid upon finishing loading thumbnails&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=74da49e1 [74da49e1]] src/gvcore/filethumbnailview: replace NULL -&amp;amp;gt; nullptr&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=0729233b [0729233b]] configimagelistpage: add whatsthis messages and keyboard accelerators&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=c42622ee [c42622ee]] Make metadata loading optional&amp;lt;br/&amp;gt;See: https://mirror.git.trinitydesktop.org/gitea/TDE/gwenview/issues/17#issuecomment-44076&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=8f266257 [8f266257]] Use image dimmentions from metadata as a fallback&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=db4080c1 [db4080c1]] Avoid sorting items and creating thumbnails when loading metadata&amp;lt;br/&amp;gt;Otherwice it has a big performance impact: it causes lots of&amp;lt;br/&amp;gt;thumbnail reloads and resorts of FileThumbnailView.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=a5931c83 [a5931c83]] Some refactoring of FileThumbnailViewItem::updateLines()&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=d84beae4 [d84beae4]] Keep an item in browse mode selected when switchng views&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=ad01a7f1 [ad01a7f1]] Various small improvements&amp;lt;br/&amp;gt;- fix some warnings about struct/class deslaration/definition mismatch&amp;lt;br/&amp;gt;- fix incorrect assert in jpegcontent.cpp&amp;lt;br/&amp;gt;- add a note&amp;lt;br/&amp;gt;- null a pointer after deleting a job&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=801c90b6 [801c90b6]] Load file metadata asynchronously&amp;lt;br/&amp;gt;Synchronous load of metadata resulted in big delays when opening a&amp;lt;br/&amp;gt;directory with substantial amount of files.&amp;lt;br/&amp;gt;Closes: https://mirror.git.trinitydesktop.org/gitea/TDE/gwenview/issues/17&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=8064b0ca [8064b0ca]] avoid waiting for dir cache when opening a file&amp;lt;br/&amp;gt;At least this will eliminate the most annoying part of the bug there the&amp;lt;br/&amp;gt;file won&amp;#039;t be displayed till the dir cache is completely loaded.&amp;lt;br/&amp;gt;Bug: https://mirror.git.trinitydesktop.org/gitea/TDE/gwenview/issues/17&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=30981c12 [30981c12]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=f31e61c6 [f31e61c6]] Replace auto_ptr&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=f476b77d [f476b77d]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=5eb453b7 [5eb453b7]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=247add21 [247add21]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=5a71f93b [5a71f93b]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=20b4653f [20b4653f]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=d4e69bd2 [d4e69bd2]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 2&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=d2998fbc [d2998fbc]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=549b83de [549b83de]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=4c58d618 [4c58d618]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== gwenview-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=2445104d [2445104d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=8ecf8023 [8ecf8023]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=606e152d [606e152d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=226a6ad5 [226a6ad5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=5d8fa9a9 [5d8fa9a9]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=ae6e2155 [ae6e2155]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=498684e4 [498684e4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=476bfcf5 [476bfcf5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=0aaaf25f [0aaaf25f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=eeefb581 [eeefb581]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=adde7bac [adde7bac]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=04164129 [04164129]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=df89b8d0 [df89b8d0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=fe3a9945 [fe3a9945]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=ec568f0d [ec568f0d]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== ksquirrel ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=2337b803 [2337b803]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=fbc60ad1 [fbc60ad1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=ca605599 [ca605599]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=c8cada82 [c8cada82]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=745c0bda [745c0bda]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=ee5dabb7 [ee5dabb7]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=77d98cdf [77d98cdf]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=e814f1e8 [e814f1e8]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=9d3adf01 [9d3adf01]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=4078a895 [4078a895]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== potracegui ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=81636cdb [81636cdb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=6f01896c [6f01896c]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=323206ba [323206ba]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=7a90b396 [7a90b396]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=7f29a86e [7f29a86e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=63c91476 [63c91476]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=91a23eae [91a23eae]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=512732b0 [512732b0]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
= applications/internet =&lt;br /&gt;
== kasablanca ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=add95234 [add95234]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=d7d6eed0 [d7d6eed0]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=cd4fe19c [cd4fe19c]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=44e4c4e1 [44e4c4e1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=749fadd2 [749fadd2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=d942de57 [d942de57]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=0e9b7d1d [0e9b7d1d]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kbiff ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=b49eeed5 [b49eeed5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=28af00da [28af00da]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=1df6327d [1df6327d]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=47b05696 [47b05696]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=8498ab1f [8498ab1f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=b1912c9f [b1912c9f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=4c492704 [4c492704]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=e65e12d0 [e65e12d0]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kftpgrabber ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=b97aa92b [b97aa92b]] Fix FTBFS causes by invalid casts. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/kftpgrabber/issues/13 #13]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=9e15b50b [9e15b50b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=20ad9ac5 [20ad9ac5]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=188e5fce [188e5fce]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=f198284d [f198284d]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=91bacaa9 [91bacaa9]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== knmap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=750d9ef3 [750d9ef3]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=94758dbe [94758dbe]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=1d388460 [1d388460]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=63cafd37 [63cafd37]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=fa583363 [fa583363]] Removed already applied .diff file and custom _DEBUG flag&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=2a173c58 [2a173c58]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=76067f79 [76067f79]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=3f0328e9 [3f0328e9]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== konversation ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=b563638e [b563638e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=aa7c5936 [aa7c5936]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=c8767883 [c8767883]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=a920dfcf [a920dfcf]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=f18f28a7 [f18f28a7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=097cbcdd [097cbcdd]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=0d666f48 [0d666f48]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=9f9819b2 [9f9819b2]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=0b3b0962 [0b3b0962]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=b44a471a [b44a471a]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=ae1967dc [ae1967dc]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=cb42cd20 [cb42cd20]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kopete-otr ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=9d9cad79 [9d9cad79]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=082e0f9f [082e0f9f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=bcef10ab [bcef10ab]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=316e7784 [316e7784]] Removed unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=56a8b011 [56a8b011]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=e14ad764 [e14ad764]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=edea0d8d [edea0d8d]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kshowmail ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=3b14611f [3b14611f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=70830035 [70830035]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=63b3d308 [63b3d308]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=e71eaf4d [e71eaf4d]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=0cf62cd0 [0cf62cd0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=84348cbb [84348cbb]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=87732784 [87732784]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=521a7742 [521a7742]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=c5b1ab33 [c5b1ab33]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=86f2b710 [86f2b710]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kstreamripper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=775a2efb [775a2efb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=ae93db6d [ae93db6d]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=3506b4a7 [3506b4a7]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=2ce8abf5 [2ce8abf5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=5e4da610 [5e4da610]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=ae602fba [ae602fba]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=786fcd32 [786fcd32]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=04368be9 [04368be9]] Properly deallocate memory on exit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=6a86ef7a [6a86ef7a]] Added context menu&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=248e67ea [248e67ea]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=9f785fdc [9f785fdc]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=c22d8d68 [c22d8d68]] Ask for confirmation before deleting a stream from the list&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=0796f6cb [0796f6cb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=d94539da [d94539da]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=8286cc5b [8286cc5b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=71c98694 [71c98694]] Provide a minimum height for the station listview to improve user experiences when there are more than a few stations&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=64cf76fc [64cf76fc]] Prevent loss of last station across multiple program runs if its description is empty&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=5aed5382 [5aed5382]] Removing unnecessary functionality&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=9fb4112a [9fb4112a]] Added stream editing in a separate dialog box&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=9a8675a8 [9a8675a8]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=bcdbeef8 [bcdbeef8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=9d38a4e2 [9d38a4e2]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=fbb41b91 [fbb41b91]] Add unicode stream support&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=683560fc [683560fc]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=560afe55 [560afe55]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=7678506d [7678506d]] Fix deallocation of process controllers when quitting the application&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=b624496e [b624496e]] Avoid repeated connection of the same signal when ripping the same item multiple times&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=b3d9058d [b3d9058d]] Added event processing if the process has finished its work&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=6701bdba [6701bdba]] Removed unnecessary code and files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=be9e9e89 [be9e9e89]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=015618b1 [015618b1]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=ff9482e1 [ff9482e1]] Added processing for stopping processes when closing the program window&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=943a67a4 [943a67a4]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== ktorrent ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=f82ff345 [f82ff345]] Fix compatibility with C++17.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=ce56158f [ce56158f]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=511b23a3 [511b23a3]] Removed unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=37d524ba [37d524ba]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=e98b0ef1 [e98b0ef1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=657dd888 [657dd888]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=4caf6f3c [4caf6f3c]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=29628def [29628def]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=ea5e56f7 [ea5e56f7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=5a75de0b [5a75de0b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=2a3111ed [2a3111ed]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=e76b1b06 [e76b1b06]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=59f680d9 [59f680d9]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=f5f62f5b [f5f62f5b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=9e6ff2e1 [9e6ff2e1]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kvirc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b412d82c [b412d82c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=ecb2920a [ecb2920a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=6acc99a7 [6acc99a7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=57afde68 [57afde68]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=7e934f0a [7e934f0a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a1413410 [a1413410]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=fa9080a8 [fa9080a8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=782e31aa [782e31aa]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=949305a2 [949305a2]] Remove unnecessary files and Qt4 support&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=d29e90e6 [d29e90e6]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=3de49dee [3de49dee]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=677dae3b [677dae3b]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=0066e291 [0066e291]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=35d1f217 [35d1f217]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=039fcfa8 [039fcfa8]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=3f8bfdfe [3f8bfdfe]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=265b1c8c [265b1c8c]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=860d3e1f [860d3e1f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=5b2ba173 [5b2ba173]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=55b59d3d [55b59d3d]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=8bb7372e [8bb7372e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=d7a1d0a3 [d7a1d0a3]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=945085d2 [945085d2]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kvpnc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=4420325b [4420325b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=6492b743 [6492b743]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=eea3fa9f [eea3fa9f]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=9ced8bd3 [9ced8bd3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=cee8dbf6 [cee8dbf6]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=942ccb8e [942ccb8e]] Removed unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=6a1ecf87 [6a1ecf87]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=1cfbe9cb [1cfbe9cb]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=f6f9924d [f6f9924d]] Fix remaining unwanted renaming SLOT =&amp;amp;gt; TQ_SLOT related to the message.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=36f7e3f1 [36f7e3f1]] Fix unwanted renaming SLOT =&amp;amp;gt; TQ_SLOT in the message string.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=143ef5f5 [143ef5f5]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=c76d015d [c76d015d]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=1172d1f6 [1172d1f6]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== smb4k ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=288434b1 [288434b1]] Fix FTBFS caused by wrong order of attributes in namespace. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/smb4k/issues/18 #18]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=9ee91610 [9ee91610]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=035f1d6c [035f1d6c]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=b703a19e [b703a19e]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=74b97723 [74b97723]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=cfafca88 [cfafca88]] CMake conversion&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=3b8edca5 [3b8edca5]] TQString related changes required for cmake conversion&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=cdd07aa7 [cdd07aa7]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=c6b056cc [c6b056cc]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=e7dc7656 [e7dc7656]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=be9c8f81 [be9c8f81]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=373e1490 [373e1490]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=936b601d [936b601d]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=16d186a5 [16d186a5]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=c4ac8caf [c4ac8caf]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=4e996a89 [4e996a89]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=01627fbd [01627fbd]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=16657171 [16657171]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
= applications/misc =&lt;br /&gt;
== bibletime ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=70dce1cf [70dce1cf]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=5ffb7095 [5ffb7095]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=f4cae605 [f4cae605]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=88b0e5ce [88b0e5ce]] Replace Qt with TQt and KDE with TDE&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=9f336161 [9f336161]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=14f6b82f [14f6b82f]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=138dd9d3 [138dd9d3]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=c6f8f1bf [c6f8f1bf]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=f2540b01 [f2540b01]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=bc35a6b9 [bc35a6b9]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=79a57869 [79a57869]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=89cdda50 [89cdda50]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=75205341 [75205341]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== compizconfig-backend-tdeconfig ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/compizconfig-backend-tdeconfig/commit/?id=c6d98e12 [c6d98e12]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/compizconfig-backend-tdeconfig/commit/?id=6cb631f1 [6cb631f1]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== desktop-effects-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=550d6962 [550d6962]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=2397906c [2397906c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=6866de31 [6866de31]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=7faf6c12 [7faf6c12]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=c3d75707 [c3d75707]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=842d40b0 [842d40b0]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kcmldap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=a820bb36 [a820bb36]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=b83de66a [b83de66a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=ab3e85b9 [ab3e85b9]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=b4e7fbdb [b4e7fbdb]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=df2cc5be [df2cc5be]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=2fcf4275 [2fcf4275]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kcmldapcontroller ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=042d9e8a [042d9e8a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=84bee79e [84bee79e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=1cc6eedc [1cc6eedc]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=7f36742a [7f36742a]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=e385027b [e385027b]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=9e149d4b [9e149d4b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=585d173e [585d173e]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kcmldapmanager ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=bf8b3ce4 [bf8b3ce4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=e635a31f [e635a31f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=bbefc9a2 [bbefc9a2]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=446b4aaf [446b4aaf]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=d6b06a9d [d6b06a9d]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=47887118 [47887118]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kerberostray ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=98085f1c [98085f1c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=05f0494d [05f0494d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=8e1b186c [8e1b186c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=52afc69c [52afc69c]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=0b9aad72 [0b9aad72]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=67336400 [67336400]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=d3f5f06e [d3f5f06e]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=9fe0aff0 [9fe0aff0]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== krecipes ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=bd0871b7 [bd0871b7]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=45efcea5 [45efcea5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=5924f9c7 [5924f9c7]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=069a14f6 [069a14f6]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=1d6e93a1 [1d6e93a1]] Remove unused files/code&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=dd228586 [dd228586]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=c72be0a6 [c72be0a6]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=6b856e9c [6b856e9c]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=60c15de3 [60c15de3]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
= applications/multimedia =&lt;br /&gt;
== amarok ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=9b2d0a20 [9b2d0a20]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=d332055b [d332055b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=5f2a6925 [5f2a6925]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=5fcd7ee9 [5fcd7ee9]] Add support for taglib 2&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=1851fada [1851fada]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4c59dce5 [4c59dce5]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=02b1f0f4 [02b1f0f4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=3c90dc38 [3c90dc38]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=226522fa [226522fa]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=5a5b34eb [5a5b34eb]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=97c254f2 [97c254f2]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=a9635517 [a9635517]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=03e5582d [03e5582d]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=5cae14d5 [5cae14d5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=0851e201 [0851e201]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=832a6a86 [832a6a86]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=22bcf55f [22bcf55f]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=3b0aee61 [3b0aee61]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=e4b6122b [e4b6122b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=36d4e52e [36d4e52e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=f2d29897 [f2d29897]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== codeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=38dcd285 [38dcd285]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=81d30b11 [81d30b11]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=b023e039 [b023e039]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=7c2b90bd [7c2b90bd]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== k3b ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=ed45be67 [ed45be67]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=e4505c94 [e4505c94]] Fix detection of MMX capabilities on ix86 archs&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=0d811e3e [0d811e3e]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=f989f27b [f989f27b]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=80e5226c [80e5226c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=ac9bee9f [ac9bee9f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=ce3ab445 [ce3ab445]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=6a101aa2 [6a101aa2]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=386d824e [386d824e]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=b591f195 [b591f195]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=361bf819 [361bf819]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=c7656114 [c7656114]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=214ce2ba [214ce2ba]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=32a52075 [32a52075]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=21fdca70 [21fdca70]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=0c90dd24 [0c90dd24]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== k3b-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=4f9f7c3b [4f9f7c3b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=f15d36e8 [f15d36e8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=956c959a [956c959a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=65cd7320 [65cd7320]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=bc3804fa [bc3804fa]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=dc58a60f [dc58a60f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=512501b0 [512501b0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=8e431ad6 [8e431ad6]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=fbaf24c8 [fbaf24c8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=0eb2404b [0eb2404b]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=408cd80e [408cd80e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=c871eb98 [c871eb98]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=6b26d66f [6b26d66f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=f9c5cefe [f9c5cefe]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=d711e3fb [d711e3fb]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== k9copy ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=21f900e2 [21f900e2]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=65ffe0c5 [65ffe0c5]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=a90fa4fe [a90fa4fe]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=bcf4fd54 [bcf4fd54]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=0828ec19 [0828ec19]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=4b425835 [4b425835]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=9e55e6ee [9e55e6ee]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=a2dacecf [a2dacecf]] Remove the original translation directory layout.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=fb42a086 [fb42a086]] Copy translations to a new directory layout.&amp;lt;br/&amp;gt;Added translation of .desktop files.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=83c41bf1 [83c41bf1]] Drop autotools support&lt;br /&gt;
&lt;br /&gt;
== kaffeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=45c9882d [45c9882d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=2d6def82 [2d6def82]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=43720193 [43720193]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=15592147 [15592147]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=9aeb52db [9aeb52db]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=ef2254d5 [ef2254d5]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=89e9863c [89e9863c]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=53219858 [53219858]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=3ba0ef17 [3ba0ef17]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=018ae989 [018ae989]] xine-backend: Remove protocols from supported extensions&amp;lt;br/&amp;gt;This caused problems with the extension filter of the file opener dialog.&amp;lt;br/&amp;gt;This fixes [https://mirror.git.trinitydesktop.org/gitea/TDE/tdemultimedia/issues/58 TDE/tdemultimedia#58]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=283e19b9 [283e19b9]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=2c49540b [2c49540b]] Removed patch files from source code.&amp;lt;br/&amp;gt;fast-slow-dcop.patch, generic_tr.patch and scandialog.patch have already&amp;lt;br/&amp;gt;been applied in the code.&amp;lt;br/&amp;gt;terminate.patch has not been applied but contains no explanation on what&amp;lt;br/&amp;gt;problem it was trying to fix.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=f5f7098e [f5f7098e]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=2fe187b9 [2fe187b9]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kaffeine-mozilla ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine-mozilla/commit/?id=d4cb836c [d4cb836c]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine-mozilla/commit/?id=843f25da [843f25da]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine-mozilla/commit/?id=e7e12a9a [e7e12a9a]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kmplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=4b9951b4 [4b9951b4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=5e4a772d [5e4a772d]] Fix FTBFS caused by missing include. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/kmplayer/issues/19 #19]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=fd1a740f [fd1a740f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=9ec2d11d [9ec2d11d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=f2a131c5 [f2a131c5]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=6ffc55ca [6ffc55ca]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=1f99527a [1f99527a]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=436bc266 [436bc266]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=8a590af0 [8a590af0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=2e5e0a3b [2e5e0a3b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=8417b0fe [8417b0fe]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=6777b854 [6777b854]] Solving the problem of launching the settings dialog without xine support&amp;lt;br/&amp;gt;The settings dialog crashes if built without xine support.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=8527831e [8527831e]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=27035a4b [27035a4b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=f29a95f6 [f29a95f6]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=1bfb6bc7 [1bfb6bc7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=7916d64f [7916d64f]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=59e6dbe4 [59e6dbe4]] Update DocBook DTD for documentation to 4.2.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=cc08a7d8 [cc08a7d8]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=228b7d8a [228b7d8a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=2d9f7497 [2d9f7497]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=9ed93309 [9ed93309]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== mplayerthumbs ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=e565098c [e565098c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=4d6dd76e [4d6dd76e]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=0940b08c [0940b08c]] Removed unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=790a2c0a [790a2c0a]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=52f017aa [52f017aa]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== rosegarden ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=0259ed4c [0259ed4c]] Fix compatibility with C++17.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=70ed18b3 [70ed18b3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=73b0e0f7 [73b0e0f7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=d91402d7 [d91402d7]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=0adbbf7a [0adbbf7a]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=5b68b462 [5b68b462]] Remove unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=10e90628 [10e90628]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=a3a855ce [a3a855ce]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=0d651f25 [0d651f25]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=d2261821 [d2261821]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=ec073d64 [ec073d64]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=6bee7afd [6bee7afd]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=d80f3b6c [d80f3b6c]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=5a840665 [5a840665]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== soundkonverter ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=f2bd39a3 [f2bd39a3]] Add support for taglib 2&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=18bdfb20 [18bdfb20]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=260f6d19 [260f6d19]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=61e1b0e4 [61e1b0e4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=8c11a140 [8c11a140]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=070927f4 [070927f4]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=80596a68 [80596a68]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=ad48759d [ad48759d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=54c143b5 [54c143b5]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=0438ba40 [0438ba40]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=c4c4d373 [c4c4d373]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=5bba09ee [5bba09ee]] cmake conversion&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=546952a1 [546952a1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=7fe222c3 [7fe222c3]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=2ec39571 [2ec39571]] Rename src/config.h to src/configuration.h to avoid possible conflicts with autogenerated config.h file&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=b36ba456 [b36ba456]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=65f00ac0 [65f00ac0]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=6d9278a9 [6d9278a9]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tderadio ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=316f2809 [316f2809]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=4cf449dc [4cf449dc]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=a468f02e [a468f02e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=c7c3b8bc [c7c3b8bc]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=e5430936 [e5430936]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=ac8ddffa [ac8ddffa]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=24e8de38 [24e8de38]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=9c572378 [9c572378]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=3dbd1166 [3dbd1166]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=a2837bd4 [a2837bd4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=525e762e [525e762e]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=e76222b9 [e76222b9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=e8c31a52 [e8c31a52]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=779f24c6 [779f24c6]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
= applications/office =&lt;br /&gt;
== basket ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=5e8690a2 [5e8690a2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=323f0758 [323f0758]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=514031eb [514031eb]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=8a69776a [8a69776a]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=5b1ac559 [5b1ac559]] Removed unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=f9edc9cf [f9edc9cf]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=31622296 [31622296]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=50245e3d [50245e3d]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=b70474e0 [b70474e0]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=b29b77fb [b29b77fb]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=70031454 [70031454]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=928b97c5 [928b97c5]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=48f3d5f4 [48f3d5f4]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kbibtex ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=f9fea70a [f9fea70a]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=2e910806 [2e910806]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=eae3ad00 [eae3ad00]] Removed unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=07a565d7 [07a565d7]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=483545c2 [483545c2]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=584744b2 [584744b2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=c9d1bd72 [c9d1bd72]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kbookreader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=49e31fae [49e31fae]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=9bdbff38 [9bdbff38]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=65a1fc38 [65a1fc38]] Removed unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=5022c499 [5022c499]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=fd40ec98 [fd40ec98]] Replace auto_ptr&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=d0aa6926 [d0aa6926]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=9830ae32 [9830ae32]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=4bc7d31a [4bc7d31a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=86c67226 [86c67226]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=4aa2e024 [4aa2e024]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=1e7501a9 [1e7501a9]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=853da7ee [853da7ee]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== keximdb ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keximdb/commit/?id=3743c858 [3743c858]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keximdb/commit/?id=7e2ce5dc [7e2ce5dc]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kile ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=2fe22337 [2fe22337]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=39559462 [39559462]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=f0b7ab48 [f0b7ab48]] Removed unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=90e65b4a [90e65b4a]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=39a06ef0 [39a06ef0]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=6c37103f [6c37103f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=762d93a8 [762d93a8]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=b8b37954 [b8b37954]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=cde35e42 [cde35e42]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=6549f004 [6549f004]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=50df78ea [50df78ea]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=9999c59b [9999c59b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=286a5b17 [286a5b17]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kmymoney ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=faf8f980 [faf8f980]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=442efde9 [442efde9]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=01729135 [01729135]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=b216ea7a [b216ea7a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=5123998a [5123998a]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=970832ef [970832ef]] Replace QT_STATIC_CONST_* with actual definitions&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=010c375b [010c375b]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=3a528d87 [3a528d87]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=04ddc823 [04ddc823]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=f892e5be [f892e5be]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=debbb965 [debbb965]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=778d1114 [778d1114]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=c033bc04 [c033bc04]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=2889777f [2889777f]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=483ebca4 [483ebca4]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=00081047 [00081047]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== knowit ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=6825bbbf [6825bbbf]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=d92080a6 [d92080a6]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=238d5143 [238d5143]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=5a55a65c [5a55a65c]] Remove unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=af5c1114 [af5c1114]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=2f7d0721 [2f7d0721]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=b47d595e [b47d595e]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=07692010 [07692010]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== koffice ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=72ca2961 [72ca2961]] Fix FTBFS reported in issue [https://mirror.git.trinitydesktop.org/gitea/TDE/koffice/issues/67 #67]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=0946bf47 [0946bf47]] Karbon: Fix FTBFS in xrgbrender due to implicit declaration of functions.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=3723148a [3723148a]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=e220a1b2 [e220a1b2]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=79c5c7cb [79c5c7cb]] Replace QT_STATIC_CONST_* with actual definitions&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=a50710e6 [a50710e6]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=67aa6b18 [67aa6b18]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=cf1bb69b [cf1bb69b]] Replace auto_ptr&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=e1b37ac1 [e1b37ac1]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=757d80a9 [757d80a9]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=9abcf51d [9abcf51d]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=5761876d [5761876d]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=2891d3c2 [2891d3c2]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=f9893e5b [f9893e5b]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=8263fdf7 [8263fdf7]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 2&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=00aa1f43 [00aa1f43]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=c8c5e11f [c8c5e11f]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=c9973bfb [c9973bfb]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== koffice-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=c30a1277 [c30a1277]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=a3ce3ff2 [a3ce3ff2]] Fix syntax errors from #10.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=50d5fc3f [50d5fc3f]] Addendum to commit 407b54bb&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=6a62ed5d [6a62ed5d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=750241d0 [750241d0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=407b54bb [407b54bb]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=8c635794 [8c635794]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=79138675 [79138675]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=6b648c74 [6b648c74]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=1033bf66 [1033bf66]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=8f039f42 [8f039f42]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=d3c5f390 [d3c5f390]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=c9c89dbb [c9c89dbb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=c0d03513 [c0d03513]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=0340f152 [0340f152]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=3cc206ab [3cc206ab]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kpilot ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=cadc8b76 [cadc8b76]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=e0652ba2 [e0652ba2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=e9d53339 [e9d53339]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=031143c7 [031143c7]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=84beaa20 [84beaa20]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=f9289944 [f9289944]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=3b5ccc65 [3b5ccc65]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=abcd9a45 [abcd9a45]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=1d47a02e [1d47a02e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=04d2f2a5 [04d2f2a5]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=2f80418d [2f80418d]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=255ec906 [255ec906]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tellico ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=70fcba07 [70fcba07]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=fb8caf3a [fb8caf3a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=16dc642a [16dc642a]] Fix compatibility with C++17.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=a5f04b82 [a5f04b82]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=abe4b198 [abe4b198]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=e8f457ac [e8f457ac]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=ccc90afb [ccc90afb]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=f9ec1da0 [f9ec1da0]] Replace auto_ptr&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=aa5bb443 [aa5bb443]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=727a2e58 [727a2e58]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=8ed9929d [8ed9929d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=c932624b [c932624b]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=5f98a522 [5f98a522]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=ad02e86c [ad02e86c]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=1ff93d9e [1ff93d9e]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=211ad874 [211ad874]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=5dcd02bb [5dcd02bb]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=034ed63e [034ed63e]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
= applications/settings =&lt;br /&gt;
== kdpkg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=6b7d75b5 [6b7d75b5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=be66e1e8 [be66e1e8]] Removed unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=bcb6d6c6 [bcb6d6c6]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=c730b578 [c730b578]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=921d46a4 [921d46a4]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=b630d6e2 [b630d6e2]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=ac316ed3 [ac316ed3]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kima ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=cf3e7c33 [cf3e7c33]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=2cb26bb4 [2cb26bb4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=b31b4ffb [b31b4ffb]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=d7c9764d [d7c9764d]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=545f3b89 [545f3b89]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=aa0c75cc [aa0c75cc]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=0558e0fb [0558e0fb]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=99ba74a9 [99ba74a9]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kiosktool ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=df3d7d93 [df3d7d93]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=eacda823 [eacda823]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=051fc70b [051fc70b]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=b80fb3b7 [b80fb3b7]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=2811df5f [2811df5f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=9ef88aa8 [9ef88aa8]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=a0811519 [a0811519]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kkbswitch ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=99b8c3d3 [99b8c3d3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=df3d8976 [df3d8976]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=66b23317 [66b23317]] Removed unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=7a308bc2 [7a308bc2]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=24b2cecd [24b2cecd]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=3a19fc03 [3a19fc03]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=b225c79f [b225c79f]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=2b9c1482 [2b9c1482]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=cf86bb82 [cf86bb82]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== klcddimmer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=277c5346 [277c5346]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=5d3a4035 [5d3a4035]] Removed unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=bef490f2 [bef490f2]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=c3581faf [c3581faf]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=4d46d6c2 [4d46d6c2]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=d69adfd4 [d69adfd4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=b09ff5dd [b09ff5dd]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kmyfirewall ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=8cd6f0ff [8cd6f0ff]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=3541a498 [3541a498]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=5335ce5d [5335ce5d]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=66b3326a [66b3326a]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=53fde083 [53fde083]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=6913f86b [6913f86b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=37baea59 [37baea59]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tde-guidance ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-guidance/commit/?id=d19b852e [d19b852e]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-guidance/commit/?id=d2626aa8 [d2626aa8]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-guidance/commit/?id=dceb004c [dceb004c]] Conversion to cmake building system&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-guidance/commit/?id=1825d1c2 [1825d1c2]] Fix invalid escape sequences.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-guidance/commit/?id=10f0a51a [10f0a51a]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-guidance/commit/?id=5acecc50 [5acecc50]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-guidance/commit/?id=4a49ed93 [4a49ed93]] Remove wineconfig module&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-guidance/commit/?id=16bbedc3 [16bbedc3]] Remove grubconfig module&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-guidance/commit/?id=dc9cd228 [dc9cd228]] Fix functionality of mountconfig module&lt;br /&gt;
&lt;br /&gt;
== tde-systemsettings ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-systemsettings/commit/?id=881bb958 [881bb958]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-systemsettings/commit/?id=494a1e3d [494a1e3d]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-systemsettings/commit/?id=498895cf [498895cf]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-systemsettings/commit/?id=f614f05c [f614f05c]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-systemsettings/commit/?id=a1194f5b [a1194f5b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdenetworkmanager ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=101c77ad [101c77ad]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=3b229bbd [3b229bbd]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=1c33778f [1c33778f]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=35996c44 [35996c44]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=aca334a2 [aca334a2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=c3b1cd37 [c3b1cd37]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=5f8d8691 [5f8d8691]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=d408f5cb [d408f5cb]] Fix a typo&amp;lt;br/&amp;gt;Thanks to adem for noticing this on weblate&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=5ec457f3 [5ec457f3]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=a88fc517 [a88fc517]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=461e2090 [461e2090]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=ac34a604 [ac34a604]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=00aab2e4 [00aab2e4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=048ed035 [048ed035]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=ba52504d [ba52504d]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=687ebf64 [687ebf64]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=f54fe201 [f54fe201]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tdesudo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesudo/commit/?id=b285a791 [b285a791]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesudo/commit/?id=36e7794d [36e7794d]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesudo/commit/?id=6b4a51a0 [6b4a51a0]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesudo/commit/?id=da05d2b4 [da05d2b4]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== wlassistant ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/wlassistant/commit/?id=9292908b [9292908b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/wlassistant/commit/?id=5f78154b [5f78154b]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/wlassistant/commit/?id=4469a86f [4469a86f]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/wlassistant/commit/?id=ee4dfb78 [ee4dfb78]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/wlassistant/commit/?id=df532886 [df532886]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/wlassistant/commit/?id=3efb8ddd [3efb8ddd]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/wlassistant/commit/?id=f7a20040 [f7a20040]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
= applications/system =&lt;br /&gt;
== dolphin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=ff1f7c16 [ff1f7c16]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=134e8258 [134e8258]] Remove unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=fb80993a [fb80993a]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=b81aca2a [b81aca2a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=f03ddc53 [f03ddc53]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=a822e3e4 [a822e3e4]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=84dce0e3 [84dce0e3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=94fa32f9 [94fa32f9]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=60a08792 [60a08792]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=5ee150f0 [5ee150f0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=c11be914 [c11be914]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=fd73938a [fd73938a]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== katapult ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=70ba9087 [70ba9087]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=809fb424 [809fb424]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=8c3736d8 [8c3736d8]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=4265d075 [4265d075]] Remove unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=71fcb0b5 [71fcb0b5]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=fded3c0a [fded3c0a]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=d3f66339 [d3f66339]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=bdd907d1 [bdd907d1]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=4ca2cbcf [4ca2cbcf]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kbfx ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=e08b17f1 [e08b17f1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=b62d792c [b62d792c]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=39b1357d [39b1357d]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=120f8eb6 [120f8eb6]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=dbc335c7 [dbc335c7]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=6319099a [6319099a]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=cca1b232 [cca1b232]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=97ca6223 [97ca6223]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kcmautostart ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=d4fed915 [d4fed915]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=c0071d4c [c0071d4c]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=59eea31e [59eea31e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=9f38675b [9f38675b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=f73b98ca [f73b98ca]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kdbusnotification ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=ef213734 [ef213734]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=8db71837 [8db71837]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=36d97289 [36d97289]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=6ac34a66 [6ac34a66]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=93591f24 [93591f24]] Respect -DDBUS_BINDING_TOOL provided by cmake user&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=a971c7f6 [a971c7f6]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== klamav ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=b7cd64b9 [b7cd64b9]] Fix FTBFS causes by invalid casts. This resolves issue 37.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=891c4183 [891c4183]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=2375c3f5 [2375c3f5]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=e2e86dda [e2e86dda]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== knemo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=e8eb0915 [e8eb0915]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=dd472e40 [dd472e40]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=73e92cf0 [73e92cf0]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=bed78533 [bed78533]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=74f1cd87 [74f1cd87]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=95eef6c3 [95eef6c3]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=a2090048 [a2090048]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=923a514f [923a514f]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== knetload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=8fb31485 [8fb31485]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=91790218 [91790218]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=e631fe28 [e631fe28]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=8c286cc4 [8c286cc4]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=0ba0326e [0ba0326e]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=83b084bf [83b084bf]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=0ea50dc6 [0ea50dc6]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=bb7f6255 [bb7f6255]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== knetstats ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=8584baf4 [8584baf4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=170dc4ff [170dc4ff]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=0e2aead4 [0e2aead4]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=678eabac [678eabac]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=57a4c0ab [57a4c0ab]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=1caa8b1b [1caa8b1b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=de4276a7 [de4276a7]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kooldock ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kooldock/commit/?id=3c6a3e0e [3c6a3e0e]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kooldock/commit/?id=9284b0c1 [9284b0c1]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kooldock/commit/?id=3f57e4b5 [3f57e4b5]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kooldock/commit/?id=2191a58b [2191a58b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== krusader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=f4c8ab26 [f4c8ab26]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=d362e2af [d362e2af]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=da1694c4 [da1694c4]] Fix compatibiliry with c++17 standard&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=02a4efe0 [02a4efe0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=e7e91987 [e7e91987]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=e1978ff4 [e1978ff4]] Remove unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=6551acc5 [6551acc5]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=9c013568 [9c013568]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=56f4ac3a [56f4ac3a]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=1570bf7f [1570bf7f]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=0e769547 [0e769547]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=e61c1db9 [e61c1db9]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=f854b2fe [f854b2fe]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=f19fa530 [f19fa530]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=db723943 [db723943]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=6c738063 [6c738063]] Krusader: Unpacking TXZ.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=f8733916 [f8733916]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=ae61cb4c [ae61cb4c]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kshutdown ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=028d6832 [028d6832]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=0cba31c7 [0cba31c7]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=450ad252 [450ad252]] Remove unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=fc95493e [fc95493e]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=2ced6309 [2ced6309]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=afe74bfe [afe74bfe]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=8f798c9f [8f798c9f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=bdaee14b [bdaee14b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== ksystemlog ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=bff8ba5a [bff8ba5a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=1943a15e [1943a15e]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=df3f048e [df3f048e]] Remove unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=8ce8538c [8ce8538c]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=4217755e [4217755e]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=c110ab27 [c110ab27]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=a07e5bcd [a07e5bcd]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=6200356b [6200356b]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kvkbd ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=ab1d038f [ab1d038f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=d74b64b2 [d74b64b2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=3c86993a [3c86993a]] Remove unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=d2af3256 [d2af3256]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=cae154cc [cae154cc]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=09ce2637 [09ce2637]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=0a7a004c [0a7a004c]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== polkit-agent-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=594805c2 [594805c2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=ac449919 [ac449919]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=38b87842 [38b87842]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=1ad151e7 [1ad151e7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=eedf1c13 [eedf1c13]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=fbceb48f [fbceb48f]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== smartcardauth ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smartcardauth/commit/?id=06953ed5 [06953ed5]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smartcardauth/commit/?id=0247a594 [0247a594]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tastymenu ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=4332eaa2 [4332eaa2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=a4dd5f46 [a4dd5f46]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=e7653d40 [e7653d40]] Remove unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=cac317d3 [cac317d3]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=74cbc6e1 [74cbc6e1]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=a65bdf88 [a65bdf88]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=44e77ecb [44e77ecb]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdebluez ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=a6a5ee1a [a6a5ee1a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=4cba0c6c [4cba0c6c]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=f436ed27 [f436ed27]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=c82acb8f [c82acb8f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=50734d4f [50734d4f]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=1f091996 [1f091996]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=7fe3e3a1 [7fe3e3a1]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdedocker ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=826116fd [826116fd]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=7362f260 [7362f260]] Remove unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=ac5f06e5 [ac5f06e5]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=9f512be4 [9f512be4]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=e9c02a31 [e9c02a31]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdepowersave ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=cae554d2 [cae554d2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=9c28f783 [9c28f783]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=2d6c9b7b [2d6c9b7b]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=09010778 [09010778]] Remove unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=f0d33ac8 [f0d33ac8]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=6b77cea8 [6b77cea8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=b61a8c75 [b61a8c75]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=c03872d3 [c03872d3]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=f5832e4a [f5832e4a]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=c492704a [c492704a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=2ef52b9d [2ef52b9d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=135b14de [135b14de]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=04965313 [04965313]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tdesshaskpass ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=9cfed0a6 [9cfed0a6]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=0c92cb39 [0c92cb39]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=d62bdc3d [d62bdc3d]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=bf98ebd6 [bf98ebd6]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=60c67fdf [60c67fdf]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=481fe0f8 [481fe0f8]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== yakuake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=ed0b016e [ed0b016e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=058234e9 [058234e9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=d3bf19a1 [d3bf19a1]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=35bbdf5e [35bbdf5e]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=9e7f45da [9e7f45da]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=3dc97a47 [3dc97a47]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=9368dcd8 [9368dcd8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=cbb2affd [cbb2affd]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=9388682a [9388682a]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
= applications/tdeio =&lt;br /&gt;
== tdeio-appinfo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=30fa1192 [30fa1192]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=42a123c3 [42a123c3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=452a84e7 [452a84e7]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=6a5b2b96 [6a5b2b96]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeio-apt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=3da1d5a5 [3da1d5a5]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=273128c6 [273128c6]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=cb10c26c [cb10c26c]] Replace auto_ptr&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=f334aae2 [f334aae2]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=d76aa3d0 [d76aa3d0]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeio-ftps ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-ftps/commit/?id=b775539e [b775539e]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-ftps/commit/?id=20caed22 [20caed22]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeio-gopher ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-gopher/commit/?id=1fa28685 [1fa28685]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-gopher/commit/?id=75a5067c [75a5067c]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-gopher/commit/?id=629af4d1 [629af4d1]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeio-locate ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=1d0ff35e [1d0ff35e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=861f6502 [861f6502]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=21dac2d7 [21dac2d7]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=63ae801a [63ae801a]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=2f71daf1 [2f71daf1]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeio-sword ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=3639113e [3639113e]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=44192f83 [44192f83]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=010efdf1 [010efdf1]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=b14a6077 [b14a6077]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=4f0871c3 [4f0871c3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=a4b077fb [a4b077fb]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeio-umountwrapper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=00f9d274 [00f9d274]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=57d0e656 [57d0e656]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=66aee6c9 [66aee6c9]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=e62fccb8 [e62fccb8]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=6d87cc1f [6d87cc1f]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=13da79f0 [13da79f0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=c138f55c [c138f55c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=b2628b22 [b2628b22]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
= applications/themes =&lt;br /&gt;
== gtk-qt-engine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=a4f88786 [a4f88786]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=8aa81ba1 [8aa81ba1]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=e5e01403 [e5e01403]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=be6cedb4 [be6cedb4]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=afc6ea03 [afc6ea03]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=717ae9b4 [717ae9b4]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=e2af75f0 [e2af75f0]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=d161ea67 [d161ea67]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== gtk3-tqt-engine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk3-tqt-engine/commit/?id=2546d451 [2546d451]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk3-tqt-engine/commit/?id=650689f0 [650689f0]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk3-tqt-engine/commit/?id=9d21ebe8 [9d21ebe8]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk3-tqt-engine/commit/?id=180b6368 [180b6368]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kgtk-qt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=216977ef [216977ef]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=4c775c61 [4c775c61]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=2ddf00f4 [2ddf00f4]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=fa044ab0 [fa044ab0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=97c7c47d [97c7c47d]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=68e5b179 [68e5b179]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== ksplash-engine-moodin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=b08be127 [b08be127]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=31514a6a [31514a6a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=a2910de3 [a2910de3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=7031da9b [7031da9b]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=ded8d1e9 [ded8d1e9]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=62f1c985 [62f1c985]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== qt4-tqt-theme-engine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qt4-tqt-theme-engine/commit/?id=7e605f95 [7e605f95]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
&lt;br /&gt;
== tde-style-baghira ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=ac86d0ed [ac86d0ed]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=8e634f32 [8e634f32]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=8f6829a2 [8f6829a2]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=210aaadd [210aaadd]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tde-style-domino ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=43eb7e6f [43eb7e6f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=e7455f64 [e7455f64]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=a3dc1f26 [a3dc1f26]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=10fe0f76 [10fe0f76]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=e19e9e50 [e19e9e50]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=12aad560 [12aad560]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tde-style-ia-ora ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=d6f85e8f [d6f85e8f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=aa4668ad [aa4668ad]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=6e002a7d [6e002a7d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=c46fccab [c46fccab]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=8c86e0cf [8c86e0cf]] Added GTK+2.0 engine&amp;lt;br/&amp;gt;Ia Ora was created by Mandriva so that Qt and GTK applications could have a uniform&amp;lt;br/&amp;gt;look. It only seems fair to include the GTK style with the TDE style.&amp;lt;br/&amp;gt;Source: https://distrib-coffee.ipsl.jussieu.fr/pub/linux/Mageia/distrib/cauldron/SRPMS/core/release/ia_ora-gnome-1.0.25-12.mga9.src.rpm&amp;lt;br/&amp;gt;Licence: GNU GPL v2 or later&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=84ed60a3 [84ed60a3]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=3a0faced [3a0faced]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=12fa2548 [12fa2548]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=bfcab3f3 [bfcab3f3]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tde-style-lipstik ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=d809df59 [d809df59]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=bae40f8a [bae40f8a]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=b0e0c34a [b0e0c34a]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=7b118fa8 [7b118fa8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=69a0e002 [69a0e002]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=3a412a9e [3a412a9e]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=f30bd931 [f30bd931]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tde-style-qtcurve ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=ffb9f6e0 [ffb9f6e0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=996a5c0f [996a5c0f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=0baab286 [0baab286]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=738aeee4 [738aeee4]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=ea3215e2 [ea3215e2]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=cbb50b27 [cbb50b27]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=9238a995 [9238a995]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=f1732e3b [f1732e3b]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=5d24eff4 [5d24eff4]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=14a3eec2 [14a3eec2]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tdmtheme ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=6b47dbe9 [6b47dbe9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=668ab084 [668ab084]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=1237902a [1237902a]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=8820958c [8820958c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=dc06e74f [dc06e74f]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=d5324923 [d5324923]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== twin-style-crystal ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=73df6a12 [73df6a12]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=123572de [123572de]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=b6582d7b [b6582d7b]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=1c7aafd3 [1c7aafd3]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=01d5ee0f [01d5ee0f]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=6ba6bda9 [6ba6bda9]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=8719cde0 [8719cde0]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=e0ee1309 [e0ee1309]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=e87fce4f [e87fce4f]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=857dc031 [857dc031]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=858d33cc [858d33cc]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== twin-style-dekorator ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=b3bb9d38 [b3bb9d38]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=8bd6e31f [8bd6e31f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=97b350fa [97b350fa]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=6c52b263 [6c52b263]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=da44d447 [da44d447]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=6e6b5fd0 [6e6b5fd0]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== twin-style-machbunt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=e66907c1 [e66907c1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=0cb0dd84 [0cb0dd84]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=7ae9a3ea [7ae9a3ea]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=41ff85ab [41ff85ab]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=368ed30c [368ed30c]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=8cf5d248 [8cf5d248]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== twin-style-suse2 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=2b3d19a5 [2b3d19a5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=f31ebf67 [f31ebf67]] Remove remaining &amp;#039;register&amp;#039; instruction.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=cee4b784 [cee4b784]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=08880d7f [08880d7f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=daf84bd9 [daf84bd9]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=7341873a [7341873a]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=1b186a95 [1b186a95]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=a0ecb910 [a0ecb910]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=3193200c [3193200c]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
= applications/utilities =&lt;br /&gt;
== abakus ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=b85c2231 [b85c2231]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=aefe09ab [aefe09ab]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=48488e36 [48488e36]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=3a03ef43 [3a03ef43]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=7367cf3e [7367cf3e]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=6ff22608 [6ff22608]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=54b3d710 [54b3d710]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=e41c0ced [e41c0ced]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== filelight ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=0034426b [0034426b]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=aa677ad4 [aa677ad4]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=27c4f9d5 [27c4f9d5]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=2725bd4a [2725bd4a]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=287eaafa [287eaafa]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=58b6f564 [58b6f564]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=ad0cfb27 [ad0cfb27]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=894a7b9c [894a7b9c]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kbarcode ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=b7549919 [b7549919]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=50ec9baf [50ec9baf]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=f81f08fc [f81f08fc]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=9fe126da [9fe126da]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=710eecd8 [710eecd8]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=c62d6a21 [c62d6a21]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=97a76f36 [97a76f36]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=2191b2df [2191b2df]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=587dc58e [587dc58e]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=e68f82c5 [e68f82c5]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kchmviewer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=8faf4dec [8faf4dec]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=5e7d48f3 [5e7d48f3]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=aca3a584 [aca3a584]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=482e1bce [482e1bce]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=0dbd778f [0dbd778f]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=5a0966ca [5a0966ca]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=d2f01bb5 [d2f01bb5]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=89ba2b7d [89ba2b7d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=dfbfbc33 [dfbfbc33]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kcpuload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=b2594133 [b2594133]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=d2dab2df [d2dab2df]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=2b876d23 [2b876d23]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=f2261138 [f2261138]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=cec0eba3 [cec0eba3]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=ee9f81ae [ee9f81ae]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=357be4cd [357be4cd]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kdirstat ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=1db22641 [1db22641]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=32acc378 [32acc378]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=d51e606e [d51e606e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=e17a1c52 [e17a1c52]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=1160ad70 [1160ad70]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=2af9984e [2af9984e]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=314de272 [314de272]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=e43fe7b8 [e43fe7b8]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=be5e4244 [be5e4244]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=23237d09 [23237d09]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=1ba064de [1ba064de]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== keep ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=86ecddae [86ecddae]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=f3a45a12 [f3a45a12]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=cd22ad3d [cd22ad3d]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=487fdba4 [487fdba4]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=c049126a [c049126a]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=4f1c8e54 [4f1c8e54]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=2b6bd386 [2b6bd386]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=15c4aae7 [15c4aae7]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== knutclient ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=c105fc8d [c105fc8d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=4215f1aa [4215f1aa]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=929cd630 [929cd630]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=d47f7d28 [d47f7d28]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=334246ae [334246ae]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=017c57dd [017c57dd]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=b3f56562 [b3f56562]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kommando ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kommando/commit/?id=e2d9bda6 [e2d9bda6]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kommando/commit/?id=3367cc19 [3367cc19]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kommando/commit/?id=cbfeb05e [cbfeb05e]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kommando/commit/?id=59af4855 [59af4855]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kommando/commit/?id=3bf0b6d5 [3bf0b6d5]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kommando/commit/?id=9066230a [9066230a]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kompose ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=12918f0c [12918f0c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=138ac28d [138ac28d]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=3136db70 [3136db70]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=9f4c6ff7 [9f4c6ff7]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=43e0ea16 [43e0ea16]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=cb455231 [cb455231]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== krename ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=650b6c3f [650b6c3f]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=8ffd2696 [8ffd2696]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=300f52df [300f52df]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=222407da [222407da]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=44470b8a [44470b8a]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=7132d1d7 [7132d1d7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=d8fcd4fa [d8fcd4fa]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=804f4f35 [804f4f35]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=5d02ccb1 [5d02ccb1]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== ksensors ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=f45af7ba [f45af7ba]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=9a62ca5a [9a62ca5a]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=362fe886 [362fe886]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=6c49ad06 [6c49ad06]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=b7fce5c4 [b7fce5c4]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=7453b1ad [7453b1ad]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== mathemagics ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mathemagics/commit/?id=a88dbd97 [a88dbd97]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mathemagics/commit/?id=8456c4b8 [8456c4b8]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mathemagics/commit/?id=b3a2c4d9 [b3a2c4d9]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mathemagics/commit/?id=fdfbfd7c [fdfbfd7c]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== qalculate-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=1c8410e0 [1c8410e0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=dcacb472 [dcacb472]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=9fe1e65b [9fe1e65b]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=d88c548d [d88c548d]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
= packaging =&lt;br /&gt;
== packaging ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=d9d57c44 [d9d57c44]] FreeBSD: Update for final R14.1.2.&amp;lt;br/&amp;gt;Forced C++14 for cases where distribution ports are not ready for C++17.&amp;lt;br/&amp;gt;Add ports for several applications.&amp;lt;br/&amp;gt;Switch several ports to CMake.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=c141e5fb [c141e5fb]] ArchLinux: Update for final R14.1.2.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=c3496052 [c3496052]] RPM: lots of updates for Trinity 14.1.2&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=4682d07b [4682d07b]] FreeBSD imlib: basedir defined in libgen.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=c9dcbc21 [c9dcbc21]] DEB k3b: Change the library package name in case of incompatible ABI for 64-bit time_t.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=796994c3 [796994c3]] DEB k3b: Remove the libk3b2-* transitional package and related links.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=bfaf5e0c [bfaf5e0c]] DEB k3b: Cleanup outdated files.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=d30ee410 [d30ee410]] DEB pytdeextensions: Use more general dependency for tdelibs.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=5e08ba4f [5e08ba4f]] DEB tde-style-ia-ora: add dependency to libgtk2 to be able to build the GTK2 engine&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=69288adf [69288adf]] DEB kvirc: add dependency on libssl-dev&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=3efc0425 [3efc0425]] DEB sip4-tqt: removed unused patch files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=c90b695d [c90b695d]] DEB kvirc: update qt-tqt in config files. This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/kvirc/issues/22 TDE/kvirc#22]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=413b0c56 [413b0c56]] DEB: make sure empty &amp;#039;series&amp;#039; files are really empty&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=c3bc0190 [c3bc0190]] DEB tdenetwork: Add suport for SFTP servers in zeroconf ioslave.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=9c63a538 [9c63a538]] DEB tdemultimedia: update to new kmix icons&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f5aad8f8 [f5aad8f8]] DEB tdebase: update ubuntu &amp;#039;kubuntu_89_new_logout_ui.diff&amp;#039; patch to make sure default values are synced between TCC and shutdown dialog&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=6ebd6647 [6ebd6647]] DEB tdebase: refresh ubuntu patches&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=1918a0fa [1918a0fa]] DEB: add tde-style-polyester packaging files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=b7ebd9a0 [b7ebd9a0]] DEB tde-i18n: Use more general dependency for tdelibs, second part.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=7743b086 [7743b086]] DEB tde-i18n: Use more general dependency for tdelibs.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=ad04947f [ad04947f]] DEB tdepim: Change the library package name in case of incompatible ABI for 64-bit time_t.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=b392786b [b392786b]] DEB tdebase: add twinactiveborders.desktop to twin package&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=2fa41c1d [2fa41c1d]] DEB tdelibs: Change the library package name in case of incompatible ABI for 64-bit time_t.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=7485a4e5 [7485a4e5]] DEB gwenview: switch to cmake build system&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=44a190dd [44a190dd]] DEB libcarddav: Change the library package name in case of incompatible ABI for 64-bit time_t.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=29a4bad8 [29a4bad8]] DEB libcaldav: Change the library package name in case of incompatible ABI for 64-bit time_t.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=a3b893dd [a3b893dd]] DEB arts: Change the library package name in case of incompatible ABI for 64-bit time_t.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=983627bf [983627bf]] DEB tqt3: Add Recommends for t64 package omitted in PR #282.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=d95afdf8 [d95afdf8]] DEB tqt3: Change the library package name in case of incompatible ABI for 64-bit time_t.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=15a10dde [15a10dde]] DEB tde-guidance: switch to cmake build system&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=df63f7fc [df63f7fc]] DEB gwenview: application pixmap moved to main repo&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=9431b5cd [9431b5cd]] DEB rosegarden: Replace the dependence on the transitional package liblircclient-dev by the current liblirc-dev.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=2c91a152 [2c91a152]] DEB tderadio: Replace the dependence on the transitional package liblircclient-dev by the current liblirc-dev.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=9ebeaa57 [9ebeaa57]] RPM: don&amp;#039;t force use of python3.11 under Ferdora 39&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=9d336ebd [9d336ebd]] RPM: update tdesshaskpass&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f83bd2bb [f83bd2bb]] RPM: update soundkonverter (remove TODO file)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=252fba04 [252fba04]] RPM: remove grubconfig and wineconfig from tde-guidance&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=3ad90433 [3ad90433]] RPM: switch k9copy to cmake build&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=fde218b0 [fde218b0]] RPM: update tdebase&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=7e100030 [7e100030]] RPM: switch libksquirrel to cmake build&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=04309578 [04309578]] DEB pytde: Fix support for multiple Python3 installed in parallel.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=598ef9e7 [598ef9e7]] DEB pytqt: add support for python 3.12&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=67eb46f0 [67eb46f0]] ArchLinux: Update for rebuild with Poppler 24.01.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=77a683a7 [77a683a7]] RPM: fedora39: update build scripts&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=1ea737d7 [1ea737d7]] RPM: osstw: update build scripts&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=e434528a [e434528a]] RPM: pclinuxos: update build scripts&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=cb114d7c [cb114d7c]] DEB sip4-tqt: Prefer dist-packages folder for a particular version of Python before shared.&amp;lt;br/&amp;gt;Use sysconfig instead of distutil to detect paths.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=9907c849 [9907c849]] DEB tdebase: Enable new option WITH_SFTP.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=3d551b91 [3d551b91]] DEB tdebase kxkb: add notification event for keyboard layout change. This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/438 TDE/tdebase#438]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=a006276e [a006276e]] DEB tdesshaskpass: Fix the support of Ninja build.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=03143bf8 [03143bf8]] DEB tqt3: Update README file name.&amp;lt;br/&amp;gt;This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tqt3/issues/93 TDE/tqt3#93]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=6729c27b [6729c27b]] DEB: Automatically add ldconfig trigger if the package contains plugins.&amp;lt;br/&amp;gt;As a result, it is no longer necessary to enforce ldconfig in postinst&amp;lt;br/&amp;gt;and postrm scripts and this solves the problem with packages where the&amp;lt;br/&amp;gt;ldconfig was not called after installation, but it was needed.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdemultimedia/issues/29 TDE/tdemultimedia#29]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=6bc6d6e3 [6bc6d6e3]] DEB: Add support for Ubuntu Noble.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=4ae59bb2 [4ae59bb2]] DEB tdebase: Prevent unwanted restarting TDM service during upgrade.&amp;lt;br/&amp;gt;This made it possible to add #DEBHELPER# back to TDM prerm script.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/409 TDE/tdebase#409]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=4784f17e [4784f17e]] DEB smb4k: cmake conversion&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=65dd80fb [65dd80fb]] DEB libr: update package name to libr1&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=ce06e711 [ce06e711]] DEB libr: remove dependency on libglade, which is no longer available&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=dff6d937 [dff6d937]] DEB tdeaddons: Add libdb5.3++-dev as an alternative dependency for libdb++-dev.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=d4152453 [d4152453]] DEB soundkonverter: cmake conversion&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=13ab9cf7 [13ab9cf7]] DEB gwenview: Fix the name of suggested i18n package.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=904d1e09 [904d1e09]] RPM: add support for Fedora 39&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=ea66d8ef [ea66d8ef]] DEB: drop Stretch and Xenial and invalid link&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=bdc4e185 [bdc4e185]] DEB twin-style-fahrenheit: Change debhelper compatibility level to 10.&amp;lt;br/&amp;gt;Use DEB_COMPRESS_EXCLUDE_ALL instead of deprecated DEB_COMPRESS_EXCLUDE.&amp;lt;br/&amp;gt;(the last part of commit fc691a7208477948ad7519ed67861a0b4c6a4b74)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=2b20e14f [2b20e14f]] DEB: add twin-style-fahrenheit packaging files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=90c68a68 [90c68a68]] DEB tde-cmake: Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=0809dd93 [0809dd93]] DEB: Change debhelper compatibility level to 10.&amp;lt;br/&amp;gt;Use DEB_COMPRESS_EXCLUDE_ALL instead of deprecated DEB_COMPRESS_EXCLUDE.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=657aaad5 [657aaad5]] DEB tdebase: add new color themes&lt;/div&gt;</summary>
		<author><name>SlavekB</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.1.2&amp;diff=3323</id>
		<title>Changelog For R14.1.2</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.1.2&amp;diff=3323"/>
		<updated>2024-04-22T18:28:28Z</updated>

		<summary type="html">&lt;p&gt;SlavekB: Update 20240422&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= common =&lt;br /&gt;
== admin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=fabd8c1d [fabd8c1d]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=482d2f66 [482d2f66]] Fix wrong nesting in KDE_CHECK_TQT_JPEG function&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=3019aa7a [3019aa7a]] Improve TQt detection. Use CFLAGS from pkg-config&amp;lt;br/&amp;gt;instead of hard-coded include paths.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=bcdb3081 [bcdb3081]] Fix detection of TQt3 following bug introduced in previous commit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=e27d7286 [e27d7286]] Drop TQT_VERSION_ONLY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=02e3ce62 [02e3ce62]] Fix visibility support check&lt;br /&gt;
&lt;br /&gt;
== libtdevnc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtdevnc/commit/?id=04669ff5 [04669ff5]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtdevnc/commit/?id=30334121 [30334121]] krfb: fix termination and syncing of threads on exit. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/libtdevnc/issues/2 #2]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtdevnc/commit/?id=91b27a73 [91b27a73]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtdevnc/commit/?id=2b46ed6b [2b46ed6b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
= dependencies =&lt;br /&gt;
== tde-cmake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=1ec54425 [1ec54425]] Update version to R14.1.2&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=e6fdb4b5 [e6fdb4b5]] Fix incorrect backslash in tde_set_project_version macro&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=4af11cf9 [4af11cf9]] Set cmake minimum version in a centralized place&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=10b01876 [10b01876]] Add support for multiline messages in tde_message_* macros&amp;lt;br/&amp;gt;Also convert tde_message_author_warning() to a function to not pollute&amp;lt;br/&amp;gt;caller&amp;#039;s environment.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=8b6215c6 [8b6215c6]] Simplify code since cmake minimum version is now 3.5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=76ca9f74 [76ca9f74]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=bb49d854 [bb49d854]] Update version to R14.1.2&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tqt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=73c97659 [73c97659]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=57465e08 [57465e08]] Prevent creation of text codecs when the application is shutting down. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tqt3/issues/142 #142]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b4410540 [b4410540]] TQTextEdit: remove one of two readOnly flags&amp;lt;br/&amp;gt;There were two flags for read-only with different capitalization:&amp;lt;br/&amp;gt;readonly and readOnly. This was probably a mistake.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=bca1fe4e [bca1fe4e]] TQTextEdit: add missing  mightStartDrag initialization&amp;lt;br/&amp;gt;mightStartDrag might have been used uninitialized when moving mouse with&amp;lt;br/&amp;gt;pressed mouse button into window.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a097a55f [a097a55f]] Improve TQFont-related cleanup&amp;lt;br/&amp;gt;Improve TQFont cleanup making sure that all instances of TQFont are&amp;lt;br/&amp;gt;destroyed before TQApplication (or specifically before disconnect from&amp;lt;br/&amp;gt;X11). This gets reed of several valgrind complains about leaks deep&amp;lt;br/&amp;gt;inside fontconfig.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=f2504a8f [f2504a8f]] Improve TQFont-related cleanup&amp;lt;br/&amp;gt;Improve TQFont cleanup making sure that all instances of TQFont are&amp;lt;br/&amp;gt;destroyed before TQApplication (or specifically before disconnect from&amp;lt;br/&amp;gt;X11). This gets reed of several valgrind complains about leaks deep&amp;lt;br/&amp;gt;inside fontconfig.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b000ed6a [b000ed6a]] TQFileDialog: cleanup pixmaps before destroying TQApplication&amp;lt;br/&amp;gt;Otherwise it results in small memmory leakage on exit of Xlib data.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=32f97849 [32f97849]] examples/canvas: fix some memory leaks&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=4ab92f6b [4ab92f6b]] TQPrintDialog: cleanup data requested from libcups&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=41c8fa0f [41c8fa0f]] inputmethods/xim: fix incorrect fontset ref counting&amp;lt;br/&amp;gt;- rename fontsetRefCount -&amp;amp;gt; fontsetCacheRefCount&amp;lt;br/&amp;gt;- move fontsetCacheRefCount to constructor as setHolderWidget() could be&amp;lt;br/&amp;gt;  called more than once&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=bb6797db [bb6797db]] TQPrinterPrivate: add virtual destructor.&amp;lt;br/&amp;gt;As derivative from it e.g. TQPrinterUnixPrivate are getting deleted (e.g&amp;lt;br/&amp;gt;in unix TQPrinter implementation) by a reference to base class.&amp;lt;br/&amp;gt;Also added missing include to the header.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=ba566100 [ba566100]] Zero unused data fields in XClientMessageEvent struct&amp;lt;br/&amp;gt;valgrind was complaining about access to uninitialized data because&amp;lt;br/&amp;gt;unused elements in client_message.data.l array weren&amp;#039;t set o any value.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=323382b1 [323382b1]] Fix TQThreadStorage destruction in the main thread&amp;lt;br/&amp;gt;Before that the allocations of TQThreadStorage objects from the main&amp;lt;br/&amp;gt;thread were never destroyed and memory associated with them were never&amp;lt;br/&amp;gt;freed. The second one isn&amp;#039;t a huge problem as at that point program is&amp;lt;br/&amp;gt;terminating anyway (but it still makes valgrind complain). The first one&amp;lt;br/&amp;gt;is the bigger issue as destructors might contain some essential external&amp;lt;br/&amp;gt;cleanups like removing temporary files.&amp;lt;br/&amp;gt;Also make `TQApplication::guiThread()` return `0` when the thread is&amp;lt;br/&amp;gt;destroyed (may happen on the program exiting during destruction of&amp;lt;br/&amp;gt;statics).&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=336e61b2 [336e61b2]] Fix TQString::sprintf() not calling va_end() in case of bad cformat&amp;lt;br/&amp;gt;Also rearrange code a bit so it would be obvious that the function&amp;lt;br/&amp;gt;doesn&amp;#039;t return a dangling reference.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=4bed6be8 [4bed6be8]] Fix a small memory leak in xim plugin&amp;lt;br/&amp;gt;TQXIMInputContext::setHolderWidget() function may be (and actually is)&amp;lt;br/&amp;gt;called more than once. This results in multiple instances of the same&amp;lt;br/&amp;gt;object being added to ximContextList. But the destructor removes only&amp;lt;br/&amp;gt;one instance, which effectively results in leak of several bytes&amp;lt;br/&amp;gt;whenever a window is opened.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=d730db2c [d730db2c]] gitignore: add a couple more tests&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=57f90016 [57f90016]] Add explicit declaration TQChar&amp;amp;TQCharRef default constructor/destructor&amp;lt;br/&amp;gt;This suppresses -Wdeprecated-copy warning.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=590a2e04 [590a2e04]] Resort includes in ntqt.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=5d90b035 [5d90b035]] ./configure: turn thread support on by default&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=5232ccdf [5232ccdf]] Avoid setting CONFIG=thread in qmake.conf&amp;lt;br/&amp;gt;Otherwise it&amp;#039;s impossible to override in ./configure&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=d643d19c [d643d19c]] Fix compilation with -no-thread&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=9d1f8015 [9d1f8015]] Fix up mkspecs/linux-g++-32/qplatformdefs.h&amp;lt;br/&amp;gt;The head of file was accidentally deleted in 455154ce&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=ee2df978 [ee2df978]] Fix compilation with -disable-inputmethod and -no-inputmethod&amp;lt;br/&amp;gt;As for now here are two sets of inputmethod options:&amp;lt;br/&amp;gt;- -enable-inputmethod/disable-inputmethod - which seems to supposed to&amp;lt;br/&amp;gt;  control whether build the &amp;#039;inputmethod&amp;#039; module or not&amp;lt;br/&amp;gt;- -inputmethod/-no-inputmethod - which seems to supposed to&amp;lt;br/&amp;gt;  enable/disable inputmethod support without changing the ABI.&amp;lt;br/&amp;gt;Before the patch both -disable-inputmethod and -no-inputmethod were just&amp;lt;br/&amp;gt;breaking the build: -no-inputmethod were disabling some code with&amp;lt;br/&amp;gt;support for the module, but didn&amp;#039;t disabled the module build itself nor&amp;lt;br/&amp;gt;build of plugins. -disable-inputmethod were disabling build of plugins&amp;lt;br/&amp;gt;and module, but didn&amp;#039;t disabled code depending upon it.&amp;lt;br/&amp;gt;It seems the inputmethod support were still WIP when the last release of&amp;lt;br/&amp;gt;Qt3 came to be, hence the mess.&amp;lt;br/&amp;gt;This patch fixes the build if both -disable-inputmethod AND&amp;lt;br/&amp;gt;-no-inputmethod are supplied. Disabling only one is not enough due to&amp;lt;br/&amp;gt;tqmake/configure have problems handling two different options of the&amp;lt;br/&amp;gt;same name.  Later the -inputmethod/-no-inputmethod should be probably&amp;lt;br/&amp;gt;removed entirely.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=9aa03105 [9aa03105]] Fix FTBFS with -no-xkb&amp;lt;br/&amp;gt;The analogue of XkbKeycodeToKeysym() used to be XKeycodeToKeysym(), but&amp;lt;br/&amp;gt;it was deprecated in favour of XGetKeyboardMapping() method.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=77927b79 [77927b79]] Fix FTBFS with -no-stl&amp;lt;br/&amp;gt;On modern compilers placement new requires inclusion of &amp;amp;lt;new&amp;amp;gt;&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=7b575b58 [7b575b58]] avoid translating the /qt/XIMInputStyle options when saving into config&amp;lt;br/&amp;gt;Also use &amp;quot;On The Spot&amp;quot; as the default when the setting in the config is&amp;lt;br/&amp;gt;incorrect.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=53a1dfa8 [53a1dfa8]] gitignore: add missing examples (sound, tablet)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=94c71d50 [94c71d50]] Fix FTBFS with -qt-sql-sqlite3&amp;lt;br/&amp;gt;Fix FTBFS when sqlite3 sql driver is being built into the library&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=cabcb339 [cabcb339]] fix grep complain in configure: &amp;quot;warning: stray \ before c&amp;quot;&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=486ac782 [486ac782]] Remove original Q_WS_* defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=da061df4 [da061df4]] Add .gitignore file&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=33c36fae [33c36fae]] Replace QT_STATIC_CONST_* with actual definitions&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=473cd1e8 [473cd1e8]] Replace Q_WS_* defines with TQ_WS_* equivalents&amp;lt;br/&amp;gt;This is the first part of the replacement process.&amp;lt;br/&amp;gt;Usage of Q_WS_* has been replaced with the equivalent TQ_WS_*.&amp;lt;br/&amp;gt;Definition of Q_WS_* has been mirrored into TQ_WS_* defines, to allow&amp;lt;br/&amp;gt;TDE code to continue building till replacement is carried over to all&amp;lt;br/&amp;gt;other modules.&amp;lt;br/&amp;gt;Once that is completed, the original Q_WS_* defines will&amp;lt;br/&amp;gt;be removed.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=ecca365d [ecca365d]] Rename METHOD, SIGNAL, SLOT to TQ_METHOD, TQ_SIGNAL, TQ_SLOT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=1c308584 [1c308584]] Fix potential buffer overflow in debug functions.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tqt3/issues/70 #70]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=f30ac87a [f30ac87a]] Add support for HistoryBackButton and HistoryForwardButton&amp;lt;br/&amp;gt;This resolves [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/421 TDE/tdebase#421]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=c339f68f [c339f68f]] Update README&amp;lt;br/&amp;gt;A new README with markdown format, updated information on TQt, contributor section and translations status.&amp;lt;br/&amp;gt;The old README has been preserved as README.Qt3 for historical reasons.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a059b24f [a059b24f]] tqdesigner: prevent SEGV from invalid pointer. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tqt3/issues/97 #97]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=ccc0d8e4 [ccc0d8e4]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=541b9007 [541b9007]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tqtinterface ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=127b7afb [127b7afb]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=ffb0e63e [ffb0e63e]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=a2ffbf64 [a2ffbf64]] Remove QT_NO_SQL define&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=3db78466 [3db78466]] Remove Q_WS_* defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=d7ef2c15 [d7ef2c15]] Remove TQT_{METHOD, SIGNAL, SLOT} and METHOD, SIGNAL, SLOT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=42cd150b [42cd150b]] Rename TQT_{METHOD, SIGNAL, SLOT} and METHOD, SIGNAL, SLOT to TQ_METHOD, TQ_SIGNAL, TQ_SLOT. This is a temporary step to make sure TDE keeps building while METHOD, SIGNAL, SLOT are renamed in every repository.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=7850ec99 [7850ec99]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=aee37a80 [aee37a80]] Remove various &amp;#039;#define&amp;#039; strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=ed3960fe [ed3960fe]] Remove &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=e49839b0 [e49839b0]] Remove various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=f933a4cd [f933a4cd]] Remove various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=1adb7b0c [1adb7b0c]] Remove color &amp;#039;#define&amp;#039; strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=f3d5db9e [f3d5db9e]] Remove various &amp;#039;#define&amp;#039; with actual strings - part 2&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=8a3ee3cf [8a3ee3cf]] Remove time related &amp;#039;#define&amp;#039; with actual strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=4f64bcf4 [4f64bcf4]] Remove various tq* strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=4469ebf5 [4469ebf5]] Remove various &amp;#039;#define&amp;#039; strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=83393107 [83393107]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=4999d66f [4999d66f]] Change to build and install inputmethod files if enabled&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=5b1ff5f7 [5b1ff5f7]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=ce975cb4 [ce975cb4]] Drop TQT_VERSION_ONLY&lt;br /&gt;
&lt;br /&gt;
== akode ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/akode/commit/?id=b9bf6085 [b9bf6085]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/akode/commit/?id=e7588f45 [e7588f45]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/akode/commit/?id=1a7d54b0 [1a7d54b0]] cmake: make flac, speex and vorbis support in xiph optional&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/akode/commit/?id=76833fdb [76833fdb]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== arts ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/arts/commit/?id=5877b3be [5877b3be]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/arts/commit/?id=b8da6ca9 [b8da6ca9]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/arts/commit/?id=c96b8deb [c96b8deb]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/arts/commit/?id=c048d067 [c048d067]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== avahi-tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/avahi-tqt/commit/?id=9aec3e38 [9aec3e38]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/avahi-tqt/commit/?id=5d56fcdf [5d56fcdf]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/avahi-tqt/commit/?id=571a0c03 [571a0c03]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== dbus-1-tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dbus-1-tqt/commit/?id=ab0f2949 [ab0f2949]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dbus-1-tqt/commit/?id=008f34be [008f34be]] Replace QT_STATIC_CONST_* with actual definitions&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dbus-1-tqt/commit/?id=9b724c19 [9b724c19]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dbus-1-tqt/commit/?id=49dca60b [49dca60b]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dbus-1-tqt/commit/?id=122c2a5a [122c2a5a]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== dbus-tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dbus-tqt/commit/?id=c0e37ab0 [c0e37ab0]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dbus-tqt/commit/?id=fe52f8f3 [fe52f8f3]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dbus-tqt/commit/?id=31736507 [31736507]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== libart-lgpl ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libart-lgpl/commit/?id=6dada22d [6dada22d]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libart-lgpl/commit/?id=604e7976 [604e7976]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libart-lgpl/commit/?id=a8d8c5d0 [a8d8c5d0]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== libcaldav ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libcaldav/commit/?id=f1c843a8 [f1c843a8]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libcaldav/commit/?id=212fdb12 [212fdb12]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== libcarddav ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libcarddav/commit/?id=7b7f2ab5 [7b7f2ab5]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libcarddav/commit/?id=2bee3c7a [2bee3c7a]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== libr ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libr/commit/?id=9e8c893b [9e8c893b]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libr/commit/?id=2cf31691 [2cf31691]] Expose used backend via pkg-config&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libr/commit/?id=75d69350 [75d69350]] Make dependency upon gtk optional&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libr/commit/?id=aaf98109 [aaf98109]] Update library version to 0.7.0&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libr/commit/?id=47a836e4 [47a836e4]] Remove libglade related code, since libglade is no longer available&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libr/commit/?id=35d7395c [35d7395c]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== sip4-tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/sip4-tqt/commit/?id=c3d189b3 [c3d189b3]] Fix FTBFS described in issue [https://mirror.git.trinitydesktop.org/gitea/TDE/sip4-tqt/issues/19 #19]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/sip4-tqt/commit/?id=15dc4a7c [15dc4a7c]] Fix pytde FTBFS caused by commit 5cfeb8e&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/sip4-tqt/commit/?id=9d52e5c0 [9d52e5c0]] Fix yyerror ftbfs under Fedora 40&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/sip4-tqt/commit/?id=5cfeb8ec [5cfeb8ec]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/sip4-tqt/commit/?id=5e77787c [5e77787c]] Fix SEGV on exit when using python 3.12 and raise minimum required version to 3.4.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/sip4-tqt/commit/?id=18bbe173 [18bbe173]] Add support for python 3.12 and raise minimum required version to 3.3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/sip4-tqt/commit/?id=c668d2b1 [c668d2b1]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
&lt;br /&gt;
== tqscintilla ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqscintilla/commit/?id=7a4f96cd [7a4f96cd]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqscintilla/commit/?id=c763d908 [c763d908]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqscintilla/commit/?id=0355ec98 [0355ec98]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqscintilla/commit/?id=57048ef2 [57048ef2]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== pytqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=88d14d22 [88d14d22]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=244f8405 [244f8405]] Add support for python 3.12 and raise minimum required version to 3.4.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=27f46d60 [27f46d60]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=a131499f [a131499f]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
&lt;br /&gt;
== polkit-tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-tqt/commit/?id=446ba007 [446ba007]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-tqt/commit/?id=0b5b2bf9 [0b5b2bf9]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-tqt/commit/?id=b5e521d0 [b5e521d0]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tqca ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqca/commit/?id=891a22ce [891a22ce]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqca/commit/?id=7267a6cb [7267a6cb]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqca/commit/?id=9cbea02c [9cbea02c]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
= core =&lt;br /&gt;
== tdelibs ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=e521dcc1 [e521dcc1]] Update version to R14.1.2&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=aebefeb7 [aebefeb7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=baf8f91d [baf8f91d]] tdeprint: Use &amp;#039;httpGetAddress&amp;#039; for &amp;#039;httpAddrLocalhost&amp;#039; on cups &amp;amp;gt;= 2.0.&amp;lt;br/&amp;gt;This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdelibs/issues/268 #268]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=fff7139a [fff7139a]] tdeprint: Use &amp;#039;const&amp;#039; for list of files to print.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdelibs/issues/268 #268]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=ab9f8038 [ab9f8038]] Fix compatibility with C++17.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=b31821dd [b31821dd]] Align kalyptus to changes made in [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebindings/issues/36 TDE/tdebindings#36]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=e132f2be [e132f2be]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=1f956046 [1f956046]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=773b8e23 [773b8e23]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=8b4af6a9 [8b4af6a9]] kdoctools: Add TQt entity to obsolete/general.entities.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=69e73207 [69e73207]] Kate: add support for template string syntax of JS&amp;lt;br/&amp;gt;https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=d658f645 [d658f645]] tdeio/kdirlister: better handle if TDEIO::localURL() failed&amp;lt;br/&amp;gt;This shouldn&amp;#039;t generally happend, but better safe than sorry.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=25f86695 [25f86695]] tdeio/kdirlister: reset complete flag earlier for remote URLs&amp;lt;br/&amp;gt;Bug: https://mirror.git.trinitydesktop.org/gitea/TDE/gwenview/issues/20&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=63999d71 [63999d71]] tdeio/kdirlister: add some cleanups for LocalURLJob&amp;#039;s&amp;lt;br/&amp;gt;Theoretically the lack of those could lead to segfaults and data&amp;lt;br/&amp;gt;corruptions, hard to debug but very rare.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=26274cb6 [26274cb6]] tdeio/KDirLister: add url validity check&amp;lt;br/&amp;gt;Before 0756aab51 and 4d6667159 this validity check was done for all URLs&amp;lt;br/&amp;gt;inside KDirListerCache::listDir(). But since those two commits the result&amp;lt;br/&amp;gt;of this check for remote URLs is impossible to propagate to the user. So&amp;lt;br/&amp;gt;implicit check is in order.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=9d4be4eb [9d4be4eb]] tdeio/kdirlister: some refactoring&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=ddaf1402 [ddaf1402]] tdeio/Mainpage.dox: fix an incorrect reference to KDE as Trinity&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=ac345f68 [ac345f68]] Replace QT_STATIC_CONST_* with actual definitions&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=d81ab9bb [d81ab9bb]] Simplify code since cmake minimum version is now 3.5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=5e51787f [5e51787f]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=ff174128 [ff174128]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7b83dfe0 [7b83dfe0]] Replace auto_ptr&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7f03918f [7f03918f]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=dff83720 [dff83720]] Fix lvm volumes appearing as removable devices&amp;lt;br/&amp;gt;- remove obsolete/erroneous code meddling with&amp;lt;br/&amp;gt;  GENHD_FL_MEDIA_CHANGE_NOTIFY&amp;lt;br/&amp;gt;- use /sys/block/&amp;amp;lt;dev&amp;amp;gt;/removable rather than&amp;lt;br/&amp;gt;  /sys/block/&amp;amp;lt;dev&amp;amp;gt;/capabilities&amp;lt;br/&amp;gt;- deprecate TDEDiskDeviceStatus::Hotpluggable and use&amp;lt;br/&amp;gt;  TDEDiskDeviceStatus::Removable for all removable devices&amp;lt;br/&amp;gt;- put some local utility function into anonymous namespace&amp;lt;br/&amp;gt;See https://mirror.git.trinitydesktop.org/gitea/TDE/tde/issues/148&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=2a3a62bb [2a3a62bb]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=af8caead [af8caead]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=553b7050 [553b7050]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=d8d8319b [d8d8319b]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=3a837ecf [3a837ecf]] Fix FTBFS caused by detection of libr version after recent update&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=9fc074fc [9fc074fc]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=4c9f3f02 [4c9f3f02]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cf7f8e74 [cf7f8e74]] Replace color &amp;#039;#define&amp;#039; strings with actual values&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=89c80321 [89c80321]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 2&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=e84b6d89 [e84b6d89]] Replaced time related &amp;#039;#define&amp;#039; with actual strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=3373b45c [3373b45c]] Replace various tq* strings with TQt::* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=0e4a5c95 [0e4a5c95]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=303b6445 [303b6445]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=141ced0c [141ced0c]] Prevent to use conditional inclusion preprocessor feature (since C++23)&amp;lt;br/&amp;gt;`#elifdef` is supported since C23 and C++23, but such newer compiler&amp;lt;br/&amp;gt;is not required here.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=1b8945b1 [1b8945b1]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=050ff82b [050ff82b]] KTabBar: add way to revert tab color to default&amp;lt;br/&amp;gt;This commit adds a resetTabColor(...) method to TQTabBar and TQTabWidget which allows the color of the appropriate tab to be reset to the default as specified by the desktop color scheme.&amp;lt;br/&amp;gt;It also changes how invalid color values are handled; before, an invalid value would be used as a valid color, resulting in 0,0,0 (black). Seeing that an invalid color is returned by KColorDialog when the default color checkbox is checked, it makes more sense to ignore invalid colors, using the appropriate color from the color scheme instead.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=10b5c67d [10b5c67d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=2cc4398e [2cc4398e]] Update version to R14.1.2&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tdebase ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c7f1a812 [c7f1a812]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c8c65f3c [c8c65f3c]] Updated release notes for R14.1.2 version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c2268515 [c2268515]] tdm: Allow to detect pthread_setname_np. Add linking pthread.&amp;lt;br/&amp;gt;This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/473 #473]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b151ca95 [b151ca95]] Fix FTBFS caused by incompatible cast. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/473 #473]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8ad38a5e [8ad38a5e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=0c14d592 [0c14d592]] Fix compatibility with C++17.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d5a875e4 [d5a875e4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c07cf1a4 [c07cf1a4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=459b5925 [459b5925]] kxkb: fix incorrect signal name introduced by 1fea8982f&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a442aacb [a442aacb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=577b0ec1 [577b0ec1]] twin: add tileWindowToBorder() and rename previously introduced tileHorizontally(), tileVertically(), tileGrid() DCOP calls&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=62ce8414 [62ce8414]] TWin: add tileHorizontally(), tileVertically(), tileGrid() DCOP calls&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8d168e49 [8d168e49]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5403798b [5403798b]] Add GUI option to choose between standard and Ubuntu-style shutdown dialog.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d789ec8d [d789ec8d]] Fix update of fade away checkboxes in TCC session manager module&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d6b6bd79 [d6b6bd79]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=97c7b667 [97c7b667]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b8111709 [b8111709]] Fix twin crash when starting with &amp;#039;Switch desktop&amp;#039; option set. This&amp;lt;br/&amp;gt;resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/455 #455]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ff9d1cfa [ff9d1cfa]] Fix FTBFS caused by cmake lowercase renaming&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b89d30df [b89d30df]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e3c4e755 [e3c4e755]] tdeioslave/sftp: make source c++11-compatible&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e41e8b9e [e41e8b9e]] tdeioslave/sftp: get rid of goto in openConnection()&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e55cf59e [e55cf59e]] tdeioslave/sftp: use unsigned to store auth method flags/bitsets&amp;lt;br/&amp;gt;The libssh defines those flags as unsigned. Technically ssh_auth_list()&amp;lt;br/&amp;gt;still returns int, but its guranteed to be bitset of those flags.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=11c1ec50 [11c1ec50]] tdeioslave/sftp: better erros for unsupported auth methods&amp;lt;br/&amp;gt;Also:&amp;lt;br/&amp;gt;- do not translate auth methods names as the names appear in config&amp;lt;br/&amp;gt;  files verbatim&amp;lt;br/&amp;gt;- libssh actually doesn&amp;#039;t supports hostbased auth, so exclude it from&amp;lt;br/&amp;gt;  bitset of supported&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c1a256a3 [c1a256a3]] tdeioslave/sftp: better cancelation handling in case of several publickeys&amp;lt;br/&amp;gt;Consider publickey auth canceled only if user canceled it for each of&amp;lt;br/&amp;gt;the prompted keys.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ef56a87f [ef56a87f]] tdeioslave/sftp: save/restore seqNr for multi-factor auth&amp;lt;br/&amp;gt;In case the server is set up for multi-factor authentication we could&amp;lt;br/&amp;gt;be have to query several things from the user like password, a key&amp;lt;br/&amp;gt;passphrase, their mother&amp;#039;s maiden name etc. It doesn&amp;#039;t make a big&amp;lt;br/&amp;gt;difference during an initial connection, but it butchers the&amp;lt;br/&amp;gt;reconnection process: it can retrieve the answer of the user to the&amp;lt;br/&amp;gt;first question (e.g. their password), but it fails to retrieve the&amp;lt;br/&amp;gt;second one (e.g. the key passphrase). So the user would be forced to&amp;lt;br/&amp;gt;reenter the answer for the second question upon each reconnection.&amp;lt;br/&amp;gt;The reason for this is the passwdserver&amp;#039;s desig (see DESIGN [1]):&amp;lt;br/&amp;gt;Each query for AuthInfo with the openPassDlg() has an secNr number&amp;lt;br/&amp;gt;associated with it. If it&amp;#039;s smaller than the one of the one stored for&amp;lt;br/&amp;gt;the privious request, than the one from the cache will be returned&amp;lt;br/&amp;gt;automagically, if it&amp;#039;s bigger the dialog will be prompted to the user.&amp;lt;br/&amp;gt;Each call to openPassDlg() advances s_seqNr to the last value reported&amp;lt;br/&amp;gt;by the passwdserver. So the first call will return the cached value and&amp;lt;br/&amp;gt;subsequent calls will actually display the dialog to the user (assuming&amp;lt;br/&amp;gt;authentication with the cached data failed).&amp;lt;br/&amp;gt;But in case of multi-factor auth we have to query user for several&amp;lt;br/&amp;gt;independent values. And we want to try to retrieve each one of those&amp;lt;br/&amp;gt;from the cache. So we have to get a bit hacky and manually manipulate&amp;lt;br/&amp;gt;the SlaveBase::s_seqNr value.&amp;lt;br/&amp;gt;[1]: https://mirror.git.trinitydesktop.org/gitea/TDE/tdelibs/src/branch/master/tdeio/kpasswdserver/DESIGN&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=fae96a29 [fae96a29]] tdeioslave/sftp: imbue error messages with errors from libssh&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a9d6ae55 [a9d6ae55]] tdeioslave/sftp: cache passwords in case they were passed to setHost()&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7ae47417 [7ae47417]] tdeioslave/sftp: prevent infinite looping in kb-interactive auth&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=16ad3686 [16ad3686]] tdeioslave/sftp: purge password in the destructor&amp;lt;br/&amp;gt;This could be useful in case the destructor will be called before&amp;lt;br/&amp;gt;openConnection()&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=dbd135cc [dbd135cc]] tdeioslave/sftp: enable changing user during kb-interactive auth&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=15815002 [15815002]] tdeioslave/sftp: pass correct username to openPassDlg()&amp;lt;br/&amp;gt;We should always pass to the openPassDlg() exactly the same username&amp;lt;br/&amp;gt;otherwise it may result in incorrect caching of passwords especially in&amp;lt;br/&amp;gt;case if the username is changed by the user.&amp;lt;br/&amp;gt;Also don&amp;#039;t allow username change in case it was passed to setHost()&amp;lt;br/&amp;gt;(i.e. it was specified in the URL like e.g. sftp://username@host/).&amp;lt;br/&amp;gt;In such a case after changing it&amp;#039;d be impossible to properly cache it.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c5ae0c2a [c5ae0c2a]] tdeioslave/sftp: even bigger authentication overhaul&amp;lt;br/&amp;gt;- Move authentication methods into separate functions so it would be&amp;lt;br/&amp;gt;  easier to correctly handle error after those and select which should&amp;lt;br/&amp;gt;  be called in which order.&amp;lt;br/&amp;gt;- A lot of minor improvements along the way&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=dbde9a19 [dbde9a19]] tdeioslave/sftp: use realmValue to distinguish different prompts&amp;lt;br/&amp;gt;This will help kpasswdserver not to confuse different user&amp;#039;s answers to&amp;lt;br/&amp;gt;different questions.&amp;lt;br/&amp;gt;Also avoid passing/returning TDE::AuthInfo for kb-interactive auth as it&amp;lt;br/&amp;gt;isn&amp;#039;t really necessary when we don&amp;#039;t manually caching passwords anymore.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c950ace0 [c950ace0]] tdeioslave/sftp: avoid explicit password caching&amp;lt;br/&amp;gt;All password caching we need actually already autmagically&amp;lt;br/&amp;gt;done by openPassDlg().&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c01b3345 [c01b3345]] tdeioslave/sftp: use a scope guards to close connection&amp;lt;br/&amp;gt;There were a couple of missing closeConnection() calls after connection&amp;lt;br/&amp;gt;errors. The probably haven&amp;#039;t caused any major bugs, but use scope guards&amp;lt;br/&amp;gt;to be on the safe side.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e3895956 [e3895956]] tdeioslave/sftp: split off connection init to a dedicated function&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9a9f8570 [9a9f8570]] tdeioslave/sftp: use free to destroy mCallbacks&amp;lt;br/&amp;gt;As it allocated via malloc() rather than new.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=39ee836a [39ee836a]] tdeioslave/sftp: overhaul publickey auth&amp;lt;br/&amp;gt;Several enhancements to public key authentication and some other stuff:&amp;lt;br/&amp;gt;- Fix passphrase entry for encrypted keys (was either hanging up or&amp;lt;br/&amp;gt;  segfaulting)&amp;lt;br/&amp;gt;- Use scope guard idiom for cleanup calls for more reliable cleanup in&amp;lt;br/&amp;gt;  case of errors&amp;lt;br/&amp;gt;- Add normal prompt for public key&amp;#039;s passphrase entry dialog&amp;lt;br/&amp;gt;- Correctly differentiate passphrase to password when cached (yes they&amp;lt;br/&amp;gt;  are getting cached regardless of keepPassword, at least for some&amp;lt;br/&amp;gt;  duration of time)&amp;lt;br/&amp;gt;- Centrilize AuthInfo initialization and some rejig of it&amp;lt;br/&amp;gt;  kbd-interactive authentification&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2d6f4a33 [2d6f4a33]] tdeioslave/sftp: fix keyboard-interactive authentication&amp;lt;br/&amp;gt;This is a partial fix to the sftp ioslave. Subsequent commits will fix&amp;lt;br/&amp;gt;other issues.&amp;lt;br/&amp;gt;Closes: https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/443&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=bbd9f210 [bbd9f210]] kcontrol/smserver: rephrase fadeaway description&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=40879a72 [40879a72]] kxkb: utilize a translations provseided by xkeyboard-config&amp;lt;br/&amp;gt;xkeyboard-config package comes with a message catalogue of its own to&amp;lt;br/&amp;gt;translate locale, keyboard model and xkb option names. It would be&amp;lt;br/&amp;gt;easier and more robust to utilize it instead of redoing all&amp;lt;br/&amp;gt;translation in-house.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e56c1ff3 [e56c1ff3]] kxkb: add missing connect&amp;lt;br/&amp;gt;Overvise apply button on the dialog won&amp;#039;t be enablen when the option is&amp;lt;br/&amp;gt;changed&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=bfb0fce6 [bfb0fce6]] cmake: use pkg_get_variable() to query pkg-config variables&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=6b4ac199 [6b4ac199]] kcontrol/input: fix incorrect statements whatsthis + some rewording&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=56037f88 [56037f88]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=26d58ece [26d58ece]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8db3aae9 [8db3aae9]] kcontrol-info-memory: use 64 bits variable to store memory size&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=10639b72 [10639b72]] Simplify code since cmake minimum version is now 3.5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b2fcd6f2 [b2fcd6f2]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=cfbf60a0 [cfbf60a0]] kxkb: handle resetOld correctly in cases if all opions already set&amp;lt;br/&amp;gt;Closes: https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/391&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=28b6fb9b [28b6fb9b]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=71079cac [71079cac]] Replace auto_ptr&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1c65be77 [1c65be77]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=55ba7bff [55ba7bff]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=75aeb0d5 [75aeb0d5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=0e5ef873 [0e5ef873]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=dcda0012 [dcda0012]] KXkb: add keyboard layout notification&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=94cec968 [94cec968]] Kxkb: move LayoutUnit struct into its own file and add getLayoutName function&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c55cad68 [c55cad68]] Make dependency upon libssh optional&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=6c067940 [6c067940]] TWin: Add DCOP method showWindowMenu(wid) for default menu position&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8447a9a6 [8447a9a6]] TWin showWindowMenu: add support for negative coordinates&amp;lt;br/&amp;gt;Negative coordinates change the popup menu origins:&amp;lt;br/&amp;gt;* Negative X: origin is right edge instead of left;&amp;lt;br/&amp;gt;* Negative Y: origin is bottom edge instead of top.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e67f30eb [e67f30eb]] twin: fix showWindowMenuAt(...) DCOP call&amp;lt;br/&amp;gt;Before it only called slotWindowOperations(), which showed the operations menu of the current window at a preset position, ignoring all arguments passed to showWindowMenuAt.&amp;lt;br/&amp;gt;This commit implpements the correct behaviour of the function which takes all arguments into account.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=fa7aa947 [fa7aa947]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9c73915c [9c73915c]] twin: use separate bit to inhibit configure request messages. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/434 #434]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=80859919 [80859919]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f91c73bf [f91c73bf]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=3f84b83e [3f84b83e]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e240ec46 [e240ec46]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b19e4cab [b19e4cab]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=6b5d95d5 [6b5d95d5]] twin: makes sure to notify an application on resizing events so that the window contents can get updated. This is particularly important for Virtual Terminal based application. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tde/issues/57 TDE/tde#57] and issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/384 #384]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a3017180 [a3017180]] Fix FTBFS caused by detection of libr version after recent update&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=df343992 [df343992]] Fix unwanted window resizing. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tde/issues/57 TDE/tde#57]&amp;lt;br/&amp;gt;Some applications (like xfce4-terminal) try to manage their sizes by requesting the window manager a different size. The WM responds by resizing the window and the application tries once again to adjust its own size. This can lead to a repeated loop of request-resize which results in the application window to either shrink to the minimum allowed size or expand to the display size.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=71b2eaec [71b2eaec]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=139b166e [139b166e]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c19f68bd [c19f68bd]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 2&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=bf17c1e9 [bf17c1e9]] Replaced time related &amp;#039;#define&amp;#039; with actual strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7272c289 [7272c289]] Replace various tq* strings with TQt::* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=4a6f4a17 [4a6f4a17]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=06606d2a [06606d2a]] QuickLauncher: Ignore empty URLs at reading the configuration&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=196fabb2 [196fabb2]] Fix strlcat and strlcpy check&amp;lt;br/&amp;gt;Solving the [https://mirror.git.trinitydesktop.org/gitea/TDE/tde-packaging-gentoo/issues/310 TDE/tde-packaging-gentoo#310] problem.&amp;lt;br/&amp;gt;Glibc-2.38 adds new functions strlcat and strlcpy.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a49b0e2c [a49b0e2c]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8f661313 [8f661313]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=63432a21 [63432a21]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=457c4539 [457c4539]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=539f7f00 [539f7f00]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e3908518 [e3908518]] Deprecate TabColor setting&amp;lt;br/&amp;gt;This is a confusing feature which saves the color of the first tab and makes it the default color in new sessions. As a result, it broke color schemes by overriding the default tab color.&amp;lt;br/&amp;gt;This is not related to saving tab colors as part of a session.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c7cfaf20 [c7cfaf20]] Konsole: add ability to reset tab color to default&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=93dcc468 [93dcc468]] Add six new color schemes taken from https://www.opendesktop.org.&amp;lt;br/&amp;gt;There is no license files on the website, but based on the site Terms &amp;amp; Conditions, it seems reasonable to redistribute this files under GPL2 license.&amp;lt;br/&amp;gt;Human:    https://www.opendesktop.org/p/1123955/&amp;lt;br/&amp;gt;Last.fm:  https://www.opendesktop.org/p/1123742/&amp;lt;br/&amp;gt;Lizard:   https://www.opendesktop.org/p/1123562&amp;lt;br/&amp;gt;Platinum: https://www.opendesktop.org/p/1123528/&amp;lt;br/&amp;gt;Sienna:   https://www.opendesktop.org/p/1123485/&amp;lt;br/&amp;gt;WedgeWeb: https://www.opendesktop.org/p/1123249/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5739816e [5739816e]] Added initial draft of release notes for R14.1.2.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=fe02fc0d [fe02fc0d]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdepim ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=f6431551 [f6431551]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=0941a94f [0941a94f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=d77e599f [d77e599f]] Fix compatibility with C++17.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=9a6cea11 [9a6cea11]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=68a20c5c [68a20c5c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=f315d011 [f315d011]] Allow open on all HTML parts&amp;lt;br/&amp;gt;Currently, it is not possible to open a mail with HTML as main body part.&amp;lt;br/&amp;gt;This fixes it by checking if the content type is of `HTML` and allow it&amp;lt;br/&amp;gt;to be opened. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdepim/issues/89 #89]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=d3b795b9 [d3b795b9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=5a1ccaac [5a1ccaac]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=04278de8 [04278de8]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=a21e50f9 [a21e50f9]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=487706ea [487706ea]] Simplify code since cmake minimum version is now 3.5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=0037a564 [0037a564]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=ea84f574 [ea84f574]] Fix spurious quotes in calendar events&amp;lt;br/&amp;gt;Newer libical versions no longer require the parameters to be quoted. This&amp;lt;br/&amp;gt;patch removes the quoting to avoid adding unnecessary quotes to the&amp;lt;br/&amp;gt;attendee and organizer parameters. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdepim/issues/108 #108]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=112a9744 [112a9744]] Fix open HTML with an external program&amp;lt;br/&amp;gt;HTML emails can&amp;#039;t be opened because they are not written to disk. This&amp;lt;br/&amp;gt;fixes it by writing HTML parts of the email unconditionally to disk and&amp;lt;br/&amp;gt;adds a &amp;#039;.html&amp;#039; file extension if the part is of type HTML. This resolves&amp;lt;br/&amp;gt;Issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdepim/issues/94 #94]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=7ad14b00 [7ad14b00]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=3b1e4bbb [3b1e4bbb]] Replace auto_ptr&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=b0f8eef0 [b0f8eef0]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=3b25eb31 [3b25eb31]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=f26a304e [f26a304e]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=ae35bc48 [ae35bc48]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=51d0291b [51d0291b]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=22da7013 [22da7013]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=6efcb28e [6efcb28e]] Replaced time related &amp;#039;#define&amp;#039; with actual strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=9ade94ab [9ade94ab]] Holidays: ua&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=4a793dd7 [4a793dd7]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=7a712e61 [7a712e61]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=0a8405f6 [0a8405f6]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdemultimedia ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=538f7a0f [538f7a0f]] Fix issue 74 (FTBFS on Fedora 40)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=1562f148 [1562f148]] Fix FTBFS caused by incompatible cast&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=d1b9bae1 [d1b9bae1]] KMix: system tray icon enhancements&amp;lt;br/&amp;gt;* XDG-compliant icon names with volume level specification (low, medium, high)&amp;lt;br/&amp;gt;  Low-Medium threshold:  33%&amp;lt;br/&amp;gt;  Medium-High threshold: 67%&amp;lt;br/&amp;gt;* Improved built-in icon theme with distinct volume levels (according to above)&amp;lt;br/&amp;gt;* Choice between classic KMix icon theme, imrpoved KMix icon theme and system theme.&amp;lt;br/&amp;gt;* New KMixDockWidget::getAvgVolume() method&amp;lt;br/&amp;gt;  Gets average volume in %. Code actually comes from KMixDockWidget::setVolumeTip(),&amp;lt;br/&amp;gt;  but was put into a separate method to be reused for determination of icon according&amp;lt;br/&amp;gt;  to the volume level&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=d2ab59b4 [d2ab59b4]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=0b24fa85 [0b24fa85]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=b7646ef6 [b7646ef6]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=637d383f [637d383f]] kmix[minor]: remove a stray extra space&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=282d6e6a [282d6e6a]] Simplify code since cmake minimum version is now 3.5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=98cd7ba5 [98cd7ba5]] Add support for TagLib 2.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=b71a5b9b [b71a5b9b]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=39a4235d [39a4235d]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=f353dc99 [f353dc99]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=da49daf5 [da49daf5]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=452c1e81 [452c1e81]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=bd26faa9 [bd26faa9]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=de42315f [de42315f]] Noatun: Crashing at empty items in the playlist&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=5bdb5189 [5bdb5189]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=a86ba592 [a86ba592]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdenetwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=9922b609 [9922b609]] Fix FTBFS from commit 6d93398d01f28b9047e9b9559a7075da36f3a36f.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e360b99f [e360b99f]] kopete: Add missing function prototypes.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdenetwork/issues/77 #77]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=35e56a0a [35e56a0a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=6d93398d [6d93398d]] Fix compatibility with C++17.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e8c58093 [e8c58093]] Remove overlooked &amp;#039;register&amp;#039;.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=6524c6ee [6524c6ee]] Zeroconf ioslave: Add support for SFTP servers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=a557a673 [a557a673]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=b8cee550 [b8cee550]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=a3953252 [a3953252]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=f61a13c1 [f61a13c1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=9bea52fd [9bea52fd]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=5d85a610 [5d85a610]] Replace auto_ptr&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=40393e30 [40393e30]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=51f2e0ff [51f2e0ff]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=4be03979 [4be03979]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e0a2f545 [e0a2f545]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e6bbef6d [e6bbef6d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=4dbc3ab8 [4dbc3ab8]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=b195cf38 [b195cf38]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=4edd87ce [4edd87ce]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=7367a616 [7367a616]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=caae1151 [caae1151]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdegraphics ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=c6ebe934 [c6ebe934]] Fix FTBFS from prior commit.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=ce109660 [ce109660]] Fix compatibility with C++17.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=036f40f1 [036f40f1]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=d65aac7f [d65aac7f]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=66444947 [66444947]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=459c09ca [459c09ca]] Simplify poppler version definitions.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=df6124db [df6124db]] Added support for poppler-24.02&amp;lt;br/&amp;gt;Solution to problem #85&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=cb1b22d0 [cb1b22d0]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=ea1f5870 [ea1f5870]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=904cb397 [904cb397]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=c9e40417 [c9e40417]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=1fe6cb7f [1fe6cb7f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=556d90cb [556d90cb]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=7ec27f89 [7ec27f89]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=cdcc24c6 [cdcc24c6]] ksnapshot: add setPixmap DCOP call&amp;lt;br/&amp;gt;Can be useful to integrate KSnapshot with applications that can take their own screenshots better (e.g. a media player can use a single frame from a video instead of a lower-quality real screen grab).&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=57ade681 [57ade681]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=73368709 [73368709]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=cfee7c43 [cfee7c43]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=924f894b [924f894b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=666a1d67 [666a1d67]] ksnapshot: add delay functionality to &amp;#039;Region&amp;#039; mode. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdegraphics/issues/71 #71]&lt;br /&gt;
&lt;br /&gt;
== tdetoys ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=04527b6a [04527b6a]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=cc18811e [cc18811e]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=1fb4ee78 [1fb4ee78]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=61b80b53 [61b80b53]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=8114410a [8114410a]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=4603b024 [4603b024]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=1606ffff [1606ffff]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=0b6f951e [0b6f951e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=64a5b23e [64a5b23e]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=79c780ce [79c780ce]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=8f9e8c88 [8f9e8c88]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=a6499fdc [a6499fdc]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeutils ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=bbdb67ee [bbdb67ee]] Fix compatibility with C++17.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=d546951a [d546951a]] Use the new way to find Python with CMake &amp;amp;gt;= 3.12.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=6e0ff42c [6e0ff42c]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=75fa7e08 [75fa7e08]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=43a8c03e [43a8c03e]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=7f582d9a [7f582d9a]] Simplify code since cmake minimum version is now 3.5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=b6eec758 [b6eec758]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=278d2f50 [278d2f50]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=c960bd6f [c960bd6f]] superkaramba: add support for python 3.12. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdeutils/issues/71 #71]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=d4393c11 [d4393c11]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=5b1fdb9a [5b1fdb9a]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=5ecef94f [5ecef94f]] kmilo: after changing the screen brightness, allows a small delay before popping up the OSD feedback. This allows the underlying hardware to report the correct value. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdeutils/issues/68 #68]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=dfb81fda [dfb81fda]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=2d05a4b0 [2d05a4b0]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=f901ccee [f901ccee]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=3156b549 [3156b549]] Solving the [https://mirror.git.trinitydesktop.org/gitea/TDE/tde-packaging-gentoo/issues/313 TDE/tde-packaging-gentoo#313] problem.&amp;lt;br/&amp;gt;Glibc-2.38 adds new functions strlcat and strlcpy.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=b3f501d4 [b3f501d4]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=60471443 [60471443]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeedu ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=46fd80ef [46fd80ef]] Fix compatibility with C++17.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=2b50eee0 [2b50eee0]] kstars: Fix FTBFS caused by incompatible cast on *BSD systems.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=f3c1d301 [f3c1d301]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=0913e673 [0913e673]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=093fca95 [093fca95]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=aa76b219 [aa76b219]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=84528140 [84528140]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=5446eb71 [5446eb71]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=63af14c3 [63af14c3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=c75fee7f [c75fee7f]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=c407c455 [c407c455]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=79ebc59c [79ebc59c]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=bcee6c32 [bcee6c32]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=9af05810 [9af05810]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=0ef55542 [0ef55542]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdegames ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=12522952 [12522952]] Fix FTBFS caused by invalid cast. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdegames/issues/38 #38]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=6a21e133 [6a21e133]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=50854749 [50854749]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=ebb1fd89 [ebb1fd89]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e2b34f0b [e2b34f0b]] Simplify code since cmake minimum version is now 3.5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=bd2e9436 [bd2e9436]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=7b5371d0 [7b5371d0]] Replace auto_ptr&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=6374e2e6 [6374e2e6]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=4d6acadb [4d6acadb]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=76f734a8 [76f734a8]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=03c3d226 [03c3d226]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f240b9f9 [f240b9f9]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=c5a61d6e [c5a61d6e]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=afc67225 [afc67225]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=d86e0406 [d86e0406]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeaccessibility ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=1f03f25f [1f03f25f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=71bcc460 [71bcc460]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=b6e3f69e [b6e3f69e]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=c4b79b2c [c4b79b2c]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=8923dcc3 [8923dcc3]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=79f019f1 [79f019f1]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=2aad9568 [2aad9568]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=93fbe96e [93fbe96e]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=14c0e766 [14c0e766]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=716294c7 [716294c7]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=57266e49 [57266e49]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeaddons ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=d996d033 [d996d033]] Fix compatibility with C++17.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=ce857b09 [ce857b09]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=b58fbd54 [b58fbd54]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=8be498d3 [8be498d3]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=2b2ba553 [2b2ba553]] kate/katesort: fix a typo&amp;lt;br/&amp;gt;Thanks to adem for noticing this on weblate&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=300132f9 [300132f9]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=e2345655 [e2345655]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=c19fc937 [c19fc937]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=76b9a4ad [76b9a4ad]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=92d851c1 [92d851c1]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=588c6181 [588c6181]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=a67df804 [a67df804]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=94639370 [94639370]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=f37c5af5 [f37c5af5]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=35876c80 [35876c80]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeadmin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=ffb1e416 [ffb1e416]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=d5a40b8e [d5a40b8e]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=f2ee6cfd [f2ee6cfd]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=7ad2f154 [7ad2f154]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=1ab02499 [1ab02499]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=ac7e4fb5 [ac7e4fb5]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=684b9d33 [684b9d33]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=16c7639b [16c7639b]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=a0028424 [a0028424]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeartwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=13267ac4 [13267ac4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=277baf2d [277baf2d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=265bc607 [265bc607]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=917de326 [917de326]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=aecd11b5 [aecd11b5]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=2cfbec61 [2cfbec61]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=78e766b0 [78e766b0]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=d0fc8a81 [d0fc8a81]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=f2e4e24e [f2e4e24e]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=856d6d13 [856d6d13]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=fc6c321e [fc6c321e]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=e243bddf [e243bddf]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=149da968 [149da968]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=185ed081 [185ed081]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=59d0ee36 [59d0ee36]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=5f9b4a9f [5f9b4a9f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=f6619763 [f6619763]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdebindings ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=388a3d39 [388a3d39]] Fix FTBFS caused by incompatible cast&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=fd2a99a7 [fd2a99a7]] Fix FTBFS caused by [https://mirror.git.trinitydesktop.org/gitea/TDE/tqt3/issues/109 TDE/tqt3#109]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=935aa331 [935aa331]] Replace QT_STATIC_CONST_* with actual definitions&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=5204caac [5204caac]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=a8bc056a [a8bc056a]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=1eb01731 [1eb01731]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=7d03532f [7d03532f]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
&lt;br /&gt;
== tdesdk ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=2a74797a [2a74797a]] Fix FTBFS from prior commit.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=9c42eeca [9c42eeca]] Fix compatibility with C++17.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=c119718f [c119718f]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=5e8a11ec [5e8a11ec]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=7ea1ab37 [7ea1ab37]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=b703ee98 [b703ee98]] Replace QT_STATIC_CONST_* with actual definitions&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=7f79362a [7f79362a]] Rename missed Q_SIGNALS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d3799513 [d3799513]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=725db2ce [725db2ce]] Replace auto_ptr&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d3656a49 [d3656a49]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=8fc5cf27 [8fc5cf27]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=74c34bca [74c34bca]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=a03358fd [a03358fd]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=4f51c08a [4f51c08a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d6dc3a3d [d6dc3a3d]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=49d88f18 [49d88f18]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=5d52b8ff [5d52b8ff]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=785064f9 [785064f9]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=429f7fd4 [429f7fd4]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdevelop ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=0deb56b4 [0deb56b4]] Fix FTBFS from prior commit.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=0d1f1940 [0d1f1940]] Fix compatibility with C++17.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=cd372fc6 [cd372fc6]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=40fd405e [40fd405e]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=27159fc6 [27159fc6]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=ce6544d5 [ce6544d5]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=0ddca9b8 [0ddca9b8]] Replace QT_STATIC_CONST_* with actual definitions&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=6843dff0 [6843dff0]] Simplify code since cmake minimum version is now 3.5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=2f2f4edb [2f2f4edb]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=43fd0a38 [43fd0a38]] Replace auto_ptr&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=c891bb5d [c891bb5d]] Fix KDevPluginController::query() with empty constraint&amp;lt;br/&amp;gt;When KDevPluginController::query() was called with empty constrain it&amp;lt;br/&amp;gt;were resulting in incorrect query string being passed to TDETrader,&amp;lt;br/&amp;gt;which were resulting in at least warnings like the next one:&amp;lt;br/&amp;gt;```&amp;lt;br/&amp;gt;[tdeio (TDETrader)] [6751] WARNING: Parsing &amp;#039; and [X-TDevelop-Version] == 5&amp;#039; gave syntax error&amp;lt;br/&amp;gt;```&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=e4efa087 [e4efa087]] Fix SEGV when hovering on symbols after creating a new project. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdevelop/issues/40 #40]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=0b6a83b7 [0b6a83b7]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=b9186693 [b9186693]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=f12db681 [f12db681]] kdevdesigner: prevent SEGV from invalid pointer. This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tqt3/issues/97 TDE/tqt3#97]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=ea8f1be4 [ea8f1be4]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=2d0252be [2d0252be]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=d31a7027 [d31a7027]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=8308ebce [8308ebce]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=521604de [521604de]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=96ced6ef [96ced6ef]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdewebdev ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=c9984a44 [c9984a44]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=96368009 [96368009]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=a605c96a [a605c96a]] Adding the header file unistd.h&amp;lt;br/&amp;gt;Solution to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdewebdev/issues/42 #42]&amp;lt;br/&amp;gt;Required for Clang-17 and newer&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=5344e9d7 [5344e9d7]] Adding cstdlib header file inclusion&amp;lt;br/&amp;gt;Solution to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdewebdev/issues/42 #42]&amp;lt;br/&amp;gt;Necessary to enable some C functions&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=49db40e4 [49db40e4]] Adding support for libxml2-2.12.0 and later for Quanta+&amp;lt;br/&amp;gt;Solution to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdewebdev/issues/42 #42]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=5f5631cf [5f5631cf]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=cb9f1d4a [cb9f1d4a]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=684bdead [684bdead]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=f8006999 [f8006999]] Fix FTBFS due to multi-line result from ICU C++ flags detection.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=48c2f91a [48c2f91a]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=dd3ce2e1 [dd3ce2e1]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=86fed9b7 [86fed9b7]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=8954d764 [8954d764]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=717ca24e [717ca24e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=abd5e8f9 [abd5e8f9]] Fix FTBFS from prior commit.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=37f6b15c [37f6b15c]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=dd931b3e [dd931b3e]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=b4887167 [b4887167]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=9e8724c9 [9e8724c9]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=b00a91b0 [b00a91b0]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=b3b05947 [b3b05947]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tde-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7667c15e [7667c15e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=390b68be [390b68be]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a82e1bd9 [a82e1bd9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c44cc249 [c44cc249]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8e526f1e [8e526f1e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c73f1818 [c73f1818]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f605d562 [f605d562]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5122fe95 [5122fe95]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e33c1c38 [e33c1c38]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4c77ee42 [4c77ee42]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=babec909 [babec909]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=804bcaef [804bcaef]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b0640083 [b0640083]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ecd18386 [ecd18386]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b7184bff [b7184bff]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2233c58b [2233c58b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7be64c49 [7be64c49]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0b596f80 [0b596f80]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dfb70b49 [dfb70b49]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0d696b9e [0d696b9e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fd023218 [fd023218]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73ee15ef [73ee15ef]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67ea74a6 [67ea74a6]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c6d169d2 [c6d169d2]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4095ce8 [a4095ce8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dc546bf3 [dc546bf3]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8c64c11a [8c64c11a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de2dd299 [de2dd299]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45435fb1 [45435fb1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3d0a34c8 [3d0a34c8]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bfd8a62c [bfd8a62c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67869a54 [67869a54]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2bcdeb77 [2bcdeb77]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c58a3740 [c58a3740]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3a4bb944 [3a4bb944]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a91965f [5a91965f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d81951f2 [d81951f2]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=75717c54 [75717c54]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=169faa1b [169faa1b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bf17c0ac [bf17c0ac]] tdemultimedia/kmix: remove a stray extra space.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fadd5e6b [fadd5e6b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bab54172 [bab54172]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cf522957 [cf522957]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=741eef7d [741eef7d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2cf50021 [2cf50021]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f4c5ba08 [f4c5ba08]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73230742 [73230742]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=842d0728 [842d0728]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aa5da19a [aa5da19a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44e3825e [44e3825e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ea8296a [2ea8296a]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c5441a72 [c5441a72]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a00bbd9b [a00bbd9b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3cf519c1 [3cf519c1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c7eb7259 [c7eb7259]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c034e83 [6c034e83]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b590f840 [b590f840]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b319b88a [b319b88a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cc45161c [cc45161c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=efd947d3 [efd947d3]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25d196dc [25d196dc]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e5380a77 [e5380a77]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a1d02ef5 [a1d02ef5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b02ffeb [4b02ffeb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2729c261 [2729c261]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=47a9a331 [47a9a331]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41f9994c [41f9994c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8772ccd5 [8772ccd5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9cfeaaba [9cfeaaba]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b8623c9 [2b8623c9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ea97c56 [7ea97c56]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ce43bede [ce43bede]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=298b491a [298b491a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c2f113be [c2f113be]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4594ec8 [d4594ec8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=28015952 [28015952]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abe7f960 [abe7f960]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6d051d6a [6d051d6a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1608a85b [1608a85b]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61e2eaf3 [61e2eaf3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c41887c6 [c41887c6]] Remove duplicate translations from commit 83e7d90131a60206a219edf4a2ba9e570c689268.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ff9fcec [2ff9fcec]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6b78e804 [6b78e804]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=83e7d901 [83e7d901]] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d3f6a5fb [d3f6a5fb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dd01a895 [dd01a895]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d7331290 [d7331290]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d39a21e0 [d39a21e0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6383fd9e [6383fd9e]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a662e89 [2a662e89]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0cb349be [0cb349be]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d9b15b4 [7d9b15b4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=42fa475c [42fa475c]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
= libraries =&lt;br /&gt;
== libkdcraw ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=6cc04761 [6cc04761]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=a8723c31 [a8723c31]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=4bbbe298 [4bbbe298]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=d2e28d1a [d2e28d1a]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=cf62b14f [cf62b14f]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== libkexiv2 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkexiv2/commit/?id=efab49fa [efab49fa]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkexiv2/commit/?id=d69c95c1 [d69c95c1]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkexiv2/commit/?id=735076ec [735076ec]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== libkipi ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=713bb546 [713bb546]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=ef09f37c [ef09f37c]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=a1ca108f [a1ca108f]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=166d8c53 [166d8c53]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=29ef104e [29ef104e]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=72d352a7 [72d352a7]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=79b037f6 [79b037f6]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kipi-plugins ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=743bf161 [743bf161]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=d3295d99 [d3295d99]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=d2ec29f0 [d2ec29f0]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=8b5c3386 [8b5c3386]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=b74930c0 [b74930c0]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=d0107930 [d0107930]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=2cf37f58 [2cf37f58]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=b4ab4f13 [b4ab4f13]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=d543d160 [d543d160]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=cc9c3a67 [cc9c3a67]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=5c09bb36 [5c09bb36]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=bc3ec7f2 [bc3ec7f2]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=d28f47b5 [d28f47b5]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== libksquirrel ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libksquirrel/commit/?id=4b962006 [4b962006]] Fix FTBFS due to invalid pointer in iconv function&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libksquirrel/commit/?id=061a1af5 [061a1af5]] Set a real data type used for FreeArray2D.&amp;lt;br/&amp;gt;This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/libksquirrel/issues/17 #17]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libksquirrel/commit/?id=4f4ea4c0 [4f4ea4c0]] Add missing function prototype.&amp;lt;br/&amp;gt;This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/libksquirrel/issues/17 #17]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libksquirrel/commit/?id=01dafd82 [01dafd82]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libksquirrel/commit/?id=115223b1 [115223b1]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libksquirrel/commit/?id=a125c8f3 [a125c8f3]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libksquirrel/commit/?id=592f28f9 [592f28f9]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libksquirrel/commit/?id=c612c9c0 [c612c9c0]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libksquirrel/commit/?id=029784cd [029784cd]] Drop autotools support&lt;br /&gt;
&lt;br /&gt;
== libtdeldap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtdeldap/commit/?id=6c4cb0e3 [6c4cb0e3]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtdeldap/commit/?id=1090c874 [1090c874]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtdeldap/commit/?id=5ba47607 [5ba47607]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== libtqt-perl ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=71a53642 [71a53642]] Align kalyptus to changes made inx [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebindings/issues/36 TDE/tdebindings#36]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=fe960594 [fe960594]] Replace QT_STATIC_CONST_* with actual definitions&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=a9af628d [a9af628d]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=a9e12524 [a9e12524]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=947bc2db [947bc2db]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=d655c313 [d655c313]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=803408f7 [803408f7]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 2&lt;br /&gt;
&lt;br /&gt;
== pytde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytde/commit/?id=89bcd15e [89bcd15e]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytde/commit/?id=db88dbbd [db88dbbd]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytde/commit/?id=41cc3906 [41cc3906]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytde/commit/?id=16dba0a4 [16dba0a4]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== pytdeextensions ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytdeextensions/commit/?id=511bdc21 [511bdc21]] Fixing tdedesigner and tqtuicompiler modules not working&amp;lt;br/&amp;gt;Python3 compatibility fix&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytdeextensions/commit/?id=e266e8f8 [e266e8f8]] Fix detection of SIP-TQt, PyTQt and PyTDE modules in tdedistutils&amp;lt;br/&amp;gt;with multiple Python3 installed in parallel. This solves FTBFS&amp;lt;br/&amp;gt;when building tde-guidance.&amp;lt;br/&amp;gt;Remove import of &amp;#039;imp&amp;#039; module that is no longer needed.&amp;lt;br/&amp;gt;Sysconfig from Python is now used instead of sysconfig from distutils.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytdeextensions/commit/?id=e864982d [e864982d]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
&lt;br /&gt;
= applications/development =&lt;br /&gt;
== kdbg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=c4303681 [c4303681]] Fix FTBFS from prior commit.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=f80e1f0c [f80e1f0c]] Fix compatibility with C++17.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=7e20b904 [7e20b904]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=1a9b8e7a [1a9b8e7a]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=320b4e63 [320b4e63]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=3cefef8e [3cefef8e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=c8f5e54e [c8f5e54e]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kdiff3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=df477675 [df477675]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=a8091616 [a8091616]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=79daa6a1 [79daa6a1]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=835702ea [835702ea]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=95d0ba61 [95d0ba61]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=7ff0b7ed [7ff0b7ed]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=10096961 [10096961]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=eff219cd [eff219cd]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=b1a7c5eb [b1a7c5eb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=180f871b [180f871b]] Fix pasting UTF8 text from clipboard.&amp;lt;br/&amp;gt;This commit is based on work from Roman Savochenko  available at PR #13, but adapted to the TDE standard. It replaces the aforementioned PR #13.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=5e65678a [5e65678a]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=d3cfbab1 [d3cfbab1]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kpicosim ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=6b044222 [6b044222]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=e004eca5 [e004eca5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=b946cfb9 [b946cfb9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=d4ec62b8 [d4ec62b8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=4c5f68d5 [4c5f68d5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=e7444316 [e7444316]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=b2af526f [b2af526f]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=7825473d [7825473d]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=bb32ffaf [bb32ffaf]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=6e904a10 [6e904a10]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=69df5d03 [69df5d03]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kscope ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=2642e478 [2642e478]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=7fcca288 [7fcca288]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=76dc310f [76dc310f]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=b035a6c4 [b035a6c4]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=3fb41909 [3fb41909]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== ktechlab ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=ebdcce5a [ebdcce5a]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=00010fac [00010fac]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=4bff0b57 [4bff0b57]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=a082a259 [a082a259]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=f5d0ed0e [f5d0ed0e]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=669d1daa [669d1daa]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=420fcb6c [420fcb6c]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kxmleditor ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=fa8d4d39 [fa8d4d39]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=e86e0ce5 [e86e0ce5]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=9e94ee99 [9e94ee99]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=21ab29e9 [21ab29e9]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== piklab ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=4c7410f2 [4c7410f2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=a4782bc0 [a4782bc0]] Rename qt_config.h file to match expected name&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=088305a1 [088305a1]] Removed unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=6e5d4478 [6e5d4478]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=9689d714 [9689d714]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=f3f67ab7 [f3f67ab7]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=26bcb362 [26bcb362]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=aa5aa16b [aa5aa16b]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=fb9112c9 [fb9112c9]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=d73c00b7 [d73c00b7]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=6ea6638a [6ea6638a]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tdesvn ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=8682d688 [8682d688]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=96a87859 [96a87859]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=0ec1d384 [0ec1d384]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=593e1773 [593e1773]] Removed unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=484c315b [484c315b]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=aa1df34f [aa1df34f]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=f71f6c99 [f71f6c99]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=a2bf0715 [a2bf0715]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=7221e1ed [7221e1ed]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=340a9422 [340a9422]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=2e75d667 [2e75d667]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=2bf1c106 [2bf1c106]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=42734aee [42734aee]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
= applications/games =&lt;br /&gt;
== knights ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=26e12033 [26e12033]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=cd0bca7c [cd0bca7c]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=ffaff7d7 [ffaff7d7]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=b4b4994c [b4b4994c]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=b8335a4a [b8335a4a]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=a39b2b83 [a39b2b83]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=0959fe8c [0959fe8c]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=248df7d9 [248df7d9]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tdepacman ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=bfe3e5c8 [bfe3e5c8]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=b4236bf2 [b4236bf2]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=2d94efff [2d94efff]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=1a929a80 [1a929a80]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
= applications/graphics =&lt;br /&gt;
== digikam ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=339ffbc1 [339ffbc1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=1ba32805 [1ba32805]] Drop old K&amp;amp;R style function declarations&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=7e9908ea [7e9908ea]] Add missing return type in function implementations.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/digikam/issues/23 #23]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=8f0b4a3a [8f0b4a3a]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=282e4601 [282e4601]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=40c16979 [40c16979]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=4fb5c762 [4fb5c762]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=dfb59e25 [dfb59e25]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=8fa69390 [8fa69390]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=3bedcd00 [3bedcd00]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=80cb02ba [80cb02ba]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=a7a3aa3b [a7a3aa3b]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=df0251e7 [df0251e7]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=56a89d7b [56a89d7b]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== gwenview ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=cd17d521 [cd17d521]] Fix pthread required&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=f0b27130 [f0b27130]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=843bdb50 [843bdb50]] Fix cmake conversion for ix86 archs&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=41f6d5af [41f6d5af]] Conversion to cmake building system&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=b24092d4 [b24092d4]] fix an incorrect condition in ImageViewController::eventFilter()&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=f9cd02af [f9cd02af]] Suppress several warnings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=e00293c1 [e00293c1]] Drop dummy development test for vertical tab widget&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=e99867e7 [e99867e7]] Add program pixmap from tde-packaging&amp;#039;s debian folder&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=2407130a [2407130a]] Move gvdirpart icons under main icons folder&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=10fd80d4 [10fd80d4]] Restructure src/pics into icons folder&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=c3f31d40 [c3f31d40]] Removed unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=d41529e3 [d41529e3]] Restructure doc/man folders&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=ab31b74b [ab31b74b]] Fix a crash when loading a PPMRAW image&amp;lt;br/&amp;gt;The crash is caused by the fact that TQImageIO::imageFormat() may return&amp;lt;br/&amp;gt;some values not present in neighter KImageIO::types(KImageIO::Reading)&amp;lt;br/&amp;gt;nor in TQImage::inputFormatList(), e.g. different flavours of ppm like&amp;lt;br/&amp;gt;PPMRAW. Besides that it&amp;#039;s possible theat TQt could support other formats&amp;lt;br/&amp;gt;unknown to TDE.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=b97fb9f1 [b97fb9f1]] Update FileThumbnailView&amp;#039;s grid upon finishing loading thumbnails&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=74da49e1 [74da49e1]] src/gvcore/filethumbnailview: replace NULL -&amp;amp;gt; nullptr&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=0729233b [0729233b]] configimagelistpage: add whatsthis messages and keyboard accelerators&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=c42622ee [c42622ee]] Make metadata loading optional&amp;lt;br/&amp;gt;See: https://mirror.git.trinitydesktop.org/gitea/TDE/gwenview/issues/17#issuecomment-44076&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=8f266257 [8f266257]] Use image dimmentions from metadata as a fallback&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=db4080c1 [db4080c1]] Avoid sorting items and creating thumbnails when loading metadata&amp;lt;br/&amp;gt;Otherwice it has a big performance impact: it causes lots of&amp;lt;br/&amp;gt;thumbnail reloads and resorts of FileThumbnailView.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=a5931c83 [a5931c83]] Some refactoring of FileThumbnailViewItem::updateLines()&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=d84beae4 [d84beae4]] Keep an item in browse mode selected when switchng views&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=ad01a7f1 [ad01a7f1]] Various small improvements&amp;lt;br/&amp;gt;- fix some warnings about struct/class deslaration/definition mismatch&amp;lt;br/&amp;gt;- fix incorrect assert in jpegcontent.cpp&amp;lt;br/&amp;gt;- add a note&amp;lt;br/&amp;gt;- null a pointer after deleting a job&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=801c90b6 [801c90b6]] Load file metadata asynchronously&amp;lt;br/&amp;gt;Synchronous load of metadata resulted in big delays when opening a&amp;lt;br/&amp;gt;directory with substantial amount of files.&amp;lt;br/&amp;gt;Closes: https://mirror.git.trinitydesktop.org/gitea/TDE/gwenview/issues/17&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=8064b0ca [8064b0ca]] avoid waiting for dir cache when opening a file&amp;lt;br/&amp;gt;At least this will eliminate the most annoying part of the bug there the&amp;lt;br/&amp;gt;file won&amp;#039;t be displayed till the dir cache is completely loaded.&amp;lt;br/&amp;gt;Bug: https://mirror.git.trinitydesktop.org/gitea/TDE/gwenview/issues/17&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=30981c12 [30981c12]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=f31e61c6 [f31e61c6]] Replace auto_ptr&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=f476b77d [f476b77d]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=5eb453b7 [5eb453b7]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=247add21 [247add21]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=5a71f93b [5a71f93b]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=20b4653f [20b4653f]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=d4e69bd2 [d4e69bd2]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 2&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=d2998fbc [d2998fbc]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=549b83de [549b83de]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=4c58d618 [4c58d618]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== gwenview-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=8ecf8023 [8ecf8023]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=606e152d [606e152d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=226a6ad5 [226a6ad5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=5d8fa9a9 [5d8fa9a9]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=ae6e2155 [ae6e2155]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=498684e4 [498684e4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=476bfcf5 [476bfcf5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=0aaaf25f [0aaaf25f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=eeefb581 [eeefb581]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=adde7bac [adde7bac]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=04164129 [04164129]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=df89b8d0 [df89b8d0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=fe3a9945 [fe3a9945]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=ec568f0d [ec568f0d]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== ksquirrel ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=2337b803 [2337b803]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=fbc60ad1 [fbc60ad1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=ca605599 [ca605599]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=c8cada82 [c8cada82]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=745c0bda [745c0bda]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=ee5dabb7 [ee5dabb7]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=77d98cdf [77d98cdf]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=e814f1e8 [e814f1e8]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=9d3adf01 [9d3adf01]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=4078a895 [4078a895]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== potracegui ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=81636cdb [81636cdb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=6f01896c [6f01896c]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=323206ba [323206ba]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=7a90b396 [7a90b396]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=7f29a86e [7f29a86e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=63c91476 [63c91476]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=91a23eae [91a23eae]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=512732b0 [512732b0]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
= applications/internet =&lt;br /&gt;
== kasablanca ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=add95234 [add95234]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=d7d6eed0 [d7d6eed0]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=cd4fe19c [cd4fe19c]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=44e4c4e1 [44e4c4e1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=749fadd2 [749fadd2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=d942de57 [d942de57]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=0e9b7d1d [0e9b7d1d]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kbiff ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=b49eeed5 [b49eeed5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=28af00da [28af00da]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=1df6327d [1df6327d]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=47b05696 [47b05696]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=8498ab1f [8498ab1f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=b1912c9f [b1912c9f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=4c492704 [4c492704]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=e65e12d0 [e65e12d0]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kftpgrabber ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=b97aa92b [b97aa92b]] Fix FTBFS causes by invalid casts. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/kftpgrabber/issues/13 #13]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=9e15b50b [9e15b50b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=20ad9ac5 [20ad9ac5]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=188e5fce [188e5fce]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=f198284d [f198284d]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=91bacaa9 [91bacaa9]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== knmap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=750d9ef3 [750d9ef3]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=94758dbe [94758dbe]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=1d388460 [1d388460]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=63cafd37 [63cafd37]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=fa583363 [fa583363]] Removed already applied .diff file and custom _DEBUG flag&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=2a173c58 [2a173c58]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=76067f79 [76067f79]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=3f0328e9 [3f0328e9]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== konversation ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=b563638e [b563638e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=aa7c5936 [aa7c5936]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=c8767883 [c8767883]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=a920dfcf [a920dfcf]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=f18f28a7 [f18f28a7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=097cbcdd [097cbcdd]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=0d666f48 [0d666f48]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=9f9819b2 [9f9819b2]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=0b3b0962 [0b3b0962]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=b44a471a [b44a471a]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=ae1967dc [ae1967dc]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=cb42cd20 [cb42cd20]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kopete-otr ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=9d9cad79 [9d9cad79]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=082e0f9f [082e0f9f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=bcef10ab [bcef10ab]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=316e7784 [316e7784]] Removed unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=56a8b011 [56a8b011]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=e14ad764 [e14ad764]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=edea0d8d [edea0d8d]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kshowmail ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=3b14611f [3b14611f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=70830035 [70830035]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=63b3d308 [63b3d308]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=e71eaf4d [e71eaf4d]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=0cf62cd0 [0cf62cd0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=84348cbb [84348cbb]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=87732784 [87732784]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=521a7742 [521a7742]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=c5b1ab33 [c5b1ab33]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=86f2b710 [86f2b710]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kstreamripper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=775a2efb [775a2efb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=ae93db6d [ae93db6d]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=3506b4a7 [3506b4a7]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=2ce8abf5 [2ce8abf5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=5e4da610 [5e4da610]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=ae602fba [ae602fba]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=786fcd32 [786fcd32]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=04368be9 [04368be9]] Properly deallocate memory on exit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=6a86ef7a [6a86ef7a]] Added context menu&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=248e67ea [248e67ea]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=9f785fdc [9f785fdc]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=c22d8d68 [c22d8d68]] Ask for confirmation before deleting a stream from the list&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=0796f6cb [0796f6cb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=d94539da [d94539da]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=8286cc5b [8286cc5b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=71c98694 [71c98694]] Provide a minimum height for the station listview to improve user experiences when there are more than a few stations&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=64cf76fc [64cf76fc]] Prevent loss of last station across multiple program runs if its description is empty&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=5aed5382 [5aed5382]] Removing unnecessary functionality&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=9fb4112a [9fb4112a]] Added stream editing in a separate dialog box&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=9a8675a8 [9a8675a8]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=bcdbeef8 [bcdbeef8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=9d38a4e2 [9d38a4e2]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=fbb41b91 [fbb41b91]] Add unicode stream support&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=683560fc [683560fc]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=560afe55 [560afe55]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=7678506d [7678506d]] Fix deallocation of process controllers when quitting the application&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=b624496e [b624496e]] Avoid repeated connection of the same signal when ripping the same item multiple times&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=b3d9058d [b3d9058d]] Added event processing if the process has finished its work&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=6701bdba [6701bdba]] Removed unnecessary code and files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=be9e9e89 [be9e9e89]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=015618b1 [015618b1]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=ff9482e1 [ff9482e1]] Added processing for stopping processes when closing the program window&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=943a67a4 [943a67a4]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== ktorrent ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=f82ff345 [f82ff345]] Fix compatibility with C++17.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=ce56158f [ce56158f]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=511b23a3 [511b23a3]] Removed unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=37d524ba [37d524ba]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=e98b0ef1 [e98b0ef1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=657dd888 [657dd888]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=4caf6f3c [4caf6f3c]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=29628def [29628def]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=ea5e56f7 [ea5e56f7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=5a75de0b [5a75de0b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=2a3111ed [2a3111ed]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=e76b1b06 [e76b1b06]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=59f680d9 [59f680d9]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=f5f62f5b [f5f62f5b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=9e6ff2e1 [9e6ff2e1]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kvirc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b412d82c [b412d82c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=ecb2920a [ecb2920a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=6acc99a7 [6acc99a7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=57afde68 [57afde68]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=7e934f0a [7e934f0a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a1413410 [a1413410]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=fa9080a8 [fa9080a8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=782e31aa [782e31aa]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=949305a2 [949305a2]] Remove unnecessary files and Qt4 support&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=d29e90e6 [d29e90e6]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=3de49dee [3de49dee]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=677dae3b [677dae3b]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=0066e291 [0066e291]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=35d1f217 [35d1f217]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=039fcfa8 [039fcfa8]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=3f8bfdfe [3f8bfdfe]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=265b1c8c [265b1c8c]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=860d3e1f [860d3e1f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=5b2ba173 [5b2ba173]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=55b59d3d [55b59d3d]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=8bb7372e [8bb7372e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=d7a1d0a3 [d7a1d0a3]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=945085d2 [945085d2]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kvpnc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=4420325b [4420325b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=6492b743 [6492b743]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=eea3fa9f [eea3fa9f]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=9ced8bd3 [9ced8bd3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=cee8dbf6 [cee8dbf6]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=942ccb8e [942ccb8e]] Removed unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=6a1ecf87 [6a1ecf87]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=1cfbe9cb [1cfbe9cb]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=f6f9924d [f6f9924d]] Fix remaining unwanted renaming SLOT =&amp;amp;gt; TQ_SLOT related to the message.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=36f7e3f1 [36f7e3f1]] Fix unwanted renaming SLOT =&amp;amp;gt; TQ_SLOT in the message string.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=143ef5f5 [143ef5f5]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=c76d015d [c76d015d]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=1172d1f6 [1172d1f6]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== smb4k ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=288434b1 [288434b1]] Fix FTBFS caused by wrong order of attributes in namespace. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/smb4k/issues/18 #18]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=9ee91610 [9ee91610]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=035f1d6c [035f1d6c]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=b703a19e [b703a19e]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=74b97723 [74b97723]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=cfafca88 [cfafca88]] CMake conversion&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=3b8edca5 [3b8edca5]] TQString related changes required for cmake conversion&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=cdd07aa7 [cdd07aa7]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=c6b056cc [c6b056cc]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=e7dc7656 [e7dc7656]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=be9c8f81 [be9c8f81]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=373e1490 [373e1490]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=936b601d [936b601d]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=16d186a5 [16d186a5]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=c4ac8caf [c4ac8caf]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=4e996a89 [4e996a89]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=01627fbd [01627fbd]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=16657171 [16657171]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
= applications/misc =&lt;br /&gt;
== bibletime ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=70dce1cf [70dce1cf]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=5ffb7095 [5ffb7095]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=f4cae605 [f4cae605]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=88b0e5ce [88b0e5ce]] Replace Qt with TQt and KDE with TDE&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=9f336161 [9f336161]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=14f6b82f [14f6b82f]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=138dd9d3 [138dd9d3]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=c6f8f1bf [c6f8f1bf]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=f2540b01 [f2540b01]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=bc35a6b9 [bc35a6b9]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=79a57869 [79a57869]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=89cdda50 [89cdda50]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=75205341 [75205341]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== compizconfig-backend-tdeconfig ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/compizconfig-backend-tdeconfig/commit/?id=c6d98e12 [c6d98e12]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/compizconfig-backend-tdeconfig/commit/?id=6cb631f1 [6cb631f1]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== desktop-effects-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=550d6962 [550d6962]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=2397906c [2397906c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=6866de31 [6866de31]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=7faf6c12 [7faf6c12]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=c3d75707 [c3d75707]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=842d40b0 [842d40b0]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kcmldap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=a820bb36 [a820bb36]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=b83de66a [b83de66a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=ab3e85b9 [ab3e85b9]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=b4e7fbdb [b4e7fbdb]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=df2cc5be [df2cc5be]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=2fcf4275 [2fcf4275]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kcmldapcontroller ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=042d9e8a [042d9e8a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=84bee79e [84bee79e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=1cc6eedc [1cc6eedc]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=7f36742a [7f36742a]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=e385027b [e385027b]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=9e149d4b [9e149d4b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=585d173e [585d173e]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kcmldapmanager ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=bf8b3ce4 [bf8b3ce4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=e635a31f [e635a31f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=bbefc9a2 [bbefc9a2]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=446b4aaf [446b4aaf]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=d6b06a9d [d6b06a9d]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=47887118 [47887118]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kerberostray ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=98085f1c [98085f1c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=05f0494d [05f0494d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=8e1b186c [8e1b186c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=52afc69c [52afc69c]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=0b9aad72 [0b9aad72]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=67336400 [67336400]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=d3f5f06e [d3f5f06e]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=9fe0aff0 [9fe0aff0]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== krecipes ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=bd0871b7 [bd0871b7]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=45efcea5 [45efcea5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=5924f9c7 [5924f9c7]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=069a14f6 [069a14f6]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=1d6e93a1 [1d6e93a1]] Remove unused files/code&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=dd228586 [dd228586]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=c72be0a6 [c72be0a6]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=6b856e9c [6b856e9c]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=60c15de3 [60c15de3]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
= applications/multimedia =&lt;br /&gt;
== amarok ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=9b2d0a20 [9b2d0a20]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=d332055b [d332055b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=5f2a6925 [5f2a6925]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=5fcd7ee9 [5fcd7ee9]] Add support for taglib 2&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=1851fada [1851fada]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4c59dce5 [4c59dce5]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=02b1f0f4 [02b1f0f4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=3c90dc38 [3c90dc38]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=226522fa [226522fa]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=5a5b34eb [5a5b34eb]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=97c254f2 [97c254f2]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=a9635517 [a9635517]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=03e5582d [03e5582d]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=5cae14d5 [5cae14d5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=0851e201 [0851e201]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=832a6a86 [832a6a86]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=22bcf55f [22bcf55f]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=3b0aee61 [3b0aee61]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=e4b6122b [e4b6122b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=36d4e52e [36d4e52e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=f2d29897 [f2d29897]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== codeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=38dcd285 [38dcd285]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=81d30b11 [81d30b11]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=b023e039 [b023e039]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=7c2b90bd [7c2b90bd]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== k3b ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=ed45be67 [ed45be67]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=e4505c94 [e4505c94]] Fix detection of MMX capabilities on ix86 archs&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=0d811e3e [0d811e3e]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=f989f27b [f989f27b]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=80e5226c [80e5226c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=ac9bee9f [ac9bee9f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=ce3ab445 [ce3ab445]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=6a101aa2 [6a101aa2]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=386d824e [386d824e]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=b591f195 [b591f195]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=361bf819 [361bf819]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=c7656114 [c7656114]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=214ce2ba [214ce2ba]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=32a52075 [32a52075]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=21fdca70 [21fdca70]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=0c90dd24 [0c90dd24]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== k3b-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=956c959a [956c959a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=65cd7320 [65cd7320]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=bc3804fa [bc3804fa]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=dc58a60f [dc58a60f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=512501b0 [512501b0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=8e431ad6 [8e431ad6]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=fbaf24c8 [fbaf24c8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=0eb2404b [0eb2404b]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=408cd80e [408cd80e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=c871eb98 [c871eb98]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=6b26d66f [6b26d66f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=f9c5cefe [f9c5cefe]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=d711e3fb [d711e3fb]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== k9copy ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=21f900e2 [21f900e2]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=65ffe0c5 [65ffe0c5]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=a90fa4fe [a90fa4fe]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=bcf4fd54 [bcf4fd54]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=0828ec19 [0828ec19]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=4b425835 [4b425835]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=9e55e6ee [9e55e6ee]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=a2dacecf [a2dacecf]] Remove the original translation directory layout.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=fb42a086 [fb42a086]] Copy translations to a new directory layout.&amp;lt;br/&amp;gt;Added translation of .desktop files.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=83c41bf1 [83c41bf1]] Drop autotools support&lt;br /&gt;
&lt;br /&gt;
== kaffeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=45c9882d [45c9882d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=2d6def82 [2d6def82]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=43720193 [43720193]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=15592147 [15592147]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=9aeb52db [9aeb52db]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=ef2254d5 [ef2254d5]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=89e9863c [89e9863c]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=53219858 [53219858]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=3ba0ef17 [3ba0ef17]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=018ae989 [018ae989]] xine-backend: Remove protocols from supported extensions&amp;lt;br/&amp;gt;This caused problems with the extension filter of the file opener dialog.&amp;lt;br/&amp;gt;This fixes [https://mirror.git.trinitydesktop.org/gitea/TDE/tdemultimedia/issues/58 TDE/tdemultimedia#58]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=283e19b9 [283e19b9]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=2c49540b [2c49540b]] Removed patch files from source code.&amp;lt;br/&amp;gt;fast-slow-dcop.patch, generic_tr.patch and scandialog.patch have already&amp;lt;br/&amp;gt;been applied in the code.&amp;lt;br/&amp;gt;terminate.patch has not been applied but contains no explanation on what&amp;lt;br/&amp;gt;problem it was trying to fix.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=f5f7098e [f5f7098e]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=2fe187b9 [2fe187b9]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kaffeine-mozilla ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine-mozilla/commit/?id=d4cb836c [d4cb836c]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine-mozilla/commit/?id=843f25da [843f25da]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine-mozilla/commit/?id=e7e12a9a [e7e12a9a]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kmplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=4b9951b4 [4b9951b4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=5e4a772d [5e4a772d]] Fix FTBFS caused by missing include. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/kmplayer/issues/19 #19]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=fd1a740f [fd1a740f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=9ec2d11d [9ec2d11d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=f2a131c5 [f2a131c5]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=6ffc55ca [6ffc55ca]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=1f99527a [1f99527a]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=436bc266 [436bc266]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=8a590af0 [8a590af0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=2e5e0a3b [2e5e0a3b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=8417b0fe [8417b0fe]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=6777b854 [6777b854]] Solving the problem of launching the settings dialog without xine support&amp;lt;br/&amp;gt;The settings dialog crashes if built without xine support.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=8527831e [8527831e]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=27035a4b [27035a4b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=f29a95f6 [f29a95f6]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=1bfb6bc7 [1bfb6bc7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=7916d64f [7916d64f]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=59e6dbe4 [59e6dbe4]] Update DocBook DTD for documentation to 4.2.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=cc08a7d8 [cc08a7d8]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=228b7d8a [228b7d8a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=2d9f7497 [2d9f7497]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=9ed93309 [9ed93309]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== mplayerthumbs ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=e565098c [e565098c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=4d6dd76e [4d6dd76e]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=0940b08c [0940b08c]] Removed unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=790a2c0a [790a2c0a]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=52f017aa [52f017aa]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== rosegarden ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=0259ed4c [0259ed4c]] Fix compatibility with C++17.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=70ed18b3 [70ed18b3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=73b0e0f7 [73b0e0f7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=d91402d7 [d91402d7]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=0adbbf7a [0adbbf7a]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=5b68b462 [5b68b462]] Remove unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=10e90628 [10e90628]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=a3a855ce [a3a855ce]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=0d651f25 [0d651f25]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=d2261821 [d2261821]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=ec073d64 [ec073d64]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=6bee7afd [6bee7afd]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=d80f3b6c [d80f3b6c]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=5a840665 [5a840665]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== soundkonverter ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=f2bd39a3 [f2bd39a3]] Add support for taglib 2&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=18bdfb20 [18bdfb20]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=260f6d19 [260f6d19]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=61e1b0e4 [61e1b0e4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=8c11a140 [8c11a140]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=070927f4 [070927f4]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=80596a68 [80596a68]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=ad48759d [ad48759d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=54c143b5 [54c143b5]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=0438ba40 [0438ba40]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=c4c4d373 [c4c4d373]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=5bba09ee [5bba09ee]] cmake conversion&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=546952a1 [546952a1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=7fe222c3 [7fe222c3]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=2ec39571 [2ec39571]] Rename src/config.h to src/configuration.h to avoid possible conflicts with autogenerated config.h file&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=b36ba456 [b36ba456]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=65f00ac0 [65f00ac0]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=6d9278a9 [6d9278a9]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tderadio ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=316f2809 [316f2809]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=4cf449dc [4cf449dc]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=a468f02e [a468f02e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=c7c3b8bc [c7c3b8bc]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=e5430936 [e5430936]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=ac8ddffa [ac8ddffa]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=24e8de38 [24e8de38]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=9c572378 [9c572378]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=3dbd1166 [3dbd1166]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=a2837bd4 [a2837bd4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=525e762e [525e762e]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=e76222b9 [e76222b9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=e8c31a52 [e8c31a52]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=779f24c6 [779f24c6]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
= applications/office =&lt;br /&gt;
== basket ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=5e8690a2 [5e8690a2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=323f0758 [323f0758]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=514031eb [514031eb]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=8a69776a [8a69776a]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=5b1ac559 [5b1ac559]] Removed unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=f9edc9cf [f9edc9cf]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=31622296 [31622296]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=50245e3d [50245e3d]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=b70474e0 [b70474e0]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=b29b77fb [b29b77fb]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=70031454 [70031454]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=928b97c5 [928b97c5]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=48f3d5f4 [48f3d5f4]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kbibtex ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=f9fea70a [f9fea70a]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=2e910806 [2e910806]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=eae3ad00 [eae3ad00]] Removed unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=07a565d7 [07a565d7]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=483545c2 [483545c2]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=584744b2 [584744b2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=c9d1bd72 [c9d1bd72]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kbookreader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=49e31fae [49e31fae]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=9bdbff38 [9bdbff38]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=65a1fc38 [65a1fc38]] Removed unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=5022c499 [5022c499]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=fd40ec98 [fd40ec98]] Replace auto_ptr&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=d0aa6926 [d0aa6926]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=9830ae32 [9830ae32]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=4bc7d31a [4bc7d31a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=86c67226 [86c67226]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=4aa2e024 [4aa2e024]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=1e7501a9 [1e7501a9]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=853da7ee [853da7ee]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== keximdb ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keximdb/commit/?id=3743c858 [3743c858]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keximdb/commit/?id=7e2ce5dc [7e2ce5dc]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kile ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=2fe22337 [2fe22337]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=39559462 [39559462]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=f0b7ab48 [f0b7ab48]] Removed unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=90e65b4a [90e65b4a]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=39a06ef0 [39a06ef0]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=6c37103f [6c37103f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=762d93a8 [762d93a8]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=b8b37954 [b8b37954]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=cde35e42 [cde35e42]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=6549f004 [6549f004]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=50df78ea [50df78ea]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=9999c59b [9999c59b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=286a5b17 [286a5b17]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kmymoney ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=faf8f980 [faf8f980]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=442efde9 [442efde9]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=01729135 [01729135]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=b216ea7a [b216ea7a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=5123998a [5123998a]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=970832ef [970832ef]] Replace QT_STATIC_CONST_* with actual definitions&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=010c375b [010c375b]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=3a528d87 [3a528d87]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=04ddc823 [04ddc823]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=f892e5be [f892e5be]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=debbb965 [debbb965]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=778d1114 [778d1114]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=c033bc04 [c033bc04]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=2889777f [2889777f]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=483ebca4 [483ebca4]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=00081047 [00081047]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== knowit ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=6825bbbf [6825bbbf]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=d92080a6 [d92080a6]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=238d5143 [238d5143]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=5a55a65c [5a55a65c]] Remove unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=af5c1114 [af5c1114]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=2f7d0721 [2f7d0721]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=b47d595e [b47d595e]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=07692010 [07692010]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== koffice ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=72ca2961 [72ca2961]] Fix FTBFS reported in issue [https://mirror.git.trinitydesktop.org/gitea/TDE/koffice/issues/67 #67]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=0946bf47 [0946bf47]] Karbon: Fix FTBFS in xrgbrender due to implicit declaration of functions.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=3723148a [3723148a]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=e220a1b2 [e220a1b2]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=79c5c7cb [79c5c7cb]] Replace QT_STATIC_CONST_* with actual definitions&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=a50710e6 [a50710e6]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=67aa6b18 [67aa6b18]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=cf1bb69b [cf1bb69b]] Replace auto_ptr&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=e1b37ac1 [e1b37ac1]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=757d80a9 [757d80a9]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=9abcf51d [9abcf51d]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=5761876d [5761876d]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=2891d3c2 [2891d3c2]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=f9893e5b [f9893e5b]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=8263fdf7 [8263fdf7]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 2&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=00aa1f43 [00aa1f43]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=c8c5e11f [c8c5e11f]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=c9973bfb [c9973bfb]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== koffice-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=c30a1277 [c30a1277]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=a3ce3ff2 [a3ce3ff2]] Fix syntax errors from #10.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=50d5fc3f [50d5fc3f]] Addendum to commit 407b54bb&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=6a62ed5d [6a62ed5d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=750241d0 [750241d0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=407b54bb [407b54bb]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=8c635794 [8c635794]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=79138675 [79138675]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=6b648c74 [6b648c74]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=1033bf66 [1033bf66]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=8f039f42 [8f039f42]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=d3c5f390 [d3c5f390]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=c9c89dbb [c9c89dbb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=c0d03513 [c0d03513]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=0340f152 [0340f152]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=3cc206ab [3cc206ab]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kpilot ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=cadc8b76 [cadc8b76]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=e0652ba2 [e0652ba2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=e9d53339 [e9d53339]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=031143c7 [031143c7]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=84beaa20 [84beaa20]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=f9289944 [f9289944]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=3b5ccc65 [3b5ccc65]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=abcd9a45 [abcd9a45]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=1d47a02e [1d47a02e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=04d2f2a5 [04d2f2a5]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=2f80418d [2f80418d]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=255ec906 [255ec906]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tellico ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=70fcba07 [70fcba07]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=fb8caf3a [fb8caf3a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=16dc642a [16dc642a]] Fix compatibility with C++17.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=a5f04b82 [a5f04b82]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=abe4b198 [abe4b198]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=e8f457ac [e8f457ac]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=ccc90afb [ccc90afb]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=f9ec1da0 [f9ec1da0]] Replace auto_ptr&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=aa5bb443 [aa5bb443]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=727a2e58 [727a2e58]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=8ed9929d [8ed9929d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=c932624b [c932624b]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=5f98a522 [5f98a522]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=ad02e86c [ad02e86c]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=1ff93d9e [1ff93d9e]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=211ad874 [211ad874]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=5dcd02bb [5dcd02bb]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=034ed63e [034ed63e]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
= applications/settings =&lt;br /&gt;
== kdpkg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=6b7d75b5 [6b7d75b5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=be66e1e8 [be66e1e8]] Removed unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=bcb6d6c6 [bcb6d6c6]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=c730b578 [c730b578]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=921d46a4 [921d46a4]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=b630d6e2 [b630d6e2]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=ac316ed3 [ac316ed3]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kima ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=cf3e7c33 [cf3e7c33]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=2cb26bb4 [2cb26bb4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=b31b4ffb [b31b4ffb]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=d7c9764d [d7c9764d]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=545f3b89 [545f3b89]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=aa0c75cc [aa0c75cc]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=0558e0fb [0558e0fb]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=99ba74a9 [99ba74a9]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kiosktool ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=df3d7d93 [df3d7d93]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=eacda823 [eacda823]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=051fc70b [051fc70b]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=b80fb3b7 [b80fb3b7]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=2811df5f [2811df5f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=9ef88aa8 [9ef88aa8]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=a0811519 [a0811519]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kkbswitch ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=99b8c3d3 [99b8c3d3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=df3d8976 [df3d8976]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=66b23317 [66b23317]] Removed unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=7a308bc2 [7a308bc2]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=24b2cecd [24b2cecd]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=3a19fc03 [3a19fc03]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=b225c79f [b225c79f]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=2b9c1482 [2b9c1482]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=cf86bb82 [cf86bb82]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== klcddimmer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=277c5346 [277c5346]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=5d3a4035 [5d3a4035]] Removed unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=bef490f2 [bef490f2]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=c3581faf [c3581faf]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=4d46d6c2 [4d46d6c2]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=d69adfd4 [d69adfd4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=b09ff5dd [b09ff5dd]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kmyfirewall ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=8cd6f0ff [8cd6f0ff]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=3541a498 [3541a498]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=5335ce5d [5335ce5d]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=66b3326a [66b3326a]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=53fde083 [53fde083]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=6913f86b [6913f86b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=37baea59 [37baea59]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tde-guidance ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-guidance/commit/?id=d19b852e [d19b852e]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-guidance/commit/?id=d2626aa8 [d2626aa8]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-guidance/commit/?id=dceb004c [dceb004c]] Conversion to cmake building system&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-guidance/commit/?id=1825d1c2 [1825d1c2]] Fix invalid escape sequences.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-guidance/commit/?id=10f0a51a [10f0a51a]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-guidance/commit/?id=5acecc50 [5acecc50]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-guidance/commit/?id=4a49ed93 [4a49ed93]] Remove wineconfig module&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-guidance/commit/?id=16bbedc3 [16bbedc3]] Remove grubconfig module&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-guidance/commit/?id=dc9cd228 [dc9cd228]] Fix functionality of mountconfig module&lt;br /&gt;
&lt;br /&gt;
== tde-systemsettings ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-systemsettings/commit/?id=881bb958 [881bb958]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-systemsettings/commit/?id=494a1e3d [494a1e3d]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-systemsettings/commit/?id=498895cf [498895cf]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-systemsettings/commit/?id=f614f05c [f614f05c]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-systemsettings/commit/?id=a1194f5b [a1194f5b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdenetworkmanager ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=101c77ad [101c77ad]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=3b229bbd [3b229bbd]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=1c33778f [1c33778f]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=35996c44 [35996c44]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=aca334a2 [aca334a2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=c3b1cd37 [c3b1cd37]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=5f8d8691 [5f8d8691]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=d408f5cb [d408f5cb]] Fix a typo&amp;lt;br/&amp;gt;Thanks to adem for noticing this on weblate&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=5ec457f3 [5ec457f3]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=a88fc517 [a88fc517]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=461e2090 [461e2090]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=ac34a604 [ac34a604]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=00aab2e4 [00aab2e4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=048ed035 [048ed035]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=ba52504d [ba52504d]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=687ebf64 [687ebf64]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=f54fe201 [f54fe201]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tdesudo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesudo/commit/?id=b285a791 [b285a791]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesudo/commit/?id=36e7794d [36e7794d]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesudo/commit/?id=6b4a51a0 [6b4a51a0]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesudo/commit/?id=da05d2b4 [da05d2b4]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== wlassistant ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/wlassistant/commit/?id=9292908b [9292908b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/wlassistant/commit/?id=5f78154b [5f78154b]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/wlassistant/commit/?id=4469a86f [4469a86f]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/wlassistant/commit/?id=ee4dfb78 [ee4dfb78]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/wlassistant/commit/?id=df532886 [df532886]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/wlassistant/commit/?id=3efb8ddd [3efb8ddd]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/wlassistant/commit/?id=f7a20040 [f7a20040]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
= applications/system =&lt;br /&gt;
== dolphin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=ff1f7c16 [ff1f7c16]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=134e8258 [134e8258]] Remove unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=fb80993a [fb80993a]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=b81aca2a [b81aca2a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=f03ddc53 [f03ddc53]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=a822e3e4 [a822e3e4]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=84dce0e3 [84dce0e3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=94fa32f9 [94fa32f9]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=60a08792 [60a08792]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=5ee150f0 [5ee150f0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=c11be914 [c11be914]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=fd73938a [fd73938a]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== katapult ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=70ba9087 [70ba9087]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=809fb424 [809fb424]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=8c3736d8 [8c3736d8]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=4265d075 [4265d075]] Remove unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=71fcb0b5 [71fcb0b5]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=fded3c0a [fded3c0a]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=d3f66339 [d3f66339]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=bdd907d1 [bdd907d1]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=4ca2cbcf [4ca2cbcf]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kbfx ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=e08b17f1 [e08b17f1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=b62d792c [b62d792c]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=39b1357d [39b1357d]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=120f8eb6 [120f8eb6]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=dbc335c7 [dbc335c7]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=6319099a [6319099a]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=cca1b232 [cca1b232]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=97ca6223 [97ca6223]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kcmautostart ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=d4fed915 [d4fed915]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=c0071d4c [c0071d4c]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=59eea31e [59eea31e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=9f38675b [9f38675b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=f73b98ca [f73b98ca]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kdbusnotification ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=ef213734 [ef213734]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=8db71837 [8db71837]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=36d97289 [36d97289]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=6ac34a66 [6ac34a66]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=93591f24 [93591f24]] Respect -DDBUS_BINDING_TOOL provided by cmake user&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=a971c7f6 [a971c7f6]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== klamav ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=b7cd64b9 [b7cd64b9]] Fix FTBFS causes by invalid casts. This resolves issue 37.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=891c4183 [891c4183]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=2375c3f5 [2375c3f5]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=e2e86dda [e2e86dda]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== knemo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=e8eb0915 [e8eb0915]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=dd472e40 [dd472e40]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=73e92cf0 [73e92cf0]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=bed78533 [bed78533]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=74f1cd87 [74f1cd87]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=95eef6c3 [95eef6c3]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=a2090048 [a2090048]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=923a514f [923a514f]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== knetload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=8fb31485 [8fb31485]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=91790218 [91790218]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=e631fe28 [e631fe28]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=8c286cc4 [8c286cc4]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=0ba0326e [0ba0326e]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=83b084bf [83b084bf]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=0ea50dc6 [0ea50dc6]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=bb7f6255 [bb7f6255]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== knetstats ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=8584baf4 [8584baf4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=170dc4ff [170dc4ff]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=0e2aead4 [0e2aead4]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=678eabac [678eabac]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=57a4c0ab [57a4c0ab]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=1caa8b1b [1caa8b1b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=de4276a7 [de4276a7]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kooldock ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kooldock/commit/?id=3c6a3e0e [3c6a3e0e]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kooldock/commit/?id=9284b0c1 [9284b0c1]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kooldock/commit/?id=3f57e4b5 [3f57e4b5]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kooldock/commit/?id=2191a58b [2191a58b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== krusader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=f4c8ab26 [f4c8ab26]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=d362e2af [d362e2af]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=da1694c4 [da1694c4]] Fix compatibiliry with c++17 standard&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=02a4efe0 [02a4efe0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=e7e91987 [e7e91987]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=e1978ff4 [e1978ff4]] Remove unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=6551acc5 [6551acc5]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=9c013568 [9c013568]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=56f4ac3a [56f4ac3a]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=1570bf7f [1570bf7f]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=0e769547 [0e769547]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=e61c1db9 [e61c1db9]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=f854b2fe [f854b2fe]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=f19fa530 [f19fa530]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=db723943 [db723943]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=6c738063 [6c738063]] Krusader: Unpacking TXZ.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=f8733916 [f8733916]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=ae61cb4c [ae61cb4c]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kshutdown ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=028d6832 [028d6832]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=0cba31c7 [0cba31c7]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=450ad252 [450ad252]] Remove unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=fc95493e [fc95493e]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=2ced6309 [2ced6309]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=afe74bfe [afe74bfe]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=8f798c9f [8f798c9f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=bdaee14b [bdaee14b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== ksystemlog ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=bff8ba5a [bff8ba5a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=1943a15e [1943a15e]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=df3f048e [df3f048e]] Remove unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=8ce8538c [8ce8538c]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=4217755e [4217755e]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=c110ab27 [c110ab27]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=a07e5bcd [a07e5bcd]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=6200356b [6200356b]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kvkbd ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=ab1d038f [ab1d038f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=d74b64b2 [d74b64b2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=3c86993a [3c86993a]] Remove unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=d2af3256 [d2af3256]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=cae154cc [cae154cc]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=09ce2637 [09ce2637]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=0a7a004c [0a7a004c]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== polkit-agent-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=594805c2 [594805c2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=ac449919 [ac449919]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=38b87842 [38b87842]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=1ad151e7 [1ad151e7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=eedf1c13 [eedf1c13]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=fbceb48f [fbceb48f]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== smartcardauth ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smartcardauth/commit/?id=06953ed5 [06953ed5]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smartcardauth/commit/?id=0247a594 [0247a594]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tastymenu ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=4332eaa2 [4332eaa2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=a4dd5f46 [a4dd5f46]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=e7653d40 [e7653d40]] Remove unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=cac317d3 [cac317d3]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=74cbc6e1 [74cbc6e1]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=a65bdf88 [a65bdf88]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=44e77ecb [44e77ecb]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdebluez ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=a6a5ee1a [a6a5ee1a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=4cba0c6c [4cba0c6c]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=f436ed27 [f436ed27]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=c82acb8f [c82acb8f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=50734d4f [50734d4f]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=1f091996 [1f091996]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=7fe3e3a1 [7fe3e3a1]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdedocker ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=826116fd [826116fd]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=7362f260 [7362f260]] Remove unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=ac5f06e5 [ac5f06e5]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=9f512be4 [9f512be4]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=e9c02a31 [e9c02a31]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdepowersave ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=cae554d2 [cae554d2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=9c28f783 [9c28f783]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=2d6c9b7b [2d6c9b7b]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=09010778 [09010778]] Remove unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=f0d33ac8 [f0d33ac8]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=6b77cea8 [6b77cea8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=b61a8c75 [b61a8c75]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=c03872d3 [c03872d3]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=f5832e4a [f5832e4a]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=c492704a [c492704a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=2ef52b9d [2ef52b9d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=135b14de [135b14de]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=04965313 [04965313]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tdesshaskpass ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=9cfed0a6 [9cfed0a6]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=0c92cb39 [0c92cb39]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=d62bdc3d [d62bdc3d]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=bf98ebd6 [bf98ebd6]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=60c67fdf [60c67fdf]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=481fe0f8 [481fe0f8]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== yakuake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=ed0b016e [ed0b016e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=058234e9 [058234e9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=d3bf19a1 [d3bf19a1]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=35bbdf5e [35bbdf5e]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=9e7f45da [9e7f45da]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=3dc97a47 [3dc97a47]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=9368dcd8 [9368dcd8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=cbb2affd [cbb2affd]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=9388682a [9388682a]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
= applications/tdeio =&lt;br /&gt;
== tdeio-appinfo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=30fa1192 [30fa1192]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=42a123c3 [42a123c3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=452a84e7 [452a84e7]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=6a5b2b96 [6a5b2b96]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeio-apt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=3da1d5a5 [3da1d5a5]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=273128c6 [273128c6]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=cb10c26c [cb10c26c]] Replace auto_ptr&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=f334aae2 [f334aae2]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=d76aa3d0 [d76aa3d0]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeio-ftps ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-ftps/commit/?id=b775539e [b775539e]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-ftps/commit/?id=20caed22 [20caed22]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeio-gopher ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-gopher/commit/?id=1fa28685 [1fa28685]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-gopher/commit/?id=75a5067c [75a5067c]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-gopher/commit/?id=629af4d1 [629af4d1]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeio-locate ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=1d0ff35e [1d0ff35e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=861f6502 [861f6502]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=21dac2d7 [21dac2d7]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=63ae801a [63ae801a]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=2f71daf1 [2f71daf1]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeio-sword ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=3639113e [3639113e]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=44192f83 [44192f83]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=010efdf1 [010efdf1]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=b14a6077 [b14a6077]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=4f0871c3 [4f0871c3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=a4b077fb [a4b077fb]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeio-umountwrapper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=00f9d274 [00f9d274]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=57d0e656 [57d0e656]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=66aee6c9 [66aee6c9]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=e62fccb8 [e62fccb8]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=6d87cc1f [6d87cc1f]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=13da79f0 [13da79f0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=c138f55c [c138f55c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=b2628b22 [b2628b22]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
= applications/themes =&lt;br /&gt;
== gtk-qt-engine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=a4f88786 [a4f88786]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=8aa81ba1 [8aa81ba1]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=e5e01403 [e5e01403]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=be6cedb4 [be6cedb4]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=afc6ea03 [afc6ea03]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=717ae9b4 [717ae9b4]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=e2af75f0 [e2af75f0]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=d161ea67 [d161ea67]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== gtk3-tqt-engine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk3-tqt-engine/commit/?id=2546d451 [2546d451]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk3-tqt-engine/commit/?id=650689f0 [650689f0]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk3-tqt-engine/commit/?id=9d21ebe8 [9d21ebe8]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk3-tqt-engine/commit/?id=180b6368 [180b6368]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kgtk-qt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=216977ef [216977ef]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=4c775c61 [4c775c61]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=2ddf00f4 [2ddf00f4]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=fa044ab0 [fa044ab0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=97c7c47d [97c7c47d]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=68e5b179 [68e5b179]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== ksplash-engine-moodin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=b08be127 [b08be127]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=31514a6a [31514a6a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=a2910de3 [a2910de3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=7031da9b [7031da9b]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=ded8d1e9 [ded8d1e9]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=62f1c985 [62f1c985]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== qt4-tqt-theme-engine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qt4-tqt-theme-engine/commit/?id=7e605f95 [7e605f95]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
&lt;br /&gt;
== tde-style-baghira ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=ac86d0ed [ac86d0ed]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=8e634f32 [8e634f32]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=8f6829a2 [8f6829a2]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=210aaadd [210aaadd]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tde-style-domino ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=43eb7e6f [43eb7e6f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=e7455f64 [e7455f64]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=a3dc1f26 [a3dc1f26]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=10fe0f76 [10fe0f76]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=e19e9e50 [e19e9e50]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=12aad560 [12aad560]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tde-style-ia-ora ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=d6f85e8f [d6f85e8f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=aa4668ad [aa4668ad]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=6e002a7d [6e002a7d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=c46fccab [c46fccab]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=8c86e0cf [8c86e0cf]] Added GTK+2.0 engine&amp;lt;br/&amp;gt;Ia Ora was created by Mandriva so that Qt and GTK applications could have a uniform&amp;lt;br/&amp;gt;look. It only seems fair to include the GTK style with the TDE style.&amp;lt;br/&amp;gt;Source: https://distrib-coffee.ipsl.jussieu.fr/pub/linux/Mageia/distrib/cauldron/SRPMS/core/release/ia_ora-gnome-1.0.25-12.mga9.src.rpm&amp;lt;br/&amp;gt;Licence: GNU GPL v2 or later&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=84ed60a3 [84ed60a3]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=3a0faced [3a0faced]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=12fa2548 [12fa2548]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=bfcab3f3 [bfcab3f3]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tde-style-lipstik ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=d809df59 [d809df59]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=bae40f8a [bae40f8a]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=b0e0c34a [b0e0c34a]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=7b118fa8 [7b118fa8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=69a0e002 [69a0e002]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=3a412a9e [3a412a9e]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=f30bd931 [f30bd931]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tde-style-qtcurve ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=ffb9f6e0 [ffb9f6e0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=996a5c0f [996a5c0f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=0baab286 [0baab286]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=738aeee4 [738aeee4]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=ea3215e2 [ea3215e2]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=cbb50b27 [cbb50b27]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=9238a995 [9238a995]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=f1732e3b [f1732e3b]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=5d24eff4 [5d24eff4]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=14a3eec2 [14a3eec2]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tdmtheme ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=6b47dbe9 [6b47dbe9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=668ab084 [668ab084]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=1237902a [1237902a]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=8820958c [8820958c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=dc06e74f [dc06e74f]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=d5324923 [d5324923]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== twin-style-crystal ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=73df6a12 [73df6a12]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=123572de [123572de]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=b6582d7b [b6582d7b]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=1c7aafd3 [1c7aafd3]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=01d5ee0f [01d5ee0f]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=6ba6bda9 [6ba6bda9]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=8719cde0 [8719cde0]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=e0ee1309 [e0ee1309]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=e87fce4f [e87fce4f]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=857dc031 [857dc031]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=858d33cc [858d33cc]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== twin-style-dekorator ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=b3bb9d38 [b3bb9d38]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=8bd6e31f [8bd6e31f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=97b350fa [97b350fa]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=6c52b263 [6c52b263]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=da44d447 [da44d447]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=6e6b5fd0 [6e6b5fd0]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== twin-style-machbunt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=e66907c1 [e66907c1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=0cb0dd84 [0cb0dd84]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=7ae9a3ea [7ae9a3ea]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=41ff85ab [41ff85ab]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=368ed30c [368ed30c]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=8cf5d248 [8cf5d248]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== twin-style-suse2 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=2b3d19a5 [2b3d19a5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=f31ebf67 [f31ebf67]] Remove remaining &amp;#039;register&amp;#039; instruction.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=cee4b784 [cee4b784]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=08880d7f [08880d7f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=daf84bd9 [daf84bd9]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=7341873a [7341873a]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=1b186a95 [1b186a95]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=a0ecb910 [a0ecb910]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=3193200c [3193200c]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
= applications/utilities =&lt;br /&gt;
== abakus ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=b85c2231 [b85c2231]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=aefe09ab [aefe09ab]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=48488e36 [48488e36]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=3a03ef43 [3a03ef43]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=7367cf3e [7367cf3e]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=6ff22608 [6ff22608]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=54b3d710 [54b3d710]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=e41c0ced [e41c0ced]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== filelight ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=0034426b [0034426b]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=aa677ad4 [aa677ad4]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=27c4f9d5 [27c4f9d5]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=2725bd4a [2725bd4a]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=287eaafa [287eaafa]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=58b6f564 [58b6f564]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=ad0cfb27 [ad0cfb27]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=894a7b9c [894a7b9c]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kbarcode ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=b7549919 [b7549919]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=50ec9baf [50ec9baf]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=f81f08fc [f81f08fc]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=9fe126da [9fe126da]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=710eecd8 [710eecd8]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=c62d6a21 [c62d6a21]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=97a76f36 [97a76f36]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=2191b2df [2191b2df]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=587dc58e [587dc58e]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=e68f82c5 [e68f82c5]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kchmviewer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=8faf4dec [8faf4dec]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=5e7d48f3 [5e7d48f3]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=aca3a584 [aca3a584]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=482e1bce [482e1bce]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=0dbd778f [0dbd778f]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=5a0966ca [5a0966ca]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=d2f01bb5 [d2f01bb5]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=89ba2b7d [89ba2b7d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=dfbfbc33 [dfbfbc33]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kcpuload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=b2594133 [b2594133]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=d2dab2df [d2dab2df]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=2b876d23 [2b876d23]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=f2261138 [f2261138]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=cec0eba3 [cec0eba3]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=ee9f81ae [ee9f81ae]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=357be4cd [357be4cd]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kdirstat ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=1db22641 [1db22641]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=32acc378 [32acc378]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=d51e606e [d51e606e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=e17a1c52 [e17a1c52]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=1160ad70 [1160ad70]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=2af9984e [2af9984e]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=314de272 [314de272]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=e43fe7b8 [e43fe7b8]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=be5e4244 [be5e4244]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=23237d09 [23237d09]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=1ba064de [1ba064de]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== keep ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=86ecddae [86ecddae]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=f3a45a12 [f3a45a12]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=cd22ad3d [cd22ad3d]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=487fdba4 [487fdba4]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=c049126a [c049126a]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=4f1c8e54 [4f1c8e54]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=2b6bd386 [2b6bd386]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=15c4aae7 [15c4aae7]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== knutclient ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=c105fc8d [c105fc8d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=4215f1aa [4215f1aa]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=929cd630 [929cd630]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=d47f7d28 [d47f7d28]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=334246ae [334246ae]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=017c57dd [017c57dd]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=b3f56562 [b3f56562]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kommando ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kommando/commit/?id=e2d9bda6 [e2d9bda6]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kommando/commit/?id=3367cc19 [3367cc19]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kommando/commit/?id=cbfeb05e [cbfeb05e]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kommando/commit/?id=59af4855 [59af4855]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kommando/commit/?id=3bf0b6d5 [3bf0b6d5]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kommando/commit/?id=9066230a [9066230a]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kompose ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=12918f0c [12918f0c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=138ac28d [138ac28d]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=3136db70 [3136db70]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=9f4c6ff7 [9f4c6ff7]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=43e0ea16 [43e0ea16]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=cb455231 [cb455231]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== krename ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=650b6c3f [650b6c3f]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=8ffd2696 [8ffd2696]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=300f52df [300f52df]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=222407da [222407da]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=44470b8a [44470b8a]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=7132d1d7 [7132d1d7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=d8fcd4fa [d8fcd4fa]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=804f4f35 [804f4f35]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=5d02ccb1 [5d02ccb1]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== ksensors ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=f45af7ba [f45af7ba]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=9a62ca5a [9a62ca5a]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=362fe886 [362fe886]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=6c49ad06 [6c49ad06]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=b7fce5c4 [b7fce5c4]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=7453b1ad [7453b1ad]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== mathemagics ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mathemagics/commit/?id=a88dbd97 [a88dbd97]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mathemagics/commit/?id=8456c4b8 [8456c4b8]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mathemagics/commit/?id=b3a2c4d9 [b3a2c4d9]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mathemagics/commit/?id=fdfbfd7c [fdfbfd7c]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== qalculate-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=1c8410e0 [1c8410e0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=dcacb472 [dcacb472]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=9fe1e65b [9fe1e65b]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=d88c548d [d88c548d]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
= packaging =&lt;br /&gt;
== packaging ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=c3496052 [c3496052]] RPM: lots of updates for Trinity 14.1.2&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=4682d07b [4682d07b]] FreeBSD imlib: basedir defined in libgen.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=c9dcbc21 [c9dcbc21]] DEB k3b: Change the library package name in case of incompatible ABI for 64-bit time_t.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=796994c3 [796994c3]] DEB k3b: Remove the libk3b2-* transitional package and related links.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=bfaf5e0c [bfaf5e0c]] DEB k3b: Cleanup outdated files.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=d30ee410 [d30ee410]] DEB pytdeextensions: Use more general dependency for tdelibs.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=5e08ba4f [5e08ba4f]] DEB tde-style-ia-ora: add dependency to libgtk2 to be able to build the GTK2 engine&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=69288adf [69288adf]] DEB kvirc: add dependency on libssl-dev&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=3efc0425 [3efc0425]] DEB sip4-tqt: removed unused patch files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=c90b695d [c90b695d]] DEB kvirc: update qt-tqt in config files. This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/kvirc/issues/22 TDE/kvirc#22]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=413b0c56 [413b0c56]] DEB: make sure empty &amp;#039;series&amp;#039; files are really empty&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=c3bc0190 [c3bc0190]] DEB tdenetwork: Add suport for SFTP servers in zeroconf ioslave.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=9c63a538 [9c63a538]] DEB tdemultimedia: update to new kmix icons&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f5aad8f8 [f5aad8f8]] DEB tdebase: update ubuntu &amp;#039;kubuntu_89_new_logout_ui.diff&amp;#039; patch to make sure default values are synced between TCC and shutdown dialog&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=6ebd6647 [6ebd6647]] DEB tdebase: refresh ubuntu patches&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=1918a0fa [1918a0fa]] DEB: add tde-style-polyester packaging files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=b7ebd9a0 [b7ebd9a0]] DEB tde-i18n: Use more general dependency for tdelibs, second part.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=7743b086 [7743b086]] DEB tde-i18n: Use more general dependency for tdelibs.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=ad04947f [ad04947f]] DEB tdepim: Change the library package name in case of incompatible ABI for 64-bit time_t.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=b392786b [b392786b]] DEB tdebase: add twinactiveborders.desktop to twin package&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=2fa41c1d [2fa41c1d]] DEB tdelibs: Change the library package name in case of incompatible ABI for 64-bit time_t.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=7485a4e5 [7485a4e5]] DEB gwenview: switch to cmake build system&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=44a190dd [44a190dd]] DEB libcarddav: Change the library package name in case of incompatible ABI for 64-bit time_t.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=29a4bad8 [29a4bad8]] DEB libcaldav: Change the library package name in case of incompatible ABI for 64-bit time_t.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=a3b893dd [a3b893dd]] DEB arts: Change the library package name in case of incompatible ABI for 64-bit time_t.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=983627bf [983627bf]] DEB tqt3: Add Recommends for t64 package omitted in PR #282.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=d95afdf8 [d95afdf8]] DEB tqt3: Change the library package name in case of incompatible ABI for 64-bit time_t.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=15a10dde [15a10dde]] DEB tde-guidance: switch to cmake build system&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=df63f7fc [df63f7fc]] DEB gwenview: application pixmap moved to main repo&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=9431b5cd [9431b5cd]] DEB rosegarden: Replace the dependence on the transitional package liblircclient-dev by the current liblirc-dev.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=2c91a152 [2c91a152]] DEB tderadio: Replace the dependence on the transitional package liblircclient-dev by the current liblirc-dev.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=9ebeaa57 [9ebeaa57]] RPM: don&amp;#039;t force use of python3.11 under Ferdora 39&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=9d336ebd [9d336ebd]] RPM: update tdesshaskpass&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f83bd2bb [f83bd2bb]] RPM: update soundkonverter (remove TODO file)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=252fba04 [252fba04]] RPM: remove grubconfig and wineconfig from tde-guidance&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=3ad90433 [3ad90433]] RPM: switch k9copy to cmake build&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=fde218b0 [fde218b0]] RPM: update tdebase&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=7e100030 [7e100030]] RPM: switch libksquirrel to cmake build&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=04309578 [04309578]] DEB pytde: Fix support for multiple Python3 installed in parallel.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=598ef9e7 [598ef9e7]] DEB pytqt: add support for python 3.12&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=67eb46f0 [67eb46f0]] ArchLinux: Update for rebuild with Poppler 24.01.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=77a683a7 [77a683a7]] RPM: fedora39: update build scripts&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=1ea737d7 [1ea737d7]] RPM: osstw: update build scripts&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=e434528a [e434528a]] RPM: pclinuxos: update build scripts&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=cb114d7c [cb114d7c]] DEB sip4-tqt: Prefer dist-packages folder for a particular version of Python before shared.&amp;lt;br/&amp;gt;Use sysconfig instead of distutil to detect paths.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=9907c849 [9907c849]] DEB tdebase: Enable new option WITH_SFTP.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=3d551b91 [3d551b91]] DEB tdebase kxkb: add notification event for keyboard layout change. This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/438 TDE/tdebase#438]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=a006276e [a006276e]] DEB tdesshaskpass: Fix the support of Ninja build.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=03143bf8 [03143bf8]] DEB tqt3: Update README file name.&amp;lt;br/&amp;gt;This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tqt3/issues/93 TDE/tqt3#93]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=6729c27b [6729c27b]] DEB: Automatically add ldconfig trigger if the package contains plugins.&amp;lt;br/&amp;gt;As a result, it is no longer necessary to enforce ldconfig in postinst&amp;lt;br/&amp;gt;and postrm scripts and this solves the problem with packages where the&amp;lt;br/&amp;gt;ldconfig was not called after installation, but it was needed.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdemultimedia/issues/29 TDE/tdemultimedia#29]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=6bc6d6e3 [6bc6d6e3]] DEB: Add support for Ubuntu Noble.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=4ae59bb2 [4ae59bb2]] DEB tdebase: Prevent unwanted restarting TDM service during upgrade.&amp;lt;br/&amp;gt;This made it possible to add #DEBHELPER# back to TDM prerm script.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/409 TDE/tdebase#409]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=4784f17e [4784f17e]] DEB smb4k: cmake conversion&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=65dd80fb [65dd80fb]] DEB libr: update package name to libr1&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=ce06e711 [ce06e711]] DEB libr: remove dependency on libglade, which is no longer available&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=dff6d937 [dff6d937]] DEB tdeaddons: Add libdb5.3++-dev as an alternative dependency for libdb++-dev.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=d4152453 [d4152453]] DEB soundkonverter: cmake conversion&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=13ab9cf7 [13ab9cf7]] DEB gwenview: Fix the name of suggested i18n package.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=904d1e09 [904d1e09]] RPM: add support for Fedora 39&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=ea66d8ef [ea66d8ef]] DEB: drop Stretch and Xenial and invalid link&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=bdc4e185 [bdc4e185]] DEB twin-style-fahrenheit: Change debhelper compatibility level to 10.&amp;lt;br/&amp;gt;Use DEB_COMPRESS_EXCLUDE_ALL instead of deprecated DEB_COMPRESS_EXCLUDE.&amp;lt;br/&amp;gt;(the last part of commit fc691a7208477948ad7519ed67861a0b4c6a4b74)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=2b20e14f [2b20e14f]] DEB: add twin-style-fahrenheit packaging files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=90c68a68 [90c68a68]] DEB tde-cmake: Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=0809dd93 [0809dd93]] DEB: Change debhelper compatibility level to 10.&amp;lt;br/&amp;gt;Use DEB_COMPRESS_EXCLUDE_ALL instead of deprecated DEB_COMPRESS_EXCLUDE.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=657aaad5 [657aaad5]] DEB tdebase: add new color themes&lt;/div&gt;</summary>
		<author><name>SlavekB</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.2.0&amp;diff=3322</id>
		<title>Changelog For R14.2.0</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.2.0&amp;diff=3322"/>
		<updated>2024-04-22T18:22:56Z</updated>

		<summary type="html">&lt;p&gt;SlavekB: Update 20240422&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= common =&lt;br /&gt;
== admin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=3c012e46 [3c012e46]] tqt-replace and uic-tqt are no longer required&lt;br /&gt;
&lt;br /&gt;
= dependencies =&lt;br /&gt;
== tde-cmake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=b2d2b467 [b2d2b467]] tqt-replace is no longer required&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=9fae6b57 [9fae6b57]] Update version to R14.2.0&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tqt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=f5bf794e [f5bf794e]] Update translations binary files&amp;lt;br/&amp;gt;because they are not generated during build.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=4bcca712 [4bcca712]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (464 of 464 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=e90af998 [e90af998]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (464 of 464 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=7e24b2b6 [7e24b2b6]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (464 of 464 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=1938504e [1938504e]] Zero padding bytes in DndReceiverProp struct.&amp;lt;br/&amp;gt;This removes valgrind&amp;#039;s complains about accessing uninitialized memory.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=ee0c5d58 [ee0c5d58]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a6829398 [a6829398]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=d2122705 [d2122705]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=e0a3cab4 [e0a3cab4]] Minor adjustments to porting documentation&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=f2b3ea52 [f2b3ea52]] Drop compatibility code for TQSignal&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=fb6884ea [fb6884ea]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=2e817b4b [2e817b4b]] Remove dangled symlinks for droped compat headers.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=c3bb8881 [c3bb8881]] Drop compatibility code for TQButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=9492e618 [9492e618]] Drop compatibility code for TQThread&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=979f5621 [979f5621]] Drop compatibility code for TQLineEdit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=83991feb [83991feb]] Remove Qt4 related stuff&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=48ea22d0 [48ea22d0]] Drop compatibility code for TQToolButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b1bfbe79 [b1bfbe79]] Drop compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=bfd62a0b [bfd62a0b]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a8466ab3 [a8466ab3]] Translated using Weblate (Chinese (zh))&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3 - examples-i18n&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3-examples-i18n/zh/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=5350a724 [5350a724]] Drop TQT_NO_COMPAT code from mkspecs files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a75445b4 [a75445b4]] Drop Qt2 obsolete classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b6e9b6c6 [b6e9b6c6]] Added translation using Weblate (Turkish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=af9d6b11 [af9d6b11]] Added translation using Weblate (Turkish)&lt;br /&gt;
&lt;br /&gt;
== tqtinterface ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=c75a4d30 [c75a4d30]] Fix FTBFS caused by commit 70b3c7d&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=70b3c7d4 [70b3c7d4]] Removed unused scripts&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=2b8afac3 [2b8afac3]] Remove tqt-replace, uic-tqt and moc-tqt tools&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=9ad01120 [9ad01120]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=4746fbba [4746fbba]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=1c79e9f8 [1c79e9f8]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
== avahi-tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/avahi-tqt/commit/?id=51f0b3f7 [51f0b3f7]] moc-tqt is no longer required&lt;br /&gt;
&lt;br /&gt;
== pytqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=aa676491 [aa676491]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=cba16275 [cba16275]] Drop compatibility code for TQThread&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=8bd235be [8bd235be]] Addons to previous commit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=28273a01 [28273a01]] Drop Qt2&amp;#039;s TQSemiModal class.&lt;br /&gt;
&lt;br /&gt;
= core =&lt;br /&gt;
== tdelibs ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=3c503d85 [3c503d85]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=48310270 [48310270]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/knotify - knotify.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/knotify-knotifydesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=5efbce07 [5efbce07]] tdehw lib: drop definition of TDEDiskDeviceStatus::Hotpluggable&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cca633c6 [cca633c6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (179 of 179 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/all languages&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/all-languages/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=9755ecd9 [9755ecd9]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=503eb0d9 [503eb0d9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=29b84bd0 [29b84bd0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=f6627610 [f6627610]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7f7e5585 [7f7e5585]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.4% (323 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7a35fcf1 [7a35fcf1]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=f49e67f0 [f49e67f0]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=920d56d2 [920d56d2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=a7316f73 [a7316f73]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=4e0aa6d5 [4e0aa6d5]] Fix functionality broken by commit 8233b2e5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=8233b2e5 [8233b2e5]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=74cb596c [74cb596c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdemarkdown - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdemarkdown-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=29f58681 [29f58681]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (327 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=c6bc3af7 [c6bc3af7]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cdf964bb [cdf964bb]] Update version to R14.2.0&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tdebase ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=11fe84fc [11fe84fc]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=29bf0c46 [29bf0c46]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 73.5% (78 of 106 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e4de8ebc [e4de8ebc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 68.7% (22 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b36c32fc [b36c32fc]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-events/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b525cb14 [b525cb14]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 62.1% (282 of 454 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=4449d863 [4449d863]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b65f90a0 [b65f90a0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi - presets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi-presets/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c04e4905 [c04e4905]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8d642b33 [8d642b33]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=214a7434 [214a7434]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f067db30 [f067db30]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplash - themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplash-themes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=51e06d90 [51e06d90]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (35 of 35 strings)&amp;lt;br/&amp;gt;Translation: tdebase/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/wallpapers-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ccb9a31c [ccb9a31c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin clients - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-clients-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e3264169 [e3264169]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (251 of 251 strings)&amp;lt;br/&amp;gt;Translation: tdebase/l10n - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/l10n-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=de4f14d1 [de4f14d1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeprint - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeprint-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=526d59e6 [526d59e6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=81b38918 [81b38918]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 61.8% (281 of 454 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8214f3e0 [8214f3e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=517f7bee [517f7bee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f1e7be5e [f1e7be5e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 76.8% (266 of 346 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kappfinder - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kappfinder-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=55573505 [55573505]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d582a3c5 [d582a3c5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c3b71a55 [c3b71a55]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2253217b [2253217b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi - presets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi-presets/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5f5e9000 [5f5e9000]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - compat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-compat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=361361b7 [361361b7]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f9d06cee [f9d06cee]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb-events/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a5b06864 [a5b06864]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=55af1724 [55af1724]] Remove usage of TDEDiskDeviceStatus::Hotpluggable&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f093a1be [f093a1be]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdm - themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdm-themes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=21ecd990 [21ecd990]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplash - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplash-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=607f0804 [607f0804]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdehtml_plugins.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdehtml_pluginsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5f815bd0 [5f815bd0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkonq - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkonq-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8175c850 [8175c850]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksysguard - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksysguard-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7c8d600d [7c8d600d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=3faa7b1b [3faa7b1b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kate - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kate-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f6fb0d91 [f6fb0d91]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 61.8% (281 of 454 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=70af14e2 [70af14e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 48.5% (168 of 346 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kappfinder - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kappfinder-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=035c2698 [035c2698]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - directories&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-directories/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a1cbb16b [a1cbb16b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.8% (248 of 251 strings)&amp;lt;br/&amp;gt;Translation: tdebase/l10n - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/l10n-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a26bb216 [a26bb216]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1103f2b1 [1103f2b1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c836bb9d [c836bb9d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=00eab673 [00eab673]] Translated using Weblate (Greek)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/el/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9e7b4bb1 [9e7b4bb1]] TWin: Fix loading of window decoration configuration libraries&amp;lt;br/&amp;gt;Accidentally broken by commit 84ab47055d.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=748a54ff [748a54ff]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=dddd52ff [dddd52ff]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=30d54139 [30d54139]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2317bee2 [2317bee2]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=4c64b274 [4c64b274]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-events/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c0ca8145 [c0ca8145]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f1f2e40a [f1f2e40a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5eec362c [5eec362c]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2986ff6e [2986ff6e]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2937383d [2937383d]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-data/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9ab75fc1 [9ab75fc1]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ea076539 [ea076539]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi - presets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi-presets/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8a8431ab [8a8431ab]] twin: renames twin3_ to twin_ in user theme config files. This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/351 #351] and PR #364.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=91cb2036 [91cb2036]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.0% (33 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=88ea7160 [88ea7160]] KWin: rename client libraries twin3_* -&amp;amp;gt; twin_*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=84ab4705 [84ab4705]] Make TWin look for `twin_` libraries&amp;lt;br/&amp;gt;This is now the preferred way of calling the decoration libraries&amp;lt;br/&amp;gt;(in place of `twin3_`). The old names that start with `twin3_` are&amp;lt;br/&amp;gt;still recognized for compatibility reasons.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/351 #351]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e8336ee5 [e8336ee5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2da663c3 [2da663c3]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8210b058 [8210b058]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=74eb1d78 [74eb1d78]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=90b19e21 [90b19e21]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ce84a0c6 [ce84a0c6]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=950f0ce7 [950f0ce7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tde_release_notes.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tde_release_notesdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d61158c7 [d61158c7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdcop - kdcop.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdcop-kdcopdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ddc6b3af [ddc6b3af]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeintegration.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeintegrationdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1771a344 [1771a344]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5ec66d53 [5ec66d53]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - compat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-compat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=653159ea [653159ea]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=143cff2e [143cff2e]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=78937d51 [78937d51]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9ab17ab4 [9ab17ab4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e539275a [e539275a]] Add release notes draft for R14.2.x series&lt;br /&gt;
&lt;br /&gt;
== tdepim ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=1d22724f [1d22724f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libtdepim - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=80854783 [80854783]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=cc1d59e9 [cc1d59e9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=0b1c762f [0b1c762f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdepim/akregator - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/akregator-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=f1d159b3 [f1d159b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeabc - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeabc-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=fcf0ec84 [fcf0ec84]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=1239d800 [1239d800]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdepim/ktnef - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/ktnef-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=36939501 [36939501]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knotes - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knotes-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=61180ac3 [61180ac3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmobile - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmobile-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=59fb5a85 [59fb5a85]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=36eae050 [36eae050]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdepim/karm - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/karm-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=1dd75eba [1dd75eba]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kandy - kandy.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kandy-kandydesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=215ba850 [215ba850]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 83.3% (5 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdepim/akregator - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/akregator-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=32a1708d [32a1708d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=2278f487 [2278f487]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: tdepim/konsolekalendar - konsolekalendar.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/konsolekalendar-konsolekalendardesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=abef6a1e [abef6a1e]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=c1f9a97a [c1f9a97a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdepimresources - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdepimresources-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=1a30a1d8 [1a30a1d8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korn - korn.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korn-korndesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=f37c6a89 [f37c6a89]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kalarm - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kalarm-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=3113eb08 [3113eb08]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdepim/akregator - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/akregator-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=5863ef46 [5863ef46]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=0e164959 [0e164959]] Fix functionality broken by commit fd0046c4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=fd0046c4 [fd0046c4]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=860c8799 [860c8799]] Drop deprecated kitchensync code&lt;br /&gt;
&lt;br /&gt;
== tdemultimedia ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=c5e80026 [c5e80026]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdemid - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdemid-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=ec115020 [ec115020]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=1c71f523 [1c71f523]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/libkcddb - libkcddb.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/libkcddb-libkcddbdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=94ca3a13 [94ca3a13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kscd - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kscd-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=6c3e9a2f [6c3e9a2f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=775b1efd [775b1efd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kappfinder - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kappfinder-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=a452bd94 [a452bd94]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaudiocreator - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaudiocreator-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=514a0715 [514a0715]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=cb937aa9 [cb937aa9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaudiocreator - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaudiocreator-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=261327ee [261327ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaboodle - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaboodle-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=ab65a990 [ab65a990]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== tdenetwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=d069063d [d069063d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krfb - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krfb-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=2d50a61f [2d50a61f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmktalkd - kcmktalkd.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmktalkd-kcmktalkddesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=ff2cfdf8 [ff2cfdf8]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete-events/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=1fd646e1 [1fd646e1]] tqt-replace is no longer required&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=7cf631be [7cf631be]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=15fd0d5c [15fd0d5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=bff9d105 [bff9d105]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=1e65a9c9 [1e65a9c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krfb - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krfb-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=65f0237b [65f0237b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=0f7aec08 [0f7aec08]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=8b0277b3 [8b0277b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=ea8c2556 [ea8c2556]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kwifi - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kwifi-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=7dbed250 [7dbed250]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=1732e27c [1732e27c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc - ksirc.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc-ksircdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=f0b3ae6b [f0b3ae6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krfb - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krfb-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=0bf1f09c [0bf1f09c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krdc - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krdc-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=cd3b9bc6 [cd3b9bc6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=6c1bfe1c [6c1bfe1c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/knewsticker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/knewsticker-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e540875f [e540875f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=9f39152c [9f39152c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=ec7c5f92 [ec7c5f92]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmlanbrowser - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmlanbrowser-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=bd2c6b41 [bd2c6b41]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kdict - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kdict-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=055c3ba8 [055c3ba8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmktalkd - kcmktalkd.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmktalkd-kcmktalkddesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e8441a98 [e8441a98]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/dcoprss - rssservice.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/dcoprss-rssservicedesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== tdegraphics ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=32a0eae8 [32a0eae8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=0464b42f [0464b42f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksvg - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksvg-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=83ca390f [83ca390f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kooka - kooka.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kooka-kookadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=b946ccf6 [b946ccf6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kolourpaint - kolourpaint.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kolourpaint-kolourpaintdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=c3994f8f [c3994f8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=c8525154 [c8525154]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kfax - kfax.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kfax-kfaxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=82790fe5 [82790fe5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcoloredit - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcoloredit-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=6628c1cf [6628c1cf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdeiconedit - tdeiconedit.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdeiconedit-tdeiconeditdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=6fec2493 [6fec2493]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewshell - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewshell-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=0ac60cd7 [0ac60cd7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kuickshow - kuickshow.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kuickshow-kuickshowdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=b7a2fb44 [b7a2fb44]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksnapshot - ksnapshot.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksnapshot-ksnapshotdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=d73ec8db [d73ec8db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler - kruler.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler-krulerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=4207cf76 [4207cf76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpovmodeler - kpovmodeler.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpovmodeler-kpovmodelerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=a34651aa [a34651aa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=df90b4db [df90b4db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kfaxview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kfaxview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=10228ff7 [10228ff7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kdvi - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kdvi-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=786ba559 [786ba559]] Fix functionality broken by commit d26dabfe.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=d26dabfe [d26dabfe]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=fdd22494 [fdd22494]] Drop deprecated kmrml code&lt;br /&gt;
&lt;br /&gt;
== tdetoys ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=47ebe98c [47ebe98c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (285 of 285 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather - stations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather-stations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=bfb7d592 [bfb7d592]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=97649015 [97649015]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kworldclock - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kworldclock-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=29e37f55 [29e37f55]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/ktux - ktux.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/ktux-ktuxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=4eb6f321 [4eb6f321]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kteatime - kteatime.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kteatime-kteatimedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=75d71ec8 [75d71ec8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kodo - kodo.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kodo-kododesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=ef99089e [ef99089e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/amor - amor.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/amor-amordesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=528f19d2 [528f19d2]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeedu ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=0c53c58d [0c53c58d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=d99f3098 [d99f3098]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=05b36881 [05b36881]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kverbos - kverbos.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kverbos-kverbosdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=b2b4038e [b2b4038e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kturtle - kturtle.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kturtle-kturtledesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=9edf12e3 [9edf12e3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/ktouch - ktouch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/ktouch-ktouchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=373f572e [373f572e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kiten - kiten.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kiten-kitendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=894d22c5 [894d22c5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars - kstars.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars-kstarsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=b245468a [b245468a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kpercentage - kpercentage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kpercentage-kpercentagedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=9a430435 [9a430435]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kmplot - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kmplot-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=7cbde739 [7cbde739]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/klettres - klettres.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/klettres-klettresdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=3f41eb31 [3f41eb31]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/klatin - klatin.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/klatin-klatindesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=274c00f5 [274c00f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kig - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kig-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=d076ba6e [d076ba6e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/khangman - khangman.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/khangman-khangmandesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e7ecdbc7 [e7ecdbc7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography - kgeography.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography-kgeographydesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=7ec075a1 [7ec075a1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/keduca - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/keduca-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e45f4ee3 [e45f4ee3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kbruch - kbruch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kbruch-kbruchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e73aad5f [e73aad5f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kanagram - kanagram.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kanagram-kanagramdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=026dd7e1 [026dd7e1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kalzium - kalzium.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kalzium-kalziumdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=92daf7c2 [92daf7c2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/blinken - blinken.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/blinken-blinkendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=ad620012 [ad620012]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=1b57c822 [1b57c822]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== tdegames ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=707ed9c6 [707ed9c6]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=72486eea [72486eea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/tdefifteen - tdefifteen.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/tdefifteen-tdefifteendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=1af92e8c [1af92e8c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk - knetwalk.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk-knetwalkdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=b4e10441 [b4e10441]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/twin4 - twin4.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/twin4-twin4desktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=60e6b4b7 [60e6b4b7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ktuberling - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ktuberling-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f86cc3b2 [f86cc3b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kspaceduel - kspaceduel.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kspaceduel-kspacedueldesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=1723a2e2 [1723a2e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksokoban - ksokoban.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksokoban-ksokobandesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=b8bfa029 [b8bfa029]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksnake - ksnake.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksnake-ksnakedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f3055d26 [f3055d26]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=25bbc148 [25bbc148]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet - ksirtet.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet-ksirtetdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=bc6ebdd9 [bc6ebdd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksame - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksame-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=245abf4b [245abf4b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kshisen - kshisen.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kshisen-kshisendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=a24aefaf [a24aefaf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f361902f [f361902f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi - kreversi.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi-kreversidesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=bdbf75db [bdbf75db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kpoker - kpoker.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kpoker-kpokerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=8010109b [8010109b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kpat - kpat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kpat-kpatdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=30b2fe6b [30b2fe6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/konquest - konquest.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/konquest-konquestdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e3c0ddc0 [e3c0ddc0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kolf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kolf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=214ce742 [214ce742]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmines - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmines-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e2876665 [e2876665]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e58b9568 [e58b9568]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmines - kmines.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmines-kminesdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=564ede18 [564ede18]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmahjongg - kmahjongg.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmahjongg-kmahjonggdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=a1f2098b [a1f2098b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegames/klickety - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/klickety-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=04405ac0 [04405ac0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kjumpingcube - kjumpingcube.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kjumpingcube-kjumpingcubedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=ddeb59d5 [ddeb59d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kgoldrunner - KGoldrunner.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kgoldrunner-kgoldrunnerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=6aa6a2fc [6aa6a2fc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kenolaba - kenolaba.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kenolaba-kenolabadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=c2e382ff [c2e382ff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbounce - kbounce.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbounce-kbouncedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=43a1ef1a [43a1ef1a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kblackbox - kblackbox.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kblackbox-kblackboxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=47443995 [47443995]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbackgammon - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbackgammon-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=51730a13 [51730a13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbackgammon - kbackgammon.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbackgammon-kbackgammondesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f4e1241f [f4e1241f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kasteroids - kasteroids.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kasteroids-kasteroidsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=195f32ff [195f32ff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegames/atlantik - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/atlantik-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=078f8a60 [078f8a60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/atlantik - atlantik.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/atlantik-atlantikdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=23f73f6d [23f73f6d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=89209b44 [89209b44]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeaccessibility ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=21a05449 [21a05449]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (42 of 42 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kttsd - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kttsd-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=546f0a26 [546f0a26]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmousetool - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmousetool-desktop-files/nl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=0c8252ff [0c8252ff]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmag - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmag-desktop-files/nl/&lt;br /&gt;
&lt;br /&gt;
== tdeaddons ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=462e8067 [462e8067]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (64 of 64 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-plugins-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=7247f36b [7247f36b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tutorials - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tutorials-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=729f8436 [729f8436]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-plugins-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=c75bb91d [c75bb91d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/ksig - ksig.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/ksig-ksigdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=8b19a3d4 [8b19a3d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (44 of 44 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-plugins-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== tdeadmin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=7c269be3 [7c269be3]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 50.0% (1 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage - kpackage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage-kpackagedesktop/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=b60f7565 [b60f7565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kuser - kuser.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kuser-kuserdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=39dd6199 [39dd6199]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/ksysv - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/ksysv-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=1ec384e5 [1ec384e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=78260ae7 [78260ae7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage - kpackage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage-kpackagedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=18052ec0 [18052ec0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kdat - kdat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kdat-kdatdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=68dbc1fc [68dbc1fc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kcron - kcron.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kcron-kcrondesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== tdeartwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=3055de54 [3055de54]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/wallpapers-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=cd51daaf [cd51daaf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/twin-styles - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/twin-styles-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=e76fde84 [e76fde84]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/icon themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/icon-themes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=480c8a32 [480c8a32]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/icon themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/icon-themes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=d5891cb6 [d5891cb6]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/wallpapers-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=b7c7780f [b7c7780f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeartwork/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/wallpapers-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=25e4ea58 [25e4ea58]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=0afaf315 [0afaf315]] twin-styles: twin3_ to twin_ conversion&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=5f90bc99 [5f90bc99]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (314 of 314 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/tdescreensaver - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/tdescreensaver-desktop-files/it/&lt;br /&gt;
&lt;br /&gt;
== tdebindings ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=84ec6486 [84ec6486]] Drop compatibility code for TQSignal&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=13378021 [13378021]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=02712db1 [02712db1]] Drop compatibility code for TQButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=53442b53 [53442b53]] Drop obsolete TQLineEdit methods&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=1b35744b [1b35744b]] Drop compatibility code for TQToolButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=476cadbf [476cadbf]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=941081ce [941081ce]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=dcffc0bc [dcffc0bc]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
== tdesdk ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=e116e963 [e116e963]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbabel - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbabel-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=ba42cd60 [ba42cd60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=0b324ad9 [0b324ad9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=26ea0a31 [26ea0a31]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdecachegrind - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdecachegrind-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=7b277c01 [7b277c01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/scheck - scheck.themerc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/scheck-scheckthemerc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=8d7ac8ea [8d7ac8ea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kuiviewer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kuiviewer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=70cbb21e [70cbb21e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbugbuster - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbugbuster-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=5951f56b [5951f56b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/cervisia - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/cervisia-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=0c03e09c [0c03e09c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/cervisia - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/cervisia-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=b221bea0 [b221bea0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kompare - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kompare-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d50abb28 [d50abb28]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.1% (27 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=3523578c [3523578c]] Fix functionality broken by commit d619f66&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d619f66a [d619f66a]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tdevelop ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=3219b370 [3219b370]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=f4724912 [f4724912]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop-desktop-files/&lt;br /&gt;
&lt;br /&gt;
== tdewebdev ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=e5b0f94a [e5b0f94a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=07ecde1c [07ecde1c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kxsldbg - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kxsldbg-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=0e7ff51f [0e7ff51f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/klinkstatus - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/klinkstatus-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=13d63148 [13d63148]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kimagemapeditor - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kimagemapeditor-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=e16b4e3b [e16b4e3b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=6552a392 [6552a392]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== tde-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6d019074 [6d019074]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.5% (2464 of 2578 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c300ad02 [c300ad02]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6590b5ab [6590b5ab]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdegames/klickety&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/klickety/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5e640f9d [5e640f9d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (108 of 108 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbattleship&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbattleship/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45d75aae [45d75aae]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (139 of 139 strings)&amp;lt;br/&amp;gt;Translation: tdegames/atlantik&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/atlantik/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f012b653 [f012b653]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (85 of 85 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/klettres&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/klettres/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bf29c600 [bf29c600]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kcmlirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kcmlirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bca56e64 [bca56e64]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (386 of 386 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kolourpaint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kolourpaint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1779433b [1779433b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f95219d2 [f95219d2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (84 of 84 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtaskbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtaskbar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c24cc5c3 [c24cc5c3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 80.9% (68 of 84 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtaskbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtaskbar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=668aacdb [668aacdb]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 84.7% (356 of 420 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a79dc217 [a79dc217]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5e5d11e6 [5e5d11e6]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a46fdb8 [4a46fdb8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=27658a95 [27658a95]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51d4d926 [51d4d926]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ad155181 [ad155181]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6b5aa2f8 [6b5aa2f8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.2% (30 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevtipofday&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevtipofday/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=736e94be [736e94be]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (287 of 287 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/klock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/klock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a03c66a [4a03c66a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (60 of 60 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/libtdeedu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/libtdeedu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8223c079 [8223c079]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/keduca&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/keduca/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10af1497 [10af1497]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (88 of 88 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kanagram&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kanagram/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=611f5ff9 [611f5ff9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (127 of 127 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdepimwizards&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdepimwizards/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=97cff302 [97cff302]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdepimresources&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdepimresources/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44957956 [44957956]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeio_imap4&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeio_imap4/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=80b4a0e1 [80b4a0e1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeio_groupwise&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeio_groupwise/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9e84130e [9e84130e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdefile_palm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdefile_palm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dcb7b17d [dcb7b17d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeabc2mutt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeabc2mutt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9d9d52cc [9d9d52cc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (42 of 42 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libksieve&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libksieve/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fb5af44a [fb5af44a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (119 of 119 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libkpgp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkpgp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a3935a5 [6a3935a5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libkmime&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkmime/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5c019dda [5c019dda]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (509 of 509 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libkcal&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkcal/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e07060ae [e07060ae]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44b253ff [44b253ff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_xmlrpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_xmlrpc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=91535bc3 [91535bc3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_groupware&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_groupware/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=018a78d6 [018a78d6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_blogging&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_blogging/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c9fa65a [3c9fa65a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knotes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knotes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1840a25c [1840a25c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (723 of 723 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8e8a1fa4 [8e8a1fa4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmailcvt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmailcvt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df1c4b4c [df1c4b4c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2431 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e82574a0 [e82574a0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (196 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kleopatra&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kleopatra/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=97772a4c [97772a4c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kgantt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kgantt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b61561ed [b61561ed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kdgantt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kdgantt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=075aba7f [075aba7f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kgreet_winbind&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kgreet_winbind/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=87d53d15 [87d53d15]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdehtmlkttsd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdehtmlkttsd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68eb516a [68eb516a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (45 of 45 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmfonts&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmfonts/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=215c24c8 [215c24c8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libtaskmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5fe22eb9 [5fe22eb9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmenergy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmenergy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d615a2ee [d615a2ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6adbe88e [6adbe88e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksystemtrayapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksystemtrayapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c976241 [3c976241]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_ldap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_ldap/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=320e6b48 [320e6b48]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libdmctl&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libdmctl/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=85b5a1ef [85b5a1ef]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (17 of 17 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin_lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin_lib/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dd5fe080 [dd5fe080]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_floppy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_floppy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b82923a [7b82923a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_tdeprint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_tdeprint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9ed3761d [9ed3761d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_fish&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_fish/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f2c1f71a [f2c1f71a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_tom&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_tom/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dc6e6b47 [dc6e6b47]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_nfs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_nfs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=96c5e946 [96c5e946]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kprinter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kprinter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a201e905 [a201e905]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmview1394&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmview1394/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dba4604c [dba4604c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kickermenu_kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kickermenu_kate/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=58d1feb5 [58d1feb5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_smb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_smb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c647f2df [c647f2df]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/krunapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/krunapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5f3395b4 [5f3395b4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kminipagerapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kminipagerapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30e72097 [30e72097]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (42 of 42 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkurifilt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkurifilt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a5b1e4e9 [a5b1e4e9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlaunch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlaunch/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=119f53de [119f53de]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_thumbnail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_thumbnail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9167d9f7 [9167d9f7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_mac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_mac/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4234440a [4234440a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdescreensaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdescreensaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=26ce6818 [26ce6818]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b94ce0e3 [b94ce0e3]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7710437d [7710437d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kgreet_classic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kgreet_classic/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3a27f099 [3a27f099]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kuiviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kuiviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0703091 [c0703091]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/tdestyle_phase_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/tdestyle_phase_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b32ca458 [b32ca458]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/tdepartsaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/tdepartsaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c2e9572a [c2e9572a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.6% (286 of 287 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/klock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/klock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aa7c66d5 [aa7c66d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - tdehtmlsettings&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-tdehtmlsettings/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2c9b00c7 [2c9b00c7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - news&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-news/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f967fad7 [f967fad7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/libKTTSD&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/libkttsd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=97d2243f [97d2243f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (464 of 464 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kttsd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kttsd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dc0c5f05 [dc0c5f05]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdessh&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdessh/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a94be40 [8a94be40]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/klaptopdaemon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/klaptopdaemon/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee8f55e8 [ee8f55e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (553 of 553 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kgpg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kgpg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d7e0bb07 [d7e0bb07]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_jabberdisco&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_jabberdisco/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2af0b590 [2af0b590]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (100 of 100 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmlanbrowser&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmlanbrowser/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25ce6319 [25ce6319]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 76.9% (30 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeio_sieve&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeio_sieve/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dcb73c3b [dcb73c3b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeio_scalix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeio_scalix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8513a40e [8513a40e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeio_mobile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeio_mobile/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7c4a2ea2 [7c4a2ea2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdefile_vcf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdefile_vcf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ab95a86 [7ab95a86]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdefile_rfc822&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdefile_rfc822/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=982de327 [982de327]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdefile_ics&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdefile_ics/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=857e92f7 [857e92f7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libkpimexchange&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkpimexchange/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c63ebce [3c63ebce]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libkholidays&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkholidays/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f567b7dc [f567b7dc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_tvanytime&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_tvanytime/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c95684ae [c95684ae]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_exchange&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_exchange/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4d66fd9 [c4d66fd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_birthday&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_birthday/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8d59fc8f [8d59fc8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 75.6% (56 of 74 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmobile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmobile/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=329de07f [329de07f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kcmkontactnt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kcmkontactnt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0fdc1ce2 [0fdc1ce2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (697 of 697 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kalarm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kalarm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ab617049 [ab617049]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdesud&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdesud/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=14193cb8 [14193cb8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_finger&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_finger/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=52349311 [52349311]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmartcard&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmartcard/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1269b256 [1269b256]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (68 of 68 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmarts&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmarts/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abd6fbd3 [abd6fbd3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 70.0% (14 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmiccconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmiccconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef0fbd9c [ef0fbd9c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdebase/dockbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/dockbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a247c68b [a247c68b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (101 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=622a9c17 [622a9c17]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6af81e6d [6af81e6d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (199 of 199 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c54408f [6c54408f]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 97.2% (810 of 833 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3520c03 [f3520c03]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ff3d0351 [ff3d0351]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 96.8% (281 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6676b51a [6676b51a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=652679db [652679db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (509 of 509 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libkcal&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkcal/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4ec790d [c4ec790d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (126 of 126 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdmgreet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmgreet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a4b0b04 [4a4b0b04]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (119 of 119 strings)&amp;lt;br/&amp;gt;Translation: tdebase/clockapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/clockapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aa4428d0 [aa4428d0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (103 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kasbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kasbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16170ee1 [16170ee1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (69 of 69 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin_clients&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin_clients/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc533829 [bc533829]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_remotemenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_remotemenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17c7452a [17c7452a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (67 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c8264c68 [c8264c68]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8c57cd28 [8c57cd28]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (59 of 59 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmcss&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmcss/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ff0698f [2ff0698f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=71dfa20f [71dfa20f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_groupdav&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_groupdav/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82565784 [82565784]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cef2c11e [cef2c11e]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=96bf2239 [96bf2239]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdebase/display&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/display/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9abd393e [9abd393e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_remote&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_remote/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eb5887d6 [eb5887d6]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=081240a8 [081240a8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5b1bde73 [5b1bde73]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6eb8004c [6eb8004c]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fdd4388e [fdd4388e]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ec883460 [ec883460]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b3dd6805 [b3dd6805]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.3% (174 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41b1da81 [41b1da81]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aead111d [aead111d]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (112 of 112 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=487084e7 [487084e7]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (330 of 330 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=290ade79 [290ade79]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (290 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=975f7fb8 [975f7fb8]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_sftp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0af94559 [0af94559]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d2ff02f4 [d2ff02f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (380 of 380 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kxsldbg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kxsldbg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d959dab2 [d959dab2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (37 of 37 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeabc_slox&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeabc_slox/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2e19e441 [2e19e441]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_nntp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_nntp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4492e46 [c4492e46]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_settings&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_settings/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d59b4539 [d59b4539]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=35ef10cc [35ef10cc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdewebdev/kxsldbg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kxsldbg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fdebdf92 [fdebdf92]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2f7e9fb1 [2f7e9fb1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=593757e5 [593757e5]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9d1c4d8d [9d1c4d8d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=edc1a288 [edc1a288]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=31f89957 [31f89957]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3492093 [f3492093]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cfe448e6 [cfe448e6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=31f9e216 [31f9e216]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7c0391c8 [7c0391c8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0f8bcb66 [0f8bcb66]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da9f835d [da9f835d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 35.8% (14 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_sftp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a05a1e8e [a05a1e8e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=38efb07d [38efb07d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7a86a9e9 [7a86a9e9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eeab8af9 [eeab8af9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - sort&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-sort/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2d5be52 [a2d5be52]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=552b8532 [552b8532]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (112 of 112 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=595f4f5b [595f4f5b]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 94.8% (37 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_sftp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=304c6f6e [304c6f6e]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_sftp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9943b550 [9943b550]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_sftp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e0be9ac5 [e0be9ac5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=80e6633a [80e6633a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_sftp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=778bdb6c [778bdb6c]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 92.8% (26 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6e92f7c8 [6e92f7c8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (112 of 112 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8e26842c [8e26842c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=923faa2d [923faa2d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eaeeefb9 [eaeeefb9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9ae8ff1 [c9ae8ff1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1621e39a [1621e39a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0fc856d1 [0fc856d1]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9b55d959 [9b55d959]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - sort&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-sort/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=66810721 [66810721]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ea4f230e [ea4f230e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=613385fc [613385fc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.8% (26 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c68dba8e [c68dba8e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.4% (124 of 126 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdmgreet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmgreet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=52dac94e [52dac94e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tderandr&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tderandr/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e52f03e3 [e52f03e3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (366 of 366 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksysguard&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksysguard/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=115111f5 [115111f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdesu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdesu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c6932ce3 [c6932ce3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=033dda75 [033dda75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_dir&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_dir/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=05744aef [05744aef]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (199 of 199 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a82a94f [6a82a94f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdehwdevicetray&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdehwdevicetray/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d7f1bbe0 [d7f1bbe0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1037156d [1037156d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2c19e5c8 [2c19e5c8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.5% (43 of 45 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmfonts&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmfonts/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2ebe335 [a2ebe335]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (152 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdmconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=775ef46d [775ef46d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 90.9% (20 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libtaskmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f39ee04f [f39ee04f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (88 of 88 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kpersonalizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kpersonalizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a22a4ed8 [a22a4ed8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (89 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3710f4f9 [3710f4f9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9c5b1703 [9c5b1703]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (73 of 73 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmdisplayconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmdisplayconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b3c9984f [b3c9984f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (66 of 66 strings)&amp;lt;br/&amp;gt;Translation: tdebase/privacy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/privacy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9b16155e [9b16155e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.2% (15 of 17 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin_lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin_lib/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c37ddf8b [c37ddf8b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.3% (117 of 119 strings)&amp;lt;br/&amp;gt;Translation: tdebase/clockapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/clockapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5c9677ba [5c9677ba]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.0% (101 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kasbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kasbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=40ed4bcf [40ed4bcf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.1% (67 of 69 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin_clients&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin_clients/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1c72135a [1c72135a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.1% (111 of 112 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=77741873 [77741873]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=967268e9 [967268e9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 65.0% (13 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmiccconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmiccconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ddaa2dd [1ddaa2dd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (64 of 64 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmscreensaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmscreensaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=92a6812e [92a6812e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (59 of 59 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsamba&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsamba/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=24e78a59 [24e78a59]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 84.6% (11 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kickermenu_kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kickermenu_kate/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5da41c8b [5da41c8b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdebase/extensionproxy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/extensionproxy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9dfa80f4 [9dfa80f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.0% (65 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=36da9c14 [36da9c14]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (37 of 37 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmcomponentchooser&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmcomponentchooser/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6e7a0b8d [6e7a0b8d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (64 of 64 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmmedia&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmmedia/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c97c02af [c97c02af]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.7% (36 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kminipagerapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kminipagerapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=907f51d8 [907f51d8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=97c4f442 [97c4f442]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/appletproxy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/appletproxy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2fdec0ef [2fdec0ef]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (127 of 127 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwinrules&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwinrules/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b727fbda [b727fbda]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.7% (12 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdescreensaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdescreensaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=434c598a [434c598a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/libtdescreensaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/libtdescreensaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4089fda0 [4089fda0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - sort&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-sort/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2cbc589c [2cbc589c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2d5d6b8 [e2d5d6b8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/libkcal&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkcal/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=151f6131 [151f6131]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=47c2ae17 [47c2ae17]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=faaf9772 [faaf9772]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5b3b00f1 [5b3b00f1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f34f2365 [f34f2365]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6983e752 [6983e752]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_smtp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_smtp/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d86b07fe [d86b07fe]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d1f33ee4 [d1f33ee4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e9ece646 [e9ece646]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=96d252b0 [96d252b0]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_asus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_asus/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df9a76ce [df9a76ce]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2036 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dfdb2488 [dfdb2488]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=59dbb13c [59dbb13c]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aa2a5d1a [aa2a5d1a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (331 of 331 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51ae0630 [51ae0630]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5dd3d57f [5dd3d57f]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1013 of 1013 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeprint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeprint/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=446206b2 [446206b2]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e285c92a [e285c92a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=80632599 [80632599]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_media&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_media/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ef9dbeb [7ef9dbeb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=967b322e [967b322e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdehwdevicetray&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdehwdevicetray/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=563b41e9 [563b41e9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=77a23fd7 [77a23fd7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=74110c83 [74110c83]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (331 of 331 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=716ad5fa [716ad5fa]] tdebase: remove translations for &amp;#039;Hotpluggable&amp;#039;. This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/442 TDE/tdebase#442]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=07decc39 [07decc39]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=42dfff61 [42dfff61]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c34e8b6a [c34e8b6a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=38041442 [38041442]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2725a156 [2725a156]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b54aba2 [2b54aba2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (833 of 833 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02030efa [02030efa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.2% (461 of 500 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdecachegrind&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdecachegrind/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5abddf59 [5abddf59]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1016 of 1016 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbabel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbabel/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fc1947d4 [fc1947d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - validators&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-validators/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=995b2521 [995b2521]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4722fda2 [4722fda2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 71.0% (49 of 69 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c7fe792b [c7fe792b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (89 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c55b4ce5 [c55b4ce5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (241 of 241 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonqhtml&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonqhtml/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aeed5fd8 [aeed5fd8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b7b847f5 [b7b847f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (223 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=255d26f7 [255d26f7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (238 of 238 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/ksim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/ksim/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78aad284 [78aad284]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (89 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76168eb5 [76168eb5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmperformance&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmperformance/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1fd85bdd [1fd85bdd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_pop3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_pop3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a58fce8 [2a58fce8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d228567 [7d228567]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfmclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfmclient/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d1527d8f [d1527d8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_smtp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_smtp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c363a97 [6c363a97]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (140 of 140 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ec080931 [ec080931]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc2988ac [bc2988ac]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd5194d2 [bd5194d2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=04ed4b52 [04ed4b52]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (76 of 76 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmusb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmusb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc1d1c98 [bc1d1c98]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (43 of 43 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kthememanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kthememanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ffa5d7e7 [ffa5d7e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (96 of 96 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeprintfax&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeprintfax/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=076c2fed [076c2fed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdestyle_keramik_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdestyle_keramik_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4ceab3f4 [4ceab3f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplashthemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplashthemes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=512d9f79 [512d9f79]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=47e26a43 [47e26a43]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (93 of 93 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdefontinst&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdefontinst/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3a144469 [3a144469]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_home&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_home/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cd272aca [cd272aca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmnotify&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmnotify/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d2ba7ada [d2ba7ada]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (290 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=135f1b2e [135f1b2e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=07c69212 [07c69212]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=03934f6b [03934f6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_system&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_system/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67680029 [67680029]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0e0ae526 [0e0ae526]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeio_svn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeio_svn/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a87c6d1 [8a87c6d1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_ts&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_ts/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aade5865 [aade5865]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_po&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_po/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=522da565 [522da565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_diff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_diff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=83c47a3a [83c47a3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_cpp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_cpp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4d9ffb4a [4d9ffb4a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kres_bugzilla&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kres_bugzilla/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cfa3a9ad [cfa3a9ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (208 of 208 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbugbuster&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbugbuster/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ebed3f3 [3ebed3f3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acb7bd01 [acb7bd01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kmenuapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kmenuapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b406e7b0 [b406e7b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=610e404f [610e404f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/krdb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/krdb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bf546323 [bf546323]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmspellchecking&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmspellchecking/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a6399d3 [4a6399d3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 65.0% (13 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmiccconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmiccconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=80a06e94 [80a06e94]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_tar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_tar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b26c4f5 [4b26c4f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_recentdocs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_recentdocs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=58999e40 [58999e40]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_prefmenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_prefmenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6ce221c9 [6ce221c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - sort&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-sort/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0390f05b [0390f05b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - webarchiver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-webarchiver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cf552d9d [cf552d9d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - wavecapture&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-wavecapture/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=433ee6e7 [433ee6e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - wakeup&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-wakeup/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=46159872 [46159872]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - tyler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-tyler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e02bff0f [e02bff0f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - tippecanoe&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-tippecanoe/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0761ee7 [c0761ee7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - txt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-txt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cd18979e [cd18979e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - mhtml&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-mhtml/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=712079e1 [712079e1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - lnk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-lnk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fce9e09 [4fce9e09]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - html&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-html/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25db3dca [25db3dca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - folder&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-folder/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef1f9ac7 [ef1f9ac7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-desktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10e3306c [10e3306c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - cert&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-cert/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3fec0e8 [f3fec0e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - synaescope&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-synaescope/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a86eaabb [a86eaabb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - searchbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-searchbar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5da3c28e [5da3c28e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - pitchablespeed&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-pitchablespeed/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dce4401c [dce4401c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - minitools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-minitools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=65231d72 [65231d72]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - microformat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-microformat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e048a4eb [e048a4eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (42 of 42 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - mediacontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-mediacontrol/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=03f6f36f [03f6f36f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - lyrics&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-lyrics/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=75a2d1a4 [75a2d1a4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kaddressbook - gmx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kaddressbook-gmx/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=111da4e5 [111da4e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kaddressbook - kworldclock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kaddressbook-kworldclock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=37ccc73b [37ccc73b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (53 of 53 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - ktimemon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-ktimemon/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=877faee6 [877faee6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (48 of 48 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - metabar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-metabar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a964e80 [8a964e80]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - mediaplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-mediaplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6215185a [6215185a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - delicious&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-delicious/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=432a8fd9 [432a8fd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - kmathapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-kmathapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2537b8d7 [2537b8d7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (33 of 33 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - kbinaryclock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-kbinaryclock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41b3507f [41b3507f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - xmltools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-xmltools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d895f991 [d895f991]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - xmlcheck&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-xmlcheck/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1477c443 [1477c443]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - textfilter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-textfilter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a96d906d [a96d906d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - tabbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-tabbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02b5b392 [02b5b392]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - snippets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-snippets/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=06908d1c [06908d1c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - pybrowse&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-pybrowse/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68019125 [68019125]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - openheader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-openheader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e4943b1f [e4943b1f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - modeline&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-modeline/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a8e169d [4a8e169d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - make&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-make/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8548c37e [8548c37e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - kjswrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-kjswrapper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=65197c45 [65197c45]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - insertcommand&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-insertcommand/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f33c05f3 [f33c05f3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - htmltools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-htmltools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a3220aa3 [a3220aa3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - helloworld&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-helloworld/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0768ae06 [0768ae06]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - fll_plugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-fll_plugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ed62a7e [7ed62a7e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - fll_initplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-fll_initplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4551fe7c [4551fe7c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - filetemplates&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-filetemplates/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a5773c33 [a5773c33]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - cppsymbolviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-cppsymbolviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d5f107a6 [d5f107a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - image&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-image/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=760d609c [760d609c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - charlatanui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-charlatanui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=49a7da4e [49a7da4e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - ffrs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-ffrs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44ff5289 [44ff5289]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - dub&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-dub/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f595c2f4 [f595c2f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (81 of 81 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - domtreeviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-domtreeviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5984420c [5984420c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - dirfilter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-dirfilter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8740f36c [8740f36c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - crashes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-crashes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2eea31a6 [2eea31a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - autorefresh&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-autorefresh/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0b43890b [0b43890b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - audio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-audio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b60fc4c0 [b60fc4c0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - ark&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-ark/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4f2e12e9 [4f2e12e9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - alsaplayerui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-alsaplayerui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8cf5b05b [8cf5b05b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - akregator&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-akregator/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e9608f5 [1e9608f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (3009 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb7f6413 [bb7f6413]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (101 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2297c73 [a2297c73]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16fc9290 [16fc9290]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30b25447 [30b25447]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0c9390e0 [0c9390e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_asus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_asus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c9b6e0a [3c9b6e0a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (464 of 464 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kttsd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kttsd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5f018862 [5f018862]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.8% (5277 of 5622 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9cd12c13 [9cd12c13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4373 of 4373 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fb393ca2 [fb393ca2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdelirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdelirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de26e8e7 [de26e8e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/superkaramba&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/superkaramba/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef2d1ac9 [ef2d1ac9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.7% (204 of 238 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/ksim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/ksim/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8225ecb4 [8225ecb4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0d8c5564 [0d8c5564]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_powerbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_powerbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=15e159f9 [15e159f9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cbaed96f [cbaed96f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_delli8k&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_delli8k/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=99665cc4 [99665cc4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilod&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilod/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76cf712f [76cf712f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kfloppy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kfloppy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a780ff13 [a780ff13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.1% (833 of 849 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kaddressbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kaddressbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=160a21e5 [160a21e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (288 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b39b69b0 [b39b69b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.8% (224 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=37c46a10 [37c46a10]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aaa64918 [aaa64918]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_raw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_raw/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b72b65e [2b72b65e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (197 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de33568d [de33568d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (121 of 121 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/klinkstatus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/klinkstatus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c46c273c [c46c273c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=463fe953 [463fe953]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.0% (23 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - webarchiver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-webarchiver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f902060c [f902060c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - imgallery&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-imgallery/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7291a5d [e7291a5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (254 of 254 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libtdegames&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libtdegames/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=60f4c2ad [60f4c2ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4d13a2c [c4d13a2c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (557 of 557 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kmplot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kmplot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8f16a587 [8f16a587]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4373 of 4373 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a1803a12 [a1803a12]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (765 of 765 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kalzium&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kalzium/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a9f1223f [a9f1223f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6f5c5077 [6f5c5077]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (138 of 138 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdeiconedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdeiconedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9f37b90b [9f37b90b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_xpm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_xpm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=124a1a5b [124a1a5b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_xbm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_xbm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1397cb2b [1397cb2b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_tiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_tiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8cd2a856 [8cd2a856]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_tga&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_tga/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2102c574 [2102c574]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_rgb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_rgb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=146a8054 [146a8054]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_ps&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_ps/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=21580aeb [21580aeb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pnm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pnm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee75c8c5 [ee75c8c5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_png&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_png/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=19cf3c62 [19cf3c62]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pdf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=107c467f [107c467f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pcx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pcx/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02a155ef [02a155ef]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (67 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_jpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_jpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d85c7052 [d85c7052]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_ico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_ico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2933d93 [e2933d93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_gif&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_gif/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4382f606 [4382f606]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (59 of 59 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_exr&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_exr/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5bddf5a5 [5bddf5a5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_dvi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_dvi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=921e29b3 [921e29b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_dds&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_dds/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0b56525a [0b56525a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_bmp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_bmp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5694df40 [5694df40]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (107 of 107 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/libkscan&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/libkscan/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4f70423 [d4f70423]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/libkfaximgage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/libkfaximgage/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1d63ec25 [1d63ec25]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (179 of 179 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewshell&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewshell/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4cd8d3e0 [4cd8d3e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewscannerplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewscannerplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d794493d [d794493d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kview_scale&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kview_scale/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5f74d61a [5f74d61a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewpresenterplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewpresenterplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1c6f60df [1c6f60df]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kvieweffectsplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kvieweffectsplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2c39783 [a2c39783]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewbrowserplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewbrowserplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=23706e02 [23706e02]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (123 of 123 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kuickshow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kuickshow/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=96c0bde1 [96c0bde1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (45 of 45 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksnapshot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksnapshot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6536643 [e6536643]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=40b76cfc [40b76cfc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (225 of 225 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=54045117 [54045117]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (256 of 256 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kooka&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kooka/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a0ba024f [a0ba024f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (386 of 386 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kolourpaint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kolourpaint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b9817b46 [b9817b46]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (131 of 131 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8614f6c [a8614f6c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kgamma&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kgamma/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=09d52dca [09d52dca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (215 of 215 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kdvi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kdvi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25b4dfd1 [25b4dfd1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcoloredit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcoloredit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51cd9478 [51cd9478]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewviewerpluginsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewviewerpluginsconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2c14518 [a2c14518]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewpluginsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewpluginsconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2746c521 [2746c521]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewgeneralconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewgeneralconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25650c93 [25650c93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewcanvasconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewcanvasconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4af32845 [4af32845]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcmkamera&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcmkamera/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb0c53ea [bb0c53ea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ff1ec9c1 [ff1ec9c1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (403 of 403 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c00aae5c [c00aae5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppplogview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppplogview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=93829039 [93829039]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (416 of 416 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c152d582 [c152d582]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (94 of 94 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kpf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kpf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=654c466b [654c466b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acdd4826 [acdd4826]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_avi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_avi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=85655c32 [85655c32]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (320 of 320 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12c3105c [12c3105c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (80 of 80 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_lame&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_lame/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acfe74f0 [acfe74f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.0% (17 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_xmlrpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_xmlrpc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8f561fa [b8f561fa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2430 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b59a52df [b59a52df]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.1% (833 of 849 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kaddressbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kaddressbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b15f99b [3b15f99b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.7% (341 of 360 strings)&amp;lt;br/&amp;gt;Translation: tdepim/akregator&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/akregator/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6fd71df1 [6fd71df1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12eb7e03 [12eb7e03]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.0% (250 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9937df39 [9937df39]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ae470e5 [2ae470e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=08998baf [08998baf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (67 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmcolors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmcolors/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10ac25e5 [10ac25e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdedebugdialog&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdedebugdialog/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0771e565 [0771e565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2865 of 2865 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/ppdtranslations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/ppdtranslations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c535e26d [c535e26d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73b6114f [73b6114f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=155b3201 [155b3201]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a4c12d6 [2a4c12d6]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=976a81b4 [976a81b4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (245 of 245 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kdat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kdat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9fe445d8 [9fe445d8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8660af8 [a8660af8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (152 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=807855fe [807855fe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=69bdd2bf [69bdd2bf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (416 of 416 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=85d49634 [85d49634]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6980e97e [6980e97e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (111 of 111 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dc165c85 [dc165c85]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2430 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5bd9ba76 [5bd9ba76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0fd4f012 [0fd4f012]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.0% (99 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ca026de0 [ca026de0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0eb200e2 [0eb200e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4af789bd [4af789bd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b3efd69f [b3efd69f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (72 of 72 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/i18n - entry.desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/i18n-entrydesktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e5046884 [e5046884]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.5% (2464 of 2578 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6ff96b0 [d6ff96b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.9% (929 of 1010 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kommander&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kommander/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=052541a5 [052541a5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6813630 [d6813630]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61348be4 [61348be4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (106 of 106 strings)&amp;lt;br/&amp;gt;Translation: tdegames/lskat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/lskat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ce4cc89a [ce4cc89a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f84f621b [f84f621b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.8% (5277 of 5622 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7adefbb7 [7adefbb7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (553 of 553 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kgpg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kgpg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a54f6ad [9a54f6ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.8% (722 of 723 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a7b6a48e [a7b6a48e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.0% (109 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=adb9ee02 [adb9ee02]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acbf941b [acbf941b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_systemmenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_systemmenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d1ace2d1 [d1ace2d1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (288 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c940de1b [c940de1b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ce53218 [7ce53218]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76141cbc [76141cbc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.7% (158 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44df28d5 [44df28d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1032 of 1032 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpovmodeler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpovmodeler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=77cf8f9c [77cf8f9c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (3008 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c8cacdab [c8cacdab]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 90.6% (155 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f38fa8f3 [f38fa8f3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b01edccd [b01edccd]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=04d54b46 [04d54b46]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=edde93c4 [edde93c4]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (331 of 332 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee87723d [ee87723d]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 94.7% (36 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=347c614b [347c614b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5d7a5d36 [5d7a5d36]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4a7354e [c4a7354e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17e37aec [17e37aec]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a93fc87 [5a93fc87]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (417 of 417 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libtdepim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fa7c437 [4fa7c437]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1428 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e157a91c [e157a91c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=35f9874a [35f9874a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=31e1fd99 [31e1fd99]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5196 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c29db08c [c29db08c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kasteroids&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kasteroids/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45c9efee [45c9efee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bac7cad2 [bac7cad2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.8% (722 of 723 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45438fab [45438fab]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmicons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmicons/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=184c41a3 [184c41a3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f2e51c15 [f2e51c15]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 55.1% (32 of 58 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78f3d660 [78f3d660]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c84bab9b [c84bab9b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9dceffa5 [9dceffa5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bea7c2b5 [bea7c2b5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2f6e4464 [2f6e4464]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (181 of 181 strings)&amp;lt;br/&amp;gt;Translation: tdepim/karm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/karm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b718443 [7b718443]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksystemtrayapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksystemtrayapplet/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df6f0d2f [df6f0d2f]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (290 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2282d9eb [2282d9eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.3% (21 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - alsaplayerui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-alsaplayerui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8ef3404 [a8ef3404]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (369 of 369 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3fb5a51f [3fb5a51f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (137 of 137 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kverbos&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kverbos/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6fd40db8 [6fd40db8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (205 of 205 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdemid&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdemid/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=789b5f42 [789b5f42]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (88 of 88 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kpersonalizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kpersonalizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bfa34bd2 [bfa34bd2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6da779c2 [6da779c2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.8% (224 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6038555 [e6038555]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dffecf21 [dffecf21]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.7% (157 of 159 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b0cd75a3 [b0cd75a3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (289 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=64e03b0c [64e03b0c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=805a0c6c [805a0c6c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c16120f [3c16120f]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f6b47865 [f6b47865]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.5% (3006 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=905b500e [905b500e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_wav&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_wav/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0376d619 [0376d619]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_theora&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_theora/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8c0bd602 [8c0bd602]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_sid&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_sid/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f96bfe38 [f96bfe38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_ogg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_ogg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=20da6100 [20da6100]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_m3u&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_m3u/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6ec9d7d [e6ec9d7d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=002f6b01 [002f6b01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9c288da4 [9c288da4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fdacc87 [4fdacc87]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_flac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_flac/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79bd92c0 [79bd92c0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_avi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_avi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8545225b [8545225b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_au&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_au/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16bb2152 [16bb2152]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (332 of 332 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61ff946a [61ff946a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (187 of 187 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/libkcddb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/libkcddb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=18dd016f [18dd016f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (111 of 111 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7047488 [e7047488]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=09ae6e3a [09ae6e3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a94f2253 [a94f2253]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kcmcddb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kcmcddb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=839723e8 [839723e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaboodle&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaboodle/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a3d5767a [a3d5767a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_vorbis&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_vorbis/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=039aa373 [039aa373]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (80 of 80 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_lame&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_lame/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1a2584a5 [1a2584a5]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 85.9% (1749 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ae0d186 [1ae0d186]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwindecoration&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwindecoration/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8e3a9bd8 [8e3a9bd8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a8bf169 [9a8bf169]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6329682c [6329682c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_flac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_flac/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=01a947f7 [01a947f7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48cbdde6 [48cbdde6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bda1bc83 [bda1bc83]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a94365d8 [a94365d8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b07c9fd5 [b07c9fd5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=99ddc47e [99ddc47e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=233603f3 [233603f3]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kickermenu_kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kickermenu_kate/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eb41c146 [eb41c146]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (261 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=035d412a [035d412a]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=252276b0 [252276b0]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a3c101a [5a3c101a]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3baf4ac [f3baf4ac]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0198f7b7 [0198f7b7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abbea754 [abbea754]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=22447195 [22447195]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67154ced [67154ced]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwinrules&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwinrules/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68257170 [68257170]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwindecoration&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwindecoration/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5b8921e6 [5b8921e6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b643ca2 [4b643ca2]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ea42728d [ea42728d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e0f759a [1e0f759a]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41a2a0a6 [41a2a0a6]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 87.7% (150 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7a72e540 [7a72e540]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1433ed29 [1433ed29]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4816e684 [4816e684]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c9f3b6c [3c9f3b6c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41444a5d [41444a5d]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 80.6% (2134 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=62275fac [62275fac]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4565a842 [4565a842]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eb88e6fc [eb88e6fc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a15c7835 [a15c7835]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7e214ab [e7e214ab]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ff4ced6a [ff4ced6a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c8260126 [c8260126]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4d00bce3 [4d00bce3]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cadd2b5d [cadd2b5d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9a96806 [c9a96806]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdelicense&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdelicense/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bda14f95 [bda14f95]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5196 of 5196 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dac4018a [dac4018a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 80.9% (1648 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b5c59d83 [b5c59d83]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=643497da [643497da]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e41785c [1e41785c]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (197 of 197 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1be1e3e9 [1be1e3e9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fbde5a66 [fbde5a66]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (326 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c1acc00 [6c1acc00]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (289 of 289 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9b635e1b [9b635e1b]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b0ef02e [7b0ef02e]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8dbd2744 [8dbd2744]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1b39883e [1b39883e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b5c8e7a [3b5c8e7a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=49367158 [49367158]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da6ebc69 [da6ebc69]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.5% (211 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=38d19787 [38d19787]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da4c604a [da4c604a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a289914a [a289914a]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmag&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmag/nl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=587622ea [587622ea]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d0076837 [d0076837]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=484fbfeb [484fbfeb]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 85.0% (805 of 946 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/katepart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/katepart/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a1c113b [5a1c113b]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 86.4% (369 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb4d9424 [bb4d9424]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 54.2% (247 of 455 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs_colors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs_colors/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3059b6dc [3059b6dc]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd92b2ee [bd92b2ee]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44c33da9 [44c33da9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.3% (158 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e405a694 [e405a694]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.8% (16 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmenergy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmenergy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1a8c65b3 [1a8c65b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 71.4% (5 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - image&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-image/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f91ae8b2 [f91ae8b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (197 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee561a5d [ee561a5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.5% (193 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b7818e1 [4b7818e1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegames/kmahjongg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmahjongg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=62c862a8 [62c862a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.6% (191 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=feb94ddc [feb94ddc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdewalletmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdewalletmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9cf3ed6a [9cf3ed6a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da73efd6 [da73efd6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdewalletmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdewalletmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=56f2e465 [56f2e465]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/krdb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/krdb/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ea2bd4b [2ea2bd4b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=289b8045 [289b8045]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 80.3% (1636 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17b287ee [17b287ee]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.9% (195 of 197 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e98cc110 [e98cc110]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7768467e [7768467e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ffe4047 [3ffe4047]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d42dfce9 [d42dfce9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 77.9% (1588 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c033f982 [c033f982]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=447af80a [447af80a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 76.8% (1565 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f9a53f48 [f9a53f48]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5cac2c06 [5cac2c06]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ec024ca [7ec024ca]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c624634e [c624634e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f86ccae9 [f86ccae9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6fc3c2e [d6fc3c2e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin_lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin_lib/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f322a111 [f322a111]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f09ec0ab [f09ec0ab]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ba5d62d1 [ba5d62d1]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.5% (209 of 210 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7e255c40 [7e255c40]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=86acd12e [86acd12e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4f3b4305 [4f3b4305]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eac33e90 [eac33e90]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (196 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17c51be5 [17c51be5]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0ab2398 [c0ab2398]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (326 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6b7fac1 [d6b7fac1]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (206 of 206 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4e97cea7 [4e97cea7]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e8274087 [e8274087]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d7fbab18 [d7fbab18]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3f1a08b4 [3f1a08b4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=92e6fc46 [92e6fc46]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6cf5249d [6cf5249d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48907031 [48907031]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.3% (148 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9ef855fe [9ef855fe]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.4% (170 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79e81b47 [79e81b47]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.9% (194 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=af5e01d0 [af5e01d0]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f262c268 [f262c268]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (326 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e03e491a [e03e491a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=299d7e9b [299d7e9b]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=963b03f8 [963b03f8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4643459 [a4643459]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 99.4% (171 of 172 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b6f0d602 [b6f0d602]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f6a6c8e5 [f6a6c8e5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67d451ba [67d451ba]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewpresenterplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewpresenterplugin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a18b92ba [a18b92ba]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d9a6697 [7d9a6697]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aaeda12b [aaeda12b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c999f37 [3c999f37]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdmconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmconfig/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef954c90 [ef954c90]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2aa378ca [2aa378ca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_zeroconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_zeroconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2cd8ff75 [2cd8ff75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cb5cf602 [cb5cf602]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krdc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krdc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fc00fa70 [fc00fa70]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (94 of 94 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kpf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kpf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=325dc4a8 [325dc4a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.8% (2984 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b912c6e7 [b912c6e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (248 of 248 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/knewsticker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/knewsticker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6e04a742 [6e04a742]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (103 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmwifi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmwifi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ca7235c9 [ca7235c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (100 of 100 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmlanbrowser&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmlanbrowser/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ddb067e7 [ddb067e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (43 of 43 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmktalkd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmktalkd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c7fc70f6 [c7fc70f6]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (196 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cff19a2f [cff19a2f]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bad75a4d [bad75a4d]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (327 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0115ec51 [0115ec51]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=75d3b850 [75d3b850]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ade36f2 [1ade36f2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ad7aeafe [ad7aeafe]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=57cd82f9 [57cd82f9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=405dc7df [405dc7df]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ee0c314 [3ee0c314]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdmconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmconfig/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2567a89d [2567a89d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b2441d13 [b2441d13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_zeroconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_zeroconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c669a79d [c669a79d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_lan&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_lan/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5ecccc8f [5ecccc8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_jabberdisco&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_jabberdisco/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=153f7022 [153f7022]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefile_torrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefile_torrent/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=db5cbbbc [db5cbbbc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kwireless&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kwireless/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=70391ee5 [70391ee5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kinetd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kinetd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0f541093 [0f541093]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kdictapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kdictapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16494e41 [16494e41]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/libtdepim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7648b3c9 [7648b3c9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b7ec603 [7b7ec603]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fb3fdb2b [fb3fdb2b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fe4514c8 [fe4514c8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=83bdc126 [83bdc126]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=63a90127 [63a90127]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/tdefifteen&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/tdefifteen/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df53a5b9 [df53a5b9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a27093a0 [a27093a0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 87.5% (14 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - audio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-audio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd2a6f38 [bd2a6f38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (89 of 89 strings)&amp;lt;br/&amp;gt;Translation: tdegames/twin4&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/twin4/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e64c11d2 [e64c11d2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (254 of 254 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libtdegames&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libtdegames/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7e30682d [7e30682d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (122 of 122 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libksirtet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libksirtet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ce1a3bf [3ce1a3bf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.2% (56 of 57 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ktuberling&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ktuberling/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2d940247 [2d940247]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9561b74 [c9561b74]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kshisen&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kshisen/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e67e6a7f [e67e6a7f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kolf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kolf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12861973 [12861973]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2e8f84f5 [2e8f84f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (381 of 381 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kgoldrunner&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kgoldrunner/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1256c7f6 [1256c7f6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f0087266 [f0087266]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (1235 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=06391dfe [06391dfe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 84.4% (87 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=71347685 [71347685]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79cebe5e [79cebe5e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78aaa659 [78aaa659]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (289 of 289 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=74773ebc [74773ebc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ac07e9f6 [ac07e9f6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdestyle_plastik_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdestyle_plastik_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e00cbcb5 [e00cbcb5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_kdatatool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_kdatatool/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c09081a6 [c09081a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdefileaudiopreview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdefileaudiopreview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=624183f5 [624183f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_autobookmarker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_autobookmarker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b00d45a6 [b00d45a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (946 of 946 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/katepart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/katepart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=db142dcb [db142dcb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabcformat_binary&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabcformat_binary/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7cd87b83 [7cd87b83]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_isearch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_isearch/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=11d74de2 [11d74de2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_file&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_file/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8c12f11 [b8c12f11]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_docwordcompletion&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_docwordcompletion/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dd4127b3 [dd4127b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_net&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_net/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6d341d34 [6d341d34]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_sql&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_sql/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=661b618f [661b618f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_dir&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_dir/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=650ebed1 [650ebed1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdestyle_highcontrast_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdestyle_highcontrast_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=681fb57e [681fb57e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2865 of 2865 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/ppdtranslations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/ppdtranslations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5410b42a [5410b42a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/libtdescreensaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/libtdescreensaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a4a938d [6a4a938d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_insertfile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_insertfile/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f1d18823 [f1d18823]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (44 of 44 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_ldaptdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_ldaptdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30f083cd [30f083cd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acbf80cd [acbf80cd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f8fb2e20 [f8fb2e20]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1013 of 1013 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeprint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeprint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aa0506f0 [aa0506f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (455 of 455 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs_colors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs_colors/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82e61934 [82e61934]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2739 of 2739 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a2ce6cb [9a2ce6cb]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73eb4e4d [73eb4e4d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=91f7be0d [91f7be0d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 64.5% (129 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a9fa5d76 [a9fa5d76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/taskbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/taskbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b382a9a [2b382a9a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktaskbarapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktaskbarapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30e0f112 [30e0f112]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/lockout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/lockout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e1c4e2b5 [e1c4e2b5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5317fab2 [5317fab2]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=92ad6a46 [92ad6a46]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0e61bcd [c0e61bcd]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dedebeb6 [dedebeb6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_delli8k&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_delli8k/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51c00880 [51c00880]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (206 of 206 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4a6e3eb [d4a6e3eb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c368d148 [c368d148]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a73707b4 [a73707b4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9af8d504 [9af8d504]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 97.3% (219 of 225 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=875d4c24 [875d4c24]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a757dd8a [a757dd8a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abcfb18a [abcfb18a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/libtaskbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskbar/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d481507 [7d481507]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kay&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kay/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fa9f0334 [fa9f0334]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5af0121c [5af0121c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdesud&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdesud/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e363127a [e363127a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/naughtyapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/naughtyapplet/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=54976205 [54976205]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 75.7% (1542 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8f32df4 [b8f32df4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a46e674 [8a46e674]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82b00602 [82b00602]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8919bb8a [8919bb8a]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3e98afc4 [3e98afc4]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51cb26bc [51cb26bc]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d5046c21 [d5046c21]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=500f2c45 [500f2c45]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 98.5% (70 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kspaceduel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kspaceduel/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=53f3360c [53f3360c]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksokoban&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksokoban/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fa57d92b [fa57d92b]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 48.9% (24 of 49 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksnake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksnake/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4d9d7c1 [a4d9d7c1]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 94.7% (18 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksmiletris&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksmiletris/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=63667467 [63667467]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 34.1% (27 of 79 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2b3a41b [e2b3a41b]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 38.0% (19 of 50 strings)&amp;lt;br/&amp;gt;Translation: tdegames/klines&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/klines/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=33531138 [33531138]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45486792 [45486792]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (58 of 58 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5e2914e7 [5e2914e7]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c716f74 [6c716f74]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a270de3 [5a270de3]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (322 of 322 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=404b586a [404b586a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8b023bb7 [8b023bb7]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (322 of 322 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10d7630d [10d7630d]] tdepim: remove kitchensync pot file again, since it was automatically re-added&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a8b0c96 [2a8b0c96]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f4de4713 [f4de4713]] tdepim: remove translations for kitchensync and multisynk&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=64d45800 [64d45800]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0c2a0ab3 [0c2a0ab3]] tdegraphics: remove translations for kmrml&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8aa58abf [8aa58abf]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=376b1bfe [376b1bfe]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a340797 [6a340797]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=90797510 [90797510]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e0706cf8 [e0706cf8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eee4a43c [eee4a43c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb21ba44 [bb21ba44]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
= libraries =&lt;br /&gt;
== libkdcraw ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=d13e9744 [d13e9744]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (74 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=50387262 [50387262]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 70.2% (52 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=fb8e7233 [fb8e7233]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (74 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=4720b9e3 [4720b9e3]] Added translation using Weblate (Chinese (Simplified))&lt;br /&gt;
&lt;br /&gt;
== libkipi ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=b83bf7c2 [b83bf7c2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkipi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkipi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=1ea1d770 [1ea1d770]] Added translation using Weblate (Chinese (Traditional))&lt;br /&gt;
&lt;br /&gt;
== kipi-plugins ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=e3f5013b [e3f5013b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - wallpaper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-wallpaper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=38e917f9 [38e917f9]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=aa3b7277 [aa3b7277]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.0% (512 of 602 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - metadataedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-metadataedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=62e89ce1 [62e89ce1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 40.1% (53 of 132 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - cdarchiving&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-cdarchiving/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=1fc6b1e0 [1fc6b1e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - viewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-viewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=f134eb8d [f134eb8d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=7115da7d [7115da7d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=c39b2d5d [c39b2d5d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=549a8d58 [549a8d58]] Added translation using Weblate (Chinese (Traditional))&lt;br /&gt;
&lt;br /&gt;
== libtqt-perl ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=ea4d4023 [ea4d4023]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=a8738810 [a8738810]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=076ec834 [076ec834]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
= applications/development =&lt;br /&gt;
== kdbg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=db9f1ffa [db9f1ffa]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdbg - kdbg.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbg-kdbgdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=b171e1b2 [b171e1b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kdbg - kdbg.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbg-kdbgdesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== kdiff3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=97fe01f4 [97fe01f4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3 - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=0a217c78 [0a217c78]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=453f35a8 [453f35a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 67.2% (347 of 516 strings)&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=47366761 [47366761]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: applications/kdiff3 - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=810025fb [810025fb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=b65164fa [b65164fa]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=abcdeb43 [abcdeb43]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=1bab9902 [1bab9902]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kpicosim ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=96f6ef35 [96f6ef35]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kpicosim - kpicosim.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpicosim-kpicosimdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=9ec59898 [9ec59898]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=cc2e4443 [cc2e4443]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/kpicosim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpicosim/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=4db10d51 [4db10d51]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=39160972 [39160972]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kpicosim - kpicosim.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpicosim-kpicosimdesktop/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=21828c08 [21828c08]] Added translation using Weblate (Portuguese (Brazil))&lt;br /&gt;
&lt;br /&gt;
== kscope ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=f762b97f [f762b97f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kscope - kscope.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kscope-kscopedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=baecf737 [baecf737]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== piklab ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=6c0461f7 [6c0461f7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 0.4% (7 of 1669 strings)&amp;lt;br/&amp;gt;Translation: applications/piklab&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/piklab/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=f7b9e20a [f7b9e20a]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdesvn ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=5b9025cb [5b9025cb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 48.5% (359 of 739 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=1074ed80 [1074ed80]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdesvn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=2cdbcc87 [2cdbcc87]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 48.5% (359 of 739 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=f66e96c7 [f66e96c7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdesvn - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=e0823d75 [e0823d75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/games =&lt;br /&gt;
== knights ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=f3e352ec [f3e352ec]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knights - knights.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knights-knightsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=c2ad1fa9 [c2ad1fa9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/knights - pgn mimetype&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knights-pgn-mimetype/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=9106aede [9106aede]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=d63c00f1 [d63c00f1]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
= applications/graphics =&lt;br /&gt;
== digikam ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=5ec04830 [5ec04830]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1794 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=365fc56f [365fc56f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=31f057f7 [31f057f7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1794 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=d1ed2afa [d1ed2afa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1793 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=1798610f [1798610f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=e809e384 [e809e384]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1793 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=53e13c18 [53e13c18]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2244 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=09a41f75 [09a41f75]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/&lt;br /&gt;
&lt;br /&gt;
== gwenview ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=7183742f [7183742f]] Fix pthread required. This relates to PR #35.&lt;br /&gt;
&lt;br /&gt;
== gwenview-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=6145e290 [6145e290]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (342 of 342 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=f3694437 [f3694437]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (342 of 342 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=bc00950d [bc00950d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (342 of 342 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=d1950f41 [d1950f41]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.9% (335 of 342 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=41a7389f [41a7389f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=332d87e3 [332d87e3]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=824111fb [824111fb]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.7% (341 of 342 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=ae02bedc [ae02bedc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=3f720a85 [3f720a85]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=3e754a52 [3e754a52]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=57175831 [57175831]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=827f6c7b [827f6c7b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/ru/&lt;br /&gt;
&lt;br /&gt;
== ksquirrel ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=812e8755 [812e8755]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.3% (493 of 517 strings)&amp;lt;br/&amp;gt;Translation: applications/ksquirrel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksquirrel/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=8dcaf788 [8dcaf788]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.3% (493 of 517 strings)&amp;lt;br/&amp;gt;Translation: applications/ksquirrel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksquirrel/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=6fbf4183 [6fbf4183]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/ksquirrel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksquirrel/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=36fc62e2 [36fc62e2]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (517 of 517 strings)&amp;lt;br/&amp;gt;Translation: applications/ksquirrel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksquirrel/it/&lt;br /&gt;
&lt;br /&gt;
== potracegui ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=0dc93a59 [0dc93a59]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/potracegui - potracegui.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/potracegui-potraceguidesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=454877ad [454877ad]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/potracegui - potracegui.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/potracegui-potraceguidesktop/it/&lt;br /&gt;
&lt;br /&gt;
= applications/internet =&lt;br /&gt;
== kasablanca ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=a9da006a [a9da006a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kasablanca - kasablanca.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca-kasablancadesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=81b3e027 [81b3e027]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kasablanca&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=2a9b7e7d [2a9b7e7d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kasablanca - kasablanca.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca-kasablancadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=159a8faf [159a8faf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 64.3% (74 of 115 strings)&amp;lt;br/&amp;gt;Translation: applications/kasablanca&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=4b9e3dcb [4b9e3dcb]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kbiff ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=b44d8e25 [b44d8e25]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=b172523d [b172523d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=a9666982 [a9666982]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbiff - kbiff.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff-kbiffdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=c53c9a60 [c53c9a60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=2cc626b9 [2cc626b9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.8% (89 of 90 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=4069eda9 [4069eda9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff - kbiff.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff-kbiffdesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== kftpgrabber ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=f5ef9f7c [f5ef9f7c]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=a682efb2 [a682efb2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kftpgrabber - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kftpgrabber-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=70edee2c [70edee2c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/kftpgrabber - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kftpgrabber-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== knmap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=c9299bd0 [c9299bd0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=436617ea [436617ea]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=fcc0e57c [fcc0e57c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=a289b05a [a289b05a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=2721c5e0 [2721c5e0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=24febfa6 [24febfa6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=8f8a354b [8f8a354b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (221 of 221 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=b68bd35b [b68bd35b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=60528588 [60528588]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 16.2% (36 of 221 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=aea076a0 [aea076a0]] Added translation using Weblate (Ukrainian)&lt;br /&gt;
&lt;br /&gt;
== konversation ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=7e09ebfb [7e09ebfb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.6% (1167 of 1362 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=efe05804 [efe05804]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/konversation&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=04e4928e [04e4928e]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=b5f177fc [b5f177fc]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation-events/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=dfedc855 [dfedc855]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.6% (1167 of 1362 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation/ru/&lt;br /&gt;
&lt;br /&gt;
== kopete-otr ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=95288d30 [95288d30]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kopete-otr - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kopete-otr-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=15094db2 [15094db2]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kshowmail ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=295eaf3d [295eaf3d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 50.4% (176 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=6d16605e [6d16605e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 50.1% (175 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=9e1b5a5d [9e1b5a5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 50.1% (175 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=ced2b753 [ced2b753]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=10272aed [10272aed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 49.8% (174 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=b13b420d [b13b420d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 49.5% (173 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
&lt;br /&gt;
== kstreamripper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=e7e90ba3 [e7e90ba3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kstreamripper - kstreamripper.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper-kstreamripperdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=cd2d1f4f [cd2d1f4f]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=38dad7af [38dad7af]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 78.7% (26 of 33 strings)&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=c6c8865f [c6c8865f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=b57d1640 [b57d1640]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=04b2afc8 [04b2afc8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=3f95be57 [3f95be57]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=dbdd2a4e [dbdd2a4e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=6a970335 [6a970335]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=3ec99f94 [3ec99f94]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=457de6e0 [457de6e0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=1801e3aa [1801e3aa]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 80.0% (24 of 30 strings)&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=382d4392 [382d4392]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=5da88b7e [5da88b7e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=c621d368 [c621d368]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== ktorrent ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=1e588c37 [1e588c37]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=ccf782d8 [ccf782d8]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (875 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=523c79c3 [523c79c3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (875 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=46220b63 [46220b63]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 80.1% (701 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/ru/&lt;br /&gt;
&lt;br /&gt;
== kvirc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=5bedfee4 [5bedfee4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (805 of 805 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=80098102 [80098102]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.8% (2404 of 2588 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=574f79d5 [574f79d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - torrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-torrent/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b9cb66f1 [b9cb66f1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (78 of 78 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - theme&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-theme/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=9390b2d9 [9390b2d9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - sharedfileswindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-sharedfileswindow/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=6e0f1e9c [6e0f1e9c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - perl&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-perl/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=302a040b [302a040b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - filetransferwindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-filetransferwindow/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=db90f695 [db90f695]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=33fece29 [33fece29]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=ab992aba [ab992aba]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - perlcore&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-perlcore/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=484c9ce8 [484c9ce8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=5c4d4a2a [5c4d4a2a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - editor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a7a4e202 [a7a4e202]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - about&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-about/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b7788073 [b7788073]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - notifier&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=391b00c9 [391b00c9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a0a87c06 [a0a87c06]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (805 of 805 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=12f4706c [12f4706c]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - mediaplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-mediaplayer/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=6280f2fb [6280f2fb]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - torrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-torrent/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=c0c52835 [c0c52835]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (78 of 78 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - theme&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-theme/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=0f4e51e5 [0f4e51e5]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - sharedfileswindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-sharedfileswindow/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=03eee71d [03eee71d]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - perlcore&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-perlcore/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=eb439f20 [eb439f20]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - perl&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-perl/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=df7ec3eb [df7ec3eb]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - notifier&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=d7deeb9d [d7deeb9d]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - logview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-logview/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=3a47fdca [3a47fdca]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - filetransferwindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-filetransferwindow/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a417c6a0 [a417c6a0]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - editor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=58a8d2a6 [58a8d2a6]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (182 of 182 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - dcc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-dcc/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=44846083 [44846083]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - notifier&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b435bad5 [b435bad5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - editor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b412083e [b412083e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - about&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-about/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b32a017a [b32a017a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.8% (2404 of 2588 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=02e908ee [02e908ee]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=e2dd007c [e2dd007c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a48e70a7 [a48e70a7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (794 of 805 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a7254dcc [a7254dcc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - theme&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-theme/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=25f3bffc [25f3bffc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=1e208b4f [1e208b4f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - logview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-logview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=3e94a25e [3e94a25e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - editor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=0c62fcd5 [0c62fcd5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - filetransferwindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-filetransferwindow/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a6e75ff9 [a6e75ff9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - dcc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-dcc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=2091bae5 [2091bae5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - notifier&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=90e47cbd [90e47cbd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - sharedfileswindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-sharedfileswindow/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=729d67a2 [729d67a2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=116c3821 [116c3821]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=5e2a1ae3 [5e2a1ae3]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== kvpnc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=26680f70 [26680f70]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kvpnc - kvpnc.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc-kvpncdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=7b05f487 [7b05f487]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=e45d6713 [e45d6713]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 14.1% (351 of 2472 strings)&amp;lt;br/&amp;gt;Translation: applications/kvpnc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=a7492e4b [a7492e4b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvpnc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=da275e97 [da275e97]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=69565c3b [69565c3b]] Revert changes of translations related to unwanted renaming&amp;lt;br/&amp;gt;SLOT =&amp;amp;gt; TQ_SLOT in the message string.&amp;lt;br/&amp;gt;This revert commits:&amp;lt;br/&amp;gt;28bd29d299272a1d96d678c550de70c2dd442785&amp;lt;br/&amp;gt;f1197c6adc69b6acae78327e1481ce78ba7774ae&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=f1197c6a [f1197c6a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvpnc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=28bd29d2 [28bd29d2]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=56a31f9a [56a31f9a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/tork - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tork-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=5efe8cb7 [5efe8cb7]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=b478b393 [b478b393]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: applications/tork - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tork-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=e8c69c0a [e8c69c0a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: applications/tork - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tork-desktop-files/it/&lt;br /&gt;
&lt;br /&gt;
= applications/misc =&lt;br /&gt;
== bibletime ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=48ce54dd [48ce54dd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/bibletime - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/bibletime-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=e57d164d [e57d164d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=9d90808b [9d90808b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/bibletime - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/bibletime-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=de0a4201 [de0a4201]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=7c699d2d [7c699d2d]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== desktop-effects-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=a1491403 [a1491403]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=5896fcd5 [5896fcd5]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=4ef8c50e [4ef8c50e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=7437087e [7437087e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=92556696 [92556696]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kcmldap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=10dc0c8c [10dc0c8c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kcm-ldap - ldapbonding.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-ldap-ldapbondingdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=2d2e48bf [2d2e48bf]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=5e83e4cf [5e83e4cf]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kcmldapcontroller ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=9790ea48 [9790ea48]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kcm-ldapcontroller - ldapcontroller.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-ldapcontroller-ldapcontrollerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=db1459a6 [db1459a6]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=1c9b3a80 [1c9b3a80]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kcmldapmanager ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=61c492ee [61c492ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kcm-ldapmanager - ldapmanager.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-ldapmanager-ldapmanagerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=1b7e69e3 [1b7e69e3]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=580fd05b [580fd05b]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kerberostray ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=d29a0b08 [d29a0b08]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kerberostray - kerberostray.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kerberostray-kerberostraydesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=17fd3039 [17fd3039]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=a677a48f [a677a48f]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=f56d47b0 [f56d47b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kerberostray&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kerberostray/&lt;br /&gt;
&lt;br /&gt;
== krecipes ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=cd240323 [cd240323]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krecipes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krecipes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=22acd03d [22acd03d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=d2a4cb93 [d2a4cb93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 30.5% (343 of 1123 strings)&amp;lt;br/&amp;gt;Translation: applications/krecipes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krecipes/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/multimedia =&lt;br /&gt;
== amarok ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=52621df4 [52621df4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=aa067461 [aa067461]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=7e8b9a52 [7e8b9a52]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=9b954758 [9b954758]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=3f17994d [3f17994d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=e6e3ba96 [e6e3ba96]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=9d43419b [9d43419b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=73837f1a [73837f1a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=079f0cc9 [079f0cc9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b037abfb [b037abfb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=93aff8fd [93aff8fd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=7f396148 [7f396148]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=8ac0d326 [8ac0d326]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=086adc4f [086adc4f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4ebfa149 [4ebfa149]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 79.7% (1981 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4cc71ec3 [4cc71ec3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=2116bf2a [2116bf2a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=e6e2d189 [e6e2d189]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=c2a12e62 [c2a12e62]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=44ad188d [44ad188d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=83730846 [83730846]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4ddb9e62 [4ddb9e62]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=90520108 [90520108]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 84.7% (2105 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=40099ec0 [40099ec0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b767627f [b767627f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=bcd8d83e [bcd8d83e]] Fix functionality broken by commit 1c3e0630.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b04099ff [b04099ff]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=a7a79de0 [a7a79de0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=1c3e0630 [1c3e0630]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=5dedf79f [5dedf79f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=8b28bb5c [8b28bb5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=9038cb17 [9038cb17]] Translated using Weblate (Turkish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/tr/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=3c835108 [3c835108]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.8% (2406 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
&lt;br /&gt;
== codeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=033f32ab [033f32ab]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=28a3b75f [28a3b75f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=9f39f05e [9f39f05e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/codeine - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/codeine-desktop-files/&lt;br /&gt;
&lt;br /&gt;
== k3b ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=1cda53bb [1cda53bb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=e28f2192 [e28f2192]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=74808fa8 [74808fa8]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=2111da78 [2111da78]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=00a24ebc [00a24ebc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=987871f0 [987871f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=c2fbc8f1 [c2fbc8f1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=95a45a4f [95a45a4f]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=bbf83236 [bbf83236]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=894069eb [894069eb]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/pt/&lt;br /&gt;
&lt;br /&gt;
== k3b-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=59bb404c [59bb404c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (33 of 33 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - setup&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-setup/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=14a8478d [14a8478d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=3f4f7f46 [3f4f7f46]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=8538da23 [8538da23]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=856ea287 [856ea287]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=34d0ff8c [34d0ff8c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=c29d6639 [c29d6639]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=84cd0b47 [84cd0b47]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (47 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=6f6f5263 [6f6f5263]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=bd308fa9 [bd308fa9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=e6010418 [e6010418]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (47 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=cb12df11 [cb12df11]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=ecef8905 [ecef8905]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=9c355f26 [9c355f26]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=1d1360a7 [1d1360a7]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=6f8f68cc [6f8f68cc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=47c13aee [47c13aee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=b92282bd [b92282bd]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 97.8% (46 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/bg/&lt;br /&gt;
&lt;br /&gt;
== k9copy ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=35c86a79 [35c86a79]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=3847d9ee [3847d9ee]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 86.6% (429 of 495 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=276d0d95 [276d0d95]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=112b19f8 [112b19f8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=45422ea5 [45422ea5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k9copy - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=4e2f83fa [4e2f83fa]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (495 of 495 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=ef83b5b8 [ef83b5b8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=4979c509 [4979c509]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=237b3548 [237b3548]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (495 of 495 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=553df4a4 [553df4a4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=bc07265d [bc07265d]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kaffeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=03b9c1f4 [03b9c1f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (729 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=fe9e778d [fe9e778d]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine-desktop-files/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=ce0c6633 [ce0c6633]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (729 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=3f38f883 [3f38f883]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=eac2daca [eac2daca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (729 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=6c9257f2 [6c9257f2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.5% (711 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=e0e0d158 [e0e0d158]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=b871bd5b [b871bd5b]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kmplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=c1187155 [c1187155]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (390 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=9530e59d [9530e59d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=1566a9ce [1566a9ce]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (390 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=78361cb3 [78361cb3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=6e72f310 [6e72f310]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=30650e19 [30650e19]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.9% (347 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=77c148a7 [77c148a7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=bb993d63 [bb993d63]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=d8d54a7f [d8d54a7f]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 95.6% (373 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=122a27a0 [122a27a0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=bb9e13d1 [bb9e13d1]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=0817bc03 [0817bc03]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer-desktop-files/bg/&lt;br /&gt;
&lt;br /&gt;
== kplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=14b1fdd9 [14b1fdd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 77.1% (800 of 1037 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=968ddac2 [968ddac2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=1c3f07e0 [1c3f07e0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=e9d5a656 [e9d5a656]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=cc14b9cf [cc14b9cf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=d8391ef7 [d8391ef7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 77.0% (799 of 1037 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/ru/&lt;br /&gt;
&lt;br /&gt;
== mplayerthumbs ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=617cbd23 [617cbd23]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== rosegarden ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=1e5e9153 [1e5e9153]] Added translation using Weblate (Portuguese (Brazil))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=edb78953 [edb78953]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.2% (2002 of 2322 strings)&amp;lt;br/&amp;gt;Translation: applications/rosegarden&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/rosegarden/ru/&lt;br /&gt;
&lt;br /&gt;
== soundkonverter ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=4e11f456 [4e11f456]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=451107da [451107da]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (319 of 319 strings)&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=2c5f94f3 [2c5f94f3]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (319 of 319 strings)&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=bcf2d459 [bcf2d459]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.6% (302 of 319 strings)&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=2bf7eb6c [2bf7eb6c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=28a35800 [28a35800]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=300613ee [300613ee]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=a13d3527 [a13d3527]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tderadio ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=49f49b60 [49f49b60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=46e97349 [46e97349]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - streaming&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-streaming/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=0e66044b [0e66044b]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=1e03606e [1e03606e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=f8b88abd [f8b88abd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (17 of 17 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - timeshifter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-timeshifter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=88c92992 [88c92992]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - streaming&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-streaming/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=739ad48d [739ad48d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - soundserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-soundserver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=f693d48c [f693d48c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (78 of 78 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - recording&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-recording/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=62096a82 [62096a82]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - gui-error-log&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-error-log/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=7898f4d5 [7898f4d5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - gui-standard-display&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-standard-display/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=13e5a97b [13e5a97b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - recording&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-recording/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=6b08efa0 [6b08efa0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - timeshifter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-timeshifter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=ffdacdaa [ffdacdaa]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - oss-sound&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-oss-sound/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=2cfd8fba [2cfd8fba]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=aa80a24c [aa80a24c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=28afa3da [28afa3da]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - oss-sound&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-oss-sound/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=5369d924 [5369d924]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (45 of 45 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - gui-standard-display&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-standard-display/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=a9f14b38 [a9f14b38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 82.3% (14 of 17 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - timeshifter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-timeshifter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=d57a893c [d57a893c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.1% (75 of 78 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - recording&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-recording/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=55460675 [55460675]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=03b5df8e [03b5df8e]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 93.5% (29 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=0bb5fda6 [0bb5fda6]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=8cd30c0e [8cd30c0e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=c74cfcb6 [c74cfcb6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.7% (30 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/office =&lt;br /&gt;
== basket ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=8bba24a1 [8bba24a1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: applications/basket - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=3e05901d [3e05901d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/basket&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=33317176 [33317176]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/basket&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=c8b892a3 [c8b892a3]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kbibtex ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=15d816e8 [15d816e8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbibtex&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbibtex/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=702a473b [702a473b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 73.7% (444 of 602 strings)&amp;lt;br/&amp;gt;Translation: applications/kbibtex&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbibtex/ru/&lt;br /&gt;
&lt;br /&gt;
== kbookreader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=0b40cdac [0b40cdac]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 66.6% (2 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kbookreader - kbookreader.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader-kbookreaderdesktop/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=713e783c [713e783c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=8e2d9623 [8e2d9623]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbookreader - kbookreader.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader-kbookreaderdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=e32bbc6e [e32bbc6e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (17 of 17 strings)&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=fcdb94c9 [fcdb94c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kbookreader - kbookreader.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader-kbookreaderdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=ac3e0386 [ac3e0386]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=61e10e5a [61e10e5a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/&lt;br /&gt;
&lt;br /&gt;
== kile ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=08a73a70 [08a73a70]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kile - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile-desktop-files/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=872c127f [872c127f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kile - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=59f1c45a [59f1c45a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kile - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=00b87abb [00b87abb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kile - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== kmymoney ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=2d36eedb [2d36eedb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2674 of 2674 strings)&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=202400b8 [202400b8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2674 of 2674 strings)&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=debe3076 [debe3076]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmymoney - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=16aa0610 [16aa0610]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=af8d71ce [af8d71ce]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=79e957c7 [79e957c7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=47cc1d27 [47cc1d27]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: applications/kmymoney - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=e592106d [e592106d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (2658 of 2674 strings)&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=67a43ced [67a43ced]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=9df4c701 [9df4c701]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== knowit ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=3a30dbdb [3a30dbdb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/knowit - knowit.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knowit-knowitdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=81a2fc07 [81a2fc07]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== koffice ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=d165869a [d165869a]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=c2fdb394 [c2fdb394]] Fix functionality broken by commit a9bbaa83&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=a9bbaa83 [a9bbaa83]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== koffice-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=422b95eb [422b95eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (354 of 354 strings)&amp;lt;br/&amp;gt;Translation: koffice/kformdesigner&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kformdesigner/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=041cb462 [041cb462]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/koffice&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/koffice/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=27fd186c [27fd186c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=572398a4 [572398a4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (3150 of 3168 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspread&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=bce5a0c4 [bce5a0c4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.4% (1169 of 1200 strings)&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=cc44ebc3 [cc44ebc3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: koffice/thesaurus_tool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/thesaurus_tool/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=b6cedf64 [b6cedf64]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_ooo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_ooo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=9f49ba05 [9f49ba05]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_koffice&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_koffice/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=7a3529fd [7a3529fd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_gnumeric&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_gnumeric/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=05196041 [05196041]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_abiword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_abiword/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ffe6d299 [ffe6d299]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (961 of 961 strings)&amp;lt;br/&amp;gt;Translation: koffice/kword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kword/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ad3cf8ee [ad3cf8ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspreadcalc_calc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspreadcalc_calc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=7f8b71fa [7f8b71fa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (909 of 909 strings)&amp;lt;br/&amp;gt;Translation: koffice/kpresenter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kpresenter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=d154e97e [d154e97e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (354 of 354 strings)&amp;lt;br/&amp;gt;Translation: koffice/kformdesigner&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kformdesigner/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=9c40a4ce [9c40a4ce]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=aa8c2267 [aa8c2267]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ccf47869 [ccf47869]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=f690d314 [f690d314]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.0% (1295 of 1423 strings)&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=f0bcacf8 [f0bcacf8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kivio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kivio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=e1f27756 [e1f27756]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=e84fa74c [e84fa74c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kword/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=fc3d61ff [fc3d61ff]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/koffice&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/koffice/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=31fd578d [31fd578d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=069df0f0 [069df0f0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kofficefilters&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kofficefilters/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=96a280ad [96a280ad]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=b7a0d0ff [b7a0d0ff]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 98.3% (420 of 427 strings)&amp;lt;br/&amp;gt;Translation: koffice/karbon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/karbon/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=8e305f42 [8e305f42]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 99.8% (1421 of 1423 strings)&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=61f41445 [61f41445]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: koffice/example&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/example/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=1f753ab8 [1f753ab8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (3150 of 3168 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspread&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/ru/&lt;br /&gt;
&lt;br /&gt;
== kpilot ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=812902b7 [812902b7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=2ddec8ee [2ddec8ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.3% (1059 of 1088 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=6ee217d4 [6ee217d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.2% (29 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=84b8d43e [84b8d43e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=9a5d96d5 [9a5d96d5]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=9beef848 [9beef848]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.3% (1059 of 1088 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=adc41d0e [adc41d0e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=43b3df95 [43b3df95]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=b2480185 [b2480185]] Fix functionality broken by commit a956e3e&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=f060f38e [f060f38e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=fa847ef4 [fa847ef4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=a956e3e8 [a956e3e8]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tellico ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=c5aed387 [c5aed387]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1113 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=292c365c [292c365c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1113 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=9232c032 [9232c032]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=dae674d5 [dae674d5]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=01caa644 [01caa644]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=ea7a8ffa [ea7a8ffa]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=10996a19 [10996a19]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=252be932 [252be932]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.5% (1108 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=f73799c2 [f73799c2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=30d2f3d2 [30d2f3d2]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 74.2% (826 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=997c050d [997c050d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=0a00263f [0a00263f]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
= applications/settings =&lt;br /&gt;
== kdpkg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=1ec33520 [1ec33520]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=1f5bed1a [1f5bed1a]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=752317fb [752317fb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=c178f4e3 [c178f4e3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 93.1% (27 of 29 strings)&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=7afa4047 [7afa4047]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=3107e30a [3107e30a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=4277d12f [4277d12f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/&lt;br /&gt;
&lt;br /&gt;
== kima ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=72f70a32 [72f70a32]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kima - kima.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kima-kimadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=59a7eecd [59a7eecd]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kiosktool ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=fe1ef0db [fe1ef0db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kiosktool - kiosktool.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kiosktool-kiosktooldesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=e30e1b38 [e30e1b38]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=f585e458 [f585e458]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kiosktool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kiosktool/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=6d1e1f26 [6d1e1f26]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (238 of 238 strings)&amp;lt;br/&amp;gt;Translation: applications/kiosktool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kiosktool/ru/&lt;br /&gt;
&lt;br /&gt;
== kkbswitch ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=c81744ba [c81744ba]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=513141a1 [513141a1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.9% (53 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=d7365e67 [d7365e67]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch - kkbswitch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch-kkbswitchdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=59d15769 [59d15769]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=f14c6e5f [f14c6e5f]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=c36d0446 [c36d0446]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch - kkbswitch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch-kkbswitchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=d7b89dac [d7b89dac]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=586412b8 [586412b8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 96.4% (55 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=8978515d [8978515d]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=29e2187e [29e2187e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=4f10d322 [4f10d322]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=2f27dd99 [2f27dd99]] Added global shortcuts for switching to previous/next group&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/kkbswitch/issues/6 #6]&lt;br /&gt;
&lt;br /&gt;
== klcddimmer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=10b9f399 [10b9f399]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 66.6% (2 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/klcddimmer - klcddimmer.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer-klcddimmerdesktop/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=4c074e14 [4c074e14]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/klcddimmer - klcddimmer.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer-klcddimmerdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=739e6b63 [739e6b63]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/klcddimmer - klcddimmer.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer-klcddimmerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=c552505d [c552505d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/klcddimmer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer/&lt;br /&gt;
&lt;br /&gt;
== tdenetworkmanager ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=0f339629 [0f339629]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 56.5% (160 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=0b25fec3 [0b25fec3]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (283 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=61ae35a3 [61ae35a3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=5df4ed11 [5df4ed11]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 56.5% (160 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=c95d4f33 [c95d4f33]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=f6f35912 [f6f35912]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=92a7c996 [92a7c996]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager-events/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=8883a11e [8883a11e]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=f781e430 [f781e430]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 56.5% (160 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=6bd64d20 [6bd64d20]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 54.4% (154 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
&lt;br /&gt;
== wlassistant ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/wlassistant/commit/?id=3e7e7008 [3e7e7008]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/wlassistant - wlassistant.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/wlassistant-wlassistantdesktop/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/system =&lt;br /&gt;
== dolphin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=c5ebee1a [c5ebee1a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=b6a6add7 [b6a6add7]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=d6981f86 [d6981f86]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=88bffef8 [88bffef8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=50bf6ece [50bf6ece]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=df0f2634 [df0f2634]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 87.3% (55 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=128fc6c0 [128fc6c0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=4177bfeb [4177bfeb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=31e79818 [31e79818]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=614887eb [614887eb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=dfc034e5 [dfc034e5]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== katapult ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=90483ac4 [90483ac4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/katapult - katapult.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/katapult-katapultdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=2c620ea8 [2c620ea8]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=4b5ae0ee [4b5ae0ee]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (89 of 89 strings)&amp;lt;br/&amp;gt;Translation: applications/katapult&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/katapult/pt_BR/&lt;br /&gt;
&lt;br /&gt;
== kbfx ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=a83a9d10 [a83a9d10]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=7df544d7 [7df544d7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbfx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbfx/&lt;br /&gt;
&lt;br /&gt;
== kcmautostart ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=639e1972 [639e1972]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=e156d8d7 [e156d8d7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=a34114dc [a34114dc]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=e32b5599 [e32b5599]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/&lt;br /&gt;
&lt;br /&gt;
== kdbusnotification ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=b0df4a69 [b0df4a69]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kdbusnotification - autostart.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbusnotification-autostartdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=15f5616c [15f5616c]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== knemo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=e7fb48e5 [e7fb48e5]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (85 of 85 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=9e04f998 [9e04f998]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knemo - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=3772679a [3772679a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knemo - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-events/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=232699e6 [232699e6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knemo - kcm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-kcm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=16c52455 [16c52455]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knemo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=8e390170 [8e390170]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=73908043 [73908043]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo - kcm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-kcm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=d1925e58 [d1925e58]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (85 of 85 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=6132bf8e [6132bf8e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== knetload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=ba2626b3 [ba2626b3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knetload - knetload.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetload-knetloaddesktop/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=c52c618e [c52c618e]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=7b25c61d [7b25c61d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knetload - knetload.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetload-knetloaddesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=ad81a141 [ad81a141]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knetload - knetload.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetload-knetloaddesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== knetstats ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=f59f6f15 [f59f6f15]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/knetstats - knetstats.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetstats-knetstatsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=26523e70 [26523e70]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=fca6b8e0 [fca6b8e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (53 of 53 strings)&amp;lt;br/&amp;gt;Translation: applications/knetstats&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetstats/ru/&lt;br /&gt;
&lt;br /&gt;
== krusader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=6dcff4b8 [6dcff4b8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=36ae80d0 [36ae80d0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=3ce92a8b [3ce92a8b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 89.0% (1246 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=c3898db6 [c3898db6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=b55a9aa0 [b55a9aa0]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1399 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=a6d7af8f [a6d7af8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 89.0% (1246 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=1107ba66 [1107ba66]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=60b198a9 [60b198a9]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1399 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/uk/&lt;br /&gt;
&lt;br /&gt;
== kshutdown ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=294c6c37 [294c6c37]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=5153b71e [5153b71e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kshutdown - kshutdown.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-kshutdowndesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=757c58ab [757c58ab]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=0cb0eeb3 [0cb0eeb3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown - kshutdown.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-kshutdowndesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=6c6e8bb5 [6c6e8bb5]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown - kshutdown.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-kshutdowndesktop/nl/&lt;br /&gt;
&lt;br /&gt;
== ksystemlog ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=e8c74ab9 [e8c74ab9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/ksystemlog - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksystemlog-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=f878a025 [f878a025]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=cf0f1b44 [cf0f1b44]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/ksystemlog&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksystemlog/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=27e255d7 [27e255d7]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kvkbd ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=570028de [570028de]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kvkbd - kvkbd.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvkbd-kvkbddesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=3a15b392 [3a15b392]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=02fef088 [02fef088]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== polkit-agent-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=7ef2e01a [7ef2e01a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde - polkit-agent-tde.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde-polkit-agent-tdedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=4bc2685c [4bc2685c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=394ba86f [394ba86f]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=d0ff02a7 [d0ff02a7]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=774e540b [774e540b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=fe3d3837 [fe3d3837]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=81f288bf [81f288bf]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/zh_Hant/&lt;br /&gt;
&lt;br /&gt;
== tastymenu ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=425d4d88 [425d4d88]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/tastymenu - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tastymenu-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=97b927a5 [97b927a5]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdebluez ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=17819966 [17819966]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=f25c4521 [f25c4521]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-events/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=01f504fe [01f504fe]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=fce0091e [fce0091e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=f23e3839 [f23e3839]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=823b8121 [823b8121]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=d0311fa0 [d0311fa0]] Added translation using Weblate (Dutch)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ee1b7905 [ee1b7905]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 89.1% (239 of 268 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=14e65f81 [14e65f81]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=9a895e4f [9a895e4f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=5dbd02e3 [5dbd02e3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=75e3f4ae [75e3f4ae]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=1d2fcc95 [1d2fcc95]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (266 of 266 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=9ec32992 [9ec32992]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=226cacc4 [226cacc4]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (274 of 274 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ae46115f [ae46115f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ad1894b7 [ad1894b7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=e852055d [e852055d]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tdepowersave ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=b001f8e8 [b001f8e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 36.3% (20 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=b8b910e9 [b8b910e9]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=aaf6cc18 [aaf6cc18]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=8a0925b0 [8a0925b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave-events/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=9b7728c1 [9b7728c1]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (311 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=96ba1bf7 [96ba1bf7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 36.3% (20 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=1e735aeb [1e735aeb]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (311 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=f39d5cd2 [f39d5cd2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=c1d1a446 [c1d1a446]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=70666ec3 [70666ec3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=c2676876 [c2676876]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.2% (290 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=5242ce6d [5242ce6d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=678ecbe9 [678ecbe9]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tdesshaskpass ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=77270a90 [77270a90]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 71.4% (5 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesshaskpass&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesshaskpass/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=a9f78c9a [a9f78c9a]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=b193e3f5 [b193e3f5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdesshaskpass&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesshaskpass/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=7a7a240e [7a7a240e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesshaskpass&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesshaskpass/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=b0aaaa03 [b0aaaa03]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== yakuake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=ffd5e73e [ffd5e73e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/yakuake - yakuake.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake-yakuakedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=cf3dbd06 [cf3dbd06]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (98 of 98 strings)&amp;lt;br/&amp;gt;Translation: applications/yakuake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=4adafb6f [4adafb6f]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=73cd9e3b [73cd9e3b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/yakuake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=4d40f6d0 [4d40f6d0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.9% (94 of 98 strings)&amp;lt;br/&amp;gt;Translation: applications/yakuake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/tdeio =&lt;br /&gt;
== tdeio-appinfo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=4a1957d9 [4a1957d9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-appinfo - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-appinfo-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=259bb403 [259bb403]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeio-ftps ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-ftps/commit/?id=8ac1f636 [8ac1f636]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdeio-ftps&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-ftps/&lt;br /&gt;
&lt;br /&gt;
== tdeio-gopher ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-gopher/commit/?id=dfc20d5b [dfc20d5b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-gopher&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-gopher/ru/&lt;br /&gt;
&lt;br /&gt;
== tdeio-locate ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=888a6158 [888a6158]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-locate - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-locate-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=94acdb2d [94acdb2d]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeio-sword ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=bbf5f2b3 [bbf5f2b3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdeio-sword - sword.protocol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-sword-swordprotocol/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=a1851f5d [a1851f5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-sword - sword.protocol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-sword-swordprotocol/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=6d75ce24 [6d75ce24]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeio-umountwrapper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=c48a81c6 [c48a81c6]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 57.1% (4 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-umountwrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-umountwrapper/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=dfbe223a [dfbe223a]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=11dcb3f5 [11dcb3f5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdeio-umountwrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-umountwrapper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=e3173ff2 [e3173ff2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-umountwrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-umountwrapper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=c37ba2dc [c37ba2dc]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
= applications/themes =&lt;br /&gt;
== gtk-qt-engine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=2178adeb [2178adeb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=90c79e65 [90c79e65]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=df701883 [df701883]] Added translation using Weblate (Chinese (Simplified))&lt;br /&gt;
&lt;br /&gt;
== kgtk-qt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=e6da4c75 [e6da4c75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/kgtk-qt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kgtk-qt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=06bca424 [06bca424]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/kgtk-qt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kgtk-qt3/ru/&lt;br /&gt;
&lt;br /&gt;
== ksplash-engine-moodin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=a6618f45 [a6618f45]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/ksplash-engine-moodin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksplash-engine-moodin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=5f1d24be [5f1d24be]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=80fd36cc [80fd36cc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/ksplash-engine-moodin - ksplashmoodin.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksplash-engine-moodin-ksplashmoodindesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=c5ea48d7 [c5ea48d7]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tde-style-baghira ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=bb43a575 [bb43a575]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - sessionapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-sessionapplet/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=738600de [738600de]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - starter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-starter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=54a306f5 [54a306f5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=4a3bbfa4 [4a3bbfa4]] Rename library twin3_baghira -&amp;amp;gt; twin_baghira&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=fc8b3dd4 [fc8b3dd4]] Fix functionality broken by commit 66813ef&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=66813efe [66813efe]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tde-style-domino ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=515a3c18 [515a3c18]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-domino - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-domino-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=bc0d220b [bc0d220b]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=7ea023ba [7ea023ba]] Rename library twin3_domino -&amp;amp;gt; twin_domino&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== tde-style-ia-ora ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=9e5afc6b [9e5afc6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-ia-ora - twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-ia-ora-twin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=5bbd8ebf [5bbd8ebf]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=70d8e947 [70d8e947]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-ia-ora - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-ia-ora-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=5e7e1797 [5e7e1797]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=25c19604 [25c19604]] Rename library twin3_iaora -&amp;amp;gt; twin_iaora&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== tde-style-lipstik ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=dc269473 [dc269473]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-lipstik - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-lipstik-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=39c758d5 [39c758d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-lipstik - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-lipstik-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=e0338512 [e0338512]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tde-style-qtcurve ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=b069a35c [b069a35c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-qtcurve - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-qtcurve-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=27e23c10 [27e23c10]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdmtheme ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=40c3be67 [40c3be67]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/tdmtheme - tdmtheme.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdmtheme-tdmthemedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=422b7c29 [422b7c29]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=be80cbfd [be80cbfd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdmtheme&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdmtheme/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=33f7baf1 [33f7baf1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: applications/tdmtheme&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdmtheme/ru/&lt;br /&gt;
&lt;br /&gt;
== twin-style-crystal ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=74a99abb [74a99abb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/twin-style-crystal - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-crystal-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=ef365451 [ef365451]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=d9afc78c [d9afc78c]] Rename library twin3_crystal -&amp;amp;gt; twin_crystal&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-dekorator ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=c2065d4f [c2065d4f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/twin-style-dekorator - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-dekorator-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=92d4ca9f [92d4ca9f]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=c67f6084 [c67f6084]] Rename library twin3_deKorator -&amp;amp;gt; twin_deKorator&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-machbunt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=f58ac171 [f58ac171]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/twin-style-machbunt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-machbunt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=7a99524e [7a99524e]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=330d2a97 [330d2a97]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/twin-style-machbunt - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-machbunt-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=af060376 [af060376]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=81c7c4d0 [81c7c4d0]] Rename library twin3_MachBunt to twin_MachBunt&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-suse2 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=e0d3d7ab [e0d3d7ab]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 78.4% (51 of 65 strings)&amp;lt;br/&amp;gt;Translation: applications/twin-style-suse2&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-suse2/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=db79df35 [db79df35]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/twin-style-suse2 - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-suse2-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=358a0175 [358a0175]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=6cdb0cbb [6cdb0cbb]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (65 of 65 strings)&amp;lt;br/&amp;gt;Translation: applications/twin-style-suse2&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-suse2/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=9b5c2e1e [9b5c2e1e]] Rename library twin3_SUSE2 -&amp;amp;gt; twin_SUSE&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
= applications/utilities =&lt;br /&gt;
== abakus ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=9ace50d1 [9ace50d1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/abakus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=467ef6c1 [467ef6c1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (49 of 49 strings)&amp;lt;br/&amp;gt;Translation: applications/abakus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=e1762b36 [e1762b36]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=b277c7ae [b277c7ae]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/abakus - abakus.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus-abakusdesktop/bg/&lt;br /&gt;
&lt;br /&gt;
== filelight ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=6676268d [6676268d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=8066004a [8066004a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=9fd8fe68 [9fd8fe68]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (77 of 77 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=aa06806b [aa06806b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=28349b70 [28349b70]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=7cc11b7f [7cc11b7f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=629295b3 [629295b3]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=33098270 [33098270]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (77 of 77 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/uk/&lt;br /&gt;
&lt;br /&gt;
== kbarcode ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=e7336ab9 [e7336ab9]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=2f5aa189 [2f5aa189]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.1% (589 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=6c31a9ec [6c31a9ec]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=7f9e4e65 [7f9e4e65]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.9% (582 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=f6c05921 [f6c05921]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 74.5% (443 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=371ce27c [371ce27c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=7bd51d72 [7bd51d72]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=6ca861bd [6ca861bd]] Fix functionality broken by commit fc06df3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=fc06df33 [fc06df33]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== kchmviewer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=c840a753 [c840a753]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 80.6% (117 of 145 strings)&amp;lt;br/&amp;gt;Translation: applications/kchmviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kchmviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=7b5e8574 [7b5e8574]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kchmviewer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kchmviewer-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=78502278 [78502278]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kchmviewer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kchmviewer-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== kcpuload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=0c199bf6 [0c199bf6]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=b49178b0 [b49178b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=8ae8e9f8 [8ae8e9f8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 94.8% (37 of 39 strings)&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=7a450d31 [7a450d31]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=d9952f82 [d9952f82]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/&lt;br /&gt;
&lt;br /&gt;
== kdirstat ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=d08890b0 [d08890b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kdirstat - kdirstat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdirstat-kdirstatdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=d0eed693 [d0eed693]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (249 of 249 strings)&amp;lt;br/&amp;gt;Translation: applications/kdirstat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdirstat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=cc9f1809 [cc9f1809]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=89804e56 [89804e56]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 47.3% (118 of 249 strings)&amp;lt;br/&amp;gt;Translation: applications/kdirstat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdirstat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=71311fff [71311fff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 42.1% (105 of 249 strings)&amp;lt;br/&amp;gt;Translation: applications/kdirstat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdirstat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=a958f1f3 [a958f1f3]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== keep ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=1a76670f [1a76670f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/keep - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/keep-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=c08474b2 [c08474b2]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=04ecada5 [04ecada5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 84.5% (93 of 110 strings)&amp;lt;br/&amp;gt;Translation: applications/keep&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/keep/ru/&lt;br /&gt;
&lt;br /&gt;
== knutclient ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=5f03df41 [5f03df41]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knutclient - knutclient.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient-knutclientdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=0beb63be [0beb63be]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=dfa5f3fa [dfa5f3fa]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knutclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=466ddc1b [466ddc1b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (203 of 203 strings)&amp;lt;br/&amp;gt;Translation: applications/knutclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient/uk/&lt;br /&gt;
&lt;br /&gt;
== kompose ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=00e245dc [00e245dc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kompose - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kompose-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=748e68f2 [748e68f2]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== krename ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=28d102bd [28d102bd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krename - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krename-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=b4e78648 [b4e78648]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/krename - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krename-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=7740aa8e [7740aa8e]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== ksensors ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=2a8c9caa [2a8c9caa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/ksensors - ksensors.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksensors-ksensorsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=2f3812ef [2f3812ef]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== qalculate-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=3fca4e9e [3fca4e9e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=2a0fc1a4 [2a0fc1a4]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=744ac88e [744ac88e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=6baf1704 [6baf1704]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.4% (593 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=accfbbbf [accfbbbf]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=34b3365e [34b3365e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=933d4190 [933d4190]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=68aa9b3b [68aa9b3b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (596 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=96280709 [96280709]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 75.0% (447 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=09de128a [09de128a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 70.6% (421 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=c714c687 [c714c687]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 60.7% (362 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=1c102209 [1c102209]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 42.4% (253 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=06249035 [06249035]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
= packaging =&lt;br /&gt;
== packaging ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=ef8e0bd1 [ef8e0bd1]] DEB build scripts: updated after testing on Devuan Chimaera&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=70a0160c [70a0160c]] DEB tdebindings: remove dependency on libtqt3-compat-headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=fb212c9e [fb212c9e]] DEB tqt3: drop compat files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=a4869e73 [a4869e73]] DEB tdebase twin: adjusted after renaming client libraries from twin3_* to twin_*. This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=7b064a10 [7b064a10]] DEB tqt3: adjusted after removing Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f7be243e [f7be243e]] DEB buildscripts: update supported distros&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f82c8cc0 [f82c8cc0]] DEB: remove support for Debian Stretch and Ubuntu Xenial&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=4721bdc6 [4721bdc6]] DEB tqt3: remove Qt2 obsolete classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=e6b868c8 [e6b868c8]] DEB tdebase: added release notes for R14.2.x series&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=3c5c1e60 [3c5c1e60]] DEB trinity-apt-archive: Set the apt repository URL to PTB.&lt;/div&gt;</summary>
		<author><name>SlavekB</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.1.2&amp;diff=3295</id>
		<title>Changelog For R14.1.2</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.1.2&amp;diff=3295"/>
		<updated>2024-04-08T22:42:52Z</updated>

		<summary type="html">&lt;p&gt;SlavekB: Update 20240408&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= common =&lt;br /&gt;
== admin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=fabd8c1d [fabd8c1d]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=482d2f66 [482d2f66]] Fix wrong nesting in KDE_CHECK_TQT_JPEG function&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=3019aa7a [3019aa7a]] Improve TQt detection. Use CFLAGS from pkg-config&amp;lt;br/&amp;gt;instead of hard-coded include paths.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=bcdb3081 [bcdb3081]] Fix detection of TQt3 following bug introduced in previous commit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=e27d7286 [e27d7286]] Drop TQT_VERSION_ONLY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=02e3ce62 [02e3ce62]] Fix visibility support check&lt;br /&gt;
&lt;br /&gt;
== libtdevnc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtdevnc/commit/?id=04669ff5 [04669ff5]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtdevnc/commit/?id=30334121 [30334121]] krfb: fix termination and syncing of threads on exit. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/libtdevnc/issues/2 #2]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtdevnc/commit/?id=91b27a73 [91b27a73]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtdevnc/commit/?id=2b46ed6b [2b46ed6b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
= dependencies =&lt;br /&gt;
== tde-cmake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=e6fdb4b5 [e6fdb4b5]] Fix incorrect backslash in tde_set_project_version macro&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=4af11cf9 [4af11cf9]] Set cmake minimum version in a centralized place&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=10b01876 [10b01876]] Add support for multiline messages in tde_message_* macros&amp;lt;br/&amp;gt;Also convert tde_message_author_warning() to a function to not pollute&amp;lt;br/&amp;gt;caller&amp;#039;s environment.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=8b6215c6 [8b6215c6]] Simplify code since cmake minimum version is now 3.5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=76ca9f74 [76ca9f74]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=bb49d854 [bb49d854]] Update version to R14.1.2&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tqt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=57465e08 [57465e08]] Prevent creation of text codecs when the application is shutting down. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tqt3/issues/142 #142]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b4410540 [b4410540]] TQTextEdit: remove one of two readOnly flags&amp;lt;br/&amp;gt;There were two flags for read-only with different capitalization:&amp;lt;br/&amp;gt;readonly and readOnly. This was probably a mistake.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=bca1fe4e [bca1fe4e]] TQTextEdit: add missing  mightStartDrag initialization&amp;lt;br/&amp;gt;mightStartDrag might have been used uninitialized when moving mouse with&amp;lt;br/&amp;gt;pressed mouse button into window.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a097a55f [a097a55f]] Improve TQFont-related cleanup&amp;lt;br/&amp;gt;Improve TQFont cleanup making sure that all instances of TQFont are&amp;lt;br/&amp;gt;destroyed before TQApplication (or specifically before disconnect from&amp;lt;br/&amp;gt;X11). This gets reed of several valgrind complains about leaks deep&amp;lt;br/&amp;gt;inside fontconfig.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=f2504a8f [f2504a8f]] Improve TQFont-related cleanup&amp;lt;br/&amp;gt;Improve TQFont cleanup making sure that all instances of TQFont are&amp;lt;br/&amp;gt;destroyed before TQApplication (or specifically before disconnect from&amp;lt;br/&amp;gt;X11). This gets reed of several valgrind complains about leaks deep&amp;lt;br/&amp;gt;inside fontconfig.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b000ed6a [b000ed6a]] TQFileDialog: cleanup pixmaps before destroying TQApplication&amp;lt;br/&amp;gt;Otherwise it results in small memmory leakage on exit of Xlib data.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=32f97849 [32f97849]] examples/canvas: fix some memory leaks&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=4ab92f6b [4ab92f6b]] TQPrintDialog: cleanup data requested from libcups&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=41c8fa0f [41c8fa0f]] inputmethods/xim: fix incorrect fontset ref counting&amp;lt;br/&amp;gt;- rename fontsetRefCount -&amp;amp;gt; fontsetCacheRefCount&amp;lt;br/&amp;gt;- move fontsetCacheRefCount to constructor as setHolderWidget() could be&amp;lt;br/&amp;gt;  called more than once&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=bb6797db [bb6797db]] TQPrinterPrivate: add virtual destructor.&amp;lt;br/&amp;gt;As derivative from it e.g. TQPrinterUnixPrivate are getting deleted (e.g&amp;lt;br/&amp;gt;in unix TQPrinter implementation) by a reference to base class.&amp;lt;br/&amp;gt;Also added missing include to the header.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=ba566100 [ba566100]] Zero unused data fields in XClientMessageEvent struct&amp;lt;br/&amp;gt;valgrind was complaining about access to uninitialized data because&amp;lt;br/&amp;gt;unused elements in client_message.data.l array weren&amp;#039;t set o any value.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=323382b1 [323382b1]] Fix TQThreadStorage destruction in the main thread&amp;lt;br/&amp;gt;Before that the allocations of TQThreadStorage objects from the main&amp;lt;br/&amp;gt;thread were never destroyed and memory associated with them were never&amp;lt;br/&amp;gt;freed. The second one isn&amp;#039;t a huge problem as at that point program is&amp;lt;br/&amp;gt;terminating anyway (but it still makes valgrind complain). The first one&amp;lt;br/&amp;gt;is the bigger issue as destructors might contain some essential external&amp;lt;br/&amp;gt;cleanups like removing temporary files.&amp;lt;br/&amp;gt;Also make `TQApplication::guiThread()` return `0` when the thread is&amp;lt;br/&amp;gt;destroyed (may happen on the program exiting during destruction of&amp;lt;br/&amp;gt;statics).&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=336e61b2 [336e61b2]] Fix TQString::sprintf() not calling va_end() in case of bad cformat&amp;lt;br/&amp;gt;Also rearrange code a bit so it would be obvious that the function&amp;lt;br/&amp;gt;doesn&amp;#039;t return a dangling reference.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=4bed6be8 [4bed6be8]] Fix a small memory leak in xim plugin&amp;lt;br/&amp;gt;TQXIMInputContext::setHolderWidget() function may be (and actually is)&amp;lt;br/&amp;gt;called more than once. This results in multiple instances of the same&amp;lt;br/&amp;gt;object being added to ximContextList. But the destructor removes only&amp;lt;br/&amp;gt;one instance, which effectively results in leak of several bytes&amp;lt;br/&amp;gt;whenever a window is opened.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=d730db2c [d730db2c]] gitignore: add a couple more tests&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=57f90016 [57f90016]] Add explicit declaration TQChar&amp;amp;TQCharRef default constructor/destructor&amp;lt;br/&amp;gt;This suppresses -Wdeprecated-copy warning.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=590a2e04 [590a2e04]] Resort includes in ntqt.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=5d90b035 [5d90b035]] ./configure: turn thread support on by default&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=5232ccdf [5232ccdf]] Avoid setting CONFIG=thread in qmake.conf&amp;lt;br/&amp;gt;Otherwise it&amp;#039;s impossible to override in ./configure&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=d643d19c [d643d19c]] Fix compilation with -no-thread&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=9d1f8015 [9d1f8015]] Fix up mkspecs/linux-g++-32/qplatformdefs.h&amp;lt;br/&amp;gt;The head of file was accidentally deleted in 455154ce&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=ee2df978 [ee2df978]] Fix compilation with -disable-inputmethod and -no-inputmethod&amp;lt;br/&amp;gt;As for now here are two sets of inputmethod options:&amp;lt;br/&amp;gt;- -enable-inputmethod/disable-inputmethod - which seems to supposed to&amp;lt;br/&amp;gt;  control whether build the &amp;#039;inputmethod&amp;#039; module or not&amp;lt;br/&amp;gt;- -inputmethod/-no-inputmethod - which seems to supposed to&amp;lt;br/&amp;gt;  enable/disable inputmethod support without changing the ABI.&amp;lt;br/&amp;gt;Before the patch both -disable-inputmethod and -no-inputmethod were just&amp;lt;br/&amp;gt;breaking the build: -no-inputmethod were disabling some code with&amp;lt;br/&amp;gt;support for the module, but didn&amp;#039;t disabled the module build itself nor&amp;lt;br/&amp;gt;build of plugins. -disable-inputmethod were disabling build of plugins&amp;lt;br/&amp;gt;and module, but didn&amp;#039;t disabled code depending upon it.&amp;lt;br/&amp;gt;It seems the inputmethod support were still WIP when the last release of&amp;lt;br/&amp;gt;Qt3 came to be, hence the mess.&amp;lt;br/&amp;gt;This patch fixes the build if both -disable-inputmethod AND&amp;lt;br/&amp;gt;-no-inputmethod are supplied. Disabling only one is not enough due to&amp;lt;br/&amp;gt;tqmake/configure have problems handling two different options of the&amp;lt;br/&amp;gt;same name.  Later the -inputmethod/-no-inputmethod should be probably&amp;lt;br/&amp;gt;removed entirely.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=9aa03105 [9aa03105]] Fix FTBFS with -no-xkb&amp;lt;br/&amp;gt;The analogue of XkbKeycodeToKeysym() used to be XKeycodeToKeysym(), but&amp;lt;br/&amp;gt;it was deprecated in favour of XGetKeyboardMapping() method.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=77927b79 [77927b79]] Fix FTBFS with -no-stl&amp;lt;br/&amp;gt;On modern compilers placement new requires inclusion of &amp;amp;lt;new&amp;amp;gt;&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=7b575b58 [7b575b58]] avoid translating the /qt/XIMInputStyle options when saving into config&amp;lt;br/&amp;gt;Also use &amp;quot;On The Spot&amp;quot; as the default when the setting in the config is&amp;lt;br/&amp;gt;incorrect.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=53a1dfa8 [53a1dfa8]] gitignore: add missing examples (sound, tablet)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=94c71d50 [94c71d50]] Fix FTBFS with -qt-sql-sqlite3&amp;lt;br/&amp;gt;Fix FTBFS when sqlite3 sql driver is being built into the library&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=cabcb339 [cabcb339]] fix grep complain in configure: &amp;quot;warning: stray \ before c&amp;quot;&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=486ac782 [486ac782]] Remove original Q_WS_* defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=da061df4 [da061df4]] Add .gitignore file&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=33c36fae [33c36fae]] Replace QT_STATIC_CONST_* with actual definitions&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=473cd1e8 [473cd1e8]] Replace Q_WS_* defines with TQ_WS_* equivalents&amp;lt;br/&amp;gt;This is the first part of the replacement process.&amp;lt;br/&amp;gt;Usage of Q_WS_* has been replaced with the equivalent TQ_WS_*.&amp;lt;br/&amp;gt;Definition of Q_WS_* has been mirrored into TQ_WS_* defines, to allow&amp;lt;br/&amp;gt;TDE code to continue building till replacement is carried over to all&amp;lt;br/&amp;gt;other modules.&amp;lt;br/&amp;gt;Once that is completed, the original Q_WS_* defines will&amp;lt;br/&amp;gt;be removed.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=ecca365d [ecca365d]] Rename METHOD, SIGNAL, SLOT to TQ_METHOD, TQ_SIGNAL, TQ_SLOT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=1c308584 [1c308584]] Fix potential buffer overflow in debug functions.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tqt3/issues/70 #70]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=f30ac87a [f30ac87a]] Add support for HistoryBackButton and HistoryForwardButton&amp;lt;br/&amp;gt;This resolves [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/421 TDE/tdebase#421]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=c339f68f [c339f68f]] Update README&amp;lt;br/&amp;gt;A new README with markdown format, updated information on TQt, contributor section and translations status.&amp;lt;br/&amp;gt;The old README has been preserved as README.Qt3 for historical reasons.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a059b24f [a059b24f]] tqdesigner: prevent SEGV from invalid pointer. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tqt3/issues/97 #97]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=ccc0d8e4 [ccc0d8e4]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=541b9007 [541b9007]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tqtinterface ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=127b7afb [127b7afb]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=ffb0e63e [ffb0e63e]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=a2ffbf64 [a2ffbf64]] Remove QT_NO_SQL define&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=3db78466 [3db78466]] Remove Q_WS_* defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=d7ef2c15 [d7ef2c15]] Remove TQT_{METHOD, SIGNAL, SLOT} and METHOD, SIGNAL, SLOT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=42cd150b [42cd150b]] Rename TQT_{METHOD, SIGNAL, SLOT} and METHOD, SIGNAL, SLOT to TQ_METHOD, TQ_SIGNAL, TQ_SLOT. This is a temporary step to make sure TDE keeps building while METHOD, SIGNAL, SLOT are renamed in every repository.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=7850ec99 [7850ec99]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=aee37a80 [aee37a80]] Remove various &amp;#039;#define&amp;#039; strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=ed3960fe [ed3960fe]] Remove &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=e49839b0 [e49839b0]] Remove various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=f933a4cd [f933a4cd]] Remove various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=1adb7b0c [1adb7b0c]] Remove color &amp;#039;#define&amp;#039; strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=f3d5db9e [f3d5db9e]] Remove various &amp;#039;#define&amp;#039; with actual strings - part 2&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=8a3ee3cf [8a3ee3cf]] Remove time related &amp;#039;#define&amp;#039; with actual strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=4f64bcf4 [4f64bcf4]] Remove various tq* strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=4469ebf5 [4469ebf5]] Remove various &amp;#039;#define&amp;#039; strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=83393107 [83393107]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=4999d66f [4999d66f]] Change to build and install inputmethod files if enabled&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=5b1ff5f7 [5b1ff5f7]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=ce975cb4 [ce975cb4]] Drop TQT_VERSION_ONLY&lt;br /&gt;
&lt;br /&gt;
== akode ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/akode/commit/?id=b9bf6085 [b9bf6085]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/akode/commit/?id=e7588f45 [e7588f45]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/akode/commit/?id=1a7d54b0 [1a7d54b0]] cmake: make flac, speex and vorbis support in xiph optional&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/akode/commit/?id=76833fdb [76833fdb]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== arts ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/arts/commit/?id=5877b3be [5877b3be]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/arts/commit/?id=b8da6ca9 [b8da6ca9]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/arts/commit/?id=c96b8deb [c96b8deb]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/arts/commit/?id=c048d067 [c048d067]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== avahi-tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/avahi-tqt/commit/?id=9aec3e38 [9aec3e38]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/avahi-tqt/commit/?id=5d56fcdf [5d56fcdf]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/avahi-tqt/commit/?id=571a0c03 [571a0c03]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== dbus-1-tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dbus-1-tqt/commit/?id=ab0f2949 [ab0f2949]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dbus-1-tqt/commit/?id=008f34be [008f34be]] Replace QT_STATIC_CONST_* with actual definitions&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dbus-1-tqt/commit/?id=9b724c19 [9b724c19]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dbus-1-tqt/commit/?id=49dca60b [49dca60b]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dbus-1-tqt/commit/?id=122c2a5a [122c2a5a]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== dbus-tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dbus-tqt/commit/?id=c0e37ab0 [c0e37ab0]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dbus-tqt/commit/?id=fe52f8f3 [fe52f8f3]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dbus-tqt/commit/?id=31736507 [31736507]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== libart-lgpl ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libart-lgpl/commit/?id=6dada22d [6dada22d]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libart-lgpl/commit/?id=604e7976 [604e7976]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libart-lgpl/commit/?id=a8d8c5d0 [a8d8c5d0]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== libcaldav ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libcaldav/commit/?id=f1c843a8 [f1c843a8]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libcaldav/commit/?id=212fdb12 [212fdb12]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== libcarddav ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libcarddav/commit/?id=7b7f2ab5 [7b7f2ab5]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libcarddav/commit/?id=2bee3c7a [2bee3c7a]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== libr ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libr/commit/?id=9e8c893b [9e8c893b]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libr/commit/?id=2cf31691 [2cf31691]] Expose used backend via pkg-config&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libr/commit/?id=75d69350 [75d69350]] Make dependency upon gtk optional&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libr/commit/?id=aaf98109 [aaf98109]] Update library version to 0.7.0&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libr/commit/?id=47a836e4 [47a836e4]] Remove libglade related code, since libglade is no longer available&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libr/commit/?id=35d7395c [35d7395c]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== sip4-tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/sip4-tqt/commit/?id=15dc4a7c [15dc4a7c]] Fix pytde FTBFS caused by commit 5cfeb8e&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/sip4-tqt/commit/?id=9d52e5c0 [9d52e5c0]] Fix yyerror ftbfs under Fedora 40&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/sip4-tqt/commit/?id=5cfeb8ec [5cfeb8ec]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/sip4-tqt/commit/?id=5e77787c [5e77787c]] Fix SEGV on exit when using python 3.12 and raise minimum required version to 3.4.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/sip4-tqt/commit/?id=18bbe173 [18bbe173]] Add support for python 3.12 and raise minimum required version to 3.3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/sip4-tqt/commit/?id=c668d2b1 [c668d2b1]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
&lt;br /&gt;
== tqscintilla ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqscintilla/commit/?id=7a4f96cd [7a4f96cd]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqscintilla/commit/?id=c763d908 [c763d908]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqscintilla/commit/?id=0355ec98 [0355ec98]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqscintilla/commit/?id=57048ef2 [57048ef2]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== pytqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=88d14d22 [88d14d22]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=244f8405 [244f8405]] Add support for python 3.12 and raise minimum required version to 3.4.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=27f46d60 [27f46d60]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=a131499f [a131499f]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
&lt;br /&gt;
== polkit-tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-tqt/commit/?id=446ba007 [446ba007]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-tqt/commit/?id=0b5b2bf9 [0b5b2bf9]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-tqt/commit/?id=b5e521d0 [b5e521d0]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tqca ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqca/commit/?id=891a22ce [891a22ce]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqca/commit/?id=7267a6cb [7267a6cb]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqca/commit/?id=9cbea02c [9cbea02c]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
= core =&lt;br /&gt;
== tdelibs ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=b31821dd [b31821dd]] Align kalyptus to changes made in [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebindings/issues/36 TDE/tdebindings#36]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=e132f2be [e132f2be]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=1f956046 [1f956046]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=773b8e23 [773b8e23]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=8b4af6a9 [8b4af6a9]] kdoctools: Add TQt entity to obsolete/general.entities.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=69e73207 [69e73207]] Kate: add support for template string syntax of JS&amp;lt;br/&amp;gt;https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=d658f645 [d658f645]] tdeio/kdirlister: better handle if TDEIO::localURL() failed&amp;lt;br/&amp;gt;This shouldn&amp;#039;t generally happend, but better safe than sorry.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=25f86695 [25f86695]] tdeio/kdirlister: reset complete flag earlier for remote URLs&amp;lt;br/&amp;gt;Bug: https://mirror.git.trinitydesktop.org/gitea/TDE/gwenview/issues/20&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=63999d71 [63999d71]] tdeio/kdirlister: add some cleanups for LocalURLJob&amp;#039;s&amp;lt;br/&amp;gt;Theoretically the lack of those could lead to segfaults and data&amp;lt;br/&amp;gt;corruptions, hard to debug but very rare.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=26274cb6 [26274cb6]] tdeio/KDirLister: add url validity check&amp;lt;br/&amp;gt;Before 0756aab51 and 4d6667159 this validity check was done for all URLs&amp;lt;br/&amp;gt;inside KDirListerCache::listDir(). But since those two commits the result&amp;lt;br/&amp;gt;of this check for remote URLs is impossible to propagate to the user. So&amp;lt;br/&amp;gt;implicit check is in order.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=9d4be4eb [9d4be4eb]] tdeio/kdirlister: some refactoring&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=ddaf1402 [ddaf1402]] tdeio/Mainpage.dox: fix an incorrect reference to KDE as Trinity&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=ac345f68 [ac345f68]] Replace QT_STATIC_CONST_* with actual definitions&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=d81ab9bb [d81ab9bb]] Simplify code since cmake minimum version is now 3.5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=5e51787f [5e51787f]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=ff174128 [ff174128]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7b83dfe0 [7b83dfe0]] Replace auto_ptr&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7f03918f [7f03918f]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=dff83720 [dff83720]] Fix lvm volumes appearing as removable devices&amp;lt;br/&amp;gt;- remove obsolete/erroneous code meddling with&amp;lt;br/&amp;gt;  GENHD_FL_MEDIA_CHANGE_NOTIFY&amp;lt;br/&amp;gt;- use /sys/block/&amp;amp;lt;dev&amp;amp;gt;/removable rather than&amp;lt;br/&amp;gt;  /sys/block/&amp;amp;lt;dev&amp;amp;gt;/capabilities&amp;lt;br/&amp;gt;- deprecate TDEDiskDeviceStatus::Hotpluggable and use&amp;lt;br/&amp;gt;  TDEDiskDeviceStatus::Removable for all removable devices&amp;lt;br/&amp;gt;- put some local utility function into anonymous namespace&amp;lt;br/&amp;gt;See https://mirror.git.trinitydesktop.org/gitea/TDE/tde/issues/148&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=2a3a62bb [2a3a62bb]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=af8caead [af8caead]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=553b7050 [553b7050]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=d8d8319b [d8d8319b]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=3a837ecf [3a837ecf]] Fix FTBFS caused by detection of libr version after recent update&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=9fc074fc [9fc074fc]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=4c9f3f02 [4c9f3f02]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cf7f8e74 [cf7f8e74]] Replace color &amp;#039;#define&amp;#039; strings with actual values&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=89c80321 [89c80321]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 2&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=e84b6d89 [e84b6d89]] Replaced time related &amp;#039;#define&amp;#039; with actual strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=3373b45c [3373b45c]] Replace various tq* strings with TQt::* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=0e4a5c95 [0e4a5c95]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=303b6445 [303b6445]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=141ced0c [141ced0c]] Prevent to use conditional inclusion preprocessor feature (since C++23)&amp;lt;br/&amp;gt;`#elifdef` is supported since C23 and C++23, but such newer compiler&amp;lt;br/&amp;gt;is not required here.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=1b8945b1 [1b8945b1]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=050ff82b [050ff82b]] KTabBar: add way to revert tab color to default&amp;lt;br/&amp;gt;This commit adds a resetTabColor(...) method to TQTabBar and TQTabWidget which allows the color of the appropriate tab to be reset to the default as specified by the desktop color scheme.&amp;lt;br/&amp;gt;It also changes how invalid color values are handled; before, an invalid value would be used as a valid color, resulting in 0,0,0 (black). Seeing that an invalid color is returned by KColorDialog when the default color checkbox is checked, it makes more sense to ignore invalid colors, using the appropriate color from the color scheme instead.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=10b5c67d [10b5c67d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=2cc4398e [2cc4398e]] Update version to R14.1.2&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tdebase ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d5a875e4 [d5a875e4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c07cf1a4 [c07cf1a4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=459b5925 [459b5925]] kxkb: fix incorrect signal name introduced by 1fea8982f&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a442aacb [a442aacb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=577b0ec1 [577b0ec1]] twin: add tileWindowToBorder() and rename previously introduced tileHorizontally(), tileVertically(), tileGrid() DCOP calls&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=62ce8414 [62ce8414]] TWin: add tileHorizontally(), tileVertically(), tileGrid() DCOP calls&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8d168e49 [8d168e49]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5403798b [5403798b]] Add GUI option to choose between standard and Ubuntu-style shutdown dialog.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d789ec8d [d789ec8d]] Fix update of fade away checkboxes in TCC session manager module&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d6b6bd79 [d6b6bd79]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=97c7b667 [97c7b667]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b8111709 [b8111709]] Fix twin crash when starting with &amp;#039;Switch desktop&amp;#039; option set. This&amp;lt;br/&amp;gt;resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/455 #455]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ff9d1cfa [ff9d1cfa]] Fix FTBFS caused by cmake lowercase renaming&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b89d30df [b89d30df]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e3c4e755 [e3c4e755]] tdeioslave/sftp: make source c++11-compatible&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e41e8b9e [e41e8b9e]] tdeioslave/sftp: get rid of goto in openConnection()&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e55cf59e [e55cf59e]] tdeioslave/sftp: use unsigned to store auth method flags/bitsets&amp;lt;br/&amp;gt;The libssh defines those flags as unsigned. Technically ssh_auth_list()&amp;lt;br/&amp;gt;still returns int, but its guranteed to be bitset of those flags.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=11c1ec50 [11c1ec50]] tdeioslave/sftp: better erros for unsupported auth methods&amp;lt;br/&amp;gt;Also:&amp;lt;br/&amp;gt;- do not translate auth methods names as the names appear in config&amp;lt;br/&amp;gt;  files verbatim&amp;lt;br/&amp;gt;- libssh actually doesn&amp;#039;t supports hostbased auth, so exclude it from&amp;lt;br/&amp;gt;  bitset of supported&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c1a256a3 [c1a256a3]] tdeioslave/sftp: better cancelation handling in case of several publickeys&amp;lt;br/&amp;gt;Consider publickey auth canceled only if user canceled it for each of&amp;lt;br/&amp;gt;the prompted keys.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ef56a87f [ef56a87f]] tdeioslave/sftp: save/restore seqNr for multi-factor auth&amp;lt;br/&amp;gt;In case the server is set up for multi-factor authentication we could&amp;lt;br/&amp;gt;be have to query several things from the user like password, a key&amp;lt;br/&amp;gt;passphrase, their mother&amp;#039;s maiden name etc. It doesn&amp;#039;t make a big&amp;lt;br/&amp;gt;difference during an initial connection, but it butchers the&amp;lt;br/&amp;gt;reconnection process: it can retrieve the answer of the user to the&amp;lt;br/&amp;gt;first question (e.g. their password), but it fails to retrieve the&amp;lt;br/&amp;gt;second one (e.g. the key passphrase). So the user would be forced to&amp;lt;br/&amp;gt;reenter the answer for the second question upon each reconnection.&amp;lt;br/&amp;gt;The reason for this is the passwdserver&amp;#039;s desig (see DESIGN [1]):&amp;lt;br/&amp;gt;Each query for AuthInfo with the openPassDlg() has an secNr number&amp;lt;br/&amp;gt;associated with it. If it&amp;#039;s smaller than the one of the one stored for&amp;lt;br/&amp;gt;the privious request, than the one from the cache will be returned&amp;lt;br/&amp;gt;automagically, if it&amp;#039;s bigger the dialog will be prompted to the user.&amp;lt;br/&amp;gt;Each call to openPassDlg() advances s_seqNr to the last value reported&amp;lt;br/&amp;gt;by the passwdserver. So the first call will return the cached value and&amp;lt;br/&amp;gt;subsequent calls will actually display the dialog to the user (assuming&amp;lt;br/&amp;gt;authentication with the cached data failed).&amp;lt;br/&amp;gt;But in case of multi-factor auth we have to query user for several&amp;lt;br/&amp;gt;independent values. And we want to try to retrieve each one of those&amp;lt;br/&amp;gt;from the cache. So we have to get a bit hacky and manually manipulate&amp;lt;br/&amp;gt;the SlaveBase::s_seqNr value.&amp;lt;br/&amp;gt;[1]: https://mirror.git.trinitydesktop.org/gitea/TDE/tdelibs/src/branch/master/tdeio/kpasswdserver/DESIGN&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=fae96a29 [fae96a29]] tdeioslave/sftp: imbue error messages with errors from libssh&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a9d6ae55 [a9d6ae55]] tdeioslave/sftp: cache passwords in case they were passed to setHost()&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7ae47417 [7ae47417]] tdeioslave/sftp: prevent infinite looping in kb-interactive auth&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=16ad3686 [16ad3686]] tdeioslave/sftp: purge password in the destructor&amp;lt;br/&amp;gt;This could be useful in case the destructor will be called before&amp;lt;br/&amp;gt;openConnection()&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=dbd135cc [dbd135cc]] tdeioslave/sftp: enable changing user during kb-interactive auth&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=15815002 [15815002]] tdeioslave/sftp: pass correct username to openPassDlg()&amp;lt;br/&amp;gt;We should always pass to the openPassDlg() exactly the same username&amp;lt;br/&amp;gt;otherwise it may result in incorrect caching of passwords especially in&amp;lt;br/&amp;gt;case if the username is changed by the user.&amp;lt;br/&amp;gt;Also don&amp;#039;t allow username change in case it was passed to setHost()&amp;lt;br/&amp;gt;(i.e. it was specified in the URL like e.g. sftp://username@host/).&amp;lt;br/&amp;gt;In such a case after changing it&amp;#039;d be impossible to properly cache it.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c5ae0c2a [c5ae0c2a]] tdeioslave/sftp: even bigger authentication overhaul&amp;lt;br/&amp;gt;- Move authentication methods into separate functions so it would be&amp;lt;br/&amp;gt;  easier to correctly handle error after those and select which should&amp;lt;br/&amp;gt;  be called in which order.&amp;lt;br/&amp;gt;- A lot of minor improvements along the way&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=dbde9a19 [dbde9a19]] tdeioslave/sftp: use realmValue to distinguish different prompts&amp;lt;br/&amp;gt;This will help kpasswdserver not to confuse different user&amp;#039;s answers to&amp;lt;br/&amp;gt;different questions.&amp;lt;br/&amp;gt;Also avoid passing/returning TDE::AuthInfo for kb-interactive auth as it&amp;lt;br/&amp;gt;isn&amp;#039;t really necessary when we don&amp;#039;t manually caching passwords anymore.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c950ace0 [c950ace0]] tdeioslave/sftp: avoid explicit password caching&amp;lt;br/&amp;gt;All password caching we need actually already autmagically&amp;lt;br/&amp;gt;done by openPassDlg().&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c01b3345 [c01b3345]] tdeioslave/sftp: use a scope guards to close connection&amp;lt;br/&amp;gt;There were a couple of missing closeConnection() calls after connection&amp;lt;br/&amp;gt;errors. The probably haven&amp;#039;t caused any major bugs, but use scope guards&amp;lt;br/&amp;gt;to be on the safe side.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e3895956 [e3895956]] tdeioslave/sftp: split off connection init to a dedicated function&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9a9f8570 [9a9f8570]] tdeioslave/sftp: use free to destroy mCallbacks&amp;lt;br/&amp;gt;As it allocated via malloc() rather than new.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=39ee836a [39ee836a]] tdeioslave/sftp: overhaul publickey auth&amp;lt;br/&amp;gt;Several enhancements to public key authentication and some other stuff:&amp;lt;br/&amp;gt;- Fix passphrase entry for encrypted keys (was either hanging up or&amp;lt;br/&amp;gt;  segfaulting)&amp;lt;br/&amp;gt;- Use scope guard idiom for cleanup calls for more reliable cleanup in&amp;lt;br/&amp;gt;  case of errors&amp;lt;br/&amp;gt;- Add normal prompt for public key&amp;#039;s passphrase entry dialog&amp;lt;br/&amp;gt;- Correctly differentiate passphrase to password when cached (yes they&amp;lt;br/&amp;gt;  are getting cached regardless of keepPassword, at least for some&amp;lt;br/&amp;gt;  duration of time)&amp;lt;br/&amp;gt;- Centrilize AuthInfo initialization and some rejig of it&amp;lt;br/&amp;gt;  kbd-interactive authentification&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2d6f4a33 [2d6f4a33]] tdeioslave/sftp: fix keyboard-interactive authentication&amp;lt;br/&amp;gt;This is a partial fix to the sftp ioslave. Subsequent commits will fix&amp;lt;br/&amp;gt;other issues.&amp;lt;br/&amp;gt;Closes: https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/443&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=bbd9f210 [bbd9f210]] kcontrol/smserver: rephrase fadeaway description&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=40879a72 [40879a72]] kxkb: utilize a translations provseided by xkeyboard-config&amp;lt;br/&amp;gt;xkeyboard-config package comes with a message catalogue of its own to&amp;lt;br/&amp;gt;translate locale, keyboard model and xkb option names. It would be&amp;lt;br/&amp;gt;easier and more robust to utilize it instead of redoing all&amp;lt;br/&amp;gt;translation in-house.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e56c1ff3 [e56c1ff3]] kxkb: add missing connect&amp;lt;br/&amp;gt;Overvise apply button on the dialog won&amp;#039;t be enablen when the option is&amp;lt;br/&amp;gt;changed&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=bfb0fce6 [bfb0fce6]] cmake: use pkg_get_variable() to query pkg-config variables&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=6b4ac199 [6b4ac199]] kcontrol/input: fix incorrect statements whatsthis + some rewording&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=56037f88 [56037f88]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=26d58ece [26d58ece]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8db3aae9 [8db3aae9]] kcontrol-info-memory: use 64 bits variable to store memory size&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=10639b72 [10639b72]] Simplify code since cmake minimum version is now 3.5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b2fcd6f2 [b2fcd6f2]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=cfbf60a0 [cfbf60a0]] kxkb: handle resetOld correctly in cases if all opions already set&amp;lt;br/&amp;gt;Closes: https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/391&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=28b6fb9b [28b6fb9b]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=71079cac [71079cac]] Replace auto_ptr&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1c65be77 [1c65be77]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=55ba7bff [55ba7bff]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=75aeb0d5 [75aeb0d5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=0e5ef873 [0e5ef873]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=dcda0012 [dcda0012]] KXkb: add keyboard layout notification&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=94cec968 [94cec968]] Kxkb: move LayoutUnit struct into its own file and add getLayoutName function&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c55cad68 [c55cad68]] Make dependency upon libssh optional&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=6c067940 [6c067940]] TWin: Add DCOP method showWindowMenu(wid) for default menu position&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8447a9a6 [8447a9a6]] TWin showWindowMenu: add support for negative coordinates&amp;lt;br/&amp;gt;Negative coordinates change the popup menu origins:&amp;lt;br/&amp;gt;* Negative X: origin is right edge instead of left;&amp;lt;br/&amp;gt;* Negative Y: origin is bottom edge instead of top.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e67f30eb [e67f30eb]] twin: fix showWindowMenuAt(...) DCOP call&amp;lt;br/&amp;gt;Before it only called slotWindowOperations(), which showed the operations menu of the current window at a preset position, ignoring all arguments passed to showWindowMenuAt.&amp;lt;br/&amp;gt;This commit implpements the correct behaviour of the function which takes all arguments into account.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=fa7aa947 [fa7aa947]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9c73915c [9c73915c]] twin: use separate bit to inhibit configure request messages. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/434 #434]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=80859919 [80859919]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f91c73bf [f91c73bf]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=3f84b83e [3f84b83e]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e240ec46 [e240ec46]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b19e4cab [b19e4cab]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=6b5d95d5 [6b5d95d5]] twin: makes sure to notify an application on resizing events so that the window contents can get updated. This is particularly important for Virtual Terminal based application. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tde/issues/57 TDE/tde#57] and issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/384 #384]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a3017180 [a3017180]] Fix FTBFS caused by detection of libr version after recent update&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=df343992 [df343992]] Fix unwanted window resizing. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tde/issues/57 TDE/tde#57]&amp;lt;br/&amp;gt;Some applications (like xfce4-terminal) try to manage their sizes by requesting the window manager a different size. The WM responds by resizing the window and the application tries once again to adjust its own size. This can lead to a repeated loop of request-resize which results in the application window to either shrink to the minimum allowed size or expand to the display size.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=71b2eaec [71b2eaec]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=139b166e [139b166e]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c19f68bd [c19f68bd]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 2&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=bf17c1e9 [bf17c1e9]] Replaced time related &amp;#039;#define&amp;#039; with actual strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7272c289 [7272c289]] Replace various tq* strings with TQt::* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=4a6f4a17 [4a6f4a17]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=06606d2a [06606d2a]] QuickLauncher: Ignore empty URLs at reading the configuration&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=196fabb2 [196fabb2]] Fix strlcat and strlcpy check&amp;lt;br/&amp;gt;Solving the [https://mirror.git.trinitydesktop.org/gitea/TDE/tde-packaging-gentoo/issues/310 TDE/tde-packaging-gentoo#310] problem.&amp;lt;br/&amp;gt;Glibc-2.38 adds new functions strlcat and strlcpy.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a49b0e2c [a49b0e2c]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8f661313 [8f661313]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=63432a21 [63432a21]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=457c4539 [457c4539]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=539f7f00 [539f7f00]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e3908518 [e3908518]] Deprecate TabColor setting&amp;lt;br/&amp;gt;This is a confusing feature which saves the color of the first tab and makes it the default color in new sessions. As a result, it broke color schemes by overriding the default tab color.&amp;lt;br/&amp;gt;This is not related to saving tab colors as part of a session.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c7cfaf20 [c7cfaf20]] Konsole: add ability to reset tab color to default&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=93dcc468 [93dcc468]] Add six new color schemes taken from https://www.opendesktop.org.&amp;lt;br/&amp;gt;There is no license files on the website, but based on the site Terms &amp;amp; Conditions, it seems reasonable to redistribute this files under GPL2 license.&amp;lt;br/&amp;gt;Human:    https://www.opendesktop.org/p/1123955/&amp;lt;br/&amp;gt;Last.fm:  https://www.opendesktop.org/p/1123742/&amp;lt;br/&amp;gt;Lizard:   https://www.opendesktop.org/p/1123562&amp;lt;br/&amp;gt;Platinum: https://www.opendesktop.org/p/1123528/&amp;lt;br/&amp;gt;Sienna:   https://www.opendesktop.org/p/1123485/&amp;lt;br/&amp;gt;WedgeWeb: https://www.opendesktop.org/p/1123249/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5739816e [5739816e]] Added initial draft of release notes for R14.1.2.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=fe02fc0d [fe02fc0d]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdepim ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=68a20c5c [68a20c5c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=f315d011 [f315d011]] Allow open on all HTML parts&amp;lt;br/&amp;gt;Currently, it is not possible to open a mail with HTML as main body part.&amp;lt;br/&amp;gt;This fixes it by checking if the content type is of `HTML` and allow it&amp;lt;br/&amp;gt;to be opened. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdepim/issues/89 #89]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=d3b795b9 [d3b795b9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=5a1ccaac [5a1ccaac]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=04278de8 [04278de8]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=a21e50f9 [a21e50f9]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=487706ea [487706ea]] Simplify code since cmake minimum version is now 3.5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=0037a564 [0037a564]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=ea84f574 [ea84f574]] Fix spurious quotes in calendar events&amp;lt;br/&amp;gt;Newer libical versions no longer require the parameters to be quoted. This&amp;lt;br/&amp;gt;patch removes the quoting to avoid adding unnecessary quotes to the&amp;lt;br/&amp;gt;attendee and organizer parameters. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdepim/issues/108 #108]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=112a9744 [112a9744]] Fix open HTML with an external program&amp;lt;br/&amp;gt;HTML emails can&amp;#039;t be opened because they are not written to disk. This&amp;lt;br/&amp;gt;fixes it by writing HTML parts of the email unconditionally to disk and&amp;lt;br/&amp;gt;adds a &amp;#039;.html&amp;#039; file extension if the part is of type HTML. This resolves&amp;lt;br/&amp;gt;Issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdepim/issues/94 #94]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=7ad14b00 [7ad14b00]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=3b1e4bbb [3b1e4bbb]] Replace auto_ptr&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=b0f8eef0 [b0f8eef0]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=3b25eb31 [3b25eb31]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=f26a304e [f26a304e]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=ae35bc48 [ae35bc48]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=51d0291b [51d0291b]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=22da7013 [22da7013]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=6efcb28e [6efcb28e]] Replaced time related &amp;#039;#define&amp;#039; with actual strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=9ade94ab [9ade94ab]] Holidays: ua&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=4a793dd7 [4a793dd7]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=7a712e61 [7a712e61]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=0a8405f6 [0a8405f6]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdemultimedia ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=d1b9bae1 [d1b9bae1]] KMix: system tray icon enhancements&amp;lt;br/&amp;gt;* XDG-compliant icon names with volume level specification (low, medium, high)&amp;lt;br/&amp;gt;  Low-Medium threshold:  33%&amp;lt;br/&amp;gt;  Medium-High threshold: 67%&amp;lt;br/&amp;gt;* Improved built-in icon theme with distinct volume levels (according to above)&amp;lt;br/&amp;gt;* Choice between classic KMix icon theme, imrpoved KMix icon theme and system theme.&amp;lt;br/&amp;gt;* New KMixDockWidget::getAvgVolume() method&amp;lt;br/&amp;gt;  Gets average volume in %. Code actually comes from KMixDockWidget::setVolumeTip(),&amp;lt;br/&amp;gt;  but was put into a separate method to be reused for determination of icon according&amp;lt;br/&amp;gt;  to the volume level&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=d2ab59b4 [d2ab59b4]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=0b24fa85 [0b24fa85]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=b7646ef6 [b7646ef6]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=637d383f [637d383f]] kmix[minor]: remove a stray extra space&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=282d6e6a [282d6e6a]] Simplify code since cmake minimum version is now 3.5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=98cd7ba5 [98cd7ba5]] Add support for TagLib 2.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=b71a5b9b [b71a5b9b]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=39a4235d [39a4235d]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=f353dc99 [f353dc99]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=da49daf5 [da49daf5]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=452c1e81 [452c1e81]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=bd26faa9 [bd26faa9]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=de42315f [de42315f]] Noatun: Crashing at empty items in the playlist&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=5bdb5189 [5bdb5189]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=a86ba592 [a86ba592]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdenetwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=6524c6ee [6524c6ee]] Zeroconf ioslave: Add support for SFTP servers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=a557a673 [a557a673]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=b8cee550 [b8cee550]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=a3953252 [a3953252]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=f61a13c1 [f61a13c1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=9bea52fd [9bea52fd]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=5d85a610 [5d85a610]] Replace auto_ptr&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=40393e30 [40393e30]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=51f2e0ff [51f2e0ff]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=4be03979 [4be03979]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e0a2f545 [e0a2f545]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e6bbef6d [e6bbef6d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=4dbc3ab8 [4dbc3ab8]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=b195cf38 [b195cf38]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=4edd87ce [4edd87ce]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=7367a616 [7367a616]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=caae1151 [caae1151]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdegraphics ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=036f40f1 [036f40f1]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=d65aac7f [d65aac7f]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=66444947 [66444947]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=459c09ca [459c09ca]] Simplify poppler version definitions.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=df6124db [df6124db]] Added support for poppler-24.02&amp;lt;br/&amp;gt;Solution to problem #85&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=cb1b22d0 [cb1b22d0]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=ea1f5870 [ea1f5870]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=904cb397 [904cb397]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=c9e40417 [c9e40417]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=1fe6cb7f [1fe6cb7f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=556d90cb [556d90cb]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=7ec27f89 [7ec27f89]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=cdcc24c6 [cdcc24c6]] ksnapshot: add setPixmap DCOP call&amp;lt;br/&amp;gt;Can be useful to integrate KSnapshot with applications that can take their own screenshots better (e.g. a media player can use a single frame from a video instead of a lower-quality real screen grab).&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=57ade681 [57ade681]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=73368709 [73368709]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=cfee7c43 [cfee7c43]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=924f894b [924f894b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=666a1d67 [666a1d67]] ksnapshot: add delay functionality to &amp;#039;Region&amp;#039; mode. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdegraphics/issues/71 #71]&lt;br /&gt;
&lt;br /&gt;
== tdetoys ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=04527b6a [04527b6a]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=cc18811e [cc18811e]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=1fb4ee78 [1fb4ee78]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=61b80b53 [61b80b53]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=8114410a [8114410a]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=4603b024 [4603b024]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=1606ffff [1606ffff]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=0b6f951e [0b6f951e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=64a5b23e [64a5b23e]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=79c780ce [79c780ce]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=8f9e8c88 [8f9e8c88]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=a6499fdc [a6499fdc]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeutils ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=6e0ff42c [6e0ff42c]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=75fa7e08 [75fa7e08]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=43a8c03e [43a8c03e]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=7f582d9a [7f582d9a]] Simplify code since cmake minimum version is now 3.5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=b6eec758 [b6eec758]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=278d2f50 [278d2f50]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=c960bd6f [c960bd6f]] superkaramba: add support for python 3.12. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdeutils/issues/71 #71]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=d4393c11 [d4393c11]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=5b1fdb9a [5b1fdb9a]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=5ecef94f [5ecef94f]] kmilo: after changing the screen brightness, allows a small delay before popping up the OSD feedback. This allows the underlying hardware to report the correct value. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdeutils/issues/68 #68]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=dfb81fda [dfb81fda]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=2d05a4b0 [2d05a4b0]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=f901ccee [f901ccee]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=3156b549 [3156b549]] Solving the [https://mirror.git.trinitydesktop.org/gitea/TDE/tde-packaging-gentoo/issues/313 TDE/tde-packaging-gentoo#313] problem.&amp;lt;br/&amp;gt;Glibc-2.38 adds new functions strlcat and strlcpy.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=b3f501d4 [b3f501d4]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=60471443 [60471443]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeedu ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=f3c1d301 [f3c1d301]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=0913e673 [0913e673]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=093fca95 [093fca95]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=aa76b219 [aa76b219]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=84528140 [84528140]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=5446eb71 [5446eb71]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=63af14c3 [63af14c3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=c75fee7f [c75fee7f]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=c407c455 [c407c455]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=79ebc59c [79ebc59c]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=bcee6c32 [bcee6c32]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=9af05810 [9af05810]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=0ef55542 [0ef55542]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdegames ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=6a21e133 [6a21e133]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=50854749 [50854749]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=ebb1fd89 [ebb1fd89]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e2b34f0b [e2b34f0b]] Simplify code since cmake minimum version is now 3.5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=bd2e9436 [bd2e9436]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=7b5371d0 [7b5371d0]] Replace auto_ptr&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=6374e2e6 [6374e2e6]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=4d6acadb [4d6acadb]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=76f734a8 [76f734a8]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=03c3d226 [03c3d226]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f240b9f9 [f240b9f9]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=c5a61d6e [c5a61d6e]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=afc67225 [afc67225]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=d86e0406 [d86e0406]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeaccessibility ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=71bcc460 [71bcc460]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=b6e3f69e [b6e3f69e]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=c4b79b2c [c4b79b2c]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=8923dcc3 [8923dcc3]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=79f019f1 [79f019f1]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=2aad9568 [2aad9568]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=93fbe96e [93fbe96e]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=14c0e766 [14c0e766]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=716294c7 [716294c7]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=57266e49 [57266e49]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeaddons ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=ce857b09 [ce857b09]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=b58fbd54 [b58fbd54]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=8be498d3 [8be498d3]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=2b2ba553 [2b2ba553]] kate/katesort: fix a typo&amp;lt;br/&amp;gt;Thanks to adem for noticing this on weblate&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=300132f9 [300132f9]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=e2345655 [e2345655]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=c19fc937 [c19fc937]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=76b9a4ad [76b9a4ad]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=92d851c1 [92d851c1]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=588c6181 [588c6181]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=a67df804 [a67df804]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=94639370 [94639370]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=f37c5af5 [f37c5af5]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=35876c80 [35876c80]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeadmin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=ffb1e416 [ffb1e416]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=d5a40b8e [d5a40b8e]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=f2ee6cfd [f2ee6cfd]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=7ad2f154 [7ad2f154]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=1ab02499 [1ab02499]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=ac7e4fb5 [ac7e4fb5]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=684b9d33 [684b9d33]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=16c7639b [16c7639b]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=a0028424 [a0028424]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeartwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=277baf2d [277baf2d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=265bc607 [265bc607]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=917de326 [917de326]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=aecd11b5 [aecd11b5]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=2cfbec61 [2cfbec61]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=78e766b0 [78e766b0]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=d0fc8a81 [d0fc8a81]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=f2e4e24e [f2e4e24e]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=856d6d13 [856d6d13]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=fc6c321e [fc6c321e]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=e243bddf [e243bddf]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=149da968 [149da968]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=185ed081 [185ed081]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=59d0ee36 [59d0ee36]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=5f9b4a9f [5f9b4a9f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=f6619763 [f6619763]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdebindings ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=fd2a99a7 [fd2a99a7]] Fix FTBFS caused by [https://mirror.git.trinitydesktop.org/gitea/TDE/tqt3/issues/109 TDE/tqt3#109]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=935aa331 [935aa331]] Replace QT_STATIC_CONST_* with actual definitions&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=5204caac [5204caac]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=a8bc056a [a8bc056a]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=1eb01731 [1eb01731]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=7d03532f [7d03532f]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
&lt;br /&gt;
== tdesdk ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=c119718f [c119718f]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=5e8a11ec [5e8a11ec]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=7ea1ab37 [7ea1ab37]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=b703ee98 [b703ee98]] Replace QT_STATIC_CONST_* with actual definitions&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=7f79362a [7f79362a]] Rename missed Q_SIGNALS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d3799513 [d3799513]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=725db2ce [725db2ce]] Replace auto_ptr&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d3656a49 [d3656a49]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=8fc5cf27 [8fc5cf27]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=74c34bca [74c34bca]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=a03358fd [a03358fd]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=4f51c08a [4f51c08a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d6dc3a3d [d6dc3a3d]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=49d88f18 [49d88f18]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=5d52b8ff [5d52b8ff]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=785064f9 [785064f9]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=429f7fd4 [429f7fd4]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdevelop ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=cd372fc6 [cd372fc6]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=40fd405e [40fd405e]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=27159fc6 [27159fc6]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=ce6544d5 [ce6544d5]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=0ddca9b8 [0ddca9b8]] Replace QT_STATIC_CONST_* with actual definitions&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=6843dff0 [6843dff0]] Simplify code since cmake minimum version is now 3.5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=2f2f4edb [2f2f4edb]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=43fd0a38 [43fd0a38]] Replace auto_ptr&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=c891bb5d [c891bb5d]] Fix KDevPluginController::query() with empty constraint&amp;lt;br/&amp;gt;When KDevPluginController::query() was called with empty constrain it&amp;lt;br/&amp;gt;were resulting in incorrect query string being passed to TDETrader,&amp;lt;br/&amp;gt;which were resulting in at least warnings like the next one:&amp;lt;br/&amp;gt;```&amp;lt;br/&amp;gt;[tdeio (TDETrader)] [6751] WARNING: Parsing &amp;#039; and [X-TDevelop-Version] == 5&amp;#039; gave syntax error&amp;lt;br/&amp;gt;```&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=e4efa087 [e4efa087]] Fix SEGV when hovering on symbols after creating a new project. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdevelop/issues/40 #40]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=0b6a83b7 [0b6a83b7]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=b9186693 [b9186693]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=f12db681 [f12db681]] kdevdesigner: prevent SEGV from invalid pointer. This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tqt3/issues/97 TDE/tqt3#97]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=ea8f1be4 [ea8f1be4]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=2d0252be [2d0252be]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=d31a7027 [d31a7027]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=8308ebce [8308ebce]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=521604de [521604de]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=96ced6ef [96ced6ef]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdewebdev ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=96368009 [96368009]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=a605c96a [a605c96a]] Adding the header file unistd.h&amp;lt;br/&amp;gt;Solution to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdewebdev/issues/42 #42]&amp;lt;br/&amp;gt;Required for Clang-17 and newer&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=5344e9d7 [5344e9d7]] Adding cstdlib header file inclusion&amp;lt;br/&amp;gt;Solution to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdewebdev/issues/42 #42]&amp;lt;br/&amp;gt;Necessary to enable some C functions&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=49db40e4 [49db40e4]] Adding support for libxml2-2.12.0 and later for Quanta+&amp;lt;br/&amp;gt;Solution to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdewebdev/issues/42 #42]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=5f5631cf [5f5631cf]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=cb9f1d4a [cb9f1d4a]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=684bdead [684bdead]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=f8006999 [f8006999]] Fix FTBFS due to multi-line result from ICU C++ flags detection.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=48c2f91a [48c2f91a]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=dd3ce2e1 [dd3ce2e1]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=86fed9b7 [86fed9b7]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=8954d764 [8954d764]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=717ca24e [717ca24e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=abd5e8f9 [abd5e8f9]] Fix FTBFS from prior commit.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=37f6b15c [37f6b15c]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=dd931b3e [dd931b3e]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=b4887167 [b4887167]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=9e8724c9 [9e8724c9]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=b00a91b0 [b00a91b0]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=b3b05947 [b3b05947]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tde-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=804bcaef [804bcaef]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b0640083 [b0640083]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ecd18386 [ecd18386]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b7184bff [b7184bff]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2233c58b [2233c58b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7be64c49 [7be64c49]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0b596f80 [0b596f80]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dfb70b49 [dfb70b49]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0d696b9e [0d696b9e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fd023218 [fd023218]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73ee15ef [73ee15ef]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67ea74a6 [67ea74a6]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c6d169d2 [c6d169d2]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4095ce8 [a4095ce8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dc546bf3 [dc546bf3]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8c64c11a [8c64c11a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de2dd299 [de2dd299]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45435fb1 [45435fb1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3d0a34c8 [3d0a34c8]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bfd8a62c [bfd8a62c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67869a54 [67869a54]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2bcdeb77 [2bcdeb77]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c58a3740 [c58a3740]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3a4bb944 [3a4bb944]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a91965f [5a91965f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d81951f2 [d81951f2]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=75717c54 [75717c54]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=169faa1b [169faa1b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bf17c0ac [bf17c0ac]] tdemultimedia/kmix: remove a stray extra space.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fadd5e6b [fadd5e6b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bab54172 [bab54172]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cf522957 [cf522957]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=741eef7d [741eef7d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2cf50021 [2cf50021]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f4c5ba08 [f4c5ba08]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73230742 [73230742]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=842d0728 [842d0728]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aa5da19a [aa5da19a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44e3825e [44e3825e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ea8296a [2ea8296a]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c5441a72 [c5441a72]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a00bbd9b [a00bbd9b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3cf519c1 [3cf519c1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c7eb7259 [c7eb7259]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c034e83 [6c034e83]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b590f840 [b590f840]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b319b88a [b319b88a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cc45161c [cc45161c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=efd947d3 [efd947d3]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25d196dc [25d196dc]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e5380a77 [e5380a77]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a1d02ef5 [a1d02ef5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b02ffeb [4b02ffeb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2729c261 [2729c261]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=47a9a331 [47a9a331]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41f9994c [41f9994c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8772ccd5 [8772ccd5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9cfeaaba [9cfeaaba]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b8623c9 [2b8623c9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ea97c56 [7ea97c56]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ce43bede [ce43bede]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=298b491a [298b491a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c2f113be [c2f113be]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4594ec8 [d4594ec8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=28015952 [28015952]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abe7f960 [abe7f960]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6d051d6a [6d051d6a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1608a85b [1608a85b]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61e2eaf3 [61e2eaf3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c41887c6 [c41887c6]] Remove duplicate translations from commit 83e7d90131a60206a219edf4a2ba9e570c689268.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ff9fcec [2ff9fcec]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6b78e804 [6b78e804]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=83e7d901 [83e7d901]] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d3f6a5fb [d3f6a5fb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dd01a895 [dd01a895]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d7331290 [d7331290]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d39a21e0 [d39a21e0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6383fd9e [6383fd9e]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a662e89 [2a662e89]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0cb349be [0cb349be]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d9b15b4 [7d9b15b4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=42fa475c [42fa475c]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
= libraries =&lt;br /&gt;
== libkdcraw ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=6cc04761 [6cc04761]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=a8723c31 [a8723c31]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=4bbbe298 [4bbbe298]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=d2e28d1a [d2e28d1a]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=cf62b14f [cf62b14f]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== libkexiv2 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkexiv2/commit/?id=efab49fa [efab49fa]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkexiv2/commit/?id=d69c95c1 [d69c95c1]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkexiv2/commit/?id=735076ec [735076ec]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== libkipi ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=ef09f37c [ef09f37c]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=a1ca108f [a1ca108f]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=166d8c53 [166d8c53]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=29ef104e [29ef104e]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=72d352a7 [72d352a7]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=79b037f6 [79b037f6]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kipi-plugins ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=d2ec29f0 [d2ec29f0]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=8b5c3386 [8b5c3386]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=b74930c0 [b74930c0]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=d0107930 [d0107930]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=2cf37f58 [2cf37f58]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=b4ab4f13 [b4ab4f13]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=d543d160 [d543d160]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=cc9c3a67 [cc9c3a67]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=5c09bb36 [5c09bb36]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=bc3ec7f2 [bc3ec7f2]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=d28f47b5 [d28f47b5]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== libksquirrel ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libksquirrel/commit/?id=01dafd82 [01dafd82]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libksquirrel/commit/?id=115223b1 [115223b1]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libksquirrel/commit/?id=a125c8f3 [a125c8f3]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libksquirrel/commit/?id=592f28f9 [592f28f9]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libksquirrel/commit/?id=c612c9c0 [c612c9c0]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libksquirrel/commit/?id=029784cd [029784cd]] Drop autotools support&lt;br /&gt;
&lt;br /&gt;
== libtdeldap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtdeldap/commit/?id=6c4cb0e3 [6c4cb0e3]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtdeldap/commit/?id=1090c874 [1090c874]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtdeldap/commit/?id=5ba47607 [5ba47607]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== libtqt-perl ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=71a53642 [71a53642]] Align kalyptus to changes made inx [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebindings/issues/36 TDE/tdebindings#36]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=fe960594 [fe960594]] Replace QT_STATIC_CONST_* with actual definitions&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=a9af628d [a9af628d]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=a9e12524 [a9e12524]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=947bc2db [947bc2db]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=d655c313 [d655c313]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=803408f7 [803408f7]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 2&lt;br /&gt;
&lt;br /&gt;
== pytde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytde/commit/?id=89bcd15e [89bcd15e]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytde/commit/?id=db88dbbd [db88dbbd]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytde/commit/?id=41cc3906 [41cc3906]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytde/commit/?id=16dba0a4 [16dba0a4]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== pytdeextensions ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytdeextensions/commit/?id=e266e8f8 [e266e8f8]] Fix detection of SIP-TQt, PyTQt and PyTDE modules in tdedistutils&amp;lt;br/&amp;gt;with multiple Python3 installed in parallel. This solves FTBFS&amp;lt;br/&amp;gt;when building tde-guidance.&amp;lt;br/&amp;gt;Remove import of &amp;#039;imp&amp;#039; module that is no longer needed.&amp;lt;br/&amp;gt;Sysconfig from Python is now used instead of sysconfig from distutils.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytdeextensions/commit/?id=e864982d [e864982d]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
&lt;br /&gt;
= applications/development =&lt;br /&gt;
== kdbg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=7e20b904 [7e20b904]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=1a9b8e7a [1a9b8e7a]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=320b4e63 [320b4e63]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=3cefef8e [3cefef8e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=c8f5e54e [c8f5e54e]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kdiff3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=df477675 [df477675]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=a8091616 [a8091616]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=79daa6a1 [79daa6a1]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=835702ea [835702ea]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=95d0ba61 [95d0ba61]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=7ff0b7ed [7ff0b7ed]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=10096961 [10096961]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=eff219cd [eff219cd]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=b1a7c5eb [b1a7c5eb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=180f871b [180f871b]] Fix pasting UTF8 text from clipboard.&amp;lt;br/&amp;gt;This commit is based on work from Roman Savochenko  available at PR #13, but adapted to the TDE standard. It replaces the aforementioned PR #13.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=5e65678a [5e65678a]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=d3cfbab1 [d3cfbab1]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kpicosim ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=4c5f68d5 [4c5f68d5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=e7444316 [e7444316]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=b2af526f [b2af526f]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=7825473d [7825473d]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=bb32ffaf [bb32ffaf]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=6e904a10 [6e904a10]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=69df5d03 [69df5d03]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kscope ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=7fcca288 [7fcca288]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=76dc310f [76dc310f]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=b035a6c4 [b035a6c4]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=3fb41909 [3fb41909]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== ktechlab ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=ebdcce5a [ebdcce5a]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=00010fac [00010fac]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=4bff0b57 [4bff0b57]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=a082a259 [a082a259]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=f5d0ed0e [f5d0ed0e]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=669d1daa [669d1daa]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=420fcb6c [420fcb6c]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kxmleditor ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=fa8d4d39 [fa8d4d39]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=e86e0ce5 [e86e0ce5]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=9e94ee99 [9e94ee99]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=21ab29e9 [21ab29e9]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== piklab ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=a4782bc0 [a4782bc0]] Rename qt_config.h file to match expected name&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=088305a1 [088305a1]] Removed unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=6e5d4478 [6e5d4478]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=9689d714 [9689d714]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=f3f67ab7 [f3f67ab7]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=26bcb362 [26bcb362]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=aa5aa16b [aa5aa16b]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=fb9112c9 [fb9112c9]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=d73c00b7 [d73c00b7]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=6ea6638a [6ea6638a]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tdesvn ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=96a87859 [96a87859]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=0ec1d384 [0ec1d384]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=593e1773 [593e1773]] Removed unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=484c315b [484c315b]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=aa1df34f [aa1df34f]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=f71f6c99 [f71f6c99]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=a2bf0715 [a2bf0715]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=7221e1ed [7221e1ed]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=340a9422 [340a9422]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=2e75d667 [2e75d667]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=2bf1c106 [2bf1c106]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=42734aee [42734aee]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
= applications/games =&lt;br /&gt;
== knights ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=cd0bca7c [cd0bca7c]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=ffaff7d7 [ffaff7d7]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=b4b4994c [b4b4994c]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=b8335a4a [b8335a4a]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=a39b2b83 [a39b2b83]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=0959fe8c [0959fe8c]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=248df7d9 [248df7d9]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tdepacman ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=bfe3e5c8 [bfe3e5c8]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=b4236bf2 [b4236bf2]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=2d94efff [2d94efff]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=1a929a80 [1a929a80]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
= applications/graphics =&lt;br /&gt;
== digikam ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=8f0b4a3a [8f0b4a3a]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=282e4601 [282e4601]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=40c16979 [40c16979]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=4fb5c762 [4fb5c762]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=dfb59e25 [dfb59e25]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=8fa69390 [8fa69390]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=3bedcd00 [3bedcd00]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=80cb02ba [80cb02ba]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=a7a3aa3b [a7a3aa3b]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=df0251e7 [df0251e7]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=56a89d7b [56a89d7b]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== gwenview ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=cd17d521 [cd17d521]] Fix pthread required&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=f0b27130 [f0b27130]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=843bdb50 [843bdb50]] Fix cmake conversion for ix86 archs&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=41f6d5af [41f6d5af]] Conversion to cmake building system&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=b24092d4 [b24092d4]] fix an incorrect condition in ImageViewController::eventFilter()&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=f9cd02af [f9cd02af]] Suppress several warnings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=e00293c1 [e00293c1]] Drop dummy development test for vertical tab widget&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=e99867e7 [e99867e7]] Add program pixmap from tde-packaging&amp;#039;s debian folder&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=2407130a [2407130a]] Move gvdirpart icons under main icons folder&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=10fd80d4 [10fd80d4]] Restructure src/pics into icons folder&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=c3f31d40 [c3f31d40]] Removed unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=d41529e3 [d41529e3]] Restructure doc/man folders&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=ab31b74b [ab31b74b]] Fix a crash when loading a PPMRAW image&amp;lt;br/&amp;gt;The crash is caused by the fact that TQImageIO::imageFormat() may return&amp;lt;br/&amp;gt;some values not present in neighter KImageIO::types(KImageIO::Reading)&amp;lt;br/&amp;gt;nor in TQImage::inputFormatList(), e.g. different flavours of ppm like&amp;lt;br/&amp;gt;PPMRAW. Besides that it&amp;#039;s possible theat TQt could support other formats&amp;lt;br/&amp;gt;unknown to TDE.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=b97fb9f1 [b97fb9f1]] Update FileThumbnailView&amp;#039;s grid upon finishing loading thumbnails&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=74da49e1 [74da49e1]] src/gvcore/filethumbnailview: replace NULL -&amp;amp;gt; nullptr&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=0729233b [0729233b]] configimagelistpage: add whatsthis messages and keyboard accelerators&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=c42622ee [c42622ee]] Make metadata loading optional&amp;lt;br/&amp;gt;See: https://mirror.git.trinitydesktop.org/gitea/TDE/gwenview/issues/17#issuecomment-44076&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=8f266257 [8f266257]] Use image dimmentions from metadata as a fallback&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=db4080c1 [db4080c1]] Avoid sorting items and creating thumbnails when loading metadata&amp;lt;br/&amp;gt;Otherwice it has a big performance impact: it causes lots of&amp;lt;br/&amp;gt;thumbnail reloads and resorts of FileThumbnailView.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=a5931c83 [a5931c83]] Some refactoring of FileThumbnailViewItem::updateLines()&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=d84beae4 [d84beae4]] Keep an item in browse mode selected when switchng views&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=ad01a7f1 [ad01a7f1]] Various small improvements&amp;lt;br/&amp;gt;- fix some warnings about struct/class deslaration/definition mismatch&amp;lt;br/&amp;gt;- fix incorrect assert in jpegcontent.cpp&amp;lt;br/&amp;gt;- add a note&amp;lt;br/&amp;gt;- null a pointer after deleting a job&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=801c90b6 [801c90b6]] Load file metadata asynchronously&amp;lt;br/&amp;gt;Synchronous load of metadata resulted in big delays when opening a&amp;lt;br/&amp;gt;directory with substantial amount of files.&amp;lt;br/&amp;gt;Closes: https://mirror.git.trinitydesktop.org/gitea/TDE/gwenview/issues/17&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=8064b0ca [8064b0ca]] avoid waiting for dir cache when opening a file&amp;lt;br/&amp;gt;At least this will eliminate the most annoying part of the bug there the&amp;lt;br/&amp;gt;file won&amp;#039;t be displayed till the dir cache is completely loaded.&amp;lt;br/&amp;gt;Bug: https://mirror.git.trinitydesktop.org/gitea/TDE/gwenview/issues/17&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=30981c12 [30981c12]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=f31e61c6 [f31e61c6]] Replace auto_ptr&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=f476b77d [f476b77d]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=5eb453b7 [5eb453b7]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=247add21 [247add21]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=5a71f93b [5a71f93b]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=20b4653f [20b4653f]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=d4e69bd2 [d4e69bd2]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 2&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=d2998fbc [d2998fbc]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=549b83de [549b83de]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=4c58d618 [4c58d618]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== gwenview-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=8ecf8023 [8ecf8023]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=606e152d [606e152d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=226a6ad5 [226a6ad5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=5d8fa9a9 [5d8fa9a9]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=ae6e2155 [ae6e2155]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=498684e4 [498684e4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=476bfcf5 [476bfcf5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=0aaaf25f [0aaaf25f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=eeefb581 [eeefb581]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=adde7bac [adde7bac]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=04164129 [04164129]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=df89b8d0 [df89b8d0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=fe3a9945 [fe3a9945]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=ec568f0d [ec568f0d]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== ksquirrel ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=fbc60ad1 [fbc60ad1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=ca605599 [ca605599]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=c8cada82 [c8cada82]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=745c0bda [745c0bda]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=ee5dabb7 [ee5dabb7]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=77d98cdf [77d98cdf]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=e814f1e8 [e814f1e8]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=9d3adf01 [9d3adf01]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=4078a895 [4078a895]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== potracegui ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=6f01896c [6f01896c]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=323206ba [323206ba]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=7a90b396 [7a90b396]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=7f29a86e [7f29a86e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=63c91476 [63c91476]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=91a23eae [91a23eae]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=512732b0 [512732b0]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
= applications/internet =&lt;br /&gt;
== kasablanca ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=add95234 [add95234]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=d7d6eed0 [d7d6eed0]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=cd4fe19c [cd4fe19c]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=44e4c4e1 [44e4c4e1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=749fadd2 [749fadd2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=d942de57 [d942de57]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=0e9b7d1d [0e9b7d1d]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kbiff ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=28af00da [28af00da]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=1df6327d [1df6327d]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=47b05696 [47b05696]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=8498ab1f [8498ab1f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=b1912c9f [b1912c9f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=4c492704 [4c492704]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=e65e12d0 [e65e12d0]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kftpgrabber ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=20ad9ac5 [20ad9ac5]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=188e5fce [188e5fce]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=f198284d [f198284d]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=91bacaa9 [91bacaa9]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== knmap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=750d9ef3 [750d9ef3]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=94758dbe [94758dbe]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=1d388460 [1d388460]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=63cafd37 [63cafd37]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=fa583363 [fa583363]] Removed already applied .diff file and custom _DEBUG flag&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=2a173c58 [2a173c58]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=76067f79 [76067f79]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=3f0328e9 [3f0328e9]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== konversation ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=aa7c5936 [aa7c5936]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=c8767883 [c8767883]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=a920dfcf [a920dfcf]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=f18f28a7 [f18f28a7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=097cbcdd [097cbcdd]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=0d666f48 [0d666f48]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=9f9819b2 [9f9819b2]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=0b3b0962 [0b3b0962]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=b44a471a [b44a471a]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=ae1967dc [ae1967dc]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=cb42cd20 [cb42cd20]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kopete-otr ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=bcef10ab [bcef10ab]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=316e7784 [316e7784]] Removed unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=56a8b011 [56a8b011]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=e14ad764 [e14ad764]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=edea0d8d [edea0d8d]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kshowmail ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=e71eaf4d [e71eaf4d]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=0cf62cd0 [0cf62cd0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=84348cbb [84348cbb]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=87732784 [87732784]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=521a7742 [521a7742]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=c5b1ab33 [c5b1ab33]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=86f2b710 [86f2b710]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kstreamripper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=ae93db6d [ae93db6d]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=3506b4a7 [3506b4a7]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=2ce8abf5 [2ce8abf5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=5e4da610 [5e4da610]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=ae602fba [ae602fba]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=786fcd32 [786fcd32]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=04368be9 [04368be9]] Properly deallocate memory on exit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=6a86ef7a [6a86ef7a]] Added context menu&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=248e67ea [248e67ea]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=9f785fdc [9f785fdc]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=c22d8d68 [c22d8d68]] Ask for confirmation before deleting a stream from the list&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=0796f6cb [0796f6cb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=d94539da [d94539da]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=8286cc5b [8286cc5b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=71c98694 [71c98694]] Provide a minimum height for the station listview to improve user experiences when there are more than a few stations&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=64cf76fc [64cf76fc]] Prevent loss of last station across multiple program runs if its description is empty&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=5aed5382 [5aed5382]] Removing unnecessary functionality&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=9fb4112a [9fb4112a]] Added stream editing in a separate dialog box&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=9a8675a8 [9a8675a8]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=bcdbeef8 [bcdbeef8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=9d38a4e2 [9d38a4e2]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=fbb41b91 [fbb41b91]] Add unicode stream support&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=683560fc [683560fc]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=560afe55 [560afe55]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=7678506d [7678506d]] Fix deallocation of process controllers when quitting the application&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=b624496e [b624496e]] Avoid repeated connection of the same signal when ripping the same item multiple times&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=b3d9058d [b3d9058d]] Added event processing if the process has finished its work&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=6701bdba [6701bdba]] Removed unnecessary code and files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=be9e9e89 [be9e9e89]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=015618b1 [015618b1]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=ff9482e1 [ff9482e1]] Added processing for stopping processes when closing the program window&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=943a67a4 [943a67a4]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== ktorrent ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=ce56158f [ce56158f]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=511b23a3 [511b23a3]] Removed unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=37d524ba [37d524ba]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=e98b0ef1 [e98b0ef1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=657dd888 [657dd888]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=4caf6f3c [4caf6f3c]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=29628def [29628def]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=ea5e56f7 [ea5e56f7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=5a75de0b [5a75de0b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=2a3111ed [2a3111ed]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=e76b1b06 [e76b1b06]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=59f680d9 [59f680d9]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=f5f62f5b [f5f62f5b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=9e6ff2e1 [9e6ff2e1]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kvirc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=57afde68 [57afde68]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=7e934f0a [7e934f0a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a1413410 [a1413410]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=fa9080a8 [fa9080a8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=782e31aa [782e31aa]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=949305a2 [949305a2]] Remove unnecessary files and Qt4 support&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=d29e90e6 [d29e90e6]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=3de49dee [3de49dee]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=677dae3b [677dae3b]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=0066e291 [0066e291]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=35d1f217 [35d1f217]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=039fcfa8 [039fcfa8]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=3f8bfdfe [3f8bfdfe]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=265b1c8c [265b1c8c]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=860d3e1f [860d3e1f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=5b2ba173 [5b2ba173]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=55b59d3d [55b59d3d]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=8bb7372e [8bb7372e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=d7a1d0a3 [d7a1d0a3]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=945085d2 [945085d2]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kvpnc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=6492b743 [6492b743]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=eea3fa9f [eea3fa9f]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=9ced8bd3 [9ced8bd3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=cee8dbf6 [cee8dbf6]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=942ccb8e [942ccb8e]] Removed unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=6a1ecf87 [6a1ecf87]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=1cfbe9cb [1cfbe9cb]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=f6f9924d [f6f9924d]] Fix remaining unwanted renaming SLOT =&amp;amp;gt; TQ_SLOT related to the message.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=36f7e3f1 [36f7e3f1]] Fix unwanted renaming SLOT =&amp;amp;gt; TQ_SLOT in the message string.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=143ef5f5 [143ef5f5]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=c76d015d [c76d015d]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=1172d1f6 [1172d1f6]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== smb4k ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=9ee91610 [9ee91610]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=035f1d6c [035f1d6c]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=b703a19e [b703a19e]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=74b97723 [74b97723]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=cfafca88 [cfafca88]] CMake conversion&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=3b8edca5 [3b8edca5]] TQString related changes required for cmake conversion&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=cdd07aa7 [cdd07aa7]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=c6b056cc [c6b056cc]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=e7dc7656 [e7dc7656]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=936b601d [936b601d]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=16d186a5 [16d186a5]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=c4ac8caf [c4ac8caf]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=4e996a89 [4e996a89]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=01627fbd [01627fbd]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=16657171 [16657171]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
= applications/misc =&lt;br /&gt;
== bibletime ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=70dce1cf [70dce1cf]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=5ffb7095 [5ffb7095]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=f4cae605 [f4cae605]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=88b0e5ce [88b0e5ce]] Replace Qt with TQt and KDE with TDE&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=9f336161 [9f336161]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=14f6b82f [14f6b82f]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=138dd9d3 [138dd9d3]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=c6f8f1bf [c6f8f1bf]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=f2540b01 [f2540b01]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=bc35a6b9 [bc35a6b9]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=79a57869 [79a57869]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=89cdda50 [89cdda50]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=75205341 [75205341]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== compizconfig-backend-tdeconfig ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/compizconfig-backend-tdeconfig/commit/?id=c6d98e12 [c6d98e12]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/compizconfig-backend-tdeconfig/commit/?id=6cb631f1 [6cb631f1]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== desktop-effects-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=6866de31 [6866de31]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=7faf6c12 [7faf6c12]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=c3d75707 [c3d75707]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=842d40b0 [842d40b0]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kcmldap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=b83de66a [b83de66a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=ab3e85b9 [ab3e85b9]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=b4e7fbdb [b4e7fbdb]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=df2cc5be [df2cc5be]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=2fcf4275 [2fcf4275]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kcmldapcontroller ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=84bee79e [84bee79e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=1cc6eedc [1cc6eedc]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=7f36742a [7f36742a]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=e385027b [e385027b]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=9e149d4b [9e149d4b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=585d173e [585d173e]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kcmldapmanager ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=e635a31f [e635a31f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=bbefc9a2 [bbefc9a2]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=446b4aaf [446b4aaf]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=d6b06a9d [d6b06a9d]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=47887118 [47887118]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kerberostray ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=52afc69c [52afc69c]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=0b9aad72 [0b9aad72]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=67336400 [67336400]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=d3f5f06e [d3f5f06e]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=9fe0aff0 [9fe0aff0]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== krecipes ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=bd0871b7 [bd0871b7]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=45efcea5 [45efcea5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=5924f9c7 [5924f9c7]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=069a14f6 [069a14f6]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=1d6e93a1 [1d6e93a1]] Remove unused files/code&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=dd228586 [dd228586]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=c72be0a6 [c72be0a6]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=6b856e9c [6b856e9c]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=60c15de3 [60c15de3]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
= applications/multimedia =&lt;br /&gt;
== amarok ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=1851fada [1851fada]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4c59dce5 [4c59dce5]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=02b1f0f4 [02b1f0f4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=3c90dc38 [3c90dc38]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=226522fa [226522fa]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=5a5b34eb [5a5b34eb]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=97c254f2 [97c254f2]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=a9635517 [a9635517]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=03e5582d [03e5582d]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=5cae14d5 [5cae14d5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=0851e201 [0851e201]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=832a6a86 [832a6a86]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=22bcf55f [22bcf55f]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=3b0aee61 [3b0aee61]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=e4b6122b [e4b6122b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=36d4e52e [36d4e52e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=f2d29897 [f2d29897]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== codeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=38dcd285 [38dcd285]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=81d30b11 [81d30b11]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=b023e039 [b023e039]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=7c2b90bd [7c2b90bd]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== k3b ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=ed45be67 [ed45be67]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=e4505c94 [e4505c94]] Fix detection of MMX capabilities on ix86 archs&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=0d811e3e [0d811e3e]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=f989f27b [f989f27b]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=80e5226c [80e5226c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=ac9bee9f [ac9bee9f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=ce3ab445 [ce3ab445]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=6a101aa2 [6a101aa2]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=386d824e [386d824e]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=b591f195 [b591f195]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=361bf819 [361bf819]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=c7656114 [c7656114]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=214ce2ba [214ce2ba]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=32a52075 [32a52075]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=21fdca70 [21fdca70]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=0c90dd24 [0c90dd24]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== k3b-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=bc3804fa [bc3804fa]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=dc58a60f [dc58a60f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=512501b0 [512501b0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=8e431ad6 [8e431ad6]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=fbaf24c8 [fbaf24c8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=0eb2404b [0eb2404b]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=408cd80e [408cd80e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=c871eb98 [c871eb98]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=6b26d66f [6b26d66f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=f9c5cefe [f9c5cefe]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=d711e3fb [d711e3fb]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== k9copy ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=21f900e2 [21f900e2]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=65ffe0c5 [65ffe0c5]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=a90fa4fe [a90fa4fe]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=bcf4fd54 [bcf4fd54]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=0828ec19 [0828ec19]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=4b425835 [4b425835]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=9e55e6ee [9e55e6ee]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=a2dacecf [a2dacecf]] Remove the original translation directory layout.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=fb42a086 [fb42a086]] Copy translations to a new directory layout.&amp;lt;br/&amp;gt;Added translation of .desktop files.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=83c41bf1 [83c41bf1]] Drop autotools support&lt;br /&gt;
&lt;br /&gt;
== kaffeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=2d6def82 [2d6def82]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=43720193 [43720193]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=15592147 [15592147]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=9aeb52db [9aeb52db]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=ef2254d5 [ef2254d5]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=89e9863c [89e9863c]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=53219858 [53219858]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=3ba0ef17 [3ba0ef17]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=018ae989 [018ae989]] xine-backend: Remove protocols from supported extensions&amp;lt;br/&amp;gt;This caused problems with the extension filter of the file opener dialog.&amp;lt;br/&amp;gt;This fixes [https://mirror.git.trinitydesktop.org/gitea/TDE/tdemultimedia/issues/58 TDE/tdemultimedia#58]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=283e19b9 [283e19b9]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=2c49540b [2c49540b]] Removed patch files from source code.&amp;lt;br/&amp;gt;fast-slow-dcop.patch, generic_tr.patch and scandialog.patch have already&amp;lt;br/&amp;gt;been applied in the code.&amp;lt;br/&amp;gt;terminate.patch has not been applied but contains no explanation on what&amp;lt;br/&amp;gt;problem it was trying to fix.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=f5f7098e [f5f7098e]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=2fe187b9 [2fe187b9]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kaffeine-mozilla ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine-mozilla/commit/?id=d4cb836c [d4cb836c]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine-mozilla/commit/?id=843f25da [843f25da]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine-mozilla/commit/?id=e7e12a9a [e7e12a9a]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kmplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=9ec2d11d [9ec2d11d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=f2a131c5 [f2a131c5]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=6ffc55ca [6ffc55ca]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=1f99527a [1f99527a]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=436bc266 [436bc266]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=8a590af0 [8a590af0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=2e5e0a3b [2e5e0a3b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=8417b0fe [8417b0fe]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=6777b854 [6777b854]] Solving the problem of launching the settings dialog without xine support&amp;lt;br/&amp;gt;The settings dialog crashes if built without xine support.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=8527831e [8527831e]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=27035a4b [27035a4b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=f29a95f6 [f29a95f6]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=7916d64f [7916d64f]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=59e6dbe4 [59e6dbe4]] Update DocBook DTD for documentation to 4.2.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=cc08a7d8 [cc08a7d8]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=228b7d8a [228b7d8a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=2d9f7497 [2d9f7497]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=9ed93309 [9ed93309]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== mplayerthumbs ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=4d6dd76e [4d6dd76e]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=0940b08c [0940b08c]] Removed unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=790a2c0a [790a2c0a]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=52f017aa [52f017aa]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== rosegarden ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=70ed18b3 [70ed18b3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=73b0e0f7 [73b0e0f7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=d91402d7 [d91402d7]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=0adbbf7a [0adbbf7a]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=5b68b462 [5b68b462]] Remove unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=10e90628 [10e90628]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=a3a855ce [a3a855ce]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=0d651f25 [0d651f25]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=d2261821 [d2261821]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=ec073d64 [ec073d64]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=6bee7afd [6bee7afd]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=d80f3b6c [d80f3b6c]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=5a840665 [5a840665]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== soundkonverter ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=18bdfb20 [18bdfb20]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=260f6d19 [260f6d19]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=61e1b0e4 [61e1b0e4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=8c11a140 [8c11a140]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=070927f4 [070927f4]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=80596a68 [80596a68]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=ad48759d [ad48759d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=54c143b5 [54c143b5]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=0438ba40 [0438ba40]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=c4c4d373 [c4c4d373]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=5bba09ee [5bba09ee]] cmake conversion&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=546952a1 [546952a1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=7fe222c3 [7fe222c3]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=2ec39571 [2ec39571]] Rename src/config.h to src/configuration.h to avoid possible conflicts with autogenerated config.h file&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=b36ba456 [b36ba456]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=65f00ac0 [65f00ac0]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=6d9278a9 [6d9278a9]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tderadio ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=c7c3b8bc [c7c3b8bc]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=e5430936 [e5430936]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=ac8ddffa [ac8ddffa]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=24e8de38 [24e8de38]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=9c572378 [9c572378]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=3dbd1166 [3dbd1166]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=a2837bd4 [a2837bd4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=525e762e [525e762e]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=e76222b9 [e76222b9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=e8c31a52 [e8c31a52]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=779f24c6 [779f24c6]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
= applications/office =&lt;br /&gt;
== basket ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=323f0758 [323f0758]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=514031eb [514031eb]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=8a69776a [8a69776a]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=5b1ac559 [5b1ac559]] Removed unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=f9edc9cf [f9edc9cf]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=31622296 [31622296]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=50245e3d [50245e3d]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=b70474e0 [b70474e0]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=b29b77fb [b29b77fb]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=70031454 [70031454]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=928b97c5 [928b97c5]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=48f3d5f4 [48f3d5f4]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kbibtex ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=f9fea70a [f9fea70a]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=2e910806 [2e910806]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=eae3ad00 [eae3ad00]] Removed unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=07a565d7 [07a565d7]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=483545c2 [483545c2]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=584744b2 [584744b2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=c9d1bd72 [c9d1bd72]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kbookreader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=49e31fae [49e31fae]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=9bdbff38 [9bdbff38]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=65a1fc38 [65a1fc38]] Removed unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=5022c499 [5022c499]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=fd40ec98 [fd40ec98]] Replace auto_ptr&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=d0aa6926 [d0aa6926]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=9830ae32 [9830ae32]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=4bc7d31a [4bc7d31a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=86c67226 [86c67226]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=4aa2e024 [4aa2e024]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=1e7501a9 [1e7501a9]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=853da7ee [853da7ee]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== keximdb ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keximdb/commit/?id=3743c858 [3743c858]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keximdb/commit/?id=7e2ce5dc [7e2ce5dc]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kile ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=2fe22337 [2fe22337]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=39559462 [39559462]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=f0b7ab48 [f0b7ab48]] Removed unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=90e65b4a [90e65b4a]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=39a06ef0 [39a06ef0]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=6c37103f [6c37103f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=762d93a8 [762d93a8]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=b8b37954 [b8b37954]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=cde35e42 [cde35e42]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=6549f004 [6549f004]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=50df78ea [50df78ea]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=9999c59b [9999c59b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=286a5b17 [286a5b17]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kmymoney ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=442efde9 [442efde9]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=01729135 [01729135]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=b216ea7a [b216ea7a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=5123998a [5123998a]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=970832ef [970832ef]] Replace QT_STATIC_CONST_* with actual definitions&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=010c375b [010c375b]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=3a528d87 [3a528d87]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=04ddc823 [04ddc823]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=f892e5be [f892e5be]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=debbb965 [debbb965]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=778d1114 [778d1114]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=c033bc04 [c033bc04]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=2889777f [2889777f]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=483ebca4 [483ebca4]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=00081047 [00081047]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== knowit ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=d92080a6 [d92080a6]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=238d5143 [238d5143]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=5a55a65c [5a55a65c]] Remove unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=af5c1114 [af5c1114]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=2f7d0721 [2f7d0721]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=b47d595e [b47d595e]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=07692010 [07692010]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== koffice ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=0946bf47 [0946bf47]] Karbon: Fix FTBFS in xrgbrender due to implicit declaration of functions.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=3723148a [3723148a]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=e220a1b2 [e220a1b2]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=79c5c7cb [79c5c7cb]] Replace QT_STATIC_CONST_* with actual definitions&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=a50710e6 [a50710e6]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=67aa6b18 [67aa6b18]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=cf1bb69b [cf1bb69b]] Replace auto_ptr&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=e1b37ac1 [e1b37ac1]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=757d80a9 [757d80a9]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=9abcf51d [9abcf51d]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=5761876d [5761876d]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=2891d3c2 [2891d3c2]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=f9893e5b [f9893e5b]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=8263fdf7 [8263fdf7]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 2&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=00aa1f43 [00aa1f43]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=c8c5e11f [c8c5e11f]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=c9973bfb [c9973bfb]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== koffice-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=c30a1277 [c30a1277]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=a3ce3ff2 [a3ce3ff2]] Fix syntax errors from #10.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=50d5fc3f [50d5fc3f]] Addendum to commit 407b54bb&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=6a62ed5d [6a62ed5d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=750241d0 [750241d0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=407b54bb [407b54bb]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=8c635794 [8c635794]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=79138675 [79138675]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=6b648c74 [6b648c74]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=1033bf66 [1033bf66]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=8f039f42 [8f039f42]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=d3c5f390 [d3c5f390]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=c9c89dbb [c9c89dbb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=c0d03513 [c0d03513]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=0340f152 [0340f152]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=3cc206ab [3cc206ab]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kpilot ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=e9d53339 [e9d53339]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=031143c7 [031143c7]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=84beaa20 [84beaa20]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=f9289944 [f9289944]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=3b5ccc65 [3b5ccc65]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=abcd9a45 [abcd9a45]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=1d47a02e [1d47a02e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=04d2f2a5 [04d2f2a5]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=2f80418d [2f80418d]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=255ec906 [255ec906]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tellico ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=a5f04b82 [a5f04b82]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=abe4b198 [abe4b198]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=e8f457ac [e8f457ac]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=ccc90afb [ccc90afb]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=f9ec1da0 [f9ec1da0]] Replace auto_ptr&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=aa5bb443 [aa5bb443]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=727a2e58 [727a2e58]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=8ed9929d [8ed9929d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=c932624b [c932624b]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=5f98a522 [5f98a522]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=ad02e86c [ad02e86c]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=1ff93d9e [1ff93d9e]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=211ad874 [211ad874]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=5dcd02bb [5dcd02bb]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=034ed63e [034ed63e]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
= applications/settings =&lt;br /&gt;
== kdpkg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=be66e1e8 [be66e1e8]] Removed unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=bcb6d6c6 [bcb6d6c6]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=c730b578 [c730b578]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=921d46a4 [921d46a4]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=b630d6e2 [b630d6e2]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=ac316ed3 [ac316ed3]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kima ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=b31b4ffb [b31b4ffb]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=d7c9764d [d7c9764d]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=545f3b89 [545f3b89]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=aa0c75cc [aa0c75cc]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=0558e0fb [0558e0fb]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=99ba74a9 [99ba74a9]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kiosktool ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=eacda823 [eacda823]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=051fc70b [051fc70b]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=b80fb3b7 [b80fb3b7]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=2811df5f [2811df5f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=9ef88aa8 [9ef88aa8]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=a0811519 [a0811519]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kkbswitch ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=66b23317 [66b23317]] Removed unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=7a308bc2 [7a308bc2]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=24b2cecd [24b2cecd]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=3a19fc03 [3a19fc03]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=b225c79f [b225c79f]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=2b9c1482 [2b9c1482]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=cf86bb82 [cf86bb82]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== klcddimmer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=277c5346 [277c5346]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=5d3a4035 [5d3a4035]] Removed unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=bef490f2 [bef490f2]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=c3581faf [c3581faf]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=4d46d6c2 [4d46d6c2]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=d69adfd4 [d69adfd4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=b09ff5dd [b09ff5dd]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kmyfirewall ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=8cd6f0ff [8cd6f0ff]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=3541a498 [3541a498]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=5335ce5d [5335ce5d]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=66b3326a [66b3326a]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=53fde083 [53fde083]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=6913f86b [6913f86b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=37baea59 [37baea59]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tde-guidance ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-guidance/commit/?id=d19b852e [d19b852e]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-guidance/commit/?id=d2626aa8 [d2626aa8]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-guidance/commit/?id=dceb004c [dceb004c]] Conversion to cmake building system&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-guidance/commit/?id=1825d1c2 [1825d1c2]] Fix invalid escape sequences.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-guidance/commit/?id=10f0a51a [10f0a51a]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-guidance/commit/?id=5acecc50 [5acecc50]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-guidance/commit/?id=4a49ed93 [4a49ed93]] Remove wineconfig module&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-guidance/commit/?id=16bbedc3 [16bbedc3]] Remove grubconfig module&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-guidance/commit/?id=dc9cd228 [dc9cd228]] Fix functionality of mountconfig module&lt;br /&gt;
&lt;br /&gt;
== tde-systemsettings ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-systemsettings/commit/?id=881bb958 [881bb958]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-systemsettings/commit/?id=494a1e3d [494a1e3d]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-systemsettings/commit/?id=498895cf [498895cf]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-systemsettings/commit/?id=f614f05c [f614f05c]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-systemsettings/commit/?id=a1194f5b [a1194f5b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdenetworkmanager ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=3b229bbd [3b229bbd]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=1c33778f [1c33778f]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=35996c44 [35996c44]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=aca334a2 [aca334a2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=c3b1cd37 [c3b1cd37]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=5f8d8691 [5f8d8691]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=d408f5cb [d408f5cb]] Fix a typo&amp;lt;br/&amp;gt;Thanks to adem for noticing this on weblate&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=5ec457f3 [5ec457f3]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=a88fc517 [a88fc517]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=461e2090 [461e2090]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=ac34a604 [ac34a604]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=00aab2e4 [00aab2e4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=048ed035 [048ed035]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=ba52504d [ba52504d]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=687ebf64 [687ebf64]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=f54fe201 [f54fe201]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tdesudo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesudo/commit/?id=b285a791 [b285a791]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesudo/commit/?id=36e7794d [36e7794d]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesudo/commit/?id=6b4a51a0 [6b4a51a0]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesudo/commit/?id=da05d2b4 [da05d2b4]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== wlassistant ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/wlassistant/commit/?id=5f78154b [5f78154b]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/wlassistant/commit/?id=4469a86f [4469a86f]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/wlassistant/commit/?id=ee4dfb78 [ee4dfb78]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/wlassistant/commit/?id=df532886 [df532886]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/wlassistant/commit/?id=3efb8ddd [3efb8ddd]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/wlassistant/commit/?id=f7a20040 [f7a20040]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
= applications/system =&lt;br /&gt;
== dolphin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=ff1f7c16 [ff1f7c16]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=134e8258 [134e8258]] Remove unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=fb80993a [fb80993a]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=b81aca2a [b81aca2a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=f03ddc53 [f03ddc53]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=a822e3e4 [a822e3e4]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=84dce0e3 [84dce0e3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=94fa32f9 [94fa32f9]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=60a08792 [60a08792]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=5ee150f0 [5ee150f0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=c11be914 [c11be914]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=fd73938a [fd73938a]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== katapult ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=809fb424 [809fb424]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=8c3736d8 [8c3736d8]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=4265d075 [4265d075]] Remove unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=71fcb0b5 [71fcb0b5]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=fded3c0a [fded3c0a]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=d3f66339 [d3f66339]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=bdd907d1 [bdd907d1]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=4ca2cbcf [4ca2cbcf]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kbfx ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=e08b17f1 [e08b17f1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=b62d792c [b62d792c]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=39b1357d [39b1357d]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=120f8eb6 [120f8eb6]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=dbc335c7 [dbc335c7]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=6319099a [6319099a]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=cca1b232 [cca1b232]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=97ca6223 [97ca6223]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kcmautostart ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=d4fed915 [d4fed915]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=c0071d4c [c0071d4c]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=59eea31e [59eea31e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=9f38675b [9f38675b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=f73b98ca [f73b98ca]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kdbusnotification ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=36d97289 [36d97289]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=6ac34a66 [6ac34a66]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=93591f24 [93591f24]] Respect -DDBUS_BINDING_TOOL provided by cmake user&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=a971c7f6 [a971c7f6]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== klamav ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=891c4183 [891c4183]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=2375c3f5 [2375c3f5]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=e2e86dda [e2e86dda]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== knemo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=e8eb0915 [e8eb0915]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=dd472e40 [dd472e40]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=73e92cf0 [73e92cf0]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=bed78533 [bed78533]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=74f1cd87 [74f1cd87]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=95eef6c3 [95eef6c3]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=a2090048 [a2090048]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=923a514f [923a514f]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== knetload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=8fb31485 [8fb31485]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=91790218 [91790218]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=e631fe28 [e631fe28]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=8c286cc4 [8c286cc4]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=0ba0326e [0ba0326e]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=83b084bf [83b084bf]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=0ea50dc6 [0ea50dc6]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=bb7f6255 [bb7f6255]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== knetstats ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=170dc4ff [170dc4ff]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=0e2aead4 [0e2aead4]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=678eabac [678eabac]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=57a4c0ab [57a4c0ab]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=1caa8b1b [1caa8b1b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=de4276a7 [de4276a7]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kooldock ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kooldock/commit/?id=3c6a3e0e [3c6a3e0e]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kooldock/commit/?id=9284b0c1 [9284b0c1]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kooldock/commit/?id=3f57e4b5 [3f57e4b5]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kooldock/commit/?id=2191a58b [2191a58b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== krusader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=e7e91987 [e7e91987]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=e1978ff4 [e1978ff4]] Remove unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=6551acc5 [6551acc5]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=9c013568 [9c013568]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=56f4ac3a [56f4ac3a]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=1570bf7f [1570bf7f]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=0e769547 [0e769547]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=e61c1db9 [e61c1db9]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=f854b2fe [f854b2fe]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=f19fa530 [f19fa530]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=db723943 [db723943]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=6c738063 [6c738063]] Krusader: Unpacking TXZ.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=f8733916 [f8733916]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=ae61cb4c [ae61cb4c]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kshutdown ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=028d6832 [028d6832]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=0cba31c7 [0cba31c7]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=450ad252 [450ad252]] Remove unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=fc95493e [fc95493e]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=2ced6309 [2ced6309]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=afe74bfe [afe74bfe]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=8f798c9f [8f798c9f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=bdaee14b [bdaee14b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== ksystemlog ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=1943a15e [1943a15e]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=df3f048e [df3f048e]] Remove unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=8ce8538c [8ce8538c]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=4217755e [4217755e]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=c110ab27 [c110ab27]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=a07e5bcd [a07e5bcd]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=6200356b [6200356b]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kvkbd ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=3c86993a [3c86993a]] Remove unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=d2af3256 [d2af3256]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=cae154cc [cae154cc]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=09ce2637 [09ce2637]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=0a7a004c [0a7a004c]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== polkit-agent-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=38b87842 [38b87842]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=1ad151e7 [1ad151e7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=eedf1c13 [eedf1c13]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=fbceb48f [fbceb48f]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== smartcardauth ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smartcardauth/commit/?id=06953ed5 [06953ed5]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smartcardauth/commit/?id=0247a594 [0247a594]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tastymenu ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=e7653d40 [e7653d40]] Remove unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=cac317d3 [cac317d3]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=74cbc6e1 [74cbc6e1]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=a65bdf88 [a65bdf88]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=44e77ecb [44e77ecb]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdebluez ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=4cba0c6c [4cba0c6c]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=f436ed27 [f436ed27]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=c82acb8f [c82acb8f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=50734d4f [50734d4f]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=1f091996 [1f091996]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=7fe3e3a1 [7fe3e3a1]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdedocker ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=826116fd [826116fd]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=7362f260 [7362f260]] Remove unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=ac5f06e5 [ac5f06e5]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=9f512be4 [9f512be4]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=e9c02a31 [e9c02a31]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdepowersave ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=9c28f783 [9c28f783]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=2d6c9b7b [2d6c9b7b]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=09010778 [09010778]] Remove unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=f0d33ac8 [f0d33ac8]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=6b77cea8 [6b77cea8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=b61a8c75 [b61a8c75]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=c03872d3 [c03872d3]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=f5832e4a [f5832e4a]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=c492704a [c492704a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=2ef52b9d [2ef52b9d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=135b14de [135b14de]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=04965313 [04965313]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tdesshaskpass ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=9cfed0a6 [9cfed0a6]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=0c92cb39 [0c92cb39]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=d62bdc3d [d62bdc3d]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=bf98ebd6 [bf98ebd6]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=60c67fdf [60c67fdf]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=481fe0f8 [481fe0f8]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== yakuake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=ed0b016e [ed0b016e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=058234e9 [058234e9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=d3bf19a1 [d3bf19a1]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=35bbdf5e [35bbdf5e]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=9e7f45da [9e7f45da]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=3dc97a47 [3dc97a47]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=9368dcd8 [9368dcd8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=cbb2affd [cbb2affd]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=9388682a [9388682a]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
= applications/tdeio =&lt;br /&gt;
== tdeio-appinfo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=452a84e7 [452a84e7]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=6a5b2b96 [6a5b2b96]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeio-apt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=3da1d5a5 [3da1d5a5]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=273128c6 [273128c6]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=cb10c26c [cb10c26c]] Replace auto_ptr&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=f334aae2 [f334aae2]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=d76aa3d0 [d76aa3d0]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeio-ftps ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-ftps/commit/?id=b775539e [b775539e]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-ftps/commit/?id=20caed22 [20caed22]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeio-gopher ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-gopher/commit/?id=75a5067c [75a5067c]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-gopher/commit/?id=629af4d1 [629af4d1]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeio-locate ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=21dac2d7 [21dac2d7]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=63ae801a [63ae801a]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=2f71daf1 [2f71daf1]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeio-sword ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=3639113e [3639113e]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=44192f83 [44192f83]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=010efdf1 [010efdf1]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=b14a6077 [b14a6077]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=4f0871c3 [4f0871c3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=a4b077fb [a4b077fb]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeio-umountwrapper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=00f9d274 [00f9d274]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=57d0e656 [57d0e656]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=66aee6c9 [66aee6c9]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=e62fccb8 [e62fccb8]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=6d87cc1f [6d87cc1f]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=13da79f0 [13da79f0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=c138f55c [c138f55c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=b2628b22 [b2628b22]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
= applications/themes =&lt;br /&gt;
== gtk-qt-engine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=a4f88786 [a4f88786]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=8aa81ba1 [8aa81ba1]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=e5e01403 [e5e01403]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=be6cedb4 [be6cedb4]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=afc6ea03 [afc6ea03]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=717ae9b4 [717ae9b4]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=e2af75f0 [e2af75f0]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=d161ea67 [d161ea67]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== gtk3-tqt-engine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk3-tqt-engine/commit/?id=2546d451 [2546d451]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk3-tqt-engine/commit/?id=650689f0 [650689f0]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk3-tqt-engine/commit/?id=9d21ebe8 [9d21ebe8]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk3-tqt-engine/commit/?id=180b6368 [180b6368]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kgtk-qt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=4c775c61 [4c775c61]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=2ddf00f4 [2ddf00f4]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=fa044ab0 [fa044ab0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=97c7c47d [97c7c47d]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=68e5b179 [68e5b179]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== ksplash-engine-moodin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=7031da9b [7031da9b]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=ded8d1e9 [ded8d1e9]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=62f1c985 [62f1c985]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== qt4-tqt-theme-engine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qt4-tqt-theme-engine/commit/?id=7e605f95 [7e605f95]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
&lt;br /&gt;
== tde-style-baghira ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=ac86d0ed [ac86d0ed]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=8e634f32 [8e634f32]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=8f6829a2 [8f6829a2]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=210aaadd [210aaadd]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tde-style-domino ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=a3dc1f26 [a3dc1f26]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=10fe0f76 [10fe0f76]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=e19e9e50 [e19e9e50]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=12aad560 [12aad560]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tde-style-ia-ora ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=c46fccab [c46fccab]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=8c86e0cf [8c86e0cf]] Added GTK+2.0 engine&amp;lt;br/&amp;gt;Ia Ora was created by Mandriva so that Qt and GTK applications could have a uniform&amp;lt;br/&amp;gt;look. It only seems fair to include the GTK style with the TDE style.&amp;lt;br/&amp;gt;Source: https://distrib-coffee.ipsl.jussieu.fr/pub/linux/Mageia/distrib/cauldron/SRPMS/core/release/ia_ora-gnome-1.0.25-12.mga9.src.rpm&amp;lt;br/&amp;gt;Licence: GNU GPL v2 or later&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=84ed60a3 [84ed60a3]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=3a0faced [3a0faced]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=12fa2548 [12fa2548]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=bfcab3f3 [bfcab3f3]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tde-style-lipstik ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=d809df59 [d809df59]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=bae40f8a [bae40f8a]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=b0e0c34a [b0e0c34a]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=7b118fa8 [7b118fa8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=69a0e002 [69a0e002]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=3a412a9e [3a412a9e]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=f30bd931 [f30bd931]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tde-style-qtcurve ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=0baab286 [0baab286]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=738aeee4 [738aeee4]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=ea3215e2 [ea3215e2]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=cbb50b27 [cbb50b27]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=9238a995 [9238a995]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=f1732e3b [f1732e3b]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=5d24eff4 [5d24eff4]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=14a3eec2 [14a3eec2]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tdmtheme ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=1237902a [1237902a]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=8820958c [8820958c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=dc06e74f [dc06e74f]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=d5324923 [d5324923]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== twin-style-crystal ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=73df6a12 [73df6a12]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=123572de [123572de]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=b6582d7b [b6582d7b]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=1c7aafd3 [1c7aafd3]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=01d5ee0f [01d5ee0f]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=6ba6bda9 [6ba6bda9]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=8719cde0 [8719cde0]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=e0ee1309 [e0ee1309]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=e87fce4f [e87fce4f]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=857dc031 [857dc031]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=858d33cc [858d33cc]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== twin-style-dekorator ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=97b350fa [97b350fa]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=6c52b263 [6c52b263]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=da44d447 [da44d447]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=6e6b5fd0 [6e6b5fd0]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== twin-style-machbunt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=41ff85ab [41ff85ab]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=368ed30c [368ed30c]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=8cf5d248 [8cf5d248]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== twin-style-suse2 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=cee4b784 [cee4b784]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=08880d7f [08880d7f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=daf84bd9 [daf84bd9]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=7341873a [7341873a]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=1b186a95 [1b186a95]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=a0ecb910 [a0ecb910]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=3193200c [3193200c]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
= applications/utilities =&lt;br /&gt;
== abakus ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=b85c2231 [b85c2231]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=aefe09ab [aefe09ab]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=48488e36 [48488e36]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=3a03ef43 [3a03ef43]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=7367cf3e [7367cf3e]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=6ff22608 [6ff22608]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=54b3d710 [54b3d710]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=e41c0ced [e41c0ced]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== filelight ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=0034426b [0034426b]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=aa677ad4 [aa677ad4]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=27c4f9d5 [27c4f9d5]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=2725bd4a [2725bd4a]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=287eaafa [287eaafa]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=58b6f564 [58b6f564]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=ad0cfb27 [ad0cfb27]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=894a7b9c [894a7b9c]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kbarcode ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=b7549919 [b7549919]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=50ec9baf [50ec9baf]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=f81f08fc [f81f08fc]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=9fe126da [9fe126da]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=710eecd8 [710eecd8]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=c62d6a21 [c62d6a21]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=97a76f36 [97a76f36]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=2191b2df [2191b2df]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=587dc58e [587dc58e]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=e68f82c5 [e68f82c5]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kchmviewer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=5e7d48f3 [5e7d48f3]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=aca3a584 [aca3a584]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=482e1bce [482e1bce]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=0dbd778f [0dbd778f]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=5a0966ca [5a0966ca]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=d2f01bb5 [d2f01bb5]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=89ba2b7d [89ba2b7d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=dfbfbc33 [dfbfbc33]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kcpuload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=d2dab2df [d2dab2df]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=2b876d23 [2b876d23]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=f2261138 [f2261138]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=cec0eba3 [cec0eba3]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=ee9f81ae [ee9f81ae]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=357be4cd [357be4cd]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kdirstat ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=1160ad70 [1160ad70]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=2af9984e [2af9984e]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=314de272 [314de272]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=e43fe7b8 [e43fe7b8]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=be5e4244 [be5e4244]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=23237d09 [23237d09]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=1ba064de [1ba064de]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== keep ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=cd22ad3d [cd22ad3d]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=487fdba4 [487fdba4]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=c049126a [c049126a]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=4f1c8e54 [4f1c8e54]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=2b6bd386 [2b6bd386]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=15c4aae7 [15c4aae7]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== knutclient ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=4215f1aa [4215f1aa]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=929cd630 [929cd630]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=d47f7d28 [d47f7d28]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=334246ae [334246ae]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=017c57dd [017c57dd]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=b3f56562 [b3f56562]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kommando ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kommando/commit/?id=3367cc19 [3367cc19]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kommando/commit/?id=cbfeb05e [cbfeb05e]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kommando/commit/?id=59af4855 [59af4855]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kommando/commit/?id=3bf0b6d5 [3bf0b6d5]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kommando/commit/?id=9066230a [9066230a]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kompose ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=138ac28d [138ac28d]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=3136db70 [3136db70]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=9f4c6ff7 [9f4c6ff7]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=43e0ea16 [43e0ea16]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=cb455231 [cb455231]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== krename ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=650b6c3f [650b6c3f]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=8ffd2696 [8ffd2696]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=300f52df [300f52df]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=222407da [222407da]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=44470b8a [44470b8a]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=7132d1d7 [7132d1d7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=d8fcd4fa [d8fcd4fa]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=804f4f35 [804f4f35]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=5d02ccb1 [5d02ccb1]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== ksensors ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=9a62ca5a [9a62ca5a]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=362fe886 [362fe886]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=6c49ad06 [6c49ad06]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=b7fce5c4 [b7fce5c4]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=7453b1ad [7453b1ad]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== mathemagics ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mathemagics/commit/?id=a88dbd97 [a88dbd97]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mathemagics/commit/?id=8456c4b8 [8456c4b8]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mathemagics/commit/?id=b3a2c4d9 [b3a2c4d9]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mathemagics/commit/?id=fdfbfd7c [fdfbfd7c]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== qalculate-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=dcacb472 [dcacb472]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=9fe1e65b [9fe1e65b]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=d88c548d [d88c548d]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
= packaging =&lt;br /&gt;
== packaging ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=d30ee410 [d30ee410]] DEB pytdeextensions: Use more general dependency for tdelibs.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=5e08ba4f [5e08ba4f]] DEB tde-style-ia-ora: add dependency to libgtk2 to be able to build the GTK2 engine&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=69288adf [69288adf]] DEB kvirc: add dependency on libssl-dev&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=3efc0425 [3efc0425]] DEB sip4-tqt: removed unused patch files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=c90b695d [c90b695d]] DEB kvirc: update qt-tqt in config files. This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/kvirc/issues/22 TDE/kvirc#22]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=413b0c56 [413b0c56]] DEB: make sure empty &amp;#039;series&amp;#039; files are really empty&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=c3bc0190 [c3bc0190]] DEB tdenetwork: Add suport for SFTP servers in zeroconf ioslave.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=9c63a538 [9c63a538]] DEB tdemultimedia: update to new kmix icons&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f5aad8f8 [f5aad8f8]] DEB tdebase: update ubuntu &amp;#039;kubuntu_89_new_logout_ui.diff&amp;#039; patch to make sure default values are synced between TCC and shutdown dialog&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=6ebd6647 [6ebd6647]] DEB tdebase: refresh ubuntu patches&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=1918a0fa [1918a0fa]] DEB: add tde-style-polyester packaging files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=b7ebd9a0 [b7ebd9a0]] DEB tde-i18n: Use more general dependency for tdelibs, second part.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=7743b086 [7743b086]] DEB tde-i18n: Use more general dependency for tdelibs.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=ad04947f [ad04947f]] DEB tdepim: Change the library package name in case of incompatible ABI for 64-bit time_t.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=b392786b [b392786b]] DEB tdebase: add twinactiveborders.desktop to twin package&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=2fa41c1d [2fa41c1d]] DEB tdelibs: Change the library package name in case of incompatible ABI for 64-bit time_t.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=7485a4e5 [7485a4e5]] DEB gwenview: switch to cmake build system&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=44a190dd [44a190dd]] DEB libcarddav: Change the library package name in case of incompatible ABI for 64-bit time_t.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=29a4bad8 [29a4bad8]] DEB libcaldav: Change the library package name in case of incompatible ABI for 64-bit time_t.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=a3b893dd [a3b893dd]] DEB arts: Change the library package name in case of incompatible ABI for 64-bit time_t.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=983627bf [983627bf]] DEB tqt3: Add Recommends for t64 package omitted in PR #282.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=d95afdf8 [d95afdf8]] DEB tqt3: Change the library package name in case of incompatible ABI for 64-bit time_t.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=15a10dde [15a10dde]] DEB tde-guidance: switch to cmake build system&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=df63f7fc [df63f7fc]] DEB gwenview: application pixmap moved to main repo&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=9431b5cd [9431b5cd]] DEB rosegarden: Replace the dependence on the transitional package liblircclient-dev by the current liblirc-dev.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=2c91a152 [2c91a152]] DEB tderadio: Replace the dependence on the transitional package liblircclient-dev by the current liblirc-dev.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=9ebeaa57 [9ebeaa57]] RPM: don&amp;#039;t force use of python3.11 under Ferdora 39&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=9d336ebd [9d336ebd]] RPM: update tdesshaskpass&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f83bd2bb [f83bd2bb]] RPM: update soundkonverter (remove TODO file)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=252fba04 [252fba04]] RPM: remove grubconfig and wineconfig from tde-guidance&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=3ad90433 [3ad90433]] RPM: switch k9copy to cmake build&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=fde218b0 [fde218b0]] RPM: update tdebase&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=7e100030 [7e100030]] RPM: switch libksquirrel to cmake build&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=04309578 [04309578]] DEB pytde: Fix support for multiple Python3 installed in parallel.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=598ef9e7 [598ef9e7]] DEB pytqt: add support for python 3.12&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=67eb46f0 [67eb46f0]] ArchLinux: Update for rebuild with Poppler 24.01.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=77a683a7 [77a683a7]] RPM: fedora39: update build scripts&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=1ea737d7 [1ea737d7]] RPM: osstw: update build scripts&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=e434528a [e434528a]] RPM: pclinuxos: update build scripts&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=cb114d7c [cb114d7c]] DEB sip4-tqt: Prefer dist-packages folder for a particular version of Python before shared.&amp;lt;br/&amp;gt;Use sysconfig instead of distutil to detect paths.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=9907c849 [9907c849]] DEB tdebase: Enable new option WITH_SFTP.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=3d551b91 [3d551b91]] DEB tdebase kxkb: add notification event for keyboard layout change. This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/438 TDE/tdebase#438]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=a006276e [a006276e]] DEB tdesshaskpass: Fix the support of Ninja build.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=03143bf8 [03143bf8]] DEB tqt3: Update README file name.&amp;lt;br/&amp;gt;This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tqt3/issues/93 TDE/tqt3#93]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=6729c27b [6729c27b]] DEB: Automatically add ldconfig trigger if the package contains plugins.&amp;lt;br/&amp;gt;As a result, it is no longer necessary to enforce ldconfig in postinst&amp;lt;br/&amp;gt;and postrm scripts and this solves the problem with packages where the&amp;lt;br/&amp;gt;ldconfig was not called after installation, but it was needed.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdemultimedia/issues/29 TDE/tdemultimedia#29]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=6bc6d6e3 [6bc6d6e3]] DEB: Add support for Ubuntu Noble.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=4ae59bb2 [4ae59bb2]] DEB tdebase: Prevent unwanted restarting TDM service during upgrade.&amp;lt;br/&amp;gt;This made it possible to add #DEBHELPER# back to TDM prerm script.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/409 TDE/tdebase#409]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=4784f17e [4784f17e]] DEB smb4k: cmake conversion&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=65dd80fb [65dd80fb]] DEB libr: update package name to libr1&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=ce06e711 [ce06e711]] DEB libr: remove dependency on libglade, which is no longer available&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=dff6d937 [dff6d937]] DEB tdeaddons: Add libdb5.3++-dev as an alternative dependency for libdb++-dev.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=d4152453 [d4152453]] DEB soundkonverter: cmake conversion&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=13ab9cf7 [13ab9cf7]] DEB gwenview: Fix the name of suggested i18n package.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=904d1e09 [904d1e09]] RPM: add support for Fedora 39&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=ea66d8ef [ea66d8ef]] DEB: drop Stretch and Xenial and invalid link&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=bdc4e185 [bdc4e185]] DEB twin-style-fahrenheit: Change debhelper compatibility level to 10.&amp;lt;br/&amp;gt;Use DEB_COMPRESS_EXCLUDE_ALL instead of deprecated DEB_COMPRESS_EXCLUDE.&amp;lt;br/&amp;gt;(the last part of commit fc691a7208477948ad7519ed67861a0b4c6a4b74)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=2b20e14f [2b20e14f]] DEB: add twin-style-fahrenheit packaging files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=90c68a68 [90c68a68]] DEB tde-cmake: Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=0809dd93 [0809dd93]] DEB: Change debhelper compatibility level to 10.&amp;lt;br/&amp;gt;Use DEB_COMPRESS_EXCLUDE_ALL instead of deprecated DEB_COMPRESS_EXCLUDE.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=657aaad5 [657aaad5]] DEB tdebase: add new color themes&lt;/div&gt;</summary>
		<author><name>SlavekB</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.2.0&amp;diff=3294</id>
		<title>Changelog For R14.2.0</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.2.0&amp;diff=3294"/>
		<updated>2024-04-08T22:39:28Z</updated>

		<summary type="html">&lt;p&gt;SlavekB: Update 20240408&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= common =&lt;br /&gt;
== admin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=3c012e46 [3c012e46]] tqt-replace and uic-tqt are no longer required&lt;br /&gt;
&lt;br /&gt;
= dependencies =&lt;br /&gt;
== tde-cmake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=b2d2b467 [b2d2b467]] tqt-replace is no longer required&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=9fae6b57 [9fae6b57]] Update version to R14.2.0&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tqt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=4bcca712 [4bcca712]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (464 of 464 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=e90af998 [e90af998]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (464 of 464 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=7e24b2b6 [7e24b2b6]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (464 of 464 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=1938504e [1938504e]] Zero padding bytes in DndReceiverProp struct.&amp;lt;br/&amp;gt;This removes valgrind&amp;#039;s complains about accessing uninitialized memory.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=ee0c5d58 [ee0c5d58]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a6829398 [a6829398]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=d2122705 [d2122705]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=e0a3cab4 [e0a3cab4]] Minor adjustments to porting documentation&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=f2b3ea52 [f2b3ea52]] Drop compatibility code for TQSignal&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=fb6884ea [fb6884ea]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=2e817b4b [2e817b4b]] Remove dangled symlinks for droped compat headers.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=c3bb8881 [c3bb8881]] Drop compatibility code for TQButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=9492e618 [9492e618]] Drop compatibility code for TQThread&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=979f5621 [979f5621]] Drop compatibility code for TQLineEdit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=83991feb [83991feb]] Remove Qt4 related stuff&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=48ea22d0 [48ea22d0]] Drop compatibility code for TQToolButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b1bfbe79 [b1bfbe79]] Drop compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=bfd62a0b [bfd62a0b]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a8466ab3 [a8466ab3]] Translated using Weblate (Chinese (zh))&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3 - examples-i18n&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3-examples-i18n/zh/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=5350a724 [5350a724]] Drop TQT_NO_COMPAT code from mkspecs files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a75445b4 [a75445b4]] Drop Qt2 obsolete classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b6e9b6c6 [b6e9b6c6]] Added translation using Weblate (Turkish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=af9d6b11 [af9d6b11]] Added translation using Weblate (Turkish)&lt;br /&gt;
&lt;br /&gt;
== tqtinterface ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=c75a4d30 [c75a4d30]] Fix FTBFS caused by commit 70b3c7d&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=70b3c7d4 [70b3c7d4]] Removed unused scripts&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=2b8afac3 [2b8afac3]] Remove tqt-replace, uic-tqt and moc-tqt tools&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=9ad01120 [9ad01120]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=4746fbba [4746fbba]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=1c79e9f8 [1c79e9f8]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
== avahi-tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/avahi-tqt/commit/?id=51f0b3f7 [51f0b3f7]] moc-tqt is no longer required&lt;br /&gt;
&lt;br /&gt;
== pytqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=aa676491 [aa676491]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=cba16275 [cba16275]] Drop compatibility code for TQThread&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=8bd235be [8bd235be]] Addons to previous commit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=28273a01 [28273a01]] Drop Qt2&amp;#039;s TQSemiModal class.&lt;br /&gt;
&lt;br /&gt;
= core =&lt;br /&gt;
== tdelibs ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=5efbce07 [5efbce07]] tdehw lib: drop definition of TDEDiskDeviceStatus::Hotpluggable&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cca633c6 [cca633c6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (179 of 179 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/all languages&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/all-languages/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=9755ecd9 [9755ecd9]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=503eb0d9 [503eb0d9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=29b84bd0 [29b84bd0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=f6627610 [f6627610]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7f7e5585 [7f7e5585]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.4% (323 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7a35fcf1 [7a35fcf1]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=f49e67f0 [f49e67f0]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=920d56d2 [920d56d2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=a7316f73 [a7316f73]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=4e0aa6d5 [4e0aa6d5]] Fix functionality broken by commit 8233b2e5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=8233b2e5 [8233b2e5]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=74cb596c [74cb596c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdemarkdown - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdemarkdown-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=29f58681 [29f58681]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (327 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=c6bc3af7 [c6bc3af7]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cdf964bb [cdf964bb]] Update version to R14.2.0&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tdebase ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b36c32fc [b36c32fc]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-events/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b525cb14 [b525cb14]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 62.1% (282 of 454 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=4449d863 [4449d863]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b65f90a0 [b65f90a0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi - presets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi-presets/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c04e4905 [c04e4905]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8d642b33 [8d642b33]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=214a7434 [214a7434]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f067db30 [f067db30]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplash - themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplash-themes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=51e06d90 [51e06d90]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (35 of 35 strings)&amp;lt;br/&amp;gt;Translation: tdebase/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/wallpapers-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ccb9a31c [ccb9a31c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin clients - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-clients-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e3264169 [e3264169]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (251 of 251 strings)&amp;lt;br/&amp;gt;Translation: tdebase/l10n - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/l10n-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=de4f14d1 [de4f14d1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeprint - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeprint-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=526d59e6 [526d59e6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=81b38918 [81b38918]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 61.8% (281 of 454 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8214f3e0 [8214f3e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=517f7bee [517f7bee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f1e7be5e [f1e7be5e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 76.8% (266 of 346 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kappfinder - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kappfinder-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=55573505 [55573505]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d582a3c5 [d582a3c5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c3b71a55 [c3b71a55]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2253217b [2253217b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi - presets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi-presets/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5f5e9000 [5f5e9000]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - compat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-compat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=361361b7 [361361b7]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f9d06cee [f9d06cee]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb-events/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a5b06864 [a5b06864]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=55af1724 [55af1724]] Remove usage of TDEDiskDeviceStatus::Hotpluggable&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f093a1be [f093a1be]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdm - themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdm-themes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=21ecd990 [21ecd990]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplash - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplash-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=607f0804 [607f0804]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdehtml_plugins.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdehtml_pluginsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5f815bd0 [5f815bd0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkonq - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkonq-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8175c850 [8175c850]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksysguard - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksysguard-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7c8d600d [7c8d600d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=3faa7b1b [3faa7b1b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kate - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kate-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f6fb0d91 [f6fb0d91]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 61.8% (281 of 454 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=70af14e2 [70af14e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 48.5% (168 of 346 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kappfinder - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kappfinder-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=035c2698 [035c2698]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - directories&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-directories/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a1cbb16b [a1cbb16b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.8% (248 of 251 strings)&amp;lt;br/&amp;gt;Translation: tdebase/l10n - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/l10n-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a26bb216 [a26bb216]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1103f2b1 [1103f2b1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c836bb9d [c836bb9d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=00eab673 [00eab673]] Translated using Weblate (Greek)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/el/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9e7b4bb1 [9e7b4bb1]] TWin: Fix loading of window decoration configuration libraries&amp;lt;br/&amp;gt;Accidentally broken by commit 84ab47055d.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=748a54ff [748a54ff]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=dddd52ff [dddd52ff]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=30d54139 [30d54139]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2317bee2 [2317bee2]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=4c64b274 [4c64b274]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-events/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c0ca8145 [c0ca8145]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f1f2e40a [f1f2e40a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5eec362c [5eec362c]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2986ff6e [2986ff6e]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2937383d [2937383d]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-data/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9ab75fc1 [9ab75fc1]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ea076539 [ea076539]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi - presets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi-presets/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8a8431ab [8a8431ab]] twin: renames twin3_ to twin_ in user theme config files. This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/351 #351] and PR #364.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=91cb2036 [91cb2036]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.0% (33 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=88ea7160 [88ea7160]] KWin: rename client libraries twin3_* -&amp;amp;gt; twin_*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=84ab4705 [84ab4705]] Make TWin look for `twin_` libraries&amp;lt;br/&amp;gt;This is now the preferred way of calling the decoration libraries&amp;lt;br/&amp;gt;(in place of `twin3_`). The old names that start with `twin3_` are&amp;lt;br/&amp;gt;still recognized for compatibility reasons.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/351 #351]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e8336ee5 [e8336ee5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2da663c3 [2da663c3]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8210b058 [8210b058]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=74eb1d78 [74eb1d78]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=90b19e21 [90b19e21]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ce84a0c6 [ce84a0c6]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=950f0ce7 [950f0ce7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tde_release_notes.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tde_release_notesdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d61158c7 [d61158c7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdcop - kdcop.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdcop-kdcopdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ddc6b3af [ddc6b3af]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeintegration.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeintegrationdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1771a344 [1771a344]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5ec66d53 [5ec66d53]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - compat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-compat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=653159ea [653159ea]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=143cff2e [143cff2e]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=78937d51 [78937d51]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9ab17ab4 [9ab17ab4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e539275a [e539275a]] Add release notes draft for R14.2.x series&lt;br /&gt;
&lt;br /&gt;
== tdepim ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=2278f487 [2278f487]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: tdepim/konsolekalendar - konsolekalendar.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/konsolekalendar-konsolekalendardesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=abef6a1e [abef6a1e]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=c1f9a97a [c1f9a97a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdepimresources - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdepimresources-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=1a30a1d8 [1a30a1d8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korn - korn.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korn-korndesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=f37c6a89 [f37c6a89]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kalarm - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kalarm-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=3113eb08 [3113eb08]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdepim/akregator - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/akregator-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=5863ef46 [5863ef46]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=0e164959 [0e164959]] Fix functionality broken by commit fd0046c4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=fd0046c4 [fd0046c4]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=860c8799 [860c8799]] Drop deprecated kitchensync code&lt;br /&gt;
&lt;br /&gt;
== tdemultimedia ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=c5e80026 [c5e80026]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdemid - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdemid-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=ec115020 [ec115020]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=1c71f523 [1c71f523]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/libkcddb - libkcddb.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/libkcddb-libkcddbdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=94ca3a13 [94ca3a13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kscd - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kscd-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=6c3e9a2f [6c3e9a2f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=775b1efd [775b1efd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kappfinder - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kappfinder-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=a452bd94 [a452bd94]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaudiocreator - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaudiocreator-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=514a0715 [514a0715]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=cb937aa9 [cb937aa9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaudiocreator - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaudiocreator-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=261327ee [261327ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaboodle - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaboodle-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=ab65a990 [ab65a990]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== tdenetwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=ff2cfdf8 [ff2cfdf8]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete-events/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=1fd646e1 [1fd646e1]] tqt-replace is no longer required&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=7cf631be [7cf631be]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=15fd0d5c [15fd0d5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=bff9d105 [bff9d105]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=1e65a9c9 [1e65a9c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krfb - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krfb-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=65f0237b [65f0237b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=0f7aec08 [0f7aec08]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=8b0277b3 [8b0277b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=ea8c2556 [ea8c2556]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kwifi - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kwifi-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=7dbed250 [7dbed250]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=1732e27c [1732e27c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc - ksirc.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc-ksircdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=f0b3ae6b [f0b3ae6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krfb - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krfb-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=0bf1f09c [0bf1f09c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krdc - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krdc-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=cd3b9bc6 [cd3b9bc6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=6c1bfe1c [6c1bfe1c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/knewsticker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/knewsticker-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e540875f [e540875f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=9f39152c [9f39152c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=ec7c5f92 [ec7c5f92]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmlanbrowser - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmlanbrowser-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=bd2c6b41 [bd2c6b41]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kdict - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kdict-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=055c3ba8 [055c3ba8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmktalkd - kcmktalkd.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmktalkd-kcmktalkddesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e8441a98 [e8441a98]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/dcoprss - rssservice.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/dcoprss-rssservicedesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== tdegraphics ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=32a0eae8 [32a0eae8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=0464b42f [0464b42f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksvg - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksvg-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=83ca390f [83ca390f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kooka - kooka.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kooka-kookadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=b946ccf6 [b946ccf6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kolourpaint - kolourpaint.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kolourpaint-kolourpaintdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=c3994f8f [c3994f8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=c8525154 [c8525154]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kfax - kfax.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kfax-kfaxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=82790fe5 [82790fe5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcoloredit - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcoloredit-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=6628c1cf [6628c1cf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdeiconedit - tdeiconedit.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdeiconedit-tdeiconeditdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=6fec2493 [6fec2493]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewshell - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewshell-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=0ac60cd7 [0ac60cd7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kuickshow - kuickshow.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kuickshow-kuickshowdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=b7a2fb44 [b7a2fb44]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksnapshot - ksnapshot.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksnapshot-ksnapshotdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=d73ec8db [d73ec8db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler - kruler.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler-krulerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=4207cf76 [4207cf76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpovmodeler - kpovmodeler.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpovmodeler-kpovmodelerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=a34651aa [a34651aa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=df90b4db [df90b4db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kfaxview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kfaxview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=10228ff7 [10228ff7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kdvi - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kdvi-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=786ba559 [786ba559]] Fix functionality broken by commit d26dabfe.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=d26dabfe [d26dabfe]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=fdd22494 [fdd22494]] Drop deprecated kmrml code&lt;br /&gt;
&lt;br /&gt;
== tdetoys ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=47ebe98c [47ebe98c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (285 of 285 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather - stations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather-stations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=bfb7d592 [bfb7d592]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=97649015 [97649015]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kworldclock - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kworldclock-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=29e37f55 [29e37f55]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/ktux - ktux.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/ktux-ktuxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=4eb6f321 [4eb6f321]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kteatime - kteatime.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kteatime-kteatimedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=75d71ec8 [75d71ec8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kodo - kodo.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kodo-kododesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=ef99089e [ef99089e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/amor - amor.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/amor-amordesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=528f19d2 [528f19d2]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeedu ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=0c53c58d [0c53c58d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=d99f3098 [d99f3098]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=05b36881 [05b36881]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kverbos - kverbos.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kverbos-kverbosdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=b2b4038e [b2b4038e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kturtle - kturtle.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kturtle-kturtledesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=9edf12e3 [9edf12e3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/ktouch - ktouch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/ktouch-ktouchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=373f572e [373f572e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kiten - kiten.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kiten-kitendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=894d22c5 [894d22c5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars - kstars.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars-kstarsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=b245468a [b245468a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kpercentage - kpercentage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kpercentage-kpercentagedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=9a430435 [9a430435]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kmplot - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kmplot-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=7cbde739 [7cbde739]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/klettres - klettres.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/klettres-klettresdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=3f41eb31 [3f41eb31]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/klatin - klatin.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/klatin-klatindesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=274c00f5 [274c00f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kig - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kig-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=d076ba6e [d076ba6e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/khangman - khangman.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/khangman-khangmandesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e7ecdbc7 [e7ecdbc7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography - kgeography.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography-kgeographydesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=7ec075a1 [7ec075a1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/keduca - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/keduca-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e45f4ee3 [e45f4ee3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kbruch - kbruch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kbruch-kbruchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e73aad5f [e73aad5f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kanagram - kanagram.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kanagram-kanagramdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=026dd7e1 [026dd7e1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kalzium - kalzium.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kalzium-kalziumdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=92daf7c2 [92daf7c2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/blinken - blinken.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/blinken-blinkendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=ad620012 [ad620012]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=1b57c822 [1b57c822]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== tdegames ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=707ed9c6 [707ed9c6]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=72486eea [72486eea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/tdefifteen - tdefifteen.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/tdefifteen-tdefifteendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=1af92e8c [1af92e8c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk - knetwalk.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk-knetwalkdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=b4e10441 [b4e10441]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/twin4 - twin4.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/twin4-twin4desktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=60e6b4b7 [60e6b4b7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ktuberling - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ktuberling-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f86cc3b2 [f86cc3b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kspaceduel - kspaceduel.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kspaceduel-kspacedueldesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=1723a2e2 [1723a2e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksokoban - ksokoban.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksokoban-ksokobandesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=b8bfa029 [b8bfa029]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksnake - ksnake.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksnake-ksnakedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f3055d26 [f3055d26]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=25bbc148 [25bbc148]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet - ksirtet.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet-ksirtetdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=bc6ebdd9 [bc6ebdd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksame - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksame-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=245abf4b [245abf4b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kshisen - kshisen.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kshisen-kshisendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=a24aefaf [a24aefaf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f361902f [f361902f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi - kreversi.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi-kreversidesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=bdbf75db [bdbf75db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kpoker - kpoker.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kpoker-kpokerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=8010109b [8010109b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kpat - kpat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kpat-kpatdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=30b2fe6b [30b2fe6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/konquest - konquest.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/konquest-konquestdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e3c0ddc0 [e3c0ddc0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kolf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kolf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=214ce742 [214ce742]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmines - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmines-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e2876665 [e2876665]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e58b9568 [e58b9568]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmines - kmines.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmines-kminesdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=564ede18 [564ede18]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmahjongg - kmahjongg.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmahjongg-kmahjonggdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=a1f2098b [a1f2098b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegames/klickety - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/klickety-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=04405ac0 [04405ac0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kjumpingcube - kjumpingcube.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kjumpingcube-kjumpingcubedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=ddeb59d5 [ddeb59d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kgoldrunner - KGoldrunner.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kgoldrunner-kgoldrunnerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=6aa6a2fc [6aa6a2fc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kenolaba - kenolaba.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kenolaba-kenolabadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=c2e382ff [c2e382ff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbounce - kbounce.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbounce-kbouncedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=43a1ef1a [43a1ef1a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kblackbox - kblackbox.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kblackbox-kblackboxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=47443995 [47443995]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbackgammon - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbackgammon-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=51730a13 [51730a13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbackgammon - kbackgammon.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbackgammon-kbackgammondesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f4e1241f [f4e1241f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kasteroids - kasteroids.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kasteroids-kasteroidsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=195f32ff [195f32ff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegames/atlantik - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/atlantik-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=078f8a60 [078f8a60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/atlantik - atlantik.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/atlantik-atlantikdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=23f73f6d [23f73f6d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=89209b44 [89209b44]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeaccessibility ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=546f0a26 [546f0a26]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmousetool - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmousetool-desktop-files/nl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=0c8252ff [0c8252ff]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmag - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmag-desktop-files/nl/&lt;br /&gt;
&lt;br /&gt;
== tdeaddons ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=462e8067 [462e8067]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (64 of 64 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-plugins-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=7247f36b [7247f36b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tutorials - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tutorials-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=729f8436 [729f8436]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-plugins-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=c75bb91d [c75bb91d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/ksig - ksig.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/ksig-ksigdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=8b19a3d4 [8b19a3d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (44 of 44 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-plugins-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== tdeadmin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=7c269be3 [7c269be3]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 50.0% (1 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage - kpackage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage-kpackagedesktop/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=b60f7565 [b60f7565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kuser - kuser.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kuser-kuserdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=39dd6199 [39dd6199]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/ksysv - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/ksysv-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=1ec384e5 [1ec384e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=78260ae7 [78260ae7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage - kpackage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage-kpackagedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=18052ec0 [18052ec0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kdat - kdat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kdat-kdatdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=68dbc1fc [68dbc1fc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kcron - kcron.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kcron-kcrondesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== tdeartwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=cd51daaf [cd51daaf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/twin-styles - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/twin-styles-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=e76fde84 [e76fde84]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/icon themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/icon-themes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=480c8a32 [480c8a32]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/icon themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/icon-themes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=d5891cb6 [d5891cb6]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/wallpapers-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=b7c7780f [b7c7780f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeartwork/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/wallpapers-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=25e4ea58 [25e4ea58]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=0afaf315 [0afaf315]] twin-styles: twin3_ to twin_ conversion&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=5f90bc99 [5f90bc99]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (314 of 314 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/tdescreensaver - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/tdescreensaver-desktop-files/it/&lt;br /&gt;
&lt;br /&gt;
== tdebindings ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=84ec6486 [84ec6486]] Drop compatibility code for TQSignal&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=13378021 [13378021]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=02712db1 [02712db1]] Drop compatibility code for TQButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=53442b53 [53442b53]] Drop obsolete TQLineEdit methods&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=1b35744b [1b35744b]] Drop compatibility code for TQToolButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=476cadbf [476cadbf]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=941081ce [941081ce]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=dcffc0bc [dcffc0bc]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
== tdesdk ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=e116e963 [e116e963]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbabel - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbabel-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=ba42cd60 [ba42cd60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=0b324ad9 [0b324ad9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=26ea0a31 [26ea0a31]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdecachegrind - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdecachegrind-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=7b277c01 [7b277c01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/scheck - scheck.themerc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/scheck-scheckthemerc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=8d7ac8ea [8d7ac8ea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kuiviewer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kuiviewer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=70cbb21e [70cbb21e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbugbuster - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbugbuster-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=5951f56b [5951f56b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/cervisia - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/cervisia-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=0c03e09c [0c03e09c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/cervisia - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/cervisia-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=b221bea0 [b221bea0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kompare - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kompare-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d50abb28 [d50abb28]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.1% (27 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=3523578c [3523578c]] Fix functionality broken by commit d619f66&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d619f66a [d619f66a]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tdevelop ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=3219b370 [3219b370]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=f4724912 [f4724912]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop-desktop-files/&lt;br /&gt;
&lt;br /&gt;
== tdewebdev ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=0e7ff51f [0e7ff51f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/klinkstatus - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/klinkstatus-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=13d63148 [13d63148]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kimagemapeditor - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kimagemapeditor-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=e16b4e3b [e16b4e3b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=6552a392 [6552a392]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== tde-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c54408f [6c54408f]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 97.2% (810 of 833 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3520c03 [f3520c03]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ff3d0351 [ff3d0351]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 96.8% (281 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6676b51a [6676b51a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=652679db [652679db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (509 of 509 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libkcal&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkcal/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4ec790d [c4ec790d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (126 of 126 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdmgreet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmgreet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a4b0b04 [4a4b0b04]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (119 of 119 strings)&amp;lt;br/&amp;gt;Translation: tdebase/clockapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/clockapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aa4428d0 [aa4428d0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (103 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kasbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kasbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16170ee1 [16170ee1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (69 of 69 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin_clients&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin_clients/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc533829 [bc533829]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_remotemenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_remotemenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17c7452a [17c7452a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (67 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c8264c68 [c8264c68]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8c57cd28 [8c57cd28]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (59 of 59 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmcss&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmcss/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ff0698f [2ff0698f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=71dfa20f [71dfa20f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_groupdav&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_groupdav/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82565784 [82565784]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cef2c11e [cef2c11e]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=96bf2239 [96bf2239]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdebase/display&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/display/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9abd393e [9abd393e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_remote&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_remote/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eb5887d6 [eb5887d6]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=081240a8 [081240a8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5b1bde73 [5b1bde73]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6eb8004c [6eb8004c]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fdd4388e [fdd4388e]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ec883460 [ec883460]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b3dd6805 [b3dd6805]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.3% (174 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41b1da81 [41b1da81]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aead111d [aead111d]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (112 of 112 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=487084e7 [487084e7]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (330 of 330 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=290ade79 [290ade79]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (290 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=975f7fb8 [975f7fb8]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_sftp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0af94559 [0af94559]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d2ff02f4 [d2ff02f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (380 of 380 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kxsldbg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kxsldbg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d959dab2 [d959dab2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (37 of 37 strings)&amp;lt;br/&amp;gt;Translation: tdepim/tdeabc_slox&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/tdeabc_slox/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2e19e441 [2e19e441]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_nntp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_nntp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4492e46 [c4492e46]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_settings&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_settings/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d59b4539 [d59b4539]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=35ef10cc [35ef10cc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdewebdev/kxsldbg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kxsldbg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fdebdf92 [fdebdf92]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2f7e9fb1 [2f7e9fb1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=593757e5 [593757e5]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9d1c4d8d [9d1c4d8d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=edc1a288 [edc1a288]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=31f89957 [31f89957]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3492093 [f3492093]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cfe448e6 [cfe448e6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=31f9e216 [31f9e216]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7c0391c8 [7c0391c8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0f8bcb66 [0f8bcb66]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da9f835d [da9f835d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 35.8% (14 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_sftp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a05a1e8e [a05a1e8e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=38efb07d [38efb07d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7a86a9e9 [7a86a9e9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eeab8af9 [eeab8af9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - sort&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-sort/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2d5be52 [a2d5be52]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=552b8532 [552b8532]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (112 of 112 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=595f4f5b [595f4f5b]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 94.8% (37 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_sftp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=304c6f6e [304c6f6e]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_sftp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9943b550 [9943b550]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_sftp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e0be9ac5 [e0be9ac5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=80e6633a [80e6633a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_sftp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=778bdb6c [778bdb6c]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 92.8% (26 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6e92f7c8 [6e92f7c8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (112 of 112 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8e26842c [8e26842c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=923faa2d [923faa2d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eaeeefb9 [eaeeefb9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9ae8ff1 [c9ae8ff1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1621e39a [1621e39a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0fc856d1 [0fc856d1]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9b55d959 [9b55d959]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - sort&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-sort/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=66810721 [66810721]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ea4f230e [ea4f230e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=613385fc [613385fc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.8% (26 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c68dba8e [c68dba8e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.4% (124 of 126 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdmgreet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmgreet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=52dac94e [52dac94e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tderandr&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tderandr/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e52f03e3 [e52f03e3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (366 of 366 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksysguard&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksysguard/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=115111f5 [115111f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdesu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdesu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c6932ce3 [c6932ce3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=033dda75 [033dda75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_dir&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_dir/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=05744aef [05744aef]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (199 of 199 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a82a94f [6a82a94f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdehwdevicetray&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdehwdevicetray/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d7f1bbe0 [d7f1bbe0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1037156d [1037156d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2c19e5c8 [2c19e5c8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.5% (43 of 45 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmfonts&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmfonts/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2ebe335 [a2ebe335]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (152 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdmconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=775ef46d [775ef46d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 90.9% (20 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libtaskmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f39ee04f [f39ee04f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (88 of 88 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kpersonalizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kpersonalizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a22a4ed8 [a22a4ed8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (89 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3710f4f9 [3710f4f9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9c5b1703 [9c5b1703]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (73 of 73 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmdisplayconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmdisplayconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b3c9984f [b3c9984f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (66 of 66 strings)&amp;lt;br/&amp;gt;Translation: tdebase/privacy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/privacy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9b16155e [9b16155e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.2% (15 of 17 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin_lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin_lib/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c37ddf8b [c37ddf8b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.3% (117 of 119 strings)&amp;lt;br/&amp;gt;Translation: tdebase/clockapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/clockapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5c9677ba [5c9677ba]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.0% (101 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kasbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kasbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=40ed4bcf [40ed4bcf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.1% (67 of 69 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin_clients&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin_clients/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1c72135a [1c72135a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.1% (111 of 112 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=77741873 [77741873]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=967268e9 [967268e9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 65.0% (13 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmiccconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmiccconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ddaa2dd [1ddaa2dd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (64 of 64 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmscreensaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmscreensaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=92a6812e [92a6812e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (59 of 59 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsamba&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsamba/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=24e78a59 [24e78a59]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 84.6% (11 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kickermenu_kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kickermenu_kate/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5da41c8b [5da41c8b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdebase/extensionproxy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/extensionproxy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9dfa80f4 [9dfa80f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.0% (65 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=36da9c14 [36da9c14]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (37 of 37 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmcomponentchooser&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmcomponentchooser/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6e7a0b8d [6e7a0b8d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (64 of 64 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmmedia&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmmedia/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c97c02af [c97c02af]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.7% (36 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kminipagerapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kminipagerapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=907f51d8 [907f51d8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=97c4f442 [97c4f442]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/appletproxy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/appletproxy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2fdec0ef [2fdec0ef]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (127 of 127 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwinrules&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwinrules/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b727fbda [b727fbda]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.7% (12 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdescreensaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdescreensaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=434c598a [434c598a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/libtdescreensaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/libtdescreensaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4089fda0 [4089fda0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - sort&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-sort/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2cbc589c [2cbc589c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2d5d6b8 [e2d5d6b8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/libkcal&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkcal/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=151f6131 [151f6131]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=47c2ae17 [47c2ae17]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=faaf9772 [faaf9772]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5b3b00f1 [5b3b00f1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f34f2365 [f34f2365]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6983e752 [6983e752]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_smtp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_smtp/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d86b07fe [d86b07fe]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d1f33ee4 [d1f33ee4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e9ece646 [e9ece646]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=96d252b0 [96d252b0]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_asus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_asus/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df9a76ce [df9a76ce]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2036 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dfdb2488 [dfdb2488]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=59dbb13c [59dbb13c]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aa2a5d1a [aa2a5d1a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (331 of 331 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51ae0630 [51ae0630]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5dd3d57f [5dd3d57f]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1013 of 1013 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeprint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeprint/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=446206b2 [446206b2]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e285c92a [e285c92a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=80632599 [80632599]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_media&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_media/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ef9dbeb [7ef9dbeb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=967b322e [967b322e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdehwdevicetray&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdehwdevicetray/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=563b41e9 [563b41e9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=77a23fd7 [77a23fd7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=74110c83 [74110c83]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (331 of 331 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=716ad5fa [716ad5fa]] tdebase: remove translations for &amp;#039;Hotpluggable&amp;#039;. This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/442 TDE/tdebase#442]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=07decc39 [07decc39]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=42dfff61 [42dfff61]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c34e8b6a [c34e8b6a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=38041442 [38041442]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2725a156 [2725a156]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b54aba2 [2b54aba2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (833 of 833 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02030efa [02030efa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.2% (461 of 500 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdecachegrind&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdecachegrind/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5abddf59 [5abddf59]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1016 of 1016 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbabel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbabel/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fc1947d4 [fc1947d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - validators&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-validators/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=995b2521 [995b2521]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4722fda2 [4722fda2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 71.0% (49 of 69 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c7fe792b [c7fe792b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (89 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c55b4ce5 [c55b4ce5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (241 of 241 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonqhtml&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonqhtml/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aeed5fd8 [aeed5fd8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b7b847f5 [b7b847f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (223 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=255d26f7 [255d26f7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (238 of 238 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/ksim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/ksim/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78aad284 [78aad284]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (89 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76168eb5 [76168eb5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmperformance&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmperformance/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1fd85bdd [1fd85bdd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_pop3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_pop3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a58fce8 [2a58fce8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d228567 [7d228567]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfmclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfmclient/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d1527d8f [d1527d8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_smtp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_smtp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c363a97 [6c363a97]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (140 of 140 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ec080931 [ec080931]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc2988ac [bc2988ac]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd5194d2 [bd5194d2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=04ed4b52 [04ed4b52]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (76 of 76 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmusb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmusb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc1d1c98 [bc1d1c98]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (43 of 43 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kthememanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kthememanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ffa5d7e7 [ffa5d7e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (96 of 96 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeprintfax&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeprintfax/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=076c2fed [076c2fed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdestyle_keramik_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdestyle_keramik_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4ceab3f4 [4ceab3f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplashthemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplashthemes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=512d9f79 [512d9f79]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=47e26a43 [47e26a43]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (93 of 93 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdefontinst&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdefontinst/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3a144469 [3a144469]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_home&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_home/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cd272aca [cd272aca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmnotify&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmnotify/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d2ba7ada [d2ba7ada]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (290 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=135f1b2e [135f1b2e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=07c69212 [07c69212]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=03934f6b [03934f6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_system&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_system/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67680029 [67680029]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0e0ae526 [0e0ae526]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeio_svn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeio_svn/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a87c6d1 [8a87c6d1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_ts&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_ts/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aade5865 [aade5865]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_po&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_po/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=522da565 [522da565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_diff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_diff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=83c47a3a [83c47a3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_cpp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_cpp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4d9ffb4a [4d9ffb4a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kres_bugzilla&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kres_bugzilla/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cfa3a9ad [cfa3a9ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (208 of 208 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbugbuster&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbugbuster/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ebed3f3 [3ebed3f3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acb7bd01 [acb7bd01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kmenuapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kmenuapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b406e7b0 [b406e7b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=610e404f [610e404f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/krdb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/krdb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bf546323 [bf546323]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmspellchecking&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmspellchecking/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a6399d3 [4a6399d3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 65.0% (13 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmiccconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmiccconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=80a06e94 [80a06e94]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_tar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_tar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b26c4f5 [4b26c4f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_recentdocs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_recentdocs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=58999e40 [58999e40]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_prefmenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_prefmenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6ce221c9 [6ce221c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - sort&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-sort/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0390f05b [0390f05b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - webarchiver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-webarchiver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cf552d9d [cf552d9d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - wavecapture&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-wavecapture/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=433ee6e7 [433ee6e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - wakeup&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-wakeup/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=46159872 [46159872]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - tyler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-tyler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e02bff0f [e02bff0f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - tippecanoe&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-tippecanoe/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0761ee7 [c0761ee7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - txt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-txt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cd18979e [cd18979e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - mhtml&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-mhtml/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=712079e1 [712079e1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - lnk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-lnk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fce9e09 [4fce9e09]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - html&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-html/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25db3dca [25db3dca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - folder&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-folder/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef1f9ac7 [ef1f9ac7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-desktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10e3306c [10e3306c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - cert&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-cert/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3fec0e8 [f3fec0e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - synaescope&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-synaescope/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a86eaabb [a86eaabb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - searchbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-searchbar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5da3c28e [5da3c28e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - pitchablespeed&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-pitchablespeed/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dce4401c [dce4401c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - minitools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-minitools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=65231d72 [65231d72]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - microformat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-microformat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e048a4eb [e048a4eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (42 of 42 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - mediacontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-mediacontrol/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=03f6f36f [03f6f36f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - lyrics&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-lyrics/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=75a2d1a4 [75a2d1a4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kaddressbook - gmx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kaddressbook-gmx/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=111da4e5 [111da4e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kaddressbook - kworldclock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kaddressbook-kworldclock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=37ccc73b [37ccc73b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (53 of 53 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - ktimemon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-ktimemon/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=877faee6 [877faee6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (48 of 48 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - metabar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-metabar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a964e80 [8a964e80]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - mediaplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-mediaplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6215185a [6215185a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - delicious&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-delicious/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=432a8fd9 [432a8fd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - kmathapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-kmathapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2537b8d7 [2537b8d7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (33 of 33 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - kbinaryclock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-kbinaryclock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41b3507f [41b3507f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - xmltools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-xmltools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d895f991 [d895f991]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - xmlcheck&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-xmlcheck/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1477c443 [1477c443]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - textfilter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-textfilter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a96d906d [a96d906d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - tabbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-tabbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02b5b392 [02b5b392]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - snippets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-snippets/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=06908d1c [06908d1c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - pybrowse&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-pybrowse/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68019125 [68019125]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - openheader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-openheader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e4943b1f [e4943b1f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - modeline&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-modeline/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a8e169d [4a8e169d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - make&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-make/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8548c37e [8548c37e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - kjswrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-kjswrapper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=65197c45 [65197c45]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - insertcommand&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-insertcommand/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f33c05f3 [f33c05f3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - htmltools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-htmltools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a3220aa3 [a3220aa3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - helloworld&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-helloworld/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0768ae06 [0768ae06]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - fll_plugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-fll_plugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ed62a7e [7ed62a7e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - fll_initplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-fll_initplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4551fe7c [4551fe7c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - filetemplates&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-filetemplates/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a5773c33 [a5773c33]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - cppsymbolviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-cppsymbolviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d5f107a6 [d5f107a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - image&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-image/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=760d609c [760d609c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - charlatanui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-charlatanui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=49a7da4e [49a7da4e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - ffrs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-ffrs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44ff5289 [44ff5289]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - dub&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-dub/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f595c2f4 [f595c2f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (81 of 81 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - domtreeviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-domtreeviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5984420c [5984420c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - dirfilter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-dirfilter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8740f36c [8740f36c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - crashes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-crashes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2eea31a6 [2eea31a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - autorefresh&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-autorefresh/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0b43890b [0b43890b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - audio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-audio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b60fc4c0 [b60fc4c0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - ark&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-ark/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4f2e12e9 [4f2e12e9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - alsaplayerui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-alsaplayerui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8cf5b05b [8cf5b05b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - akregator&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-akregator/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e9608f5 [1e9608f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (3009 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb7f6413 [bb7f6413]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (101 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2297c73 [a2297c73]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16fc9290 [16fc9290]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30b25447 [30b25447]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0c9390e0 [0c9390e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_asus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_asus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c9b6e0a [3c9b6e0a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (464 of 464 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kttsd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kttsd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5f018862 [5f018862]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.8% (5277 of 5622 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9cd12c13 [9cd12c13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4373 of 4373 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fb393ca2 [fb393ca2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdelirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdelirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de26e8e7 [de26e8e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/superkaramba&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/superkaramba/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef2d1ac9 [ef2d1ac9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.7% (204 of 238 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/ksim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/ksim/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8225ecb4 [8225ecb4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0d8c5564 [0d8c5564]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_powerbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_powerbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=15e159f9 [15e159f9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cbaed96f [cbaed96f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_delli8k&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_delli8k/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=99665cc4 [99665cc4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilod&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilod/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76cf712f [76cf712f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kfloppy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kfloppy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a780ff13 [a780ff13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.1% (833 of 849 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kaddressbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kaddressbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=160a21e5 [160a21e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (288 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b39b69b0 [b39b69b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.8% (224 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=37c46a10 [37c46a10]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aaa64918 [aaa64918]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_raw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_raw/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b72b65e [2b72b65e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (197 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de33568d [de33568d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (121 of 121 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/klinkstatus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/klinkstatus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c46c273c [c46c273c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=463fe953 [463fe953]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.0% (23 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - webarchiver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-webarchiver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f902060c [f902060c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - imgallery&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-imgallery/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7291a5d [e7291a5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (254 of 254 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libtdegames&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libtdegames/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=60f4c2ad [60f4c2ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4d13a2c [c4d13a2c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (557 of 557 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kmplot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kmplot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8f16a587 [8f16a587]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4373 of 4373 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a1803a12 [a1803a12]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (765 of 765 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kalzium&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kalzium/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a9f1223f [a9f1223f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6f5c5077 [6f5c5077]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (138 of 138 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdeiconedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdeiconedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9f37b90b [9f37b90b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_xpm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_xpm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=124a1a5b [124a1a5b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_xbm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_xbm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1397cb2b [1397cb2b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_tiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_tiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8cd2a856 [8cd2a856]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_tga&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_tga/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2102c574 [2102c574]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_rgb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_rgb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=146a8054 [146a8054]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_ps&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_ps/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=21580aeb [21580aeb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pnm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pnm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee75c8c5 [ee75c8c5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_png&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_png/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=19cf3c62 [19cf3c62]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pdf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=107c467f [107c467f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pcx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pcx/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02a155ef [02a155ef]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (67 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_jpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_jpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d85c7052 [d85c7052]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_ico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_ico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2933d93 [e2933d93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_gif&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_gif/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4382f606 [4382f606]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (59 of 59 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_exr&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_exr/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5bddf5a5 [5bddf5a5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_dvi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_dvi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=921e29b3 [921e29b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_dds&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_dds/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0b56525a [0b56525a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_bmp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_bmp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5694df40 [5694df40]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (107 of 107 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/libkscan&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/libkscan/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4f70423 [d4f70423]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/libkfaximgage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/libkfaximgage/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1d63ec25 [1d63ec25]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (179 of 179 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewshell&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewshell/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4cd8d3e0 [4cd8d3e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewscannerplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewscannerplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d794493d [d794493d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kview_scale&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kview_scale/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5f74d61a [5f74d61a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewpresenterplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewpresenterplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1c6f60df [1c6f60df]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kvieweffectsplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kvieweffectsplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2c39783 [a2c39783]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewbrowserplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewbrowserplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=23706e02 [23706e02]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (123 of 123 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kuickshow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kuickshow/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=96c0bde1 [96c0bde1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (45 of 45 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksnapshot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksnapshot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6536643 [e6536643]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=40b76cfc [40b76cfc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (225 of 225 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=54045117 [54045117]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (256 of 256 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kooka&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kooka/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a0ba024f [a0ba024f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (386 of 386 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kolourpaint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kolourpaint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b9817b46 [b9817b46]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (131 of 131 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8614f6c [a8614f6c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kgamma&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kgamma/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=09d52dca [09d52dca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (215 of 215 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kdvi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kdvi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25b4dfd1 [25b4dfd1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcoloredit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcoloredit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51cd9478 [51cd9478]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewviewerpluginsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewviewerpluginsconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2c14518 [a2c14518]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewpluginsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewpluginsconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2746c521 [2746c521]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewgeneralconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewgeneralconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25650c93 [25650c93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewcanvasconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewcanvasconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4af32845 [4af32845]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcmkamera&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcmkamera/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb0c53ea [bb0c53ea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ff1ec9c1 [ff1ec9c1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (403 of 403 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c00aae5c [c00aae5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppplogview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppplogview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=93829039 [93829039]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (416 of 416 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c152d582 [c152d582]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (94 of 94 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kpf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kpf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=654c466b [654c466b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acdd4826 [acdd4826]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_avi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_avi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=85655c32 [85655c32]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (320 of 320 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12c3105c [12c3105c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (80 of 80 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_lame&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_lame/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acfe74f0 [acfe74f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.0% (17 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_xmlrpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_xmlrpc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8f561fa [b8f561fa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2430 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b59a52df [b59a52df]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.1% (833 of 849 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kaddressbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kaddressbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b15f99b [3b15f99b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.7% (341 of 360 strings)&amp;lt;br/&amp;gt;Translation: tdepim/akregator&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/akregator/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6fd71df1 [6fd71df1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12eb7e03 [12eb7e03]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.0% (250 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9937df39 [9937df39]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ae470e5 [2ae470e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=08998baf [08998baf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (67 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmcolors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmcolors/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10ac25e5 [10ac25e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdedebugdialog&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdedebugdialog/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0771e565 [0771e565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2865 of 2865 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/ppdtranslations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/ppdtranslations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c535e26d [c535e26d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73b6114f [73b6114f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=155b3201 [155b3201]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a4c12d6 [2a4c12d6]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=976a81b4 [976a81b4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (245 of 245 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kdat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kdat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9fe445d8 [9fe445d8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8660af8 [a8660af8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (152 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=807855fe [807855fe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=69bdd2bf [69bdd2bf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (416 of 416 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=85d49634 [85d49634]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6980e97e [6980e97e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (111 of 111 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dc165c85 [dc165c85]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2430 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5bd9ba76 [5bd9ba76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0fd4f012 [0fd4f012]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.0% (99 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ca026de0 [ca026de0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0eb200e2 [0eb200e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4af789bd [4af789bd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b3efd69f [b3efd69f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (72 of 72 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/i18n - entry.desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/i18n-entrydesktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e5046884 [e5046884]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.5% (2464 of 2578 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6ff96b0 [d6ff96b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.9% (929 of 1010 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kommander&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kommander/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=052541a5 [052541a5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6813630 [d6813630]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61348be4 [61348be4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (106 of 106 strings)&amp;lt;br/&amp;gt;Translation: tdegames/lskat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/lskat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ce4cc89a [ce4cc89a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f84f621b [f84f621b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.8% (5277 of 5622 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7adefbb7 [7adefbb7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (553 of 553 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kgpg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kgpg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a54f6ad [9a54f6ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.8% (722 of 723 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a7b6a48e [a7b6a48e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.0% (109 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=adb9ee02 [adb9ee02]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acbf941b [acbf941b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_systemmenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_systemmenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d1ace2d1 [d1ace2d1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (288 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c940de1b [c940de1b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ce53218 [7ce53218]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76141cbc [76141cbc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.7% (158 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44df28d5 [44df28d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1032 of 1032 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpovmodeler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpovmodeler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=77cf8f9c [77cf8f9c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (3008 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c8cacdab [c8cacdab]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 90.6% (155 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f38fa8f3 [f38fa8f3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b01edccd [b01edccd]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=04d54b46 [04d54b46]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=edde93c4 [edde93c4]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (331 of 332 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee87723d [ee87723d]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 94.7% (36 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=347c614b [347c614b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5d7a5d36 [5d7a5d36]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4a7354e [c4a7354e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17e37aec [17e37aec]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a93fc87 [5a93fc87]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (417 of 417 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libtdepim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fa7c437 [4fa7c437]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1428 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e157a91c [e157a91c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=35f9874a [35f9874a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=31e1fd99 [31e1fd99]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5196 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c29db08c [c29db08c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kasteroids&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kasteroids/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45c9efee [45c9efee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bac7cad2 [bac7cad2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.8% (722 of 723 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45438fab [45438fab]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmicons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmicons/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=184c41a3 [184c41a3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f2e51c15 [f2e51c15]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 55.1% (32 of 58 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78f3d660 [78f3d660]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c84bab9b [c84bab9b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9dceffa5 [9dceffa5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bea7c2b5 [bea7c2b5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2f6e4464 [2f6e4464]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (181 of 181 strings)&amp;lt;br/&amp;gt;Translation: tdepim/karm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/karm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b718443 [7b718443]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksystemtrayapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksystemtrayapplet/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df6f0d2f [df6f0d2f]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (290 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2282d9eb [2282d9eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.3% (21 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - alsaplayerui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-alsaplayerui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8ef3404 [a8ef3404]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (369 of 369 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3fb5a51f [3fb5a51f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (137 of 137 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kverbos&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kverbos/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6fd40db8 [6fd40db8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (205 of 205 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdemid&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdemid/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=789b5f42 [789b5f42]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (88 of 88 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kpersonalizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kpersonalizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bfa34bd2 [bfa34bd2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6da779c2 [6da779c2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.8% (224 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6038555 [e6038555]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dffecf21 [dffecf21]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.7% (157 of 159 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b0cd75a3 [b0cd75a3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (289 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=64e03b0c [64e03b0c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=805a0c6c [805a0c6c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c16120f [3c16120f]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f6b47865 [f6b47865]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.5% (3006 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=905b500e [905b500e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_wav&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_wav/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0376d619 [0376d619]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_theora&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_theora/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8c0bd602 [8c0bd602]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_sid&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_sid/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f96bfe38 [f96bfe38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_ogg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_ogg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=20da6100 [20da6100]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_m3u&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_m3u/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6ec9d7d [e6ec9d7d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=002f6b01 [002f6b01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9c288da4 [9c288da4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fdacc87 [4fdacc87]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_flac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_flac/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79bd92c0 [79bd92c0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_avi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_avi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8545225b [8545225b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_au&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_au/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16bb2152 [16bb2152]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (332 of 332 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61ff946a [61ff946a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (187 of 187 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/libkcddb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/libkcddb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=18dd016f [18dd016f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (111 of 111 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7047488 [e7047488]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=09ae6e3a [09ae6e3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a94f2253 [a94f2253]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kcmcddb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kcmcddb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=839723e8 [839723e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaboodle&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaboodle/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a3d5767a [a3d5767a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_vorbis&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_vorbis/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=039aa373 [039aa373]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (80 of 80 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_lame&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_lame/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1a2584a5 [1a2584a5]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 85.9% (1749 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ae0d186 [1ae0d186]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwindecoration&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwindecoration/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8e3a9bd8 [8e3a9bd8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a8bf169 [9a8bf169]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6329682c [6329682c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_flac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_flac/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=01a947f7 [01a947f7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48cbdde6 [48cbdde6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bda1bc83 [bda1bc83]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a94365d8 [a94365d8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b07c9fd5 [b07c9fd5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=99ddc47e [99ddc47e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=233603f3 [233603f3]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kickermenu_kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kickermenu_kate/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eb41c146 [eb41c146]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (261 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=035d412a [035d412a]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=252276b0 [252276b0]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a3c101a [5a3c101a]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3baf4ac [f3baf4ac]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0198f7b7 [0198f7b7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abbea754 [abbea754]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=22447195 [22447195]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67154ced [67154ced]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwinrules&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwinrules/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68257170 [68257170]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwindecoration&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwindecoration/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5b8921e6 [5b8921e6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b643ca2 [4b643ca2]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ea42728d [ea42728d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e0f759a [1e0f759a]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41a2a0a6 [41a2a0a6]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 87.7% (150 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7a72e540 [7a72e540]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1433ed29 [1433ed29]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4816e684 [4816e684]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c9f3b6c [3c9f3b6c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41444a5d [41444a5d]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 80.6% (2134 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=62275fac [62275fac]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4565a842 [4565a842]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eb88e6fc [eb88e6fc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a15c7835 [a15c7835]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7e214ab [e7e214ab]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ff4ced6a [ff4ced6a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c8260126 [c8260126]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4d00bce3 [4d00bce3]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cadd2b5d [cadd2b5d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9a96806 [c9a96806]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdelicense&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdelicense/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bda14f95 [bda14f95]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5196 of 5196 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dac4018a [dac4018a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 80.9% (1648 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b5c59d83 [b5c59d83]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=643497da [643497da]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e41785c [1e41785c]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (197 of 197 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1be1e3e9 [1be1e3e9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fbde5a66 [fbde5a66]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (326 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c1acc00 [6c1acc00]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (289 of 289 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9b635e1b [9b635e1b]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b0ef02e [7b0ef02e]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8dbd2744 [8dbd2744]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1b39883e [1b39883e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b5c8e7a [3b5c8e7a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=49367158 [49367158]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da6ebc69 [da6ebc69]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.5% (211 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=38d19787 [38d19787]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da4c604a [da4c604a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a289914a [a289914a]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmag&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmag/nl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=587622ea [587622ea]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d0076837 [d0076837]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=484fbfeb [484fbfeb]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 85.0% (805 of 946 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/katepart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/katepart/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a1c113b [5a1c113b]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 86.4% (369 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb4d9424 [bb4d9424]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 54.2% (247 of 455 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs_colors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs_colors/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3059b6dc [3059b6dc]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd92b2ee [bd92b2ee]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44c33da9 [44c33da9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.3% (158 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e405a694 [e405a694]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.8% (16 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmenergy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmenergy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1a8c65b3 [1a8c65b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 71.4% (5 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - image&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-image/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f91ae8b2 [f91ae8b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (197 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee561a5d [ee561a5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.5% (193 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b7818e1 [4b7818e1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegames/kmahjongg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmahjongg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=62c862a8 [62c862a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.6% (191 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=feb94ddc [feb94ddc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdewalletmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdewalletmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9cf3ed6a [9cf3ed6a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da73efd6 [da73efd6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdewalletmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdewalletmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=56f2e465 [56f2e465]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/krdb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/krdb/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ea2bd4b [2ea2bd4b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=289b8045 [289b8045]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 80.3% (1636 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17b287ee [17b287ee]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.9% (195 of 197 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e98cc110 [e98cc110]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7768467e [7768467e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ffe4047 [3ffe4047]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d42dfce9 [d42dfce9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 77.9% (1588 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c033f982 [c033f982]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=447af80a [447af80a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 76.8% (1565 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f9a53f48 [f9a53f48]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5cac2c06 [5cac2c06]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ec024ca [7ec024ca]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c624634e [c624634e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f86ccae9 [f86ccae9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6fc3c2e [d6fc3c2e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin_lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin_lib/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f322a111 [f322a111]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f09ec0ab [f09ec0ab]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ba5d62d1 [ba5d62d1]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.5% (209 of 210 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7e255c40 [7e255c40]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=86acd12e [86acd12e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4f3b4305 [4f3b4305]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eac33e90 [eac33e90]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (196 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17c51be5 [17c51be5]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0ab2398 [c0ab2398]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (326 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6b7fac1 [d6b7fac1]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (206 of 206 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4e97cea7 [4e97cea7]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e8274087 [e8274087]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d7fbab18 [d7fbab18]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3f1a08b4 [3f1a08b4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=92e6fc46 [92e6fc46]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6cf5249d [6cf5249d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48907031 [48907031]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.3% (148 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9ef855fe [9ef855fe]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.4% (170 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79e81b47 [79e81b47]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.9% (194 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=af5e01d0 [af5e01d0]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f262c268 [f262c268]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (326 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e03e491a [e03e491a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=299d7e9b [299d7e9b]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=963b03f8 [963b03f8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4643459 [a4643459]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 99.4% (171 of 172 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b6f0d602 [b6f0d602]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f6a6c8e5 [f6a6c8e5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67d451ba [67d451ba]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewpresenterplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewpresenterplugin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a18b92ba [a18b92ba]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d9a6697 [7d9a6697]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aaeda12b [aaeda12b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c999f37 [3c999f37]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdmconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmconfig/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef954c90 [ef954c90]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2aa378ca [2aa378ca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_zeroconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_zeroconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2cd8ff75 [2cd8ff75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cb5cf602 [cb5cf602]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krdc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krdc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fc00fa70 [fc00fa70]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (94 of 94 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kpf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kpf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=325dc4a8 [325dc4a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.8% (2984 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b912c6e7 [b912c6e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (248 of 248 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/knewsticker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/knewsticker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6e04a742 [6e04a742]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (103 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmwifi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmwifi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ca7235c9 [ca7235c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (100 of 100 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmlanbrowser&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmlanbrowser/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ddb067e7 [ddb067e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (43 of 43 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmktalkd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmktalkd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c7fc70f6 [c7fc70f6]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (196 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cff19a2f [cff19a2f]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bad75a4d [bad75a4d]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (327 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0115ec51 [0115ec51]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=75d3b850 [75d3b850]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ade36f2 [1ade36f2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ad7aeafe [ad7aeafe]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=57cd82f9 [57cd82f9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=405dc7df [405dc7df]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ee0c314 [3ee0c314]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdmconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmconfig/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2567a89d [2567a89d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b2441d13 [b2441d13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_zeroconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_zeroconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c669a79d [c669a79d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_lan&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_lan/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5ecccc8f [5ecccc8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_jabberdisco&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_jabberdisco/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=153f7022 [153f7022]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefile_torrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefile_torrent/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=db5cbbbc [db5cbbbc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kwireless&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kwireless/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=70391ee5 [70391ee5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kinetd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kinetd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0f541093 [0f541093]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kdictapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kdictapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16494e41 [16494e41]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/libtdepim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7648b3c9 [7648b3c9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b7ec603 [7b7ec603]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fb3fdb2b [fb3fdb2b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fe4514c8 [fe4514c8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=83bdc126 [83bdc126]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=63a90127 [63a90127]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/tdefifteen&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/tdefifteen/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df53a5b9 [df53a5b9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a27093a0 [a27093a0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 87.5% (14 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - audio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-audio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd2a6f38 [bd2a6f38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (89 of 89 strings)&amp;lt;br/&amp;gt;Translation: tdegames/twin4&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/twin4/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e64c11d2 [e64c11d2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (254 of 254 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libtdegames&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libtdegames/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7e30682d [7e30682d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (122 of 122 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libksirtet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libksirtet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ce1a3bf [3ce1a3bf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.2% (56 of 57 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ktuberling&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ktuberling/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2d940247 [2d940247]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9561b74 [c9561b74]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kshisen&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kshisen/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e67e6a7f [e67e6a7f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kolf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kolf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12861973 [12861973]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2e8f84f5 [2e8f84f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (381 of 381 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kgoldrunner&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kgoldrunner/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1256c7f6 [1256c7f6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f0087266 [f0087266]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (1235 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=06391dfe [06391dfe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 84.4% (87 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=71347685 [71347685]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79cebe5e [79cebe5e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78aaa659 [78aaa659]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (289 of 289 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=74773ebc [74773ebc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ac07e9f6 [ac07e9f6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdestyle_plastik_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdestyle_plastik_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e00cbcb5 [e00cbcb5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_kdatatool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_kdatatool/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c09081a6 [c09081a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdefileaudiopreview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdefileaudiopreview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=624183f5 [624183f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_autobookmarker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_autobookmarker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b00d45a6 [b00d45a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (946 of 946 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/katepart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/katepart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=db142dcb [db142dcb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabcformat_binary&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabcformat_binary/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7cd87b83 [7cd87b83]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_isearch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_isearch/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=11d74de2 [11d74de2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_file&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_file/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8c12f11 [b8c12f11]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_docwordcompletion&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_docwordcompletion/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dd4127b3 [dd4127b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_net&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_net/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6d341d34 [6d341d34]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_sql&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_sql/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=661b618f [661b618f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_dir&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_dir/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=650ebed1 [650ebed1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdestyle_highcontrast_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdestyle_highcontrast_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=681fb57e [681fb57e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2865 of 2865 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/ppdtranslations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/ppdtranslations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5410b42a [5410b42a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/libtdescreensaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/libtdescreensaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a4a938d [6a4a938d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_insertfile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_insertfile/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f1d18823 [f1d18823]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (44 of 44 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_ldaptdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_ldaptdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30f083cd [30f083cd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acbf80cd [acbf80cd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f8fb2e20 [f8fb2e20]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1013 of 1013 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeprint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeprint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aa0506f0 [aa0506f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (455 of 455 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs_colors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs_colors/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82e61934 [82e61934]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2739 of 2739 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a2ce6cb [9a2ce6cb]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73eb4e4d [73eb4e4d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=91f7be0d [91f7be0d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 64.5% (129 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a9fa5d76 [a9fa5d76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/taskbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/taskbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b382a9a [2b382a9a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktaskbarapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktaskbarapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30e0f112 [30e0f112]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/lockout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/lockout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e1c4e2b5 [e1c4e2b5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5317fab2 [5317fab2]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=92ad6a46 [92ad6a46]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0e61bcd [c0e61bcd]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dedebeb6 [dedebeb6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_delli8k&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_delli8k/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51c00880 [51c00880]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (206 of 206 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4a6e3eb [d4a6e3eb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c368d148 [c368d148]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a73707b4 [a73707b4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9af8d504 [9af8d504]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 97.3% (219 of 225 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=875d4c24 [875d4c24]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a757dd8a [a757dd8a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abcfb18a [abcfb18a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/libtaskbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskbar/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d481507 [7d481507]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kay&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kay/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fa9f0334 [fa9f0334]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5af0121c [5af0121c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdesud&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdesud/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e363127a [e363127a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/naughtyapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/naughtyapplet/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=54976205 [54976205]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 75.7% (1542 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8f32df4 [b8f32df4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a46e674 [8a46e674]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82b00602 [82b00602]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8919bb8a [8919bb8a]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3e98afc4 [3e98afc4]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51cb26bc [51cb26bc]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d5046c21 [d5046c21]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=500f2c45 [500f2c45]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 98.5% (70 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kspaceduel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kspaceduel/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=53f3360c [53f3360c]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksokoban&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksokoban/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fa57d92b [fa57d92b]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 48.9% (24 of 49 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksnake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksnake/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4d9d7c1 [a4d9d7c1]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 94.7% (18 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksmiletris&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksmiletris/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=63667467 [63667467]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 34.1% (27 of 79 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2b3a41b [e2b3a41b]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 38.0% (19 of 50 strings)&amp;lt;br/&amp;gt;Translation: tdegames/klines&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/klines/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=33531138 [33531138]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45486792 [45486792]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (58 of 58 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5e2914e7 [5e2914e7]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c716f74 [6c716f74]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a270de3 [5a270de3]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (322 of 322 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=404b586a [404b586a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8b023bb7 [8b023bb7]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (322 of 322 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10d7630d [10d7630d]] tdepim: remove kitchensync pot file again, since it was automatically re-added&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a8b0c96 [2a8b0c96]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f4de4713 [f4de4713]] tdepim: remove translations for kitchensync and multisynk&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=64d45800 [64d45800]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0c2a0ab3 [0c2a0ab3]] tdegraphics: remove translations for kmrml&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8aa58abf [8aa58abf]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=376b1bfe [376b1bfe]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a340797 [6a340797]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=90797510 [90797510]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e0706cf8 [e0706cf8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eee4a43c [eee4a43c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb21ba44 [bb21ba44]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
= libraries =&lt;br /&gt;
== libkdcraw ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=d13e9744 [d13e9744]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (74 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=50387262 [50387262]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 70.2% (52 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=fb8e7233 [fb8e7233]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (74 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=4720b9e3 [4720b9e3]] Added translation using Weblate (Chinese (Simplified))&lt;br /&gt;
&lt;br /&gt;
== libkipi ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=1ea1d770 [1ea1d770]] Added translation using Weblate (Chinese (Traditional))&lt;br /&gt;
&lt;br /&gt;
== kipi-plugins ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=aa3b7277 [aa3b7277]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.0% (512 of 602 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - metadataedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-metadataedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=62e89ce1 [62e89ce1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 40.1% (53 of 132 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - cdarchiving&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-cdarchiving/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=1fc6b1e0 [1fc6b1e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - viewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-viewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=f134eb8d [f134eb8d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=7115da7d [7115da7d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=c39b2d5d [c39b2d5d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=549a8d58 [549a8d58]] Added translation using Weblate (Chinese (Traditional))&lt;br /&gt;
&lt;br /&gt;
== libtqt-perl ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=ea4d4023 [ea4d4023]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=a8738810 [a8738810]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=076ec834 [076ec834]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
= applications/development =&lt;br /&gt;
== kdbg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=db9f1ffa [db9f1ffa]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdbg - kdbg.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbg-kdbgdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=b171e1b2 [b171e1b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kdbg - kdbg.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbg-kdbgdesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== kdiff3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=97fe01f4 [97fe01f4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3 - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=0a217c78 [0a217c78]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=453f35a8 [453f35a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 67.2% (347 of 516 strings)&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=47366761 [47366761]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: applications/kdiff3 - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=810025fb [810025fb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=b65164fa [b65164fa]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=abcdeb43 [abcdeb43]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=1bab9902 [1bab9902]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kpicosim ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=39160972 [39160972]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kpicosim - kpicosim.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpicosim-kpicosimdesktop/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=21828c08 [21828c08]] Added translation using Weblate (Portuguese (Brazil))&lt;br /&gt;
&lt;br /&gt;
== tdesvn ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=1074ed80 [1074ed80]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdesvn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=2cdbcc87 [2cdbcc87]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 48.5% (359 of 739 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=f66e96c7 [f66e96c7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdesvn - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=e0823d75 [e0823d75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/graphics =&lt;br /&gt;
== digikam ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=365fc56f [365fc56f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=31f057f7 [31f057f7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1794 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=d1ed2afa [d1ed2afa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1793 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=1798610f [1798610f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=e809e384 [e809e384]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1793 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=53e13c18 [53e13c18]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2244 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=09a41f75 [09a41f75]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/&lt;br /&gt;
&lt;br /&gt;
== gwenview ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=7183742f [7183742f]] Fix pthread required. This relates to PR #35.&lt;br /&gt;
&lt;br /&gt;
== gwenview-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=6145e290 [6145e290]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (342 of 342 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=f3694437 [f3694437]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (342 of 342 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=bc00950d [bc00950d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (342 of 342 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=d1950f41 [d1950f41]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.9% (335 of 342 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=41a7389f [41a7389f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=332d87e3 [332d87e3]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=824111fb [824111fb]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.7% (341 of 342 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=ae02bedc [ae02bedc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=3f720a85 [3f720a85]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=3e754a52 [3e754a52]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=57175831 [57175831]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=827f6c7b [827f6c7b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/ru/&lt;br /&gt;
&lt;br /&gt;
== ksquirrel ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=8dcaf788 [8dcaf788]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.3% (493 of 517 strings)&amp;lt;br/&amp;gt;Translation: applications/ksquirrel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksquirrel/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=6fbf4183 [6fbf4183]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/ksquirrel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksquirrel/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=36fc62e2 [36fc62e2]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (517 of 517 strings)&amp;lt;br/&amp;gt;Translation: applications/ksquirrel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksquirrel/it/&lt;br /&gt;
&lt;br /&gt;
== potracegui ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=454877ad [454877ad]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/potracegui - potracegui.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/potracegui-potraceguidesktop/it/&lt;br /&gt;
&lt;br /&gt;
= applications/internet =&lt;br /&gt;
== kasablanca ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=a9da006a [a9da006a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kasablanca - kasablanca.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca-kasablancadesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=81b3e027 [81b3e027]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kasablanca&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=2a9b7e7d [2a9b7e7d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kasablanca - kasablanca.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca-kasablancadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=159a8faf [159a8faf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 64.3% (74 of 115 strings)&amp;lt;br/&amp;gt;Translation: applications/kasablanca&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=4b9e3dcb [4b9e3dcb]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kbiff ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=b172523d [b172523d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=a9666982 [a9666982]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbiff - kbiff.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff-kbiffdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=c53c9a60 [c53c9a60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=2cc626b9 [2cc626b9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.8% (89 of 90 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=4069eda9 [4069eda9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff - kbiff.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff-kbiffdesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== kftpgrabber ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=a682efb2 [a682efb2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kftpgrabber - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kftpgrabber-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=70edee2c [70edee2c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/kftpgrabber - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kftpgrabber-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== knmap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=c9299bd0 [c9299bd0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=436617ea [436617ea]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=fcc0e57c [fcc0e57c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=a289b05a [a289b05a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=2721c5e0 [2721c5e0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=24febfa6 [24febfa6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=8f8a354b [8f8a354b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (221 of 221 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=b68bd35b [b68bd35b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=60528588 [60528588]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 16.2% (36 of 221 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=aea076a0 [aea076a0]] Added translation using Weblate (Ukrainian)&lt;br /&gt;
&lt;br /&gt;
== konversation ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=efe05804 [efe05804]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/konversation&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=04e4928e [04e4928e]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=b5f177fc [b5f177fc]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation-events/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=dfedc855 [dfedc855]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.6% (1167 of 1362 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation/ru/&lt;br /&gt;
&lt;br /&gt;
== kshowmail ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=ced2b753 [ced2b753]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=10272aed [10272aed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 49.8% (174 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=b13b420d [b13b420d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 49.5% (173 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
&lt;br /&gt;
== kstreamripper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=38dad7af [38dad7af]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 78.7% (26 of 33 strings)&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=c6c8865f [c6c8865f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=b57d1640 [b57d1640]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=04b2afc8 [04b2afc8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=3f95be57 [3f95be57]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=dbdd2a4e [dbdd2a4e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=6a970335 [6a970335]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=3ec99f94 [3ec99f94]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=457de6e0 [457de6e0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=1801e3aa [1801e3aa]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 80.0% (24 of 30 strings)&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=382d4392 [382d4392]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=5da88b7e [5da88b7e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=c621d368 [c621d368]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== ktorrent ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=1e588c37 [1e588c37]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=ccf782d8 [ccf782d8]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (875 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=523c79c3 [523c79c3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (875 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=46220b63 [46220b63]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 80.1% (701 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/ru/&lt;br /&gt;
&lt;br /&gt;
== kvirc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=db90f695 [db90f695]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=33fece29 [33fece29]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=ab992aba [ab992aba]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - perlcore&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-perlcore/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=484c9ce8 [484c9ce8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=5c4d4a2a [5c4d4a2a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - editor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a7a4e202 [a7a4e202]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - about&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-about/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b7788073 [b7788073]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - notifier&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=391b00c9 [391b00c9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a0a87c06 [a0a87c06]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (805 of 805 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=12f4706c [12f4706c]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - mediaplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-mediaplayer/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=6280f2fb [6280f2fb]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - torrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-torrent/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=c0c52835 [c0c52835]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (78 of 78 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - theme&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-theme/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=0f4e51e5 [0f4e51e5]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - sharedfileswindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-sharedfileswindow/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=03eee71d [03eee71d]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - perlcore&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-perlcore/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=eb439f20 [eb439f20]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - perl&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-perl/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=df7ec3eb [df7ec3eb]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - notifier&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=d7deeb9d [d7deeb9d]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - logview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-logview/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=3a47fdca [3a47fdca]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - filetransferwindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-filetransferwindow/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a417c6a0 [a417c6a0]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - editor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=58a8d2a6 [58a8d2a6]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (182 of 182 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - dcc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-dcc/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=44846083 [44846083]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - notifier&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b435bad5 [b435bad5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - editor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b412083e [b412083e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - about&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-about/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b32a017a [b32a017a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.8% (2404 of 2588 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=02e908ee [02e908ee]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=e2dd007c [e2dd007c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a48e70a7 [a48e70a7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (794 of 805 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a7254dcc [a7254dcc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - theme&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-theme/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=25f3bffc [25f3bffc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=1e208b4f [1e208b4f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - logview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-logview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=3e94a25e [3e94a25e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - editor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=0c62fcd5 [0c62fcd5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - filetransferwindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-filetransferwindow/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a6e75ff9 [a6e75ff9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - dcc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-dcc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=2091bae5 [2091bae5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - notifier&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=90e47cbd [90e47cbd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - sharedfileswindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-sharedfileswindow/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=729d67a2 [729d67a2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=116c3821 [116c3821]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=5e2a1ae3 [5e2a1ae3]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== kvpnc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=e45d6713 [e45d6713]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 14.1% (351 of 2472 strings)&amp;lt;br/&amp;gt;Translation: applications/kvpnc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=a7492e4b [a7492e4b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvpnc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=da275e97 [da275e97]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=69565c3b [69565c3b]] Revert changes of translations related to unwanted renaming&amp;lt;br/&amp;gt;SLOT =&amp;amp;gt; TQ_SLOT in the message string.&amp;lt;br/&amp;gt;This revert commits:&amp;lt;br/&amp;gt;28bd29d299272a1d96d678c550de70c2dd442785&amp;lt;br/&amp;gt;f1197c6adc69b6acae78327e1481ce78ba7774ae&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=f1197c6a [f1197c6a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvpnc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=28bd29d2 [28bd29d2]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=e8c69c0a [e8c69c0a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: applications/tork - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tork-desktop-files/it/&lt;br /&gt;
&lt;br /&gt;
= applications/misc =&lt;br /&gt;
== bibletime ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=48ce54dd [48ce54dd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/bibletime - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/bibletime-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=e57d164d [e57d164d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=9d90808b [9d90808b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/bibletime - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/bibletime-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=de0a4201 [de0a4201]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=7c699d2d [7c699d2d]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== desktop-effects-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=4ef8c50e [4ef8c50e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=7437087e [7437087e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=92556696 [92556696]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kcmldap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=5e83e4cf [5e83e4cf]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kcmldapcontroller ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=1c9b3a80 [1c9b3a80]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kcmldapmanager ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=580fd05b [580fd05b]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kerberostray ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=f56d47b0 [f56d47b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kerberostray&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kerberostray/&lt;br /&gt;
&lt;br /&gt;
== krecipes ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=cd240323 [cd240323]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krecipes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krecipes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=22acd03d [22acd03d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=d2a4cb93 [d2a4cb93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 30.5% (343 of 1123 strings)&amp;lt;br/&amp;gt;Translation: applications/krecipes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krecipes/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/multimedia =&lt;br /&gt;
== amarok ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=9b954758 [9b954758]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=3f17994d [3f17994d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=e6e3ba96 [e6e3ba96]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=9d43419b [9d43419b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=73837f1a [73837f1a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=079f0cc9 [079f0cc9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b037abfb [b037abfb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=93aff8fd [93aff8fd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=7f396148 [7f396148]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=8ac0d326 [8ac0d326]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=086adc4f [086adc4f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4ebfa149 [4ebfa149]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 79.7% (1981 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4cc71ec3 [4cc71ec3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=2116bf2a [2116bf2a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=e6e2d189 [e6e2d189]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=c2a12e62 [c2a12e62]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=44ad188d [44ad188d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=83730846 [83730846]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4ddb9e62 [4ddb9e62]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=90520108 [90520108]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 84.7% (2105 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=40099ec0 [40099ec0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b767627f [b767627f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=bcd8d83e [bcd8d83e]] Fix functionality broken by commit 1c3e0630.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b04099ff [b04099ff]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=a7a79de0 [a7a79de0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=1c3e0630 [1c3e0630]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=5dedf79f [5dedf79f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=8b28bb5c [8b28bb5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=9038cb17 [9038cb17]] Translated using Weblate (Turkish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/tr/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=3c835108 [3c835108]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.8% (2406 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
&lt;br /&gt;
== codeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=033f32ab [033f32ab]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=28a3b75f [28a3b75f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=9f39f05e [9f39f05e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/codeine - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/codeine-desktop-files/&lt;br /&gt;
&lt;br /&gt;
== k3b ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=1cda53bb [1cda53bb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=e28f2192 [e28f2192]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=74808fa8 [74808fa8]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=2111da78 [2111da78]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=00a24ebc [00a24ebc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=987871f0 [987871f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=c2fbc8f1 [c2fbc8f1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=95a45a4f [95a45a4f]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=bbf83236 [bbf83236]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=894069eb [894069eb]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/pt/&lt;br /&gt;
&lt;br /&gt;
== k3b-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=8538da23 [8538da23]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=856ea287 [856ea287]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=34d0ff8c [34d0ff8c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=c29d6639 [c29d6639]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=84cd0b47 [84cd0b47]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (47 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=6f6f5263 [6f6f5263]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=bd308fa9 [bd308fa9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=e6010418 [e6010418]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (47 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=cb12df11 [cb12df11]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=ecef8905 [ecef8905]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=9c355f26 [9c355f26]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=1d1360a7 [1d1360a7]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=6f8f68cc [6f8f68cc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=47c13aee [47c13aee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=b92282bd [b92282bd]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 97.8% (46 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/bg/&lt;br /&gt;
&lt;br /&gt;
== k9copy ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=35c86a79 [35c86a79]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=3847d9ee [3847d9ee]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 86.6% (429 of 495 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=276d0d95 [276d0d95]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=112b19f8 [112b19f8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=45422ea5 [45422ea5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k9copy - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=4e2f83fa [4e2f83fa]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (495 of 495 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=ef83b5b8 [ef83b5b8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=4979c509 [4979c509]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=237b3548 [237b3548]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (495 of 495 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=553df4a4 [553df4a4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=bc07265d [bc07265d]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kaffeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=fe9e778d [fe9e778d]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine-desktop-files/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=ce0c6633 [ce0c6633]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (729 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=3f38f883 [3f38f883]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=eac2daca [eac2daca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (729 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=6c9257f2 [6c9257f2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.5% (711 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=e0e0d158 [e0e0d158]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=b871bd5b [b871bd5b]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kmplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=78361cb3 [78361cb3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=6e72f310 [6e72f310]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=30650e19 [30650e19]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.9% (347 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=77c148a7 [77c148a7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=bb993d63 [bb993d63]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=d8d54a7f [d8d54a7f]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 95.6% (373 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=122a27a0 [122a27a0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=bb9e13d1 [bb9e13d1]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=0817bc03 [0817bc03]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer-desktop-files/bg/&lt;br /&gt;
&lt;br /&gt;
== kplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=968ddac2 [968ddac2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=1c3f07e0 [1c3f07e0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=e9d5a656 [e9d5a656]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=cc14b9cf [cc14b9cf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=d8391ef7 [d8391ef7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 77.0% (799 of 1037 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/ru/&lt;br /&gt;
&lt;br /&gt;
== rosegarden ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=1e5e9153 [1e5e9153]] Added translation using Weblate (Portuguese (Brazil))&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=edb78953 [edb78953]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.2% (2002 of 2322 strings)&amp;lt;br/&amp;gt;Translation: applications/rosegarden&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/rosegarden/ru/&lt;br /&gt;
&lt;br /&gt;
== soundkonverter ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=4e11f456 [4e11f456]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=451107da [451107da]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (319 of 319 strings)&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=2c5f94f3 [2c5f94f3]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (319 of 319 strings)&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=bcf2d459 [bcf2d459]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.6% (302 of 319 strings)&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=2bf7eb6c [2bf7eb6c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=28a35800 [28a35800]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=300613ee [300613ee]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=a13d3527 [a13d3527]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tderadio ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=7898f4d5 [7898f4d5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - gui-standard-display&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-standard-display/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=13e5a97b [13e5a97b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - recording&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-recording/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=6b08efa0 [6b08efa0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - timeshifter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-timeshifter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=ffdacdaa [ffdacdaa]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - oss-sound&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-oss-sound/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=2cfd8fba [2cfd8fba]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=aa80a24c [aa80a24c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=28afa3da [28afa3da]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - oss-sound&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-oss-sound/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=5369d924 [5369d924]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (45 of 45 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - gui-standard-display&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-standard-display/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=a9f14b38 [a9f14b38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 82.3% (14 of 17 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - timeshifter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-timeshifter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=d57a893c [d57a893c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.1% (75 of 78 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - recording&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-recording/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=55460675 [55460675]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=03b5df8e [03b5df8e]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 93.5% (29 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=0bb5fda6 [0bb5fda6]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=8cd30c0e [8cd30c0e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=c74cfcb6 [c74cfcb6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.7% (30 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/office =&lt;br /&gt;
== basket ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=3e05901d [3e05901d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/basket&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=33317176 [33317176]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/basket&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=c8b892a3 [c8b892a3]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kbibtex ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=15d816e8 [15d816e8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbibtex&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbibtex/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=702a473b [702a473b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 73.7% (444 of 602 strings)&amp;lt;br/&amp;gt;Translation: applications/kbibtex&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbibtex/ru/&lt;br /&gt;
&lt;br /&gt;
== kbookreader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=0b40cdac [0b40cdac]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 66.6% (2 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kbookreader - kbookreader.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader-kbookreaderdesktop/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=713e783c [713e783c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=8e2d9623 [8e2d9623]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbookreader - kbookreader.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader-kbookreaderdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=e32bbc6e [e32bbc6e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (17 of 17 strings)&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=fcdb94c9 [fcdb94c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kbookreader - kbookreader.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader-kbookreaderdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=ac3e0386 [ac3e0386]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=61e10e5a [61e10e5a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/&lt;br /&gt;
&lt;br /&gt;
== kile ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=08a73a70 [08a73a70]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kile - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile-desktop-files/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=872c127f [872c127f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kile - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=59f1c45a [59f1c45a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kile - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=00b87abb [00b87abb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kile - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== kmymoney ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=debe3076 [debe3076]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmymoney - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=16aa0610 [16aa0610]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=af8d71ce [af8d71ce]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=79e957c7 [79e957c7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=47cc1d27 [47cc1d27]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: applications/kmymoney - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=e592106d [e592106d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (2658 of 2674 strings)&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=67a43ced [67a43ced]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=9df4c701 [9df4c701]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== koffice ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=d165869a [d165869a]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=c2fdb394 [c2fdb394]] Fix functionality broken by commit a9bbaa83&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=a9bbaa83 [a9bbaa83]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== koffice-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=422b95eb [422b95eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (354 of 354 strings)&amp;lt;br/&amp;gt;Translation: koffice/kformdesigner&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kformdesigner/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=041cb462 [041cb462]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/koffice&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/koffice/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=27fd186c [27fd186c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=572398a4 [572398a4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (3150 of 3168 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspread&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=bce5a0c4 [bce5a0c4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.4% (1169 of 1200 strings)&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=cc44ebc3 [cc44ebc3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: koffice/thesaurus_tool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/thesaurus_tool/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=b6cedf64 [b6cedf64]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_ooo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_ooo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=9f49ba05 [9f49ba05]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_koffice&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_koffice/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=7a3529fd [7a3529fd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_gnumeric&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_gnumeric/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=05196041 [05196041]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_abiword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_abiword/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ffe6d299 [ffe6d299]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (961 of 961 strings)&amp;lt;br/&amp;gt;Translation: koffice/kword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kword/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ad3cf8ee [ad3cf8ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspreadcalc_calc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspreadcalc_calc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=7f8b71fa [7f8b71fa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (909 of 909 strings)&amp;lt;br/&amp;gt;Translation: koffice/kpresenter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kpresenter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=d154e97e [d154e97e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (354 of 354 strings)&amp;lt;br/&amp;gt;Translation: koffice/kformdesigner&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kformdesigner/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=9c40a4ce [9c40a4ce]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=aa8c2267 [aa8c2267]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ccf47869 [ccf47869]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=f690d314 [f690d314]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.0% (1295 of 1423 strings)&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=f0bcacf8 [f0bcacf8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kivio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kivio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=e1f27756 [e1f27756]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=e84fa74c [e84fa74c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kword/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=fc3d61ff [fc3d61ff]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/koffice&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/koffice/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=31fd578d [31fd578d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=069df0f0 [069df0f0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kofficefilters&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kofficefilters/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=96a280ad [96a280ad]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=b7a0d0ff [b7a0d0ff]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 98.3% (420 of 427 strings)&amp;lt;br/&amp;gt;Translation: koffice/karbon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/karbon/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=8e305f42 [8e305f42]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 99.8% (1421 of 1423 strings)&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=61f41445 [61f41445]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: koffice/example&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/example/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=1f753ab8 [1f753ab8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (3150 of 3168 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspread&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/ru/&lt;br /&gt;
&lt;br /&gt;
== kpilot ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=84b8d43e [84b8d43e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=9a5d96d5 [9a5d96d5]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=9beef848 [9beef848]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.3% (1059 of 1088 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=adc41d0e [adc41d0e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=43b3df95 [43b3df95]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=b2480185 [b2480185]] Fix functionality broken by commit a956e3e&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=f060f38e [f060f38e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=fa847ef4 [fa847ef4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=a956e3e8 [a956e3e8]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tellico ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=9232c032 [9232c032]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=dae674d5 [dae674d5]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=01caa644 [01caa644]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=ea7a8ffa [ea7a8ffa]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=10996a19 [10996a19]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=252be932 [252be932]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.5% (1108 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=f73799c2 [f73799c2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=30d2f3d2 [30d2f3d2]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 74.2% (826 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=997c050d [997c050d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=0a00263f [0a00263f]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
= applications/settings =&lt;br /&gt;
== kdpkg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=752317fb [752317fb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=c178f4e3 [c178f4e3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 93.1% (27 of 29 strings)&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=7afa4047 [7afa4047]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=3107e30a [3107e30a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=4277d12f [4277d12f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/&lt;br /&gt;
&lt;br /&gt;
== kiosktool ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=f585e458 [f585e458]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kiosktool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kiosktool/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=6d1e1f26 [6d1e1f26]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (238 of 238 strings)&amp;lt;br/&amp;gt;Translation: applications/kiosktool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kiosktool/ru/&lt;br /&gt;
&lt;br /&gt;
== kkbswitch ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=d7365e67 [d7365e67]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch - kkbswitch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch-kkbswitchdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=59d15769 [59d15769]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=f14c6e5f [f14c6e5f]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=c36d0446 [c36d0446]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch - kkbswitch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch-kkbswitchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=d7b89dac [d7b89dac]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=586412b8 [586412b8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 96.4% (55 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=8978515d [8978515d]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=29e2187e [29e2187e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=4f10d322 [4f10d322]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=2f27dd99 [2f27dd99]] Added global shortcuts for switching to previous/next group&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/kkbswitch/issues/6 #6]&lt;br /&gt;
&lt;br /&gt;
== klcddimmer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=10b9f399 [10b9f399]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 66.6% (2 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/klcddimmer - klcddimmer.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer-klcddimmerdesktop/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=4c074e14 [4c074e14]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/klcddimmer - klcddimmer.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer-klcddimmerdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=739e6b63 [739e6b63]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/klcddimmer - klcddimmer.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer-klcddimmerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=c552505d [c552505d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/klcddimmer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer/&lt;br /&gt;
&lt;br /&gt;
== tdenetworkmanager ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=0b25fec3 [0b25fec3]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (283 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=61ae35a3 [61ae35a3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=5df4ed11 [5df4ed11]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 56.5% (160 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=c95d4f33 [c95d4f33]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=f6f35912 [f6f35912]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=92a7c996 [92a7c996]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager-events/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=8883a11e [8883a11e]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=f781e430 [f781e430]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 56.5% (160 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=6bd64d20 [6bd64d20]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 54.4% (154 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/system =&lt;br /&gt;
== dolphin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=c5ebee1a [c5ebee1a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=b6a6add7 [b6a6add7]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=d6981f86 [d6981f86]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=88bffef8 [88bffef8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=50bf6ece [50bf6ece]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=df0f2634 [df0f2634]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 87.3% (55 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=128fc6c0 [128fc6c0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=4177bfeb [4177bfeb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=31e79818 [31e79818]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=614887eb [614887eb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=dfc034e5 [dfc034e5]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== katapult ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=4b5ae0ee [4b5ae0ee]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (89 of 89 strings)&amp;lt;br/&amp;gt;Translation: applications/katapult&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/katapult/pt_BR/&lt;br /&gt;
&lt;br /&gt;
== kbfx ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=a83a9d10 [a83a9d10]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=7df544d7 [7df544d7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbfx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbfx/&lt;br /&gt;
&lt;br /&gt;
== kcmautostart ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=639e1972 [639e1972]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=e156d8d7 [e156d8d7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=a34114dc [a34114dc]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=e32b5599 [e32b5599]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/&lt;br /&gt;
&lt;br /&gt;
== knemo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=e7fb48e5 [e7fb48e5]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (85 of 85 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=9e04f998 [9e04f998]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knemo - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=3772679a [3772679a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knemo - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-events/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=232699e6 [232699e6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knemo - kcm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-kcm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=16c52455 [16c52455]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knemo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=8e390170 [8e390170]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=73908043 [73908043]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo - kcm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-kcm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=d1925e58 [d1925e58]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (85 of 85 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=6132bf8e [6132bf8e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== knetload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=ba2626b3 [ba2626b3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knetload - knetload.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetload-knetloaddesktop/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=c52c618e [c52c618e]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=7b25c61d [7b25c61d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knetload - knetload.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetload-knetloaddesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=ad81a141 [ad81a141]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knetload - knetload.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetload-knetloaddesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== knetstats ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=fca6b8e0 [fca6b8e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (53 of 53 strings)&amp;lt;br/&amp;gt;Translation: applications/knetstats&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetstats/ru/&lt;br /&gt;
&lt;br /&gt;
== krusader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=c3898db6 [c3898db6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=b55a9aa0 [b55a9aa0]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1399 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=a6d7af8f [a6d7af8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 89.0% (1246 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=1107ba66 [1107ba66]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=60b198a9 [60b198a9]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1399 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/uk/&lt;br /&gt;
&lt;br /&gt;
== kshutdown ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=294c6c37 [294c6c37]] Translated using Weblate (Portuguese (Brazil))&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown/pt_BR/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=5153b71e [5153b71e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kshutdown - kshutdown.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-kshutdowndesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=757c58ab [757c58ab]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=0cb0eeb3 [0cb0eeb3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown - kshutdown.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-kshutdowndesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=6c6e8bb5 [6c6e8bb5]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown - kshutdown.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-kshutdowndesktop/nl/&lt;br /&gt;
&lt;br /&gt;
== ksystemlog ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=cf0f1b44 [cf0f1b44]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/ksystemlog&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksystemlog/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=27e255d7 [27e255d7]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== polkit-agent-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=d0ff02a7 [d0ff02a7]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=774e540b [774e540b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=fe3d3837 [fe3d3837]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=81f288bf [81f288bf]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/zh_Hant/&lt;br /&gt;
&lt;br /&gt;
== tdebluez ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=f25c4521 [f25c4521]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-events/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=01f504fe [01f504fe]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=fce0091e [fce0091e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=f23e3839 [f23e3839]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=823b8121 [823b8121]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=d0311fa0 [d0311fa0]] Added translation using Weblate (Dutch)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ee1b7905 [ee1b7905]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 89.1% (239 of 268 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=14e65f81 [14e65f81]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=9a895e4f [9a895e4f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=5dbd02e3 [5dbd02e3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=75e3f4ae [75e3f4ae]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=1d2fcc95 [1d2fcc95]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (266 of 266 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=9ec32992 [9ec32992]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=226cacc4 [226cacc4]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (274 of 274 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ae46115f [ae46115f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ad1894b7 [ad1894b7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=e852055d [e852055d]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tdepowersave ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=b8b910e9 [b8b910e9]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=aaf6cc18 [aaf6cc18]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=8a0925b0 [8a0925b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave-events/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=9b7728c1 [9b7728c1]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (311 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=96ba1bf7 [96ba1bf7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 36.3% (20 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=1e735aeb [1e735aeb]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (311 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=f39d5cd2 [f39d5cd2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=c1d1a446 [c1d1a446]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=70666ec3 [70666ec3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=c2676876 [c2676876]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.2% (290 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=5242ce6d [5242ce6d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=678ecbe9 [678ecbe9]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tdesshaskpass ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=77270a90 [77270a90]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 71.4% (5 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesshaskpass&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesshaskpass/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=a9f78c9a [a9f78c9a]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=b193e3f5 [b193e3f5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdesshaskpass&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesshaskpass/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=7a7a240e [7a7a240e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesshaskpass&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesshaskpass/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=b0aaaa03 [b0aaaa03]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== yakuake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=ffd5e73e [ffd5e73e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/yakuake - yakuake.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake-yakuakedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=cf3dbd06 [cf3dbd06]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (98 of 98 strings)&amp;lt;br/&amp;gt;Translation: applications/yakuake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=4adafb6f [4adafb6f]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=73cd9e3b [73cd9e3b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/yakuake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=4d40f6d0 [4d40f6d0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.9% (94 of 98 strings)&amp;lt;br/&amp;gt;Translation: applications/yakuake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/tdeio =&lt;br /&gt;
== tdeio-ftps ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-ftps/commit/?id=8ac1f636 [8ac1f636]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdeio-ftps&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-ftps/&lt;br /&gt;
&lt;br /&gt;
== tdeio-sword ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=bbf5f2b3 [bbf5f2b3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdeio-sword - sword.protocol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-sword-swordprotocol/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=a1851f5d [a1851f5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-sword - sword.protocol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-sword-swordprotocol/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=6d75ce24 [6d75ce24]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeio-umountwrapper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=c48a81c6 [c48a81c6]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 57.1% (4 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-umountwrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-umountwrapper/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=dfbe223a [dfbe223a]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=11dcb3f5 [11dcb3f5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdeio-umountwrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-umountwrapper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=e3173ff2 [e3173ff2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-umountwrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-umountwrapper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=c37ba2dc [c37ba2dc]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
= applications/themes =&lt;br /&gt;
== gtk-qt-engine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=2178adeb [2178adeb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=90c79e65 [90c79e65]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=df701883 [df701883]] Added translation using Weblate (Chinese (Simplified))&lt;br /&gt;
&lt;br /&gt;
== kgtk-qt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=06bca424 [06bca424]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/kgtk-qt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kgtk-qt3/ru/&lt;br /&gt;
&lt;br /&gt;
== tde-style-baghira ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=bb43a575 [bb43a575]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - sessionapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-sessionapplet/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=738600de [738600de]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - starter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-starter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=54a306f5 [54a306f5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=4a3bbfa4 [4a3bbfa4]] Rename library twin3_baghira -&amp;amp;gt; twin_baghira&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=fc8b3dd4 [fc8b3dd4]] Fix functionality broken by commit 66813ef&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=66813efe [66813efe]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tde-style-domino ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=7ea023ba [7ea023ba]] Rename library twin3_domino -&amp;amp;gt; twin_domino&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== tde-style-ia-ora ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=25c19604 [25c19604]] Rename library twin3_iaora -&amp;amp;gt; twin_iaora&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== tde-style-lipstik ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=dc269473 [dc269473]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-lipstik - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-lipstik-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=39c758d5 [39c758d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-lipstik - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-lipstik-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=e0338512 [e0338512]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdmtheme ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=be80cbfd [be80cbfd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdmtheme&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdmtheme/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=33f7baf1 [33f7baf1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: applications/tdmtheme&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdmtheme/ru/&lt;br /&gt;
&lt;br /&gt;
== twin-style-crystal ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=74a99abb [74a99abb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/twin-style-crystal - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-crystal-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=ef365451 [ef365451]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=d9afc78c [d9afc78c]] Rename library twin3_crystal -&amp;amp;gt; twin_crystal&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-dekorator ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=c67f6084 [c67f6084]] Rename library twin3_deKorator -&amp;amp;gt; twin_deKorator&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-machbunt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=81c7c4d0 [81c7c4d0]] Rename library twin3_MachBunt to twin_MachBunt&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-suse2 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=db79df35 [db79df35]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/twin-style-suse2 - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-suse2-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=358a0175 [358a0175]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=6cdb0cbb [6cdb0cbb]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (65 of 65 strings)&amp;lt;br/&amp;gt;Translation: applications/twin-style-suse2&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-suse2/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=9b5c2e1e [9b5c2e1e]] Rename library twin3_SUSE2 -&amp;amp;gt; twin_SUSE&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
= applications/utilities =&lt;br /&gt;
== abakus ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=9ace50d1 [9ace50d1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/abakus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=467ef6c1 [467ef6c1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (49 of 49 strings)&amp;lt;br/&amp;gt;Translation: applications/abakus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=e1762b36 [e1762b36]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=b277c7ae [b277c7ae]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/abakus - abakus.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus-abakusdesktop/bg/&lt;br /&gt;
&lt;br /&gt;
== filelight ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=6676268d [6676268d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=8066004a [8066004a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=9fd8fe68 [9fd8fe68]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (77 of 77 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=aa06806b [aa06806b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=28349b70 [28349b70]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=7cc11b7f [7cc11b7f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=629295b3 [629295b3]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=33098270 [33098270]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (77 of 77 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/uk/&lt;br /&gt;
&lt;br /&gt;
== kbarcode ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=e7336ab9 [e7336ab9]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=2f5aa189 [2f5aa189]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.1% (589 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=6c31a9ec [6c31a9ec]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=7f9e4e65 [7f9e4e65]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.9% (582 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=f6c05921 [f6c05921]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 74.5% (443 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=371ce27c [371ce27c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=7bd51d72 [7bd51d72]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=6ca861bd [6ca861bd]] Fix functionality broken by commit fc06df3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=fc06df33 [fc06df33]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== kchmviewer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=7b5e8574 [7b5e8574]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kchmviewer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kchmviewer-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=78502278 [78502278]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kchmviewer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kchmviewer-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== kcpuload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=b49178b0 [b49178b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=8ae8e9f8 [8ae8e9f8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 94.8% (37 of 39 strings)&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=7a450d31 [7a450d31]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=d9952f82 [d9952f82]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/&lt;br /&gt;
&lt;br /&gt;
== knutclient ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=dfa5f3fa [dfa5f3fa]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knutclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=466ddc1b [466ddc1b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (203 of 203 strings)&amp;lt;br/&amp;gt;Translation: applications/knutclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient/uk/&lt;br /&gt;
&lt;br /&gt;
== krename ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=28d102bd [28d102bd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krename - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krename-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=b4e78648 [b4e78648]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/krename - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krename-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=7740aa8e [7740aa8e]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== qalculate-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=744ac88e [744ac88e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=6baf1704 [6baf1704]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.4% (593 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=accfbbbf [accfbbbf]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=34b3365e [34b3365e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=933d4190 [933d4190]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=68aa9b3b [68aa9b3b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (596 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=96280709 [96280709]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 75.0% (447 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=09de128a [09de128a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 70.6% (421 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=c714c687 [c714c687]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 60.7% (362 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=1c102209 [1c102209]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 42.4% (253 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=06249035 [06249035]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
= packaging =&lt;br /&gt;
== packaging ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=ef8e0bd1 [ef8e0bd1]] DEB build scripts: updated after testing on Devuan Chimaera&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=70a0160c [70a0160c]] DEB tdebindings: remove dependency on libtqt3-compat-headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=fb212c9e [fb212c9e]] DEB tqt3: drop compat files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=a4869e73 [a4869e73]] DEB tdebase twin: adjusted after renaming client libraries from twin3_* to twin_*. This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=7b064a10 [7b064a10]] DEB tqt3: adjusted after removing Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f7be243e [f7be243e]] DEB buildscripts: update supported distros&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f82c8cc0 [f82c8cc0]] DEB: remove support for Debian Stretch and Ubuntu Xenial&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=4721bdc6 [4721bdc6]] DEB tqt3: remove Qt2 obsolete classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=e6b868c8 [e6b868c8]] DEB tdebase: added release notes for R14.2.x series&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=3c5c1e60 [3c5c1e60]] DEB trinity-apt-archive: Set the apt repository URL to PTB.&lt;/div&gt;</summary>
		<author><name>SlavekB</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.2.0&amp;diff=3293</id>
		<title>Changelog For R14.2.0</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.2.0&amp;diff=3293"/>
		<updated>2024-03-20T00:55:20Z</updated>

		<summary type="html">&lt;p&gt;SlavekB: Update 20240318&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= common =&lt;br /&gt;
== admin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=3c012e46 [3c012e46]] tqt-replace and uic-tqt are no longer required&lt;br /&gt;
&lt;br /&gt;
= dependencies =&lt;br /&gt;
== tde-cmake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=b2d2b467 [b2d2b467]] tqt-replace is no longer required&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=9fae6b57 [9fae6b57]] Update version to R14.2.0&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tqt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=ee0c5d58 [ee0c5d58]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a6829398 [a6829398]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=d2122705 [d2122705]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=e0a3cab4 [e0a3cab4]] Minor adjustments to porting documentation&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=f2b3ea52 [f2b3ea52]] Drop compatibility code for TQSignal&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=fb6884ea [fb6884ea]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=2e817b4b [2e817b4b]] Remove dangled symlinks for droped compat headers.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=c3bb8881 [c3bb8881]] Drop compatibility code for TQButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=9492e618 [9492e618]] Drop compatibility code for TQThread&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=979f5621 [979f5621]] Drop compatibility code for TQLineEdit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=83991feb [83991feb]] Remove Qt4 related stuff&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=48ea22d0 [48ea22d0]] Drop compatibility code for TQToolButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b1bfbe79 [b1bfbe79]] Drop compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=bfd62a0b [bfd62a0b]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a8466ab3 [a8466ab3]] Translated using Weblate (Chinese (zh))&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3 - examples-i18n&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3-examples-i18n/zh/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=5350a724 [5350a724]] Drop TQT_NO_COMPAT code from mkspecs files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a75445b4 [a75445b4]] Drop Qt2 obsolete classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b6e9b6c6 [b6e9b6c6]] Added translation using Weblate (Turkish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=af9d6b11 [af9d6b11]] Added translation using Weblate (Turkish)&lt;br /&gt;
&lt;br /&gt;
== tqtinterface ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=c75a4d30 [c75a4d30]] Fix FTBFS caused by commit 70b3c7d&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=70b3c7d4 [70b3c7d4]] Removed unused scripts&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=2b8afac3 [2b8afac3]] Remove tqt-replace, uic-tqt and moc-tqt tools&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=9ad01120 [9ad01120]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=4746fbba [4746fbba]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=1c79e9f8 [1c79e9f8]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
== avahi-tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/avahi-tqt/commit/?id=51f0b3f7 [51f0b3f7]] moc-tqt is no longer required&lt;br /&gt;
&lt;br /&gt;
== pytqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=aa676491 [aa676491]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=cba16275 [cba16275]] Drop compatibility code for TQThread&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=8bd235be [8bd235be]] Addons to previous commit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=28273a01 [28273a01]] Drop Qt2&amp;#039;s TQSemiModal class.&lt;br /&gt;
&lt;br /&gt;
= core =&lt;br /&gt;
== tdelibs ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=5efbce07 [5efbce07]] tdehw lib: drop definition of TDEDiskDeviceStatus::Hotpluggable&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cca633c6 [cca633c6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (179 of 179 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/all languages&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/all-languages/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=9755ecd9 [9755ecd9]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=503eb0d9 [503eb0d9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=29b84bd0 [29b84bd0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=f6627610 [f6627610]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7f7e5585 [7f7e5585]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.4% (323 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7a35fcf1 [7a35fcf1]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=f49e67f0 [f49e67f0]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=920d56d2 [920d56d2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=a7316f73 [a7316f73]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=4e0aa6d5 [4e0aa6d5]] Fix functionality broken by commit 8233b2e5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=8233b2e5 [8233b2e5]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=74cb596c [74cb596c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdemarkdown - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdemarkdown-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=29f58681 [29f58681]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (327 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=c6bc3af7 [c6bc3af7]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cdf964bb [cdf964bb]] Update version to R14.2.0&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tdebase ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=214a7434 [214a7434]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f067db30 [f067db30]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplash - themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplash-themes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=51e06d90 [51e06d90]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (35 of 35 strings)&amp;lt;br/&amp;gt;Translation: tdebase/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/wallpapers-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ccb9a31c [ccb9a31c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin clients - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-clients-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e3264169 [e3264169]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (251 of 251 strings)&amp;lt;br/&amp;gt;Translation: tdebase/l10n - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/l10n-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=de4f14d1 [de4f14d1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeprint - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeprint-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=526d59e6 [526d59e6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=81b38918 [81b38918]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 61.8% (281 of 454 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8214f3e0 [8214f3e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=517f7bee [517f7bee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f1e7be5e [f1e7be5e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 76.8% (266 of 346 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kappfinder - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kappfinder-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=55573505 [55573505]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d582a3c5 [d582a3c5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c3b71a55 [c3b71a55]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2253217b [2253217b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi - presets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi-presets/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5f5e9000 [5f5e9000]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - compat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-compat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=361361b7 [361361b7]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f9d06cee [f9d06cee]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb-events/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a5b06864 [a5b06864]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=55af1724 [55af1724]] Remove usage of TDEDiskDeviceStatus::Hotpluggable&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f093a1be [f093a1be]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdm - themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdm-themes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=21ecd990 [21ecd990]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplash - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplash-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=607f0804 [607f0804]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdehtml_plugins.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdehtml_pluginsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5f815bd0 [5f815bd0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkonq - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkonq-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8175c850 [8175c850]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksysguard - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksysguard-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7c8d600d [7c8d600d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=3faa7b1b [3faa7b1b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kate - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kate-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f6fb0d91 [f6fb0d91]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 61.8% (281 of 454 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=70af14e2 [70af14e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 48.5% (168 of 346 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kappfinder - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kappfinder-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=035c2698 [035c2698]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - directories&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-directories/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a1cbb16b [a1cbb16b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.8% (248 of 251 strings)&amp;lt;br/&amp;gt;Translation: tdebase/l10n - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/l10n-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a26bb216 [a26bb216]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1103f2b1 [1103f2b1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c836bb9d [c836bb9d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=00eab673 [00eab673]] Translated using Weblate (Greek)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/el/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9e7b4bb1 [9e7b4bb1]] TWin: Fix loading of window decoration configuration libraries&amp;lt;br/&amp;gt;Accidentally broken by commit 84ab47055d.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=748a54ff [748a54ff]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=dddd52ff [dddd52ff]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=30d54139 [30d54139]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2317bee2 [2317bee2]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=4c64b274 [4c64b274]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-events/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c0ca8145 [c0ca8145]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f1f2e40a [f1f2e40a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5eec362c [5eec362c]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2986ff6e [2986ff6e]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2937383d [2937383d]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-data/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9ab75fc1 [9ab75fc1]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ea076539 [ea076539]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi - presets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi-presets/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8a8431ab [8a8431ab]] twin: renames twin3_ to twin_ in user theme config files. This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/351 #351] and PR #364.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=91cb2036 [91cb2036]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.0% (33 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=88ea7160 [88ea7160]] KWin: rename client libraries twin3_* -&amp;amp;gt; twin_*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=84ab4705 [84ab4705]] Make TWin look for `twin_` libraries&amp;lt;br/&amp;gt;This is now the preferred way of calling the decoration libraries&amp;lt;br/&amp;gt;(in place of `twin3_`). The old names that start with `twin3_` are&amp;lt;br/&amp;gt;still recognized for compatibility reasons.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/351 #351]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e8336ee5 [e8336ee5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2da663c3 [2da663c3]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8210b058 [8210b058]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=74eb1d78 [74eb1d78]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=90b19e21 [90b19e21]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ce84a0c6 [ce84a0c6]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=950f0ce7 [950f0ce7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tde_release_notes.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tde_release_notesdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d61158c7 [d61158c7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdcop - kdcop.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdcop-kdcopdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ddc6b3af [ddc6b3af]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeintegration.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeintegrationdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1771a344 [1771a344]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5ec66d53 [5ec66d53]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - compat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-compat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=653159ea [653159ea]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=143cff2e [143cff2e]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=78937d51 [78937d51]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9ab17ab4 [9ab17ab4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e539275a [e539275a]] Add release notes draft for R14.2.x series&lt;br /&gt;
&lt;br /&gt;
== tdepim ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=5863ef46 [5863ef46]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=0e164959 [0e164959]] Fix functionality broken by commit fd0046c4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=fd0046c4 [fd0046c4]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=860c8799 [860c8799]] Drop deprecated kitchensync code&lt;br /&gt;
&lt;br /&gt;
== tdemultimedia ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=c5e80026 [c5e80026]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdemid - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdemid-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=ec115020 [ec115020]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=1c71f523 [1c71f523]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/libkcddb - libkcddb.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/libkcddb-libkcddbdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=94ca3a13 [94ca3a13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kscd - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kscd-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=6c3e9a2f [6c3e9a2f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=775b1efd [775b1efd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kappfinder - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kappfinder-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=a452bd94 [a452bd94]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaudiocreator - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaudiocreator-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=514a0715 [514a0715]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=cb937aa9 [cb937aa9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaudiocreator - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaudiocreator-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=261327ee [261327ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaboodle - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaboodle-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=ab65a990 [ab65a990]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== tdenetwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=ff2cfdf8 [ff2cfdf8]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete-events/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=1fd646e1 [1fd646e1]] tqt-replace is no longer required&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=7cf631be [7cf631be]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=15fd0d5c [15fd0d5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=bff9d105 [bff9d105]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=1e65a9c9 [1e65a9c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krfb - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krfb-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=65f0237b [65f0237b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=0f7aec08 [0f7aec08]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=8b0277b3 [8b0277b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=ea8c2556 [ea8c2556]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kwifi - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kwifi-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=7dbed250 [7dbed250]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=1732e27c [1732e27c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc - ksirc.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc-ksircdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=f0b3ae6b [f0b3ae6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krfb - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krfb-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=0bf1f09c [0bf1f09c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krdc - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krdc-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=cd3b9bc6 [cd3b9bc6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=6c1bfe1c [6c1bfe1c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/knewsticker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/knewsticker-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e540875f [e540875f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=9f39152c [9f39152c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=ec7c5f92 [ec7c5f92]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmlanbrowser - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmlanbrowser-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=bd2c6b41 [bd2c6b41]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kdict - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kdict-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=055c3ba8 [055c3ba8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmktalkd - kcmktalkd.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmktalkd-kcmktalkddesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e8441a98 [e8441a98]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/dcoprss - rssservice.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/dcoprss-rssservicedesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== tdegraphics ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=32a0eae8 [32a0eae8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=0464b42f [0464b42f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksvg - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksvg-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=83ca390f [83ca390f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kooka - kooka.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kooka-kookadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=b946ccf6 [b946ccf6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kolourpaint - kolourpaint.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kolourpaint-kolourpaintdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=c3994f8f [c3994f8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=c8525154 [c8525154]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kfax - kfax.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kfax-kfaxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=82790fe5 [82790fe5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcoloredit - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcoloredit-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=6628c1cf [6628c1cf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdeiconedit - tdeiconedit.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdeiconedit-tdeiconeditdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=6fec2493 [6fec2493]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewshell - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewshell-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=0ac60cd7 [0ac60cd7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kuickshow - kuickshow.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kuickshow-kuickshowdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=b7a2fb44 [b7a2fb44]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksnapshot - ksnapshot.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksnapshot-ksnapshotdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=d73ec8db [d73ec8db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler - kruler.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler-krulerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=4207cf76 [4207cf76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpovmodeler - kpovmodeler.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpovmodeler-kpovmodelerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=a34651aa [a34651aa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=df90b4db [df90b4db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kfaxview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kfaxview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=10228ff7 [10228ff7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kdvi - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kdvi-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=786ba559 [786ba559]] Fix functionality broken by commit d26dabfe.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=d26dabfe [d26dabfe]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=fdd22494 [fdd22494]] Drop deprecated kmrml code&lt;br /&gt;
&lt;br /&gt;
== tdetoys ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=47ebe98c [47ebe98c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (285 of 285 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather - stations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather-stations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=bfb7d592 [bfb7d592]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=97649015 [97649015]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kworldclock - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kworldclock-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=29e37f55 [29e37f55]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/ktux - ktux.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/ktux-ktuxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=4eb6f321 [4eb6f321]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kteatime - kteatime.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kteatime-kteatimedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=75d71ec8 [75d71ec8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kodo - kodo.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kodo-kododesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=ef99089e [ef99089e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/amor - amor.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/amor-amordesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=528f19d2 [528f19d2]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeedu ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=0c53c58d [0c53c58d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=d99f3098 [d99f3098]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=05b36881 [05b36881]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kverbos - kverbos.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kverbos-kverbosdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=b2b4038e [b2b4038e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kturtle - kturtle.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kturtle-kturtledesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=9edf12e3 [9edf12e3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/ktouch - ktouch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/ktouch-ktouchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=373f572e [373f572e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kiten - kiten.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kiten-kitendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=894d22c5 [894d22c5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars - kstars.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars-kstarsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=b245468a [b245468a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kpercentage - kpercentage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kpercentage-kpercentagedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=9a430435 [9a430435]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kmplot - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kmplot-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=7cbde739 [7cbde739]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/klettres - klettres.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/klettres-klettresdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=3f41eb31 [3f41eb31]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/klatin - klatin.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/klatin-klatindesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=274c00f5 [274c00f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kig - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kig-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=d076ba6e [d076ba6e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/khangman - khangman.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/khangman-khangmandesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e7ecdbc7 [e7ecdbc7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography - kgeography.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography-kgeographydesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=7ec075a1 [7ec075a1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/keduca - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/keduca-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e45f4ee3 [e45f4ee3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kbruch - kbruch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kbruch-kbruchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e73aad5f [e73aad5f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kanagram - kanagram.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kanagram-kanagramdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=026dd7e1 [026dd7e1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kalzium - kalzium.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kalzium-kalziumdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=92daf7c2 [92daf7c2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/blinken - blinken.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/blinken-blinkendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=ad620012 [ad620012]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=1b57c822 [1b57c822]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== tdegames ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=707ed9c6 [707ed9c6]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=72486eea [72486eea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/tdefifteen - tdefifteen.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/tdefifteen-tdefifteendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=1af92e8c [1af92e8c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk - knetwalk.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk-knetwalkdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=b4e10441 [b4e10441]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/twin4 - twin4.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/twin4-twin4desktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=60e6b4b7 [60e6b4b7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ktuberling - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ktuberling-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f86cc3b2 [f86cc3b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kspaceduel - kspaceduel.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kspaceduel-kspacedueldesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=1723a2e2 [1723a2e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksokoban - ksokoban.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksokoban-ksokobandesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=b8bfa029 [b8bfa029]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksnake - ksnake.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksnake-ksnakedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f3055d26 [f3055d26]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=25bbc148 [25bbc148]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet - ksirtet.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet-ksirtetdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=bc6ebdd9 [bc6ebdd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksame - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksame-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=245abf4b [245abf4b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kshisen - kshisen.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kshisen-kshisendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=a24aefaf [a24aefaf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f361902f [f361902f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi - kreversi.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi-kreversidesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=bdbf75db [bdbf75db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kpoker - kpoker.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kpoker-kpokerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=8010109b [8010109b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kpat - kpat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kpat-kpatdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=30b2fe6b [30b2fe6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/konquest - konquest.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/konquest-konquestdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e3c0ddc0 [e3c0ddc0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kolf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kolf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=214ce742 [214ce742]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmines - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmines-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e2876665 [e2876665]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e58b9568 [e58b9568]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmines - kmines.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmines-kminesdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=564ede18 [564ede18]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmahjongg - kmahjongg.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmahjongg-kmahjonggdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=a1f2098b [a1f2098b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegames/klickety - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/klickety-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=04405ac0 [04405ac0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kjumpingcube - kjumpingcube.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kjumpingcube-kjumpingcubedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=ddeb59d5 [ddeb59d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kgoldrunner - KGoldrunner.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kgoldrunner-kgoldrunnerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=6aa6a2fc [6aa6a2fc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kenolaba - kenolaba.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kenolaba-kenolabadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=c2e382ff [c2e382ff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbounce - kbounce.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbounce-kbouncedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=43a1ef1a [43a1ef1a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kblackbox - kblackbox.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kblackbox-kblackboxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=47443995 [47443995]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbackgammon - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbackgammon-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=51730a13 [51730a13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbackgammon - kbackgammon.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbackgammon-kbackgammondesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f4e1241f [f4e1241f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kasteroids - kasteroids.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kasteroids-kasteroidsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=195f32ff [195f32ff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegames/atlantik - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/atlantik-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=078f8a60 [078f8a60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/atlantik - atlantik.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/atlantik-atlantikdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=23f73f6d [23f73f6d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=89209b44 [89209b44]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeaccessibility ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=546f0a26 [546f0a26]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmousetool - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmousetool-desktop-files/nl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=0c8252ff [0c8252ff]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmag - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmag-desktop-files/nl/&lt;br /&gt;
&lt;br /&gt;
== tdeaddons ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=462e8067 [462e8067]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (64 of 64 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-plugins-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=7247f36b [7247f36b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tutorials - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tutorials-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=729f8436 [729f8436]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-plugins-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=c75bb91d [c75bb91d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/ksig - ksig.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/ksig-ksigdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=8b19a3d4 [8b19a3d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (44 of 44 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-plugins-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== tdeadmin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=7c269be3 [7c269be3]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 50.0% (1 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage - kpackage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage-kpackagedesktop/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=b60f7565 [b60f7565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kuser - kuser.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kuser-kuserdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=39dd6199 [39dd6199]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/ksysv - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/ksysv-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=1ec384e5 [1ec384e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=78260ae7 [78260ae7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage - kpackage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage-kpackagedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=18052ec0 [18052ec0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kdat - kdat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kdat-kdatdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=68dbc1fc [68dbc1fc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kcron - kcron.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kcron-kcrondesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== tdeartwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=e76fde84 [e76fde84]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/icon themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/icon-themes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=480c8a32 [480c8a32]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/icon themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/icon-themes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=d5891cb6 [d5891cb6]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/wallpapers-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=b7c7780f [b7c7780f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeartwork/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/wallpapers-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=25e4ea58 [25e4ea58]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=0afaf315 [0afaf315]] twin-styles: twin3_ to twin_ conversion&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=5f90bc99 [5f90bc99]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (314 of 314 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/tdescreensaver - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/tdescreensaver-desktop-files/it/&lt;br /&gt;
&lt;br /&gt;
== tdebindings ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=84ec6486 [84ec6486]] Drop compatibility code for TQSignal&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=13378021 [13378021]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=02712db1 [02712db1]] Drop compatibility code for TQButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=53442b53 [53442b53]] Drop obsolete TQLineEdit methods&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=1b35744b [1b35744b]] Drop compatibility code for TQToolButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=476cadbf [476cadbf]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=941081ce [941081ce]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=dcffc0bc [dcffc0bc]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
== tdesdk ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=e116e963 [e116e963]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbabel - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbabel-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=ba42cd60 [ba42cd60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=0b324ad9 [0b324ad9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=26ea0a31 [26ea0a31]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdecachegrind - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdecachegrind-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=7b277c01 [7b277c01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/scheck - scheck.themerc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/scheck-scheckthemerc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=8d7ac8ea [8d7ac8ea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kuiviewer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kuiviewer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=70cbb21e [70cbb21e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbugbuster - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbugbuster-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=5951f56b [5951f56b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/cervisia - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/cervisia-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=0c03e09c [0c03e09c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/cervisia - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/cervisia-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=b221bea0 [b221bea0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kompare - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kompare-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d50abb28 [d50abb28]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.1% (27 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=3523578c [3523578c]] Fix functionality broken by commit d619f66&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d619f66a [d619f66a]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tdevelop ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=f4724912 [f4724912]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop-desktop-files/&lt;br /&gt;
&lt;br /&gt;
== tdewebdev ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=13d63148 [13d63148]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kimagemapeditor - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kimagemapeditor-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=e16b4e3b [e16b4e3b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=6552a392 [6552a392]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== tde-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7c0391c8 [7c0391c8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0f8bcb66 [0f8bcb66]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da9f835d [da9f835d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 35.8% (14 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_sftp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a05a1e8e [a05a1e8e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=38efb07d [38efb07d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7a86a9e9 [7a86a9e9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eeab8af9 [eeab8af9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - sort&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-sort/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2d5be52 [a2d5be52]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=552b8532 [552b8532]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (112 of 112 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=595f4f5b [595f4f5b]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 94.8% (37 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_sftp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=304c6f6e [304c6f6e]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_sftp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9943b550 [9943b550]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_sftp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e0be9ac5 [e0be9ac5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=80e6633a [80e6633a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_sftp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_sftp/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=778bdb6c [778bdb6c]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 92.8% (26 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6e92f7c8 [6e92f7c8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (112 of 112 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8e26842c [8e26842c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=923faa2d [923faa2d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eaeeefb9 [eaeeefb9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9ae8ff1 [c9ae8ff1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1621e39a [1621e39a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0fc856d1 [0fc856d1]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9b55d959 [9b55d959]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - sort&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-sort/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=66810721 [66810721]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ea4f230e [ea4f230e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=613385fc [613385fc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.8% (26 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsmserver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c68dba8e [c68dba8e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.4% (124 of 126 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdmgreet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmgreet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=52dac94e [52dac94e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tderandr&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tderandr/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e52f03e3 [e52f03e3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (366 of 366 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksysguard&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksysguard/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=115111f5 [115111f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdesu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdesu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c6932ce3 [c6932ce3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=033dda75 [033dda75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_dir&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_dir/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=05744aef [05744aef]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (199 of 199 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a82a94f [6a82a94f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdehwdevicetray&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdehwdevicetray/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d7f1bbe0 [d7f1bbe0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1037156d [1037156d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2c19e5c8 [2c19e5c8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.5% (43 of 45 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmfonts&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmfonts/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2ebe335 [a2ebe335]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (152 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdmconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=775ef46d [775ef46d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 90.9% (20 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libtaskmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f39ee04f [f39ee04f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (88 of 88 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kpersonalizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kpersonalizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a22a4ed8 [a22a4ed8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (89 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3710f4f9 [3710f4f9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9c5b1703 [9c5b1703]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (73 of 73 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmdisplayconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmdisplayconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b3c9984f [b3c9984f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (66 of 66 strings)&amp;lt;br/&amp;gt;Translation: tdebase/privacy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/privacy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9b16155e [9b16155e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.2% (15 of 17 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin_lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin_lib/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c37ddf8b [c37ddf8b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.3% (117 of 119 strings)&amp;lt;br/&amp;gt;Translation: tdebase/clockapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/clockapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5c9677ba [5c9677ba]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.0% (101 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kasbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kasbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=40ed4bcf [40ed4bcf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.1% (67 of 69 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin_clients&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin_clients/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1c72135a [1c72135a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.1% (111 of 112 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminput&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminput/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=77741873 [77741873]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=967268e9 [967268e9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 65.0% (13 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmiccconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmiccconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ddaa2dd [1ddaa2dd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (64 of 64 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmscreensaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmscreensaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=92a6812e [92a6812e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (59 of 59 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmsamba&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmsamba/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=24e78a59 [24e78a59]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 84.6% (11 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kickermenu_kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kickermenu_kate/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5da41c8b [5da41c8b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdebase/extensionproxy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/extensionproxy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9dfa80f4 [9dfa80f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.0% (65 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=36da9c14 [36da9c14]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (37 of 37 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmcomponentchooser&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmcomponentchooser/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6e7a0b8d [6e7a0b8d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (64 of 64 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmmedia&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmmedia/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c97c02af [c97c02af]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.7% (36 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kminipagerapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kminipagerapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=907f51d8 [907f51d8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=97c4f442 [97c4f442]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/appletproxy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/appletproxy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2fdec0ef [2fdec0ef]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (127 of 127 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwinrules&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwinrules/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b727fbda [b727fbda]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.7% (12 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdescreensaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdescreensaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=434c598a [434c598a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/libtdescreensaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/libtdescreensaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4089fda0 [4089fda0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - sort&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-sort/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2cbc589c [2cbc589c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2d5d6b8 [e2d5d6b8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/libkcal&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libkcal/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=151f6131 [151f6131]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=47c2ae17 [47c2ae17]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=faaf9772 [faaf9772]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5b3b00f1 [5b3b00f1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f34f2365 [f34f2365]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6983e752 [6983e752]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_smtp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_smtp/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d86b07fe [d86b07fe]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d1f33ee4 [d1f33ee4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e9ece646 [e9ece646]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=96d252b0 [96d252b0]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_asus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_asus/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df9a76ce [df9a76ce]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2036 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dfdb2488 [dfdb2488]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=59dbb13c [59dbb13c]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aa2a5d1a [aa2a5d1a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (331 of 331 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51ae0630 [51ae0630]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5dd3d57f [5dd3d57f]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1013 of 1013 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeprint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeprint/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=446206b2 [446206b2]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e285c92a [e285c92a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=80632599 [80632599]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_media&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_media/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ef9dbeb [7ef9dbeb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=967b322e [967b322e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdehwdevicetray&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdehwdevicetray/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=563b41e9 [563b41e9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=77a23fd7 [77a23fd7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=74110c83 [74110c83]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (331 of 331 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=716ad5fa [716ad5fa]] tdebase: remove translations for &amp;#039;Hotpluggable&amp;#039;. This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/442 TDE/tdebase#442]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=07decc39 [07decc39]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=42dfff61 [42dfff61]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c34e8b6a [c34e8b6a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=38041442 [38041442]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2725a156 [2725a156]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b54aba2 [2b54aba2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (833 of 833 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02030efa [02030efa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.2% (461 of 500 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdecachegrind&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdecachegrind/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5abddf59 [5abddf59]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1016 of 1016 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbabel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbabel/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fc1947d4 [fc1947d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - validators&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-validators/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=995b2521 [995b2521]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4722fda2 [4722fda2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 71.0% (49 of 69 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c7fe792b [c7fe792b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (89 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c55b4ce5 [c55b4ce5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (241 of 241 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonqhtml&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonqhtml/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aeed5fd8 [aeed5fd8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b7b847f5 [b7b847f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (223 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=255d26f7 [255d26f7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (238 of 238 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/ksim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/ksim/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78aad284 [78aad284]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (89 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76168eb5 [76168eb5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmperformance&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmperformance/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1fd85bdd [1fd85bdd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_pop3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_pop3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a58fce8 [2a58fce8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d228567 [7d228567]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfmclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfmclient/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d1527d8f [d1527d8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_smtp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_smtp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c363a97 [6c363a97]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (140 of 140 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ec080931 [ec080931]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc2988ac [bc2988ac]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd5194d2 [bd5194d2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=04ed4b52 [04ed4b52]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (76 of 76 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmusb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmusb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc1d1c98 [bc1d1c98]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (43 of 43 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kthememanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kthememanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ffa5d7e7 [ffa5d7e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (96 of 96 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeprintfax&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeprintfax/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=076c2fed [076c2fed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdestyle_keramik_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdestyle_keramik_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4ceab3f4 [4ceab3f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplashthemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplashthemes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=512d9f79 [512d9f79]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=47e26a43 [47e26a43]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (93 of 93 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdefontinst&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdefontinst/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3a144469 [3a144469]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_home&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_home/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cd272aca [cd272aca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmnotify&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmnotify/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d2ba7ada [d2ba7ada]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (290 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=135f1b2e [135f1b2e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=07c69212 [07c69212]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=03934f6b [03934f6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_system&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_system/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67680029 [67680029]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0e0ae526 [0e0ae526]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeio_svn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeio_svn/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a87c6d1 [8a87c6d1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_ts&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_ts/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aade5865 [aade5865]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_po&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_po/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=522da565 [522da565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_diff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_diff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=83c47a3a [83c47a3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_cpp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_cpp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4d9ffb4a [4d9ffb4a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kres_bugzilla&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kres_bugzilla/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cfa3a9ad [cfa3a9ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (208 of 208 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbugbuster&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbugbuster/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ebed3f3 [3ebed3f3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acb7bd01 [acb7bd01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kmenuapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kmenuapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b406e7b0 [b406e7b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=610e404f [610e404f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/krdb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/krdb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bf546323 [bf546323]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmspellchecking&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmspellchecking/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a6399d3 [4a6399d3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 65.0% (13 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmiccconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmiccconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=80a06e94 [80a06e94]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_tar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_tar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b26c4f5 [4b26c4f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_recentdocs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_recentdocs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=58999e40 [58999e40]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_prefmenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_prefmenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6ce221c9 [6ce221c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - sort&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-sort/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0390f05b [0390f05b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - webarchiver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-webarchiver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cf552d9d [cf552d9d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - wavecapture&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-wavecapture/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=433ee6e7 [433ee6e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - wakeup&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-wakeup/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=46159872 [46159872]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - tyler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-tyler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e02bff0f [e02bff0f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - tippecanoe&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-tippecanoe/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0761ee7 [c0761ee7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - txt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-txt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cd18979e [cd18979e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - mhtml&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-mhtml/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=712079e1 [712079e1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - lnk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-lnk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fce9e09 [4fce9e09]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - html&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-html/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25db3dca [25db3dca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - folder&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-folder/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef1f9ac7 [ef1f9ac7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-desktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10e3306c [10e3306c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - cert&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-cert/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3fec0e8 [f3fec0e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - synaescope&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-synaescope/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a86eaabb [a86eaabb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - searchbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-searchbar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5da3c28e [5da3c28e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - pitchablespeed&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-pitchablespeed/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dce4401c [dce4401c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - minitools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-minitools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=65231d72 [65231d72]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - microformat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-microformat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e048a4eb [e048a4eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (42 of 42 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - mediacontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-mediacontrol/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=03f6f36f [03f6f36f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - lyrics&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-lyrics/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=75a2d1a4 [75a2d1a4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kaddressbook - gmx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kaddressbook-gmx/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=111da4e5 [111da4e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kaddressbook - kworldclock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kaddressbook-kworldclock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=37ccc73b [37ccc73b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (53 of 53 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - ktimemon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-ktimemon/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=877faee6 [877faee6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (48 of 48 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - metabar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-metabar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a964e80 [8a964e80]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - mediaplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-mediaplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6215185a [6215185a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - delicious&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-delicious/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=432a8fd9 [432a8fd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - kmathapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-kmathapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2537b8d7 [2537b8d7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (33 of 33 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - kbinaryclock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-kbinaryclock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41b3507f [41b3507f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - xmltools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-xmltools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d895f991 [d895f991]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - xmlcheck&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-xmlcheck/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1477c443 [1477c443]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - textfilter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-textfilter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a96d906d [a96d906d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - tabbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-tabbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02b5b392 [02b5b392]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - snippets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-snippets/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=06908d1c [06908d1c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - pybrowse&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-pybrowse/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68019125 [68019125]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - openheader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-openheader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e4943b1f [e4943b1f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - modeline&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-modeline/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a8e169d [4a8e169d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - make&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-make/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8548c37e [8548c37e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - kjswrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-kjswrapper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=65197c45 [65197c45]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - insertcommand&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-insertcommand/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f33c05f3 [f33c05f3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - htmltools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-htmltools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a3220aa3 [a3220aa3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - helloworld&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-helloworld/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0768ae06 [0768ae06]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - fll_plugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-fll_plugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ed62a7e [7ed62a7e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - fll_initplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-fll_initplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4551fe7c [4551fe7c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - filetemplates&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-filetemplates/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a5773c33 [a5773c33]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - cppsymbolviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-cppsymbolviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d5f107a6 [d5f107a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - image&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-image/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=760d609c [760d609c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - charlatanui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-charlatanui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=49a7da4e [49a7da4e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - ffrs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-ffrs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44ff5289 [44ff5289]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - dub&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-dub/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f595c2f4 [f595c2f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (81 of 81 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - domtreeviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-domtreeviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5984420c [5984420c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - dirfilter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-dirfilter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8740f36c [8740f36c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - crashes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-crashes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2eea31a6 [2eea31a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - autorefresh&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-autorefresh/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0b43890b [0b43890b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - audio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-audio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b60fc4c0 [b60fc4c0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - ark&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-ark/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4f2e12e9 [4f2e12e9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - alsaplayerui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-alsaplayerui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8cf5b05b [8cf5b05b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - akregator&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-akregator/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e9608f5 [1e9608f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (3009 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb7f6413 [bb7f6413]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (101 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2297c73 [a2297c73]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16fc9290 [16fc9290]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30b25447 [30b25447]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0c9390e0 [0c9390e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_asus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_asus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c9b6e0a [3c9b6e0a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (464 of 464 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kttsd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kttsd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5f018862 [5f018862]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.8% (5277 of 5622 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9cd12c13 [9cd12c13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4373 of 4373 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fb393ca2 [fb393ca2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdelirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdelirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de26e8e7 [de26e8e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/superkaramba&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/superkaramba/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef2d1ac9 [ef2d1ac9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.7% (204 of 238 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/ksim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/ksim/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8225ecb4 [8225ecb4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0d8c5564 [0d8c5564]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_powerbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_powerbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=15e159f9 [15e159f9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cbaed96f [cbaed96f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_delli8k&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_delli8k/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=99665cc4 [99665cc4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilod&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilod/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76cf712f [76cf712f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kfloppy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kfloppy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a780ff13 [a780ff13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.1% (833 of 849 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kaddressbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kaddressbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=160a21e5 [160a21e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (288 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b39b69b0 [b39b69b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.8% (224 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=37c46a10 [37c46a10]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aaa64918 [aaa64918]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_raw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_raw/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b72b65e [2b72b65e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (197 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de33568d [de33568d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (121 of 121 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/klinkstatus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/klinkstatus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c46c273c [c46c273c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=463fe953 [463fe953]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.0% (23 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - webarchiver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-webarchiver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f902060c [f902060c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - imgallery&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-imgallery/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7291a5d [e7291a5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (254 of 254 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libtdegames&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libtdegames/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=60f4c2ad [60f4c2ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4d13a2c [c4d13a2c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (557 of 557 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kmplot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kmplot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8f16a587 [8f16a587]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4373 of 4373 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a1803a12 [a1803a12]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (765 of 765 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kalzium&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kalzium/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a9f1223f [a9f1223f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6f5c5077 [6f5c5077]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (138 of 138 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdeiconedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdeiconedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9f37b90b [9f37b90b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_xpm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_xpm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=124a1a5b [124a1a5b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_xbm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_xbm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1397cb2b [1397cb2b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_tiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_tiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8cd2a856 [8cd2a856]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_tga&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_tga/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2102c574 [2102c574]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_rgb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_rgb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=146a8054 [146a8054]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_ps&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_ps/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=21580aeb [21580aeb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pnm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pnm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee75c8c5 [ee75c8c5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_png&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_png/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=19cf3c62 [19cf3c62]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pdf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=107c467f [107c467f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pcx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pcx/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02a155ef [02a155ef]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (67 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_jpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_jpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d85c7052 [d85c7052]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_ico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_ico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2933d93 [e2933d93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_gif&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_gif/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4382f606 [4382f606]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (59 of 59 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_exr&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_exr/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5bddf5a5 [5bddf5a5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_dvi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_dvi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=921e29b3 [921e29b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_dds&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_dds/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0b56525a [0b56525a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_bmp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_bmp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5694df40 [5694df40]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (107 of 107 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/libkscan&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/libkscan/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4f70423 [d4f70423]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/libkfaximgage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/libkfaximgage/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1d63ec25 [1d63ec25]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (179 of 179 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewshell&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewshell/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4cd8d3e0 [4cd8d3e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewscannerplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewscannerplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d794493d [d794493d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kview_scale&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kview_scale/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5f74d61a [5f74d61a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewpresenterplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewpresenterplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1c6f60df [1c6f60df]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kvieweffectsplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kvieweffectsplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2c39783 [a2c39783]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewbrowserplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewbrowserplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=23706e02 [23706e02]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (123 of 123 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kuickshow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kuickshow/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=96c0bde1 [96c0bde1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (45 of 45 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksnapshot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksnapshot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6536643 [e6536643]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=40b76cfc [40b76cfc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (225 of 225 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=54045117 [54045117]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (256 of 256 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kooka&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kooka/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a0ba024f [a0ba024f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (386 of 386 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kolourpaint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kolourpaint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b9817b46 [b9817b46]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (131 of 131 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8614f6c [a8614f6c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kgamma&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kgamma/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=09d52dca [09d52dca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (215 of 215 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kdvi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kdvi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25b4dfd1 [25b4dfd1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcoloredit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcoloredit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51cd9478 [51cd9478]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewviewerpluginsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewviewerpluginsconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2c14518 [a2c14518]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewpluginsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewpluginsconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2746c521 [2746c521]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewgeneralconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewgeneralconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25650c93 [25650c93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewcanvasconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewcanvasconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4af32845 [4af32845]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcmkamera&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcmkamera/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb0c53ea [bb0c53ea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ff1ec9c1 [ff1ec9c1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (403 of 403 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c00aae5c [c00aae5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppplogview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppplogview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=93829039 [93829039]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (416 of 416 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c152d582 [c152d582]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (94 of 94 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kpf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kpf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=654c466b [654c466b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acdd4826 [acdd4826]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_avi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_avi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=85655c32 [85655c32]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (320 of 320 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12c3105c [12c3105c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (80 of 80 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_lame&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_lame/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acfe74f0 [acfe74f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.0% (17 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_xmlrpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_xmlrpc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8f561fa [b8f561fa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2430 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b59a52df [b59a52df]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.1% (833 of 849 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kaddressbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kaddressbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b15f99b [3b15f99b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.7% (341 of 360 strings)&amp;lt;br/&amp;gt;Translation: tdepim/akregator&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/akregator/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6fd71df1 [6fd71df1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12eb7e03 [12eb7e03]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.0% (250 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9937df39 [9937df39]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ae470e5 [2ae470e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=08998baf [08998baf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (67 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmcolors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmcolors/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10ac25e5 [10ac25e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdedebugdialog&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdedebugdialog/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0771e565 [0771e565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2865 of 2865 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/ppdtranslations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/ppdtranslations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c535e26d [c535e26d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73b6114f [73b6114f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=155b3201 [155b3201]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a4c12d6 [2a4c12d6]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=976a81b4 [976a81b4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (245 of 245 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kdat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kdat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9fe445d8 [9fe445d8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8660af8 [a8660af8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (152 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=807855fe [807855fe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=69bdd2bf [69bdd2bf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (416 of 416 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=85d49634 [85d49634]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6980e97e [6980e97e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (111 of 111 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dc165c85 [dc165c85]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2430 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5bd9ba76 [5bd9ba76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0fd4f012 [0fd4f012]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.0% (99 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ca026de0 [ca026de0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0eb200e2 [0eb200e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4af789bd [4af789bd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b3efd69f [b3efd69f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (72 of 72 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/i18n - entry.desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/i18n-entrydesktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e5046884 [e5046884]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.5% (2464 of 2578 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6ff96b0 [d6ff96b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.9% (929 of 1010 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kommander&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kommander/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=052541a5 [052541a5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6813630 [d6813630]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61348be4 [61348be4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (106 of 106 strings)&amp;lt;br/&amp;gt;Translation: tdegames/lskat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/lskat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ce4cc89a [ce4cc89a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f84f621b [f84f621b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.8% (5277 of 5622 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7adefbb7 [7adefbb7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (553 of 553 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kgpg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kgpg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a54f6ad [9a54f6ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.8% (722 of 723 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a7b6a48e [a7b6a48e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.0% (109 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=adb9ee02 [adb9ee02]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acbf941b [acbf941b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_systemmenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_systemmenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d1ace2d1 [d1ace2d1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (288 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c940de1b [c940de1b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ce53218 [7ce53218]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76141cbc [76141cbc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.7% (158 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44df28d5 [44df28d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1032 of 1032 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpovmodeler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpovmodeler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=77cf8f9c [77cf8f9c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (3008 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c8cacdab [c8cacdab]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 90.6% (155 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f38fa8f3 [f38fa8f3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b01edccd [b01edccd]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=04d54b46 [04d54b46]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=edde93c4 [edde93c4]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (331 of 332 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee87723d [ee87723d]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 94.7% (36 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=347c614b [347c614b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5d7a5d36 [5d7a5d36]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4a7354e [c4a7354e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17e37aec [17e37aec]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a93fc87 [5a93fc87]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (417 of 417 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libtdepim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fa7c437 [4fa7c437]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1428 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e157a91c [e157a91c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=35f9874a [35f9874a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=31e1fd99 [31e1fd99]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5196 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c29db08c [c29db08c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kasteroids&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kasteroids/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45c9efee [45c9efee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bac7cad2 [bac7cad2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.8% (722 of 723 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45438fab [45438fab]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmicons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmicons/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=184c41a3 [184c41a3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f2e51c15 [f2e51c15]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 55.1% (32 of 58 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78f3d660 [78f3d660]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c84bab9b [c84bab9b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9dceffa5 [9dceffa5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bea7c2b5 [bea7c2b5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2f6e4464 [2f6e4464]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (181 of 181 strings)&amp;lt;br/&amp;gt;Translation: tdepim/karm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/karm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b718443 [7b718443]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksystemtrayapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksystemtrayapplet/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df6f0d2f [df6f0d2f]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (290 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2282d9eb [2282d9eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.3% (21 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - alsaplayerui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-alsaplayerui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8ef3404 [a8ef3404]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (369 of 369 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3fb5a51f [3fb5a51f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (137 of 137 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kverbos&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kverbos/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6fd40db8 [6fd40db8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (205 of 205 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdemid&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdemid/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=789b5f42 [789b5f42]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (88 of 88 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kpersonalizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kpersonalizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bfa34bd2 [bfa34bd2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6da779c2 [6da779c2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.8% (224 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6038555 [e6038555]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dffecf21 [dffecf21]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.7% (157 of 159 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b0cd75a3 [b0cd75a3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (289 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=64e03b0c [64e03b0c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=805a0c6c [805a0c6c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c16120f [3c16120f]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f6b47865 [f6b47865]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.5% (3006 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=905b500e [905b500e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_wav&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_wav/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0376d619 [0376d619]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_theora&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_theora/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8c0bd602 [8c0bd602]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_sid&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_sid/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f96bfe38 [f96bfe38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_ogg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_ogg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=20da6100 [20da6100]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_m3u&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_m3u/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6ec9d7d [e6ec9d7d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=002f6b01 [002f6b01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9c288da4 [9c288da4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fdacc87 [4fdacc87]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_flac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_flac/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79bd92c0 [79bd92c0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_avi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_avi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8545225b [8545225b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_au&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_au/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16bb2152 [16bb2152]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (332 of 332 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61ff946a [61ff946a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (187 of 187 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/libkcddb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/libkcddb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=18dd016f [18dd016f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (111 of 111 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7047488 [e7047488]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=09ae6e3a [09ae6e3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a94f2253 [a94f2253]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kcmcddb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kcmcddb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=839723e8 [839723e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaboodle&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaboodle/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a3d5767a [a3d5767a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_vorbis&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_vorbis/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=039aa373 [039aa373]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (80 of 80 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_lame&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_lame/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1a2584a5 [1a2584a5]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 85.9% (1749 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ae0d186 [1ae0d186]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwindecoration&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwindecoration/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8e3a9bd8 [8e3a9bd8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a8bf169 [9a8bf169]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6329682c [6329682c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_flac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_flac/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=01a947f7 [01a947f7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48cbdde6 [48cbdde6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bda1bc83 [bda1bc83]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a94365d8 [a94365d8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b07c9fd5 [b07c9fd5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=99ddc47e [99ddc47e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=233603f3 [233603f3]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kickermenu_kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kickermenu_kate/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eb41c146 [eb41c146]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (261 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=035d412a [035d412a]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=252276b0 [252276b0]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a3c101a [5a3c101a]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3baf4ac [f3baf4ac]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0198f7b7 [0198f7b7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abbea754 [abbea754]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=22447195 [22447195]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67154ced [67154ced]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwinrules&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwinrules/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68257170 [68257170]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwindecoration&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwindecoration/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5b8921e6 [5b8921e6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b643ca2 [4b643ca2]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ea42728d [ea42728d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e0f759a [1e0f759a]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41a2a0a6 [41a2a0a6]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 87.7% (150 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7a72e540 [7a72e540]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1433ed29 [1433ed29]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4816e684 [4816e684]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c9f3b6c [3c9f3b6c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41444a5d [41444a5d]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 80.6% (2134 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=62275fac [62275fac]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4565a842 [4565a842]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eb88e6fc [eb88e6fc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a15c7835 [a15c7835]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7e214ab [e7e214ab]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ff4ced6a [ff4ced6a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c8260126 [c8260126]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4d00bce3 [4d00bce3]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cadd2b5d [cadd2b5d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9a96806 [c9a96806]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdelicense&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdelicense/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bda14f95 [bda14f95]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5196 of 5196 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dac4018a [dac4018a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 80.9% (1648 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b5c59d83 [b5c59d83]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=643497da [643497da]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e41785c [1e41785c]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (197 of 197 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1be1e3e9 [1be1e3e9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fbde5a66 [fbde5a66]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (326 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c1acc00 [6c1acc00]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (289 of 289 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9b635e1b [9b635e1b]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b0ef02e [7b0ef02e]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8dbd2744 [8dbd2744]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1b39883e [1b39883e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b5c8e7a [3b5c8e7a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=49367158 [49367158]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da6ebc69 [da6ebc69]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.5% (211 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=38d19787 [38d19787]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da4c604a [da4c604a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a289914a [a289914a]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmag&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmag/nl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=587622ea [587622ea]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d0076837 [d0076837]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=484fbfeb [484fbfeb]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 85.0% (805 of 946 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/katepart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/katepart/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a1c113b [5a1c113b]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 86.4% (369 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb4d9424 [bb4d9424]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 54.2% (247 of 455 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs_colors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs_colors/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3059b6dc [3059b6dc]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd92b2ee [bd92b2ee]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44c33da9 [44c33da9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.3% (158 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e405a694 [e405a694]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.8% (16 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmenergy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmenergy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1a8c65b3 [1a8c65b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 71.4% (5 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - image&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-image/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f91ae8b2 [f91ae8b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (197 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee561a5d [ee561a5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.5% (193 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b7818e1 [4b7818e1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegames/kmahjongg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmahjongg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=62c862a8 [62c862a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.6% (191 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=feb94ddc [feb94ddc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdewalletmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdewalletmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9cf3ed6a [9cf3ed6a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da73efd6 [da73efd6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdewalletmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdewalletmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=56f2e465 [56f2e465]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/krdb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/krdb/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ea2bd4b [2ea2bd4b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=289b8045 [289b8045]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 80.3% (1636 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17b287ee [17b287ee]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.9% (195 of 197 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e98cc110 [e98cc110]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7768467e [7768467e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ffe4047 [3ffe4047]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d42dfce9 [d42dfce9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 77.9% (1588 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c033f982 [c033f982]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=447af80a [447af80a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 76.8% (1565 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f9a53f48 [f9a53f48]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5cac2c06 [5cac2c06]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ec024ca [7ec024ca]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c624634e [c624634e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f86ccae9 [f86ccae9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6fc3c2e [d6fc3c2e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin_lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin_lib/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f322a111 [f322a111]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f09ec0ab [f09ec0ab]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ba5d62d1 [ba5d62d1]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.5% (209 of 210 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7e255c40 [7e255c40]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=86acd12e [86acd12e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4f3b4305 [4f3b4305]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eac33e90 [eac33e90]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (196 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17c51be5 [17c51be5]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0ab2398 [c0ab2398]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (326 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6b7fac1 [d6b7fac1]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (206 of 206 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4e97cea7 [4e97cea7]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e8274087 [e8274087]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d7fbab18 [d7fbab18]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3f1a08b4 [3f1a08b4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=92e6fc46 [92e6fc46]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6cf5249d [6cf5249d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48907031 [48907031]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.3% (148 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9ef855fe [9ef855fe]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.4% (170 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79e81b47 [79e81b47]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.9% (194 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=af5e01d0 [af5e01d0]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f262c268 [f262c268]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (326 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e03e491a [e03e491a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=299d7e9b [299d7e9b]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=963b03f8 [963b03f8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4643459 [a4643459]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 99.4% (171 of 172 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b6f0d602 [b6f0d602]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f6a6c8e5 [f6a6c8e5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67d451ba [67d451ba]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewpresenterplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewpresenterplugin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a18b92ba [a18b92ba]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d9a6697 [7d9a6697]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aaeda12b [aaeda12b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c999f37 [3c999f37]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdmconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmconfig/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef954c90 [ef954c90]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2aa378ca [2aa378ca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_zeroconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_zeroconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2cd8ff75 [2cd8ff75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cb5cf602 [cb5cf602]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krdc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krdc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fc00fa70 [fc00fa70]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (94 of 94 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kpf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kpf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=325dc4a8 [325dc4a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.8% (2984 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b912c6e7 [b912c6e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (248 of 248 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/knewsticker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/knewsticker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6e04a742 [6e04a742]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (103 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmwifi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmwifi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ca7235c9 [ca7235c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (100 of 100 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmlanbrowser&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmlanbrowser/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ddb067e7 [ddb067e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (43 of 43 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmktalkd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmktalkd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c7fc70f6 [c7fc70f6]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (196 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cff19a2f [cff19a2f]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bad75a4d [bad75a4d]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (327 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0115ec51 [0115ec51]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=75d3b850 [75d3b850]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ade36f2 [1ade36f2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ad7aeafe [ad7aeafe]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=57cd82f9 [57cd82f9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=405dc7df [405dc7df]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ee0c314 [3ee0c314]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdmconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmconfig/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2567a89d [2567a89d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b2441d13 [b2441d13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_zeroconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_zeroconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c669a79d [c669a79d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_lan&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_lan/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5ecccc8f [5ecccc8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_jabberdisco&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_jabberdisco/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=153f7022 [153f7022]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefile_torrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefile_torrent/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=db5cbbbc [db5cbbbc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kwireless&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kwireless/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=70391ee5 [70391ee5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kinetd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kinetd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0f541093 [0f541093]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kdictapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kdictapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16494e41 [16494e41]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/libtdepim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7648b3c9 [7648b3c9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b7ec603 [7b7ec603]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fb3fdb2b [fb3fdb2b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fe4514c8 [fe4514c8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=83bdc126 [83bdc126]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=63a90127 [63a90127]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/tdefifteen&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/tdefifteen/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df53a5b9 [df53a5b9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a27093a0 [a27093a0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 87.5% (14 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - audio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-audio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd2a6f38 [bd2a6f38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (89 of 89 strings)&amp;lt;br/&amp;gt;Translation: tdegames/twin4&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/twin4/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e64c11d2 [e64c11d2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (254 of 254 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libtdegames&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libtdegames/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7e30682d [7e30682d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (122 of 122 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libksirtet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libksirtet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ce1a3bf [3ce1a3bf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.2% (56 of 57 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ktuberling&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ktuberling/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2d940247 [2d940247]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9561b74 [c9561b74]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kshisen&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kshisen/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e67e6a7f [e67e6a7f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kolf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kolf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12861973 [12861973]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2e8f84f5 [2e8f84f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (381 of 381 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kgoldrunner&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kgoldrunner/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1256c7f6 [1256c7f6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f0087266 [f0087266]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (1235 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=06391dfe [06391dfe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 84.4% (87 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=71347685 [71347685]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79cebe5e [79cebe5e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78aaa659 [78aaa659]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (289 of 289 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=74773ebc [74773ebc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ac07e9f6 [ac07e9f6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdestyle_plastik_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdestyle_plastik_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e00cbcb5 [e00cbcb5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_kdatatool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_kdatatool/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c09081a6 [c09081a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdefileaudiopreview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdefileaudiopreview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=624183f5 [624183f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_autobookmarker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_autobookmarker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b00d45a6 [b00d45a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (946 of 946 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/katepart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/katepart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=db142dcb [db142dcb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabcformat_binary&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabcformat_binary/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7cd87b83 [7cd87b83]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_isearch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_isearch/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=11d74de2 [11d74de2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_file&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_file/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8c12f11 [b8c12f11]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_docwordcompletion&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_docwordcompletion/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dd4127b3 [dd4127b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_net&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_net/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6d341d34 [6d341d34]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_sql&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_sql/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=661b618f [661b618f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_dir&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_dir/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=650ebed1 [650ebed1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdestyle_highcontrast_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdestyle_highcontrast_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=681fb57e [681fb57e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2865 of 2865 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/ppdtranslations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/ppdtranslations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5410b42a [5410b42a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/libtdescreensaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/libtdescreensaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a4a938d [6a4a938d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_insertfile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_insertfile/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f1d18823 [f1d18823]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (44 of 44 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_ldaptdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_ldaptdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30f083cd [30f083cd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acbf80cd [acbf80cd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f8fb2e20 [f8fb2e20]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1013 of 1013 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeprint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeprint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aa0506f0 [aa0506f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (455 of 455 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs_colors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs_colors/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82e61934 [82e61934]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2739 of 2739 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a2ce6cb [9a2ce6cb]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73eb4e4d [73eb4e4d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=91f7be0d [91f7be0d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 64.5% (129 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a9fa5d76 [a9fa5d76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/taskbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/taskbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b382a9a [2b382a9a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktaskbarapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktaskbarapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30e0f112 [30e0f112]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/lockout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/lockout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e1c4e2b5 [e1c4e2b5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5317fab2 [5317fab2]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=92ad6a46 [92ad6a46]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0e61bcd [c0e61bcd]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dedebeb6 [dedebeb6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_delli8k&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_delli8k/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51c00880 [51c00880]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (206 of 206 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4a6e3eb [d4a6e3eb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c368d148 [c368d148]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a73707b4 [a73707b4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9af8d504 [9af8d504]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 97.3% (219 of 225 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=875d4c24 [875d4c24]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a757dd8a [a757dd8a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abcfb18a [abcfb18a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/libtaskbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskbar/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d481507 [7d481507]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kay&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kay/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fa9f0334 [fa9f0334]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5af0121c [5af0121c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdesud&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdesud/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e363127a [e363127a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/naughtyapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/naughtyapplet/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=54976205 [54976205]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 75.7% (1542 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8f32df4 [b8f32df4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a46e674 [8a46e674]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82b00602 [82b00602]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8919bb8a [8919bb8a]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3e98afc4 [3e98afc4]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51cb26bc [51cb26bc]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d5046c21 [d5046c21]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=500f2c45 [500f2c45]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 98.5% (70 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kspaceduel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kspaceduel/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=53f3360c [53f3360c]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksokoban&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksokoban/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fa57d92b [fa57d92b]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 48.9% (24 of 49 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksnake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksnake/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4d9d7c1 [a4d9d7c1]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 94.7% (18 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksmiletris&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksmiletris/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=63667467 [63667467]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 34.1% (27 of 79 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2b3a41b [e2b3a41b]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 38.0% (19 of 50 strings)&amp;lt;br/&amp;gt;Translation: tdegames/klines&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/klines/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=33531138 [33531138]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45486792 [45486792]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (58 of 58 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5e2914e7 [5e2914e7]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c716f74 [6c716f74]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a270de3 [5a270de3]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (322 of 322 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=404b586a [404b586a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8b023bb7 [8b023bb7]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (322 of 322 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10d7630d [10d7630d]] tdepim: remove kitchensync pot file again, since it was automatically re-added&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a8b0c96 [2a8b0c96]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f4de4713 [f4de4713]] tdepim: remove translations for kitchensync and multisynk&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=64d45800 [64d45800]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0c2a0ab3 [0c2a0ab3]] tdegraphics: remove translations for kmrml&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8aa58abf [8aa58abf]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=376b1bfe [376b1bfe]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a340797 [6a340797]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=90797510 [90797510]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e0706cf8 [e0706cf8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eee4a43c [eee4a43c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb21ba44 [bb21ba44]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
= libraries =&lt;br /&gt;
== libkdcraw ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=d13e9744 [d13e9744]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (74 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=50387262 [50387262]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 70.2% (52 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=fb8e7233 [fb8e7233]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (74 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=4720b9e3 [4720b9e3]] Added translation using Weblate (Chinese (Simplified))&lt;br /&gt;
&lt;br /&gt;
== libkipi ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=1ea1d770 [1ea1d770]] Added translation using Weblate (Chinese (Traditional))&lt;br /&gt;
&lt;br /&gt;
== kipi-plugins ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=aa3b7277 [aa3b7277]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.0% (512 of 602 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - metadataedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-metadataedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=62e89ce1 [62e89ce1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 40.1% (53 of 132 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - cdarchiving&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-cdarchiving/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=1fc6b1e0 [1fc6b1e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - viewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-viewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=f134eb8d [f134eb8d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=7115da7d [7115da7d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=c39b2d5d [c39b2d5d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=549a8d58 [549a8d58]] Added translation using Weblate (Chinese (Traditional))&lt;br /&gt;
&lt;br /&gt;
== libtqt-perl ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=ea4d4023 [ea4d4023]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=a8738810 [a8738810]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=076ec834 [076ec834]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
= applications/development =&lt;br /&gt;
== kdbg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=b171e1b2 [b171e1b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kdbg - kdbg.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbg-kdbgdesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== kdiff3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=453f35a8 [453f35a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 67.2% (347 of 516 strings)&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=47366761 [47366761]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: applications/kdiff3 - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=810025fb [810025fb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=b65164fa [b65164fa]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=abcdeb43 [abcdeb43]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=1bab9902 [1bab9902]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tdesvn ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=2cdbcc87 [2cdbcc87]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 48.5% (359 of 739 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=f66e96c7 [f66e96c7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdesvn - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=e0823d75 [e0823d75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/graphics =&lt;br /&gt;
== digikam ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=31f057f7 [31f057f7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1794 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=d1ed2afa [d1ed2afa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1793 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=1798610f [1798610f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=e809e384 [e809e384]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1793 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=53e13c18 [53e13c18]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2244 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=09a41f75 [09a41f75]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/&lt;br /&gt;
&lt;br /&gt;
== gwenview-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=41a7389f [41a7389f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=332d87e3 [332d87e3]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=824111fb [824111fb]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.7% (341 of 342 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=ae02bedc [ae02bedc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=3f720a85 [3f720a85]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=3e754a52 [3e754a52]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=57175831 [57175831]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=827f6c7b [827f6c7b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/ru/&lt;br /&gt;
&lt;br /&gt;
== ksquirrel ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=36fc62e2 [36fc62e2]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (517 of 517 strings)&amp;lt;br/&amp;gt;Translation: applications/ksquirrel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksquirrel/it/&lt;br /&gt;
&lt;br /&gt;
== potracegui ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=454877ad [454877ad]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/potracegui - potracegui.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/potracegui-potraceguidesktop/it/&lt;br /&gt;
&lt;br /&gt;
= applications/internet =&lt;br /&gt;
== kasablanca ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=2a9b7e7d [2a9b7e7d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kasablanca - kasablanca.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca-kasablancadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=159a8faf [159a8faf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 64.3% (74 of 115 strings)&amp;lt;br/&amp;gt;Translation: applications/kasablanca&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=4b9e3dcb [4b9e3dcb]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kbiff ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=c53c9a60 [c53c9a60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=2cc626b9 [2cc626b9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.8% (89 of 90 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=4069eda9 [4069eda9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff - kbiff.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff-kbiffdesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== kftpgrabber ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=70edee2c [70edee2c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/kftpgrabber - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kftpgrabber-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== knmap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=436617ea [436617ea]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=fcc0e57c [fcc0e57c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=a289b05a [a289b05a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=2721c5e0 [2721c5e0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=24febfa6 [24febfa6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=8f8a354b [8f8a354b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (221 of 221 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=b68bd35b [b68bd35b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=60528588 [60528588]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 16.2% (36 of 221 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=aea076a0 [aea076a0]] Added translation using Weblate (Ukrainian)&lt;br /&gt;
&lt;br /&gt;
== konversation ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=04e4928e [04e4928e]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=b5f177fc [b5f177fc]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation-events/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=dfedc855 [dfedc855]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.6% (1167 of 1362 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation/ru/&lt;br /&gt;
&lt;br /&gt;
== kshowmail ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=10272aed [10272aed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 49.8% (174 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=b13b420d [b13b420d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 49.5% (173 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
&lt;br /&gt;
== kstreamripper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=38dad7af [38dad7af]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 78.7% (26 of 33 strings)&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=c6c8865f [c6c8865f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=b57d1640 [b57d1640]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=04b2afc8 [04b2afc8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=3f95be57 [3f95be57]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=dbdd2a4e [dbdd2a4e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=6a970335 [6a970335]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=3ec99f94 [3ec99f94]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=457de6e0 [457de6e0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=1801e3aa [1801e3aa]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 80.0% (24 of 30 strings)&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=382d4392 [382d4392]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=5da88b7e [5da88b7e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=c621d368 [c621d368]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== ktorrent ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=ccf782d8 [ccf782d8]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (875 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=523c79c3 [523c79c3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (875 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=46220b63 [46220b63]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 80.1% (701 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/ru/&lt;br /&gt;
&lt;br /&gt;
== kvirc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a0a87c06 [a0a87c06]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (805 of 805 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=12f4706c [12f4706c]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - mediaplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-mediaplayer/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=6280f2fb [6280f2fb]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - torrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-torrent/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=c0c52835 [c0c52835]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (78 of 78 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - theme&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-theme/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=0f4e51e5 [0f4e51e5]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - sharedfileswindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-sharedfileswindow/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=03eee71d [03eee71d]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - perlcore&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-perlcore/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=eb439f20 [eb439f20]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - perl&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-perl/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=df7ec3eb [df7ec3eb]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - notifier&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=d7deeb9d [d7deeb9d]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - logview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-logview/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=3a47fdca [3a47fdca]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - filetransferwindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-filetransferwindow/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a417c6a0 [a417c6a0]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - editor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=58a8d2a6 [58a8d2a6]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (182 of 182 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - dcc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-dcc/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=44846083 [44846083]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - notifier&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b435bad5 [b435bad5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - editor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b412083e [b412083e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - about&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-about/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b32a017a [b32a017a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.8% (2404 of 2588 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=02e908ee [02e908ee]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=e2dd007c [e2dd007c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a48e70a7 [a48e70a7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (794 of 805 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a7254dcc [a7254dcc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - theme&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-theme/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=25f3bffc [25f3bffc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=1e208b4f [1e208b4f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - logview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-logview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=3e94a25e [3e94a25e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - editor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=0c62fcd5 [0c62fcd5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - filetransferwindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-filetransferwindow/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a6e75ff9 [a6e75ff9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - dcc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-dcc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=2091bae5 [2091bae5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - notifier&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=90e47cbd [90e47cbd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - sharedfileswindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-sharedfileswindow/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=729d67a2 [729d67a2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=116c3821 [116c3821]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=5e2a1ae3 [5e2a1ae3]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== kvpnc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=a7492e4b [a7492e4b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvpnc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=da275e97 [da275e97]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=69565c3b [69565c3b]] Revert changes of translations related to unwanted renaming&amp;lt;br/&amp;gt;SLOT =&amp;amp;gt; TQ_SLOT in the message string.&amp;lt;br/&amp;gt;This revert commits:&amp;lt;br/&amp;gt;28bd29d299272a1d96d678c550de70c2dd442785&amp;lt;br/&amp;gt;f1197c6adc69b6acae78327e1481ce78ba7774ae&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=f1197c6a [f1197c6a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvpnc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=28bd29d2 [28bd29d2]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=e8c69c0a [e8c69c0a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: applications/tork - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tork-desktop-files/it/&lt;br /&gt;
&lt;br /&gt;
= applications/misc =&lt;br /&gt;
== bibletime ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=e57d164d [e57d164d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=9d90808b [9d90808b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/bibletime - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/bibletime-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=de0a4201 [de0a4201]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=7c699d2d [7c699d2d]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== desktop-effects-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=4ef8c50e [4ef8c50e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=7437087e [7437087e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=92556696 [92556696]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kerberostray ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=f56d47b0 [f56d47b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kerberostray&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kerberostray/&lt;br /&gt;
&lt;br /&gt;
== krecipes ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=cd240323 [cd240323]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krecipes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krecipes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=22acd03d [22acd03d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=d2a4cb93 [d2a4cb93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 30.5% (343 of 1123 strings)&amp;lt;br/&amp;gt;Translation: applications/krecipes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krecipes/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/multimedia =&lt;br /&gt;
== amarok ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=e6e3ba96 [e6e3ba96]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=9d43419b [9d43419b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=73837f1a [73837f1a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=079f0cc9 [079f0cc9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b037abfb [b037abfb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=93aff8fd [93aff8fd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=7f396148 [7f396148]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=8ac0d326 [8ac0d326]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=086adc4f [086adc4f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4ebfa149 [4ebfa149]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 79.7% (1981 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4cc71ec3 [4cc71ec3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=2116bf2a [2116bf2a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=e6e2d189 [e6e2d189]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=c2a12e62 [c2a12e62]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=44ad188d [44ad188d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=83730846 [83730846]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4ddb9e62 [4ddb9e62]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=90520108 [90520108]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 84.7% (2105 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=40099ec0 [40099ec0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b767627f [b767627f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=bcd8d83e [bcd8d83e]] Fix functionality broken by commit 1c3e0630.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b04099ff [b04099ff]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=a7a79de0 [a7a79de0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=1c3e0630 [1c3e0630]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=5dedf79f [5dedf79f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=8b28bb5c [8b28bb5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=9038cb17 [9038cb17]] Translated using Weblate (Turkish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/tr/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=3c835108 [3c835108]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.8% (2406 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
&lt;br /&gt;
== codeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=033f32ab [033f32ab]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=28a3b75f [28a3b75f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=9f39f05e [9f39f05e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/codeine - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/codeine-desktop-files/&lt;br /&gt;
&lt;br /&gt;
== k3b ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=74808fa8 [74808fa8]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=2111da78 [2111da78]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=00a24ebc [00a24ebc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=987871f0 [987871f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=c2fbc8f1 [c2fbc8f1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=95a45a4f [95a45a4f]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=bbf83236 [bbf83236]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=894069eb [894069eb]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/pt/&lt;br /&gt;
&lt;br /&gt;
== k3b-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=856ea287 [856ea287]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=34d0ff8c [34d0ff8c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=c29d6639 [c29d6639]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=84cd0b47 [84cd0b47]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (47 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=6f6f5263 [6f6f5263]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=bd308fa9 [bd308fa9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=e6010418 [e6010418]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (47 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=cb12df11 [cb12df11]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=ecef8905 [ecef8905]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=9c355f26 [9c355f26]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=1d1360a7 [1d1360a7]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=6f8f68cc [6f8f68cc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=47c13aee [47c13aee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=b92282bd [b92282bd]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 97.8% (46 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/bg/&lt;br /&gt;
&lt;br /&gt;
== k9copy ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=4e2f83fa [4e2f83fa]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (495 of 495 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=ef83b5b8 [ef83b5b8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=4979c509 [4979c509]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=237b3548 [237b3548]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (495 of 495 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=553df4a4 [553df4a4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=bc07265d [bc07265d]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kaffeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=eac2daca [eac2daca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (729 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=6c9257f2 [6c9257f2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.5% (711 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=e0e0d158 [e0e0d158]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=b871bd5b [b871bd5b]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kmplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=30650e19 [30650e19]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.9% (347 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=77c148a7 [77c148a7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=bb993d63 [bb993d63]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=d8d54a7f [d8d54a7f]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 95.6% (373 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=122a27a0 [122a27a0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=bb9e13d1 [bb9e13d1]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=0817bc03 [0817bc03]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer-desktop-files/bg/&lt;br /&gt;
&lt;br /&gt;
== kplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=e9d5a656 [e9d5a656]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=cc14b9cf [cc14b9cf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=d8391ef7 [d8391ef7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 77.0% (799 of 1037 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/ru/&lt;br /&gt;
&lt;br /&gt;
== soundkonverter ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=451107da [451107da]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (319 of 319 strings)&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=2c5f94f3 [2c5f94f3]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (319 of 319 strings)&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=bcf2d459 [bcf2d459]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.6% (302 of 319 strings)&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=2bf7eb6c [2bf7eb6c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=28a35800 [28a35800]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=300613ee [300613ee]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=a13d3527 [a13d3527]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tderadio ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=aa80a24c [aa80a24c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=28afa3da [28afa3da]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - oss-sound&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-oss-sound/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=5369d924 [5369d924]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (45 of 45 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - gui-standard-display&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-standard-display/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=a9f14b38 [a9f14b38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 82.3% (14 of 17 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - timeshifter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-timeshifter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=d57a893c [d57a893c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.1% (75 of 78 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - recording&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-recording/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=55460675 [55460675]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=03b5df8e [03b5df8e]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 93.5% (29 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=0bb5fda6 [0bb5fda6]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=8cd30c0e [8cd30c0e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=c74cfcb6 [c74cfcb6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.7% (30 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/office =&lt;br /&gt;
== basket ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=33317176 [33317176]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/basket&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=c8b892a3 [c8b892a3]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kbibtex ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=702a473b [702a473b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 73.7% (444 of 602 strings)&amp;lt;br/&amp;gt;Translation: applications/kbibtex&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbibtex/ru/&lt;br /&gt;
&lt;br /&gt;
== kbookreader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=e32bbc6e [e32bbc6e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (17 of 17 strings)&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=fcdb94c9 [fcdb94c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kbookreader - kbookreader.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader-kbookreaderdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=ac3e0386 [ac3e0386]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=61e10e5a [61e10e5a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/&lt;br /&gt;
&lt;br /&gt;
== kile ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=59f1c45a [59f1c45a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kile - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=00b87abb [00b87abb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kile - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== kmymoney ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=16aa0610 [16aa0610]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=af8d71ce [af8d71ce]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=79e957c7 [79e957c7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=47cc1d27 [47cc1d27]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: applications/kmymoney - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=e592106d [e592106d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (2658 of 2674 strings)&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=67a43ced [67a43ced]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=9df4c701 [9df4c701]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== koffice ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=d165869a [d165869a]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=c2fdb394 [c2fdb394]] Fix functionality broken by commit a9bbaa83&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=a9bbaa83 [a9bbaa83]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== koffice-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=572398a4 [572398a4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (3150 of 3168 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspread&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=bce5a0c4 [bce5a0c4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.4% (1169 of 1200 strings)&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=cc44ebc3 [cc44ebc3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: koffice/thesaurus_tool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/thesaurus_tool/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=b6cedf64 [b6cedf64]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_ooo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_ooo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=9f49ba05 [9f49ba05]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_koffice&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_koffice/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=7a3529fd [7a3529fd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_gnumeric&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_gnumeric/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=05196041 [05196041]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_abiword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_abiword/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ffe6d299 [ffe6d299]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (961 of 961 strings)&amp;lt;br/&amp;gt;Translation: koffice/kword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kword/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ad3cf8ee [ad3cf8ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspreadcalc_calc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspreadcalc_calc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=7f8b71fa [7f8b71fa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (909 of 909 strings)&amp;lt;br/&amp;gt;Translation: koffice/kpresenter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kpresenter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=d154e97e [d154e97e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (354 of 354 strings)&amp;lt;br/&amp;gt;Translation: koffice/kformdesigner&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kformdesigner/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=9c40a4ce [9c40a4ce]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=aa8c2267 [aa8c2267]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ccf47869 [ccf47869]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=f690d314 [f690d314]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.0% (1295 of 1423 strings)&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=f0bcacf8 [f0bcacf8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kivio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kivio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=e1f27756 [e1f27756]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=e84fa74c [e84fa74c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kword/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=fc3d61ff [fc3d61ff]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/koffice&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/koffice/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=31fd578d [31fd578d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=069df0f0 [069df0f0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kofficefilters&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kofficefilters/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=96a280ad [96a280ad]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=b7a0d0ff [b7a0d0ff]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 98.3% (420 of 427 strings)&amp;lt;br/&amp;gt;Translation: koffice/karbon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/karbon/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=8e305f42 [8e305f42]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 99.8% (1421 of 1423 strings)&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=61f41445 [61f41445]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: koffice/example&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/example/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=1f753ab8 [1f753ab8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (3150 of 3168 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspread&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/ru/&lt;br /&gt;
&lt;br /&gt;
== kpilot ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=9a5d96d5 [9a5d96d5]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=9beef848 [9beef848]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.3% (1059 of 1088 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=adc41d0e [adc41d0e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=43b3df95 [43b3df95]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=b2480185 [b2480185]] Fix functionality broken by commit a956e3e&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=f060f38e [f060f38e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=fa847ef4 [fa847ef4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=a956e3e8 [a956e3e8]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tellico ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=10996a19 [10996a19]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=252be932 [252be932]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.5% (1108 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=f73799c2 [f73799c2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=30d2f3d2 [30d2f3d2]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 74.2% (826 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=997c050d [997c050d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=0a00263f [0a00263f]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
= applications/settings =&lt;br /&gt;
== kdpkg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=752317fb [752317fb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=c178f4e3 [c178f4e3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 93.1% (27 of 29 strings)&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=7afa4047 [7afa4047]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=3107e30a [3107e30a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=4277d12f [4277d12f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/&lt;br /&gt;
&lt;br /&gt;
== kiosktool ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=6d1e1f26 [6d1e1f26]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (238 of 238 strings)&amp;lt;br/&amp;gt;Translation: applications/kiosktool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kiosktool/ru/&lt;br /&gt;
&lt;br /&gt;
== kkbswitch ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=f14c6e5f [f14c6e5f]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=c36d0446 [c36d0446]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch - kkbswitch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch-kkbswitchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=d7b89dac [d7b89dac]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=586412b8 [586412b8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 96.4% (55 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=8978515d [8978515d]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=29e2187e [29e2187e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=4f10d322 [4f10d322]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=2f27dd99 [2f27dd99]] Added global shortcuts for switching to previous/next group&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/kkbswitch/issues/6 #6]&lt;br /&gt;
&lt;br /&gt;
== klcddimmer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=739e6b63 [739e6b63]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/klcddimmer - klcddimmer.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer-klcddimmerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=c552505d [c552505d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/klcddimmer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer/&lt;br /&gt;
&lt;br /&gt;
== tdenetworkmanager ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=5df4ed11 [5df4ed11]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 56.5% (160 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=c95d4f33 [c95d4f33]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=f6f35912 [f6f35912]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=92a7c996 [92a7c996]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager-events/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=8883a11e [8883a11e]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=f781e430 [f781e430]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 56.5% (160 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=6bd64d20 [6bd64d20]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 54.4% (154 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/system =&lt;br /&gt;
== dolphin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=b6a6add7 [b6a6add7]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=d6981f86 [d6981f86]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=88bffef8 [88bffef8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=50bf6ece [50bf6ece]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=df0f2634 [df0f2634]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 87.3% (55 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=128fc6c0 [128fc6c0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=4177bfeb [4177bfeb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=31e79818 [31e79818]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=614887eb [614887eb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=dfc034e5 [dfc034e5]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kbfx ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=7df544d7 [7df544d7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbfx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbfx/&lt;br /&gt;
&lt;br /&gt;
== kcmautostart ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=e156d8d7 [e156d8d7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=a34114dc [a34114dc]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=e32b5599 [e32b5599]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/&lt;br /&gt;
&lt;br /&gt;
== knemo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=8e390170 [8e390170]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=73908043 [73908043]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo - kcm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-kcm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=d1925e58 [d1925e58]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (85 of 85 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=6132bf8e [6132bf8e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== knetload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=ad81a141 [ad81a141]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knetload - knetload.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetload-knetloaddesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== krusader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=b55a9aa0 [b55a9aa0]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1399 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=a6d7af8f [a6d7af8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 89.0% (1246 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=1107ba66 [1107ba66]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=60b198a9 [60b198a9]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1399 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/uk/&lt;br /&gt;
&lt;br /&gt;
== kshutdown ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=757c58ab [757c58ab]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=0cb0eeb3 [0cb0eeb3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown - kshutdown.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-kshutdowndesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=6c6e8bb5 [6c6e8bb5]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown - kshutdown.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-kshutdowndesktop/nl/&lt;br /&gt;
&lt;br /&gt;
== ksystemlog ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=cf0f1b44 [cf0f1b44]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/ksystemlog&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksystemlog/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=27e255d7 [27e255d7]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== polkit-agent-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=d0ff02a7 [d0ff02a7]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=774e540b [774e540b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=fe3d3837 [fe3d3837]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=81f288bf [81f288bf]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/zh_Hant/&lt;br /&gt;
&lt;br /&gt;
== tdebluez ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=f25c4521 [f25c4521]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-events/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=01f504fe [01f504fe]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=fce0091e [fce0091e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=f23e3839 [f23e3839]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=823b8121 [823b8121]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=d0311fa0 [d0311fa0]] Added translation using Weblate (Dutch)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ee1b7905 [ee1b7905]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 89.1% (239 of 268 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=14e65f81 [14e65f81]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=9a895e4f [9a895e4f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=5dbd02e3 [5dbd02e3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=75e3f4ae [75e3f4ae]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=1d2fcc95 [1d2fcc95]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (266 of 266 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=9ec32992 [9ec32992]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=226cacc4 [226cacc4]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (274 of 274 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ae46115f [ae46115f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ad1894b7 [ad1894b7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=e852055d [e852055d]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tdepowersave ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=9b7728c1 [9b7728c1]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (311 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=96ba1bf7 [96ba1bf7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 36.3% (20 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=1e735aeb [1e735aeb]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (311 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=f39d5cd2 [f39d5cd2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=c1d1a446 [c1d1a446]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=70666ec3 [70666ec3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=c2676876 [c2676876]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.2% (290 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=5242ce6d [5242ce6d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=678ecbe9 [678ecbe9]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tdesshaskpass ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=7a7a240e [7a7a240e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesshaskpass&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesshaskpass/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=b0aaaa03 [b0aaaa03]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== yakuake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=4d40f6d0 [4d40f6d0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.9% (94 of 98 strings)&amp;lt;br/&amp;gt;Translation: applications/yakuake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/tdeio =&lt;br /&gt;
== tdeio-ftps ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-ftps/commit/?id=8ac1f636 [8ac1f636]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdeio-ftps&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-ftps/&lt;br /&gt;
&lt;br /&gt;
== tdeio-sword ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=a1851f5d [a1851f5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-sword - sword.protocol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-sword-swordprotocol/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=6d75ce24 [6d75ce24]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeio-umountwrapper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=e3173ff2 [e3173ff2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-umountwrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-umountwrapper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=c37ba2dc [c37ba2dc]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
= applications/themes =&lt;br /&gt;
== gtk-qt-engine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=2178adeb [2178adeb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=90c79e65 [90c79e65]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=df701883 [df701883]] Added translation using Weblate (Chinese (Simplified))&lt;br /&gt;
&lt;br /&gt;
== kgtk-qt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=06bca424 [06bca424]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/kgtk-qt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kgtk-qt3/ru/&lt;br /&gt;
&lt;br /&gt;
== tde-style-baghira ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=bb43a575 [bb43a575]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - sessionapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-sessionapplet/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=738600de [738600de]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - starter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-starter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=54a306f5 [54a306f5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=4a3bbfa4 [4a3bbfa4]] Rename library twin3_baghira -&amp;amp;gt; twin_baghira&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=fc8b3dd4 [fc8b3dd4]] Fix functionality broken by commit 66813ef&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=66813efe [66813efe]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tde-style-domino ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=7ea023ba [7ea023ba]] Rename library twin3_domino -&amp;amp;gt; twin_domino&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== tde-style-ia-ora ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=25c19604 [25c19604]] Rename library twin3_iaora -&amp;amp;gt; twin_iaora&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== tde-style-lipstik ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=39c758d5 [39c758d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-lipstik - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-lipstik-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=e0338512 [e0338512]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdmtheme ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=33f7baf1 [33f7baf1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: applications/tdmtheme&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdmtheme/ru/&lt;br /&gt;
&lt;br /&gt;
== twin-style-crystal ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=d9afc78c [d9afc78c]] Rename library twin3_crystal -&amp;amp;gt; twin_crystal&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-dekorator ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=c67f6084 [c67f6084]] Rename library twin3_deKorator -&amp;amp;gt; twin_deKorator&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-machbunt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=81c7c4d0 [81c7c4d0]] Rename library twin3_MachBunt to twin_MachBunt&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-suse2 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=6cdb0cbb [6cdb0cbb]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (65 of 65 strings)&amp;lt;br/&amp;gt;Translation: applications/twin-style-suse2&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-suse2/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=9b5c2e1e [9b5c2e1e]] Rename library twin3_SUSE2 -&amp;amp;gt; twin_SUSE&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
= applications/utilities =&lt;br /&gt;
== abakus ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=9ace50d1 [9ace50d1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/abakus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=467ef6c1 [467ef6c1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (49 of 49 strings)&amp;lt;br/&amp;gt;Translation: applications/abakus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=e1762b36 [e1762b36]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=b277c7ae [b277c7ae]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/abakus - abakus.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus-abakusdesktop/bg/&lt;br /&gt;
&lt;br /&gt;
== filelight ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=9fd8fe68 [9fd8fe68]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (77 of 77 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=aa06806b [aa06806b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=28349b70 [28349b70]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=7cc11b7f [7cc11b7f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=629295b3 [629295b3]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=33098270 [33098270]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (77 of 77 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/uk/&lt;br /&gt;
&lt;br /&gt;
== kbarcode ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=2f5aa189 [2f5aa189]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.1% (589 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=6c31a9ec [6c31a9ec]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=7f9e4e65 [7f9e4e65]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.9% (582 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=f6c05921 [f6c05921]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 74.5% (443 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=371ce27c [371ce27c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=7bd51d72 [7bd51d72]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=6ca861bd [6ca861bd]] Fix functionality broken by commit fc06df3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=fc06df33 [fc06df33]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== kchmviewer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=78502278 [78502278]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kchmviewer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kchmviewer-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== kcpuload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=b49178b0 [b49178b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=8ae8e9f8 [8ae8e9f8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 94.8% (37 of 39 strings)&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=7a450d31 [7a450d31]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=d9952f82 [d9952f82]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/&lt;br /&gt;
&lt;br /&gt;
== knutclient ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=dfa5f3fa [dfa5f3fa]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knutclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=466ddc1b [466ddc1b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (203 of 203 strings)&amp;lt;br/&amp;gt;Translation: applications/knutclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient/uk/&lt;br /&gt;
&lt;br /&gt;
== krename ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=b4e78648 [b4e78648]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/krename - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krename-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=7740aa8e [7740aa8e]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== qalculate-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=744ac88e [744ac88e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=6baf1704 [6baf1704]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.4% (593 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=accfbbbf [accfbbbf]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=34b3365e [34b3365e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=933d4190 [933d4190]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=68aa9b3b [68aa9b3b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (596 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=96280709 [96280709]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 75.0% (447 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=09de128a [09de128a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 70.6% (421 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=c714c687 [c714c687]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 60.7% (362 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=1c102209 [1c102209]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 42.4% (253 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=06249035 [06249035]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
= packaging =&lt;br /&gt;
== packaging ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=ef8e0bd1 [ef8e0bd1]] DEB build scripts: updated after testing on Devuan Chimaera&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=70a0160c [70a0160c]] DEB tdebindings: remove dependency on libtqt3-compat-headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=fb212c9e [fb212c9e]] DEB tqt3: drop compat files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=a4869e73 [a4869e73]] DEB tdebase twin: adjusted after renaming client libraries from twin3_* to twin_*. This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=7b064a10 [7b064a10]] DEB tqt3: adjusted after removing Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f7be243e [f7be243e]] DEB buildscripts: update supported distros&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f82c8cc0 [f82c8cc0]] DEB: remove support for Debian Stretch and Ubuntu Xenial&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=4721bdc6 [4721bdc6]] DEB tqt3: remove Qt2 obsolete classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=e6b868c8 [e6b868c8]] DEB tdebase: added release notes for R14.2.x series&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=3c5c1e60 [3c5c1e60]] DEB trinity-apt-archive: Set the apt repository URL to PTB.&lt;/div&gt;</summary>
		<author><name>SlavekB</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.1.2&amp;diff=3292</id>
		<title>Changelog For R14.1.2</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.1.2&amp;diff=3292"/>
		<updated>2024-03-20T00:49:40Z</updated>

		<summary type="html">&lt;p&gt;SlavekB: Update 20240318&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= common =&lt;br /&gt;
== admin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=fabd8c1d [fabd8c1d]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=482d2f66 [482d2f66]] Fix wrong nesting in KDE_CHECK_TQT_JPEG function&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=3019aa7a [3019aa7a]] Improve TQt detection. Use CFLAGS from pkg-config&amp;lt;br/&amp;gt;instead of hard-coded include paths.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=bcdb3081 [bcdb3081]] Fix detection of TQt3 following bug introduced in previous commit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=e27d7286 [e27d7286]] Drop TQT_VERSION_ONLY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=02e3ce62 [02e3ce62]] Fix visibility support check&lt;br /&gt;
&lt;br /&gt;
== libtdevnc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtdevnc/commit/?id=04669ff5 [04669ff5]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtdevnc/commit/?id=30334121 [30334121]] krfb: fix termination and syncing of threads on exit. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/libtdevnc/issues/2 #2]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtdevnc/commit/?id=91b27a73 [91b27a73]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtdevnc/commit/?id=2b46ed6b [2b46ed6b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
= dependencies =&lt;br /&gt;
== tde-cmake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=e6fdb4b5 [e6fdb4b5]] Fix incorrect backslash in tde_set_project_version macro&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=4af11cf9 [4af11cf9]] Set cmake minimum version in a centralized place&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=10b01876 [10b01876]] Add support for multiline messages in tde_message_* macros&amp;lt;br/&amp;gt;Also convert tde_message_author_warning() to a function to not pollute&amp;lt;br/&amp;gt;caller&amp;#039;s environment.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=8b6215c6 [8b6215c6]] Simplify code since cmake minimum version is now 3.5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=76ca9f74 [76ca9f74]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=bb49d854 [bb49d854]] Update version to R14.1.2&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tqt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=323382b1 [323382b1]] Fix TQThreadStorage destruction in the main thread&amp;lt;br/&amp;gt;Before that the allocations of TQThreadStorage objects from the main&amp;lt;br/&amp;gt;thread were never destroyed and memory associated with them were never&amp;lt;br/&amp;gt;freed. The second one isn&amp;#039;t a huge problem as at that point program is&amp;lt;br/&amp;gt;terminating anyway (but it still makes valgrind complain). The first one&amp;lt;br/&amp;gt;is the bigger issue as destructors might contain some essential external&amp;lt;br/&amp;gt;cleanups like removing temporary files.&amp;lt;br/&amp;gt;Also make `TQApplication::guiThread()` return `0` when the thread is&amp;lt;br/&amp;gt;destroyed (may happen on the program exiting during destruction of&amp;lt;br/&amp;gt;statics).&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=336e61b2 [336e61b2]] Fix TQString::sprintf() not calling va_end() in case of bad cformat&amp;lt;br/&amp;gt;Also rearrange code a bit so it would be obvious that the function&amp;lt;br/&amp;gt;doesn&amp;#039;t return a dangling reference.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=4bed6be8 [4bed6be8]] Fix a small memory leak in xim plugin&amp;lt;br/&amp;gt;TQXIMInputContext::setHolderWidget() function may be (and actually is)&amp;lt;br/&amp;gt;called more than once. This results in multiple instances of the same&amp;lt;br/&amp;gt;object being added to ximContextList. But the destructor removes only&amp;lt;br/&amp;gt;one instance, which effectively results in leak of several bytes&amp;lt;br/&amp;gt;whenever a window is opened.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=d730db2c [d730db2c]] gitignore: add a couple more tests&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=57f90016 [57f90016]] Add explicit declaration TQChar&amp;amp;TQCharRef default constructor/destructor&amp;lt;br/&amp;gt;This suppresses -Wdeprecated-copy warning.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=590a2e04 [590a2e04]] Resort includes in ntqt.h&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=5d90b035 [5d90b035]] ./configure: turn thread support on by default&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=5232ccdf [5232ccdf]] Avoid setting CONFIG=thread in qmake.conf&amp;lt;br/&amp;gt;Otherwise it&amp;#039;s impossible to override in ./configure&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=d643d19c [d643d19c]] Fix compilation with -no-thread&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=9d1f8015 [9d1f8015]] Fix up mkspecs/linux-g++-32/qplatformdefs.h&amp;lt;br/&amp;gt;The head of file was accidentally deleted in 455154ce&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=ee2df978 [ee2df978]] Fix compilation with -disable-inputmethod and -no-inputmethod&amp;lt;br/&amp;gt;As for now here are two sets of inputmethod options:&amp;lt;br/&amp;gt;- -enable-inputmethod/disable-inputmethod - which seems to supposed to&amp;lt;br/&amp;gt;  control whether build the &amp;#039;inputmethod&amp;#039; module or not&amp;lt;br/&amp;gt;- -inputmethod/-no-inputmethod - which seems to supposed to&amp;lt;br/&amp;gt;  enable/disable inputmethod support without changing the ABI.&amp;lt;br/&amp;gt;Before the patch both -disable-inputmethod and -no-inputmethod were just&amp;lt;br/&amp;gt;breaking the build: -no-inputmethod were disabling some code with&amp;lt;br/&amp;gt;support for the module, but didn&amp;#039;t disabled the module build itself nor&amp;lt;br/&amp;gt;build of plugins. -disable-inputmethod were disabling build of plugins&amp;lt;br/&amp;gt;and module, but didn&amp;#039;t disabled code depending upon it.&amp;lt;br/&amp;gt;It seems the inputmethod support were still WIP when the last release of&amp;lt;br/&amp;gt;Qt3 came to be, hence the mess.&amp;lt;br/&amp;gt;This patch fixes the build if both -disable-inputmethod AND&amp;lt;br/&amp;gt;-no-inputmethod are supplied. Disabling only one is not enough due to&amp;lt;br/&amp;gt;tqmake/configure have problems handling two different options of the&amp;lt;br/&amp;gt;same name.  Later the -inputmethod/-no-inputmethod should be probably&amp;lt;br/&amp;gt;removed entirely.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=9aa03105 [9aa03105]] Fix FTBFS with -no-xkb&amp;lt;br/&amp;gt;The analogue of XkbKeycodeToKeysym() used to be XKeycodeToKeysym(), but&amp;lt;br/&amp;gt;it was deprecated in favour of XGetKeyboardMapping() method.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=77927b79 [77927b79]] Fix FTBFS with -no-stl&amp;lt;br/&amp;gt;On modern compilers placement new requires inclusion of &amp;amp;lt;new&amp;amp;gt;&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=7b575b58 [7b575b58]] avoid translating the /qt/XIMInputStyle options when saving into config&amp;lt;br/&amp;gt;Also use &amp;quot;On The Spot&amp;quot; as the default when the setting in the config is&amp;lt;br/&amp;gt;incorrect.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=53a1dfa8 [53a1dfa8]] gitignore: add missing examples (sound, tablet)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=94c71d50 [94c71d50]] Fix FTBFS with -qt-sql-sqlite3&amp;lt;br/&amp;gt;Fix FTBFS when sqlite3 sql driver is being built into the library&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=cabcb339 [cabcb339]] fix grep complain in configure: &amp;quot;warning: stray \ before c&amp;quot;&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=486ac782 [486ac782]] Remove original Q_WS_* defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=da061df4 [da061df4]] Add .gitignore file&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=33c36fae [33c36fae]] Replace QT_STATIC_CONST_* with actual definitions&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=473cd1e8 [473cd1e8]] Replace Q_WS_* defines with TQ_WS_* equivalents&amp;lt;br/&amp;gt;This is the first part of the replacement process.&amp;lt;br/&amp;gt;Usage of Q_WS_* has been replaced with the equivalent TQ_WS_*.&amp;lt;br/&amp;gt;Definition of Q_WS_* has been mirrored into TQ_WS_* defines, to allow&amp;lt;br/&amp;gt;TDE code to continue building till replacement is carried over to all&amp;lt;br/&amp;gt;other modules.&amp;lt;br/&amp;gt;Once that is completed, the original Q_WS_* defines will&amp;lt;br/&amp;gt;be removed.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=ecca365d [ecca365d]] Rename METHOD, SIGNAL, SLOT to TQ_METHOD, TQ_SIGNAL, TQ_SLOT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=1c308584 [1c308584]] Fix potential buffer overflow in debug functions.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tqt3/issues/70 #70]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=f30ac87a [f30ac87a]] Add support for HistoryBackButton and HistoryForwardButton&amp;lt;br/&amp;gt;This resolves [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/421 TDE/tdebase#421]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=c339f68f [c339f68f]] Update README&amp;lt;br/&amp;gt;A new README with markdown format, updated information on TQt, contributor section and translations status.&amp;lt;br/&amp;gt;The old README has been preserved as README.Qt3 for historical reasons.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a059b24f [a059b24f]] tqdesigner: prevent SEGV from invalid pointer. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tqt3/issues/97 #97]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=ccc0d8e4 [ccc0d8e4]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=541b9007 [541b9007]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tqtinterface ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=127b7afb [127b7afb]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=ffb0e63e [ffb0e63e]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=a2ffbf64 [a2ffbf64]] Remove QT_NO_SQL define&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=3db78466 [3db78466]] Remove Q_WS_* defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=d7ef2c15 [d7ef2c15]] Remove TQT_{METHOD, SIGNAL, SLOT} and METHOD, SIGNAL, SLOT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=42cd150b [42cd150b]] Rename TQT_{METHOD, SIGNAL, SLOT} and METHOD, SIGNAL, SLOT to TQ_METHOD, TQ_SIGNAL, TQ_SLOT. This is a temporary step to make sure TDE keeps building while METHOD, SIGNAL, SLOT are renamed in every repository.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=7850ec99 [7850ec99]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=aee37a80 [aee37a80]] Remove various &amp;#039;#define&amp;#039; strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=ed3960fe [ed3960fe]] Remove &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=e49839b0 [e49839b0]] Remove various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=f933a4cd [f933a4cd]] Remove various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=1adb7b0c [1adb7b0c]] Remove color &amp;#039;#define&amp;#039; strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=f3d5db9e [f3d5db9e]] Remove various &amp;#039;#define&amp;#039; with actual strings - part 2&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=8a3ee3cf [8a3ee3cf]] Remove time related &amp;#039;#define&amp;#039; with actual strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=4f64bcf4 [4f64bcf4]] Remove various tq* strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=4469ebf5 [4469ebf5]] Remove various &amp;#039;#define&amp;#039; strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=83393107 [83393107]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=4999d66f [4999d66f]] Change to build and install inputmethod files if enabled&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=5b1ff5f7 [5b1ff5f7]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=ce975cb4 [ce975cb4]] Drop TQT_VERSION_ONLY&lt;br /&gt;
&lt;br /&gt;
== akode ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/akode/commit/?id=b9bf6085 [b9bf6085]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/akode/commit/?id=e7588f45 [e7588f45]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/akode/commit/?id=1a7d54b0 [1a7d54b0]] cmake: make flac, speex and vorbis support in xiph optional&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/akode/commit/?id=76833fdb [76833fdb]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== arts ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/arts/commit/?id=5877b3be [5877b3be]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/arts/commit/?id=b8da6ca9 [b8da6ca9]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/arts/commit/?id=c96b8deb [c96b8deb]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/arts/commit/?id=c048d067 [c048d067]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== avahi-tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/avahi-tqt/commit/?id=9aec3e38 [9aec3e38]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/avahi-tqt/commit/?id=5d56fcdf [5d56fcdf]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/avahi-tqt/commit/?id=571a0c03 [571a0c03]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== dbus-1-tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dbus-1-tqt/commit/?id=ab0f2949 [ab0f2949]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dbus-1-tqt/commit/?id=008f34be [008f34be]] Replace QT_STATIC_CONST_* with actual definitions&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dbus-1-tqt/commit/?id=9b724c19 [9b724c19]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dbus-1-tqt/commit/?id=49dca60b [49dca60b]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dbus-1-tqt/commit/?id=122c2a5a [122c2a5a]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== dbus-tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dbus-tqt/commit/?id=c0e37ab0 [c0e37ab0]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dbus-tqt/commit/?id=fe52f8f3 [fe52f8f3]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dbus-tqt/commit/?id=31736507 [31736507]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== libart-lgpl ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libart-lgpl/commit/?id=6dada22d [6dada22d]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libart-lgpl/commit/?id=604e7976 [604e7976]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libart-lgpl/commit/?id=a8d8c5d0 [a8d8c5d0]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== libcaldav ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libcaldav/commit/?id=f1c843a8 [f1c843a8]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libcaldav/commit/?id=212fdb12 [212fdb12]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== libcarddav ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libcarddav/commit/?id=7b7f2ab5 [7b7f2ab5]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libcarddav/commit/?id=2bee3c7a [2bee3c7a]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== libr ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libr/commit/?id=9e8c893b [9e8c893b]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libr/commit/?id=2cf31691 [2cf31691]] Expose used backend via pkg-config&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libr/commit/?id=75d69350 [75d69350]] Make dependency upon gtk optional&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libr/commit/?id=aaf98109 [aaf98109]] Update library version to 0.7.0&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libr/commit/?id=47a836e4 [47a836e4]] Remove libglade related code, since libglade is no longer available&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libr/commit/?id=35d7395c [35d7395c]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== sip4-tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/sip4-tqt/commit/?id=15dc4a7c [15dc4a7c]] Fix pytde FTBFS caused by commit 5cfeb8e&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/sip4-tqt/commit/?id=9d52e5c0 [9d52e5c0]] Fix yyerror ftbfs under Fedora 40&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/sip4-tqt/commit/?id=5cfeb8ec [5cfeb8ec]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/sip4-tqt/commit/?id=5e77787c [5e77787c]] Fix SEGV on exit when using python 3.12 and raise minimum required version to 3.4.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/sip4-tqt/commit/?id=18bbe173 [18bbe173]] Add support for python 3.12 and raise minimum required version to 3.3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/sip4-tqt/commit/?id=c668d2b1 [c668d2b1]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
&lt;br /&gt;
== tqscintilla ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqscintilla/commit/?id=7a4f96cd [7a4f96cd]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqscintilla/commit/?id=c763d908 [c763d908]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqscintilla/commit/?id=0355ec98 [0355ec98]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqscintilla/commit/?id=57048ef2 [57048ef2]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== pytqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=88d14d22 [88d14d22]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=244f8405 [244f8405]] Add support for python 3.12 and raise minimum required version to 3.4.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=27f46d60 [27f46d60]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=a131499f [a131499f]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
&lt;br /&gt;
== polkit-tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-tqt/commit/?id=446ba007 [446ba007]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-tqt/commit/?id=0b5b2bf9 [0b5b2bf9]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-tqt/commit/?id=b5e521d0 [b5e521d0]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tqca ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqca/commit/?id=891a22ce [891a22ce]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqca/commit/?id=7267a6cb [7267a6cb]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqca/commit/?id=9cbea02c [9cbea02c]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
= core =&lt;br /&gt;
== tdelibs ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=e132f2be [e132f2be]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=1f956046 [1f956046]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=773b8e23 [773b8e23]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=8b4af6a9 [8b4af6a9]] kdoctools: Add TQt entity to obsolete/general.entities.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=69e73207 [69e73207]] Kate: add support for template string syntax of JS&amp;lt;br/&amp;gt;https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=d658f645 [d658f645]] tdeio/kdirlister: better handle if TDEIO::localURL() failed&amp;lt;br/&amp;gt;This shouldn&amp;#039;t generally happend, but better safe than sorry.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=25f86695 [25f86695]] tdeio/kdirlister: reset complete flag earlier for remote URLs&amp;lt;br/&amp;gt;Bug: https://mirror.git.trinitydesktop.org/gitea/TDE/gwenview/issues/20&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=63999d71 [63999d71]] tdeio/kdirlister: add some cleanups for LocalURLJob&amp;#039;s&amp;lt;br/&amp;gt;Theoretically the lack of those could lead to segfaults and data&amp;lt;br/&amp;gt;corruptions, hard to debug but very rare.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=26274cb6 [26274cb6]] tdeio/KDirLister: add url validity check&amp;lt;br/&amp;gt;Before 0756aab51 and 4d6667159 this validity check was done for all URLs&amp;lt;br/&amp;gt;inside KDirListerCache::listDir(). But since those two commits the result&amp;lt;br/&amp;gt;of this check for remote URLs is impossible to propagate to the user. So&amp;lt;br/&amp;gt;implicit check is in order.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=9d4be4eb [9d4be4eb]] tdeio/kdirlister: some refactoring&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=ddaf1402 [ddaf1402]] tdeio/Mainpage.dox: fix an incorrect reference to KDE as Trinity&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=ac345f68 [ac345f68]] Replace QT_STATIC_CONST_* with actual definitions&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=d81ab9bb [d81ab9bb]] Simplify code since cmake minimum version is now 3.5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=5e51787f [5e51787f]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=ff174128 [ff174128]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7b83dfe0 [7b83dfe0]] Replace auto_ptr&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7f03918f [7f03918f]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=dff83720 [dff83720]] Fix lvm volumes appearing as removable devices&amp;lt;br/&amp;gt;- remove obsolete/erroneous code meddling with&amp;lt;br/&amp;gt;  GENHD_FL_MEDIA_CHANGE_NOTIFY&amp;lt;br/&amp;gt;- use /sys/block/&amp;amp;lt;dev&amp;amp;gt;/removable rather than&amp;lt;br/&amp;gt;  /sys/block/&amp;amp;lt;dev&amp;amp;gt;/capabilities&amp;lt;br/&amp;gt;- deprecate TDEDiskDeviceStatus::Hotpluggable and use&amp;lt;br/&amp;gt;  TDEDiskDeviceStatus::Removable for all removable devices&amp;lt;br/&amp;gt;- put some local utility function into anonymous namespace&amp;lt;br/&amp;gt;See https://mirror.git.trinitydesktop.org/gitea/TDE/tde/issues/148&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=2a3a62bb [2a3a62bb]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=af8caead [af8caead]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=553b7050 [553b7050]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=d8d8319b [d8d8319b]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=3a837ecf [3a837ecf]] Fix FTBFS caused by detection of libr version after recent update&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=9fc074fc [9fc074fc]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=4c9f3f02 [4c9f3f02]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cf7f8e74 [cf7f8e74]] Replace color &amp;#039;#define&amp;#039; strings with actual values&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=89c80321 [89c80321]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 2&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=e84b6d89 [e84b6d89]] Replaced time related &amp;#039;#define&amp;#039; with actual strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=3373b45c [3373b45c]] Replace various tq* strings with TQt::* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=0e4a5c95 [0e4a5c95]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=303b6445 [303b6445]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=141ced0c [141ced0c]] Prevent to use conditional inclusion preprocessor feature (since C++23)&amp;lt;br/&amp;gt;`#elifdef` is supported since C23 and C++23, but such newer compiler&amp;lt;br/&amp;gt;is not required here.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=1b8945b1 [1b8945b1]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=050ff82b [050ff82b]] KTabBar: add way to revert tab color to default&amp;lt;br/&amp;gt;This commit adds a resetTabColor(...) method to TQTabBar and TQTabWidget which allows the color of the appropriate tab to be reset to the default as specified by the desktop color scheme.&amp;lt;br/&amp;gt;It also changes how invalid color values are handled; before, an invalid value would be used as a valid color, resulting in 0,0,0 (black). Seeing that an invalid color is returned by KColorDialog when the default color checkbox is checked, it makes more sense to ignore invalid colors, using the appropriate color from the color scheme instead.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=10b5c67d [10b5c67d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=2cc4398e [2cc4398e]] Update version to R14.1.2&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tdebase ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d6b6bd79 [d6b6bd79]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=97c7b667 [97c7b667]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b8111709 [b8111709]] Fix twin crash when starting with &amp;#039;Switch desktop&amp;#039; option set. This&amp;lt;br/&amp;gt;resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/455 #455]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ff9d1cfa [ff9d1cfa]] Fix FTBFS caused by cmake lowercase renaming&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b89d30df [b89d30df]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e3c4e755 [e3c4e755]] tdeioslave/sftp: make source c++11-compatible&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e41e8b9e [e41e8b9e]] tdeioslave/sftp: get rid of goto in openConnection()&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e55cf59e [e55cf59e]] tdeioslave/sftp: use unsigned to store auth method flags/bitsets&amp;lt;br/&amp;gt;The libssh defines those flags as unsigned. Technically ssh_auth_list()&amp;lt;br/&amp;gt;still returns int, but its guranteed to be bitset of those flags.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=11c1ec50 [11c1ec50]] tdeioslave/sftp: better erros for unsupported auth methods&amp;lt;br/&amp;gt;Also:&amp;lt;br/&amp;gt;- do not translate auth methods names as the names appear in config&amp;lt;br/&amp;gt;  files verbatim&amp;lt;br/&amp;gt;- libssh actually doesn&amp;#039;t supports hostbased auth, so exclude it from&amp;lt;br/&amp;gt;  bitset of supported&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c1a256a3 [c1a256a3]] tdeioslave/sftp: better cancelation handling in case of several publickeys&amp;lt;br/&amp;gt;Consider publickey auth canceled only if user canceled it for each of&amp;lt;br/&amp;gt;the prompted keys.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ef56a87f [ef56a87f]] tdeioslave/sftp: save/restore seqNr for multi-factor auth&amp;lt;br/&amp;gt;In case the server is set up for multi-factor authentication we could&amp;lt;br/&amp;gt;be have to query several things from the user like password, a key&amp;lt;br/&amp;gt;passphrase, their mother&amp;#039;s maiden name etc. It doesn&amp;#039;t make a big&amp;lt;br/&amp;gt;difference during an initial connection, but it butchers the&amp;lt;br/&amp;gt;reconnection process: it can retrieve the answer of the user to the&amp;lt;br/&amp;gt;first question (e.g. their password), but it fails to retrieve the&amp;lt;br/&amp;gt;second one (e.g. the key passphrase). So the user would be forced to&amp;lt;br/&amp;gt;reenter the answer for the second question upon each reconnection.&amp;lt;br/&amp;gt;The reason for this is the passwdserver&amp;#039;s desig (see DESIGN [1]):&amp;lt;br/&amp;gt;Each query for AuthInfo with the openPassDlg() has an secNr number&amp;lt;br/&amp;gt;associated with it. If it&amp;#039;s smaller than the one of the one stored for&amp;lt;br/&amp;gt;the privious request, than the one from the cache will be returned&amp;lt;br/&amp;gt;automagically, if it&amp;#039;s bigger the dialog will be prompted to the user.&amp;lt;br/&amp;gt;Each call to openPassDlg() advances s_seqNr to the last value reported&amp;lt;br/&amp;gt;by the passwdserver. So the first call will return the cached value and&amp;lt;br/&amp;gt;subsequent calls will actually display the dialog to the user (assuming&amp;lt;br/&amp;gt;authentication with the cached data failed).&amp;lt;br/&amp;gt;But in case of multi-factor auth we have to query user for several&amp;lt;br/&amp;gt;independent values. And we want to try to retrieve each one of those&amp;lt;br/&amp;gt;from the cache. So we have to get a bit hacky and manually manipulate&amp;lt;br/&amp;gt;the SlaveBase::s_seqNr value.&amp;lt;br/&amp;gt;[1]: https://mirror.git.trinitydesktop.org/gitea/TDE/tdelibs/src/branch/master/tdeio/kpasswdserver/DESIGN&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=fae96a29 [fae96a29]] tdeioslave/sftp: imbue error messages with errors from libssh&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a9d6ae55 [a9d6ae55]] tdeioslave/sftp: cache passwords in case they were passed to setHost()&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7ae47417 [7ae47417]] tdeioslave/sftp: prevent infinite looping in kb-interactive auth&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=16ad3686 [16ad3686]] tdeioslave/sftp: purge password in the destructor&amp;lt;br/&amp;gt;This could be useful in case the destructor will be called before&amp;lt;br/&amp;gt;openConnection()&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=dbd135cc [dbd135cc]] tdeioslave/sftp: enable changing user during kb-interactive auth&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=15815002 [15815002]] tdeioslave/sftp: pass correct username to openPassDlg()&amp;lt;br/&amp;gt;We should always pass to the openPassDlg() exactly the same username&amp;lt;br/&amp;gt;otherwise it may result in incorrect caching of passwords especially in&amp;lt;br/&amp;gt;case if the username is changed by the user.&amp;lt;br/&amp;gt;Also don&amp;#039;t allow username change in case it was passed to setHost()&amp;lt;br/&amp;gt;(i.e. it was specified in the URL like e.g. sftp://username@host/).&amp;lt;br/&amp;gt;In such a case after changing it&amp;#039;d be impossible to properly cache it.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c5ae0c2a [c5ae0c2a]] tdeioslave/sftp: even bigger authentication overhaul&amp;lt;br/&amp;gt;- Move authentication methods into separate functions so it would be&amp;lt;br/&amp;gt;  easier to correctly handle error after those and select which should&amp;lt;br/&amp;gt;  be called in which order.&amp;lt;br/&amp;gt;- A lot of minor improvements along the way&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=dbde9a19 [dbde9a19]] tdeioslave/sftp: use realmValue to distinguish different prompts&amp;lt;br/&amp;gt;This will help kpasswdserver not to confuse different user&amp;#039;s answers to&amp;lt;br/&amp;gt;different questions.&amp;lt;br/&amp;gt;Also avoid passing/returning TDE::AuthInfo for kb-interactive auth as it&amp;lt;br/&amp;gt;isn&amp;#039;t really necessary when we don&amp;#039;t manually caching passwords anymore.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c950ace0 [c950ace0]] tdeioslave/sftp: avoid explicit password caching&amp;lt;br/&amp;gt;All password caching we need actually already autmagically&amp;lt;br/&amp;gt;done by openPassDlg().&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c01b3345 [c01b3345]] tdeioslave/sftp: use a scope guards to close connection&amp;lt;br/&amp;gt;There were a couple of missing closeConnection() calls after connection&amp;lt;br/&amp;gt;errors. The probably haven&amp;#039;t caused any major bugs, but use scope guards&amp;lt;br/&amp;gt;to be on the safe side.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e3895956 [e3895956]] tdeioslave/sftp: split off connection init to a dedicated function&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9a9f8570 [9a9f8570]] tdeioslave/sftp: use free to destroy mCallbacks&amp;lt;br/&amp;gt;As it allocated via malloc() rather than new.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=39ee836a [39ee836a]] tdeioslave/sftp: overhaul publickey auth&amp;lt;br/&amp;gt;Several enhancements to public key authentication and some other stuff:&amp;lt;br/&amp;gt;- Fix passphrase entry for encrypted keys (was either hanging up or&amp;lt;br/&amp;gt;  segfaulting)&amp;lt;br/&amp;gt;- Use scope guard idiom for cleanup calls for more reliable cleanup in&amp;lt;br/&amp;gt;  case of errors&amp;lt;br/&amp;gt;- Add normal prompt for public key&amp;#039;s passphrase entry dialog&amp;lt;br/&amp;gt;- Correctly differentiate passphrase to password when cached (yes they&amp;lt;br/&amp;gt;  are getting cached regardless of keepPassword, at least for some&amp;lt;br/&amp;gt;  duration of time)&amp;lt;br/&amp;gt;- Centrilize AuthInfo initialization and some rejig of it&amp;lt;br/&amp;gt;  kbd-interactive authentification&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2d6f4a33 [2d6f4a33]] tdeioslave/sftp: fix keyboard-interactive authentication&amp;lt;br/&amp;gt;This is a partial fix to the sftp ioslave. Subsequent commits will fix&amp;lt;br/&amp;gt;other issues.&amp;lt;br/&amp;gt;Closes: https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/443&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=bbd9f210 [bbd9f210]] kcontrol/smserver: rephrase fadeaway description&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=40879a72 [40879a72]] kxkb: utilize a translations provseided by xkeyboard-config&amp;lt;br/&amp;gt;xkeyboard-config package comes with a message catalogue of its own to&amp;lt;br/&amp;gt;translate locale, keyboard model and xkb option names. It would be&amp;lt;br/&amp;gt;easier and more robust to utilize it instead of redoing all&amp;lt;br/&amp;gt;translation in-house.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e56c1ff3 [e56c1ff3]] kxkb: add missing connect&amp;lt;br/&amp;gt;Overvise apply button on the dialog won&amp;#039;t be enablen when the option is&amp;lt;br/&amp;gt;changed&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=bfb0fce6 [bfb0fce6]] cmake: use pkg_get_variable() to query pkg-config variables&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=6b4ac199 [6b4ac199]] kcontrol/input: fix incorrect statements whatsthis + some rewording&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=56037f88 [56037f88]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=26d58ece [26d58ece]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8db3aae9 [8db3aae9]] kcontrol-info-memory: use 64 bits variable to store memory size&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=10639b72 [10639b72]] Simplify code since cmake minimum version is now 3.5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b2fcd6f2 [b2fcd6f2]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=cfbf60a0 [cfbf60a0]] kxkb: handle resetOld correctly in cases if all opions already set&amp;lt;br/&amp;gt;Closes: https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/391&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=28b6fb9b [28b6fb9b]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=71079cac [71079cac]] Replace auto_ptr&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1c65be77 [1c65be77]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=55ba7bff [55ba7bff]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=75aeb0d5 [75aeb0d5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=0e5ef873 [0e5ef873]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=dcda0012 [dcda0012]] KXkb: add keyboard layout notification&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=94cec968 [94cec968]] Kxkb: move LayoutUnit struct into its own file and add getLayoutName function&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c55cad68 [c55cad68]] Make dependency upon libssh optional&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=6c067940 [6c067940]] TWin: Add DCOP method showWindowMenu(wid) for default menu position&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8447a9a6 [8447a9a6]] TWin showWindowMenu: add support for negative coordinates&amp;lt;br/&amp;gt;Negative coordinates change the popup menu origins:&amp;lt;br/&amp;gt;* Negative X: origin is right edge instead of left;&amp;lt;br/&amp;gt;* Negative Y: origin is bottom edge instead of top.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e67f30eb [e67f30eb]] twin: fix showWindowMenuAt(...) DCOP call&amp;lt;br/&amp;gt;Before it only called slotWindowOperations(), which showed the operations menu of the current window at a preset position, ignoring all arguments passed to showWindowMenuAt.&amp;lt;br/&amp;gt;This commit implpements the correct behaviour of the function which takes all arguments into account.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=fa7aa947 [fa7aa947]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9c73915c [9c73915c]] twin: use separate bit to inhibit configure request messages. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/434 #434]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=80859919 [80859919]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f91c73bf [f91c73bf]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=3f84b83e [3f84b83e]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e240ec46 [e240ec46]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b19e4cab [b19e4cab]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=6b5d95d5 [6b5d95d5]] twin: makes sure to notify an application on resizing events so that the window contents can get updated. This is particularly important for Virtual Terminal based application. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tde/issues/57 TDE/tde#57] and issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/384 #384]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a3017180 [a3017180]] Fix FTBFS caused by detection of libr version after recent update&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=df343992 [df343992]] Fix unwanted window resizing. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tde/issues/57 TDE/tde#57]&amp;lt;br/&amp;gt;Some applications (like xfce4-terminal) try to manage their sizes by requesting the window manager a different size. The WM responds by resizing the window and the application tries once again to adjust its own size. This can lead to a repeated loop of request-resize which results in the application window to either shrink to the minimum allowed size or expand to the display size.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=71b2eaec [71b2eaec]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=139b166e [139b166e]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c19f68bd [c19f68bd]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 2&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=bf17c1e9 [bf17c1e9]] Replaced time related &amp;#039;#define&amp;#039; with actual strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7272c289 [7272c289]] Replace various tq* strings with TQt::* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=4a6f4a17 [4a6f4a17]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=06606d2a [06606d2a]] QuickLauncher: Ignore empty URLs at reading the configuration&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=196fabb2 [196fabb2]] Fix strlcat and strlcpy check&amp;lt;br/&amp;gt;Solving the [https://mirror.git.trinitydesktop.org/gitea/TDE/tde-packaging-gentoo/issues/310 TDE/tde-packaging-gentoo#310] problem.&amp;lt;br/&amp;gt;Glibc-2.38 adds new functions strlcat and strlcpy.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a49b0e2c [a49b0e2c]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8f661313 [8f661313]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=63432a21 [63432a21]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=457c4539 [457c4539]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=539f7f00 [539f7f00]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e3908518 [e3908518]] Deprecate TabColor setting&amp;lt;br/&amp;gt;This is a confusing feature which saves the color of the first tab and makes it the default color in new sessions. As a result, it broke color schemes by overriding the default tab color.&amp;lt;br/&amp;gt;This is not related to saving tab colors as part of a session.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c7cfaf20 [c7cfaf20]] Konsole: add ability to reset tab color to default&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=93dcc468 [93dcc468]] Add six new color schemes taken from https://www.opendesktop.org.&amp;lt;br/&amp;gt;There is no license files on the website, but based on the site Terms &amp;amp; Conditions, it seems reasonable to redistribute this files under GPL2 license.&amp;lt;br/&amp;gt;Human:    https://www.opendesktop.org/p/1123955/&amp;lt;br/&amp;gt;Last.fm:  https://www.opendesktop.org/p/1123742/&amp;lt;br/&amp;gt;Lizard:   https://www.opendesktop.org/p/1123562&amp;lt;br/&amp;gt;Platinum: https://www.opendesktop.org/p/1123528/&amp;lt;br/&amp;gt;Sienna:   https://www.opendesktop.org/p/1123485/&amp;lt;br/&amp;gt;WedgeWeb: https://www.opendesktop.org/p/1123249/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5739816e [5739816e]] Added initial draft of release notes for R14.1.2.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=fe02fc0d [fe02fc0d]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdepim ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=04278de8 [04278de8]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=a21e50f9 [a21e50f9]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=487706ea [487706ea]] Simplify code since cmake minimum version is now 3.5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=0037a564 [0037a564]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=ea84f574 [ea84f574]] Fix spurious quotes in calendar events&amp;lt;br/&amp;gt;Newer libical versions no longer require the parameters to be quoted. This&amp;lt;br/&amp;gt;patch removes the quoting to avoid adding unnecessary quotes to the&amp;lt;br/&amp;gt;attendee and organizer parameters. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdepim/issues/108 #108]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=112a9744 [112a9744]] Fix open HTML with an external program&amp;lt;br/&amp;gt;HTML emails can&amp;#039;t be opened because they are not written to disk. This&amp;lt;br/&amp;gt;fixes it by writing HTML parts of the email unconditionally to disk and&amp;lt;br/&amp;gt;adds a &amp;#039;.html&amp;#039; file extension if the part is of type HTML. This resolves&amp;lt;br/&amp;gt;Issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdepim/issues/94 #94]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=7ad14b00 [7ad14b00]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=3b1e4bbb [3b1e4bbb]] Replace auto_ptr&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=b0f8eef0 [b0f8eef0]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=3b25eb31 [3b25eb31]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=f26a304e [f26a304e]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=ae35bc48 [ae35bc48]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=51d0291b [51d0291b]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=22da7013 [22da7013]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=6efcb28e [6efcb28e]] Replaced time related &amp;#039;#define&amp;#039; with actual strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=9ade94ab [9ade94ab]] Holidays: ua&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=4a793dd7 [4a793dd7]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=7a712e61 [7a712e61]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=0a8405f6 [0a8405f6]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdemultimedia ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=d2ab59b4 [d2ab59b4]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=0b24fa85 [0b24fa85]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=b7646ef6 [b7646ef6]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=637d383f [637d383f]] kmix[minor]: remove a stray extra space&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=282d6e6a [282d6e6a]] Simplify code since cmake minimum version is now 3.5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=98cd7ba5 [98cd7ba5]] Add support for TagLib 2.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=b71a5b9b [b71a5b9b]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=39a4235d [39a4235d]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=f353dc99 [f353dc99]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=da49daf5 [da49daf5]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=452c1e81 [452c1e81]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=bd26faa9 [bd26faa9]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=de42315f [de42315f]] Noatun: Crashing at empty items in the playlist&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=5bdb5189 [5bdb5189]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=a86ba592 [a86ba592]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdenetwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=a557a673 [a557a673]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=b8cee550 [b8cee550]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=a3953252 [a3953252]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=f61a13c1 [f61a13c1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=9bea52fd [9bea52fd]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=5d85a610 [5d85a610]] Replace auto_ptr&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=40393e30 [40393e30]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=51f2e0ff [51f2e0ff]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=4be03979 [4be03979]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e0a2f545 [e0a2f545]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e6bbef6d [e6bbef6d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=4dbc3ab8 [4dbc3ab8]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=b195cf38 [b195cf38]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=4edd87ce [4edd87ce]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=7367a616 [7367a616]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=caae1151 [caae1151]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdegraphics ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=036f40f1 [036f40f1]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=d65aac7f [d65aac7f]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=66444947 [66444947]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=459c09ca [459c09ca]] Simplify poppler version definitions.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=df6124db [df6124db]] Added support for poppler-24.02&amp;lt;br/&amp;gt;Solution to problem #85&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=cb1b22d0 [cb1b22d0]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=ea1f5870 [ea1f5870]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=904cb397 [904cb397]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=c9e40417 [c9e40417]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=1fe6cb7f [1fe6cb7f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=556d90cb [556d90cb]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=7ec27f89 [7ec27f89]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=cdcc24c6 [cdcc24c6]] ksnapshot: add setPixmap DCOP call&amp;lt;br/&amp;gt;Can be useful to integrate KSnapshot with applications that can take their own screenshots better (e.g. a media player can use a single frame from a video instead of a lower-quality real screen grab).&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=57ade681 [57ade681]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=73368709 [73368709]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=cfee7c43 [cfee7c43]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=924f894b [924f894b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=666a1d67 [666a1d67]] ksnapshot: add delay functionality to &amp;#039;Region&amp;#039; mode. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdegraphics/issues/71 #71]&lt;br /&gt;
&lt;br /&gt;
== tdetoys ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=04527b6a [04527b6a]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=cc18811e [cc18811e]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=1fb4ee78 [1fb4ee78]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=61b80b53 [61b80b53]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=8114410a [8114410a]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=4603b024 [4603b024]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=1606ffff [1606ffff]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=0b6f951e [0b6f951e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=64a5b23e [64a5b23e]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=79c780ce [79c780ce]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=8f9e8c88 [8f9e8c88]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=a6499fdc [a6499fdc]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeutils ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=6e0ff42c [6e0ff42c]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=75fa7e08 [75fa7e08]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=43a8c03e [43a8c03e]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=7f582d9a [7f582d9a]] Simplify code since cmake minimum version is now 3.5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=b6eec758 [b6eec758]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=278d2f50 [278d2f50]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=c960bd6f [c960bd6f]] superkaramba: add support for python 3.12. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdeutils/issues/71 #71]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=d4393c11 [d4393c11]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=5b1fdb9a [5b1fdb9a]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=5ecef94f [5ecef94f]] kmilo: after changing the screen brightness, allows a small delay before popping up the OSD feedback. This allows the underlying hardware to report the correct value. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdeutils/issues/68 #68]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=dfb81fda [dfb81fda]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=2d05a4b0 [2d05a4b0]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=f901ccee [f901ccee]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=3156b549 [3156b549]] Solving the [https://mirror.git.trinitydesktop.org/gitea/TDE/tde-packaging-gentoo/issues/313 TDE/tde-packaging-gentoo#313] problem.&amp;lt;br/&amp;gt;Glibc-2.38 adds new functions strlcat and strlcpy.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=b3f501d4 [b3f501d4]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=60471443 [60471443]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeedu ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=f3c1d301 [f3c1d301]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=0913e673 [0913e673]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=093fca95 [093fca95]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=aa76b219 [aa76b219]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=84528140 [84528140]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=5446eb71 [5446eb71]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=63af14c3 [63af14c3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=c75fee7f [c75fee7f]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=c407c455 [c407c455]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=79ebc59c [79ebc59c]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=bcee6c32 [bcee6c32]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=9af05810 [9af05810]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=0ef55542 [0ef55542]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdegames ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=6a21e133 [6a21e133]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=50854749 [50854749]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=ebb1fd89 [ebb1fd89]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e2b34f0b [e2b34f0b]] Simplify code since cmake minimum version is now 3.5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=bd2e9436 [bd2e9436]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=7b5371d0 [7b5371d0]] Replace auto_ptr&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=6374e2e6 [6374e2e6]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=4d6acadb [4d6acadb]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=76f734a8 [76f734a8]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=03c3d226 [03c3d226]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f240b9f9 [f240b9f9]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=c5a61d6e [c5a61d6e]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=afc67225 [afc67225]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=d86e0406 [d86e0406]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeaccessibility ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=71bcc460 [71bcc460]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=b6e3f69e [b6e3f69e]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=c4b79b2c [c4b79b2c]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=8923dcc3 [8923dcc3]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=79f019f1 [79f019f1]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=2aad9568 [2aad9568]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=93fbe96e [93fbe96e]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=14c0e766 [14c0e766]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=716294c7 [716294c7]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=57266e49 [57266e49]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeaddons ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=ce857b09 [ce857b09]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=b58fbd54 [b58fbd54]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=8be498d3 [8be498d3]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=2b2ba553 [2b2ba553]] kate/katesort: fix a typo&amp;lt;br/&amp;gt;Thanks to adem for noticing this on weblate&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=300132f9 [300132f9]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=e2345655 [e2345655]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=c19fc937 [c19fc937]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=76b9a4ad [76b9a4ad]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=92d851c1 [92d851c1]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=588c6181 [588c6181]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=a67df804 [a67df804]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=94639370 [94639370]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=f37c5af5 [f37c5af5]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=35876c80 [35876c80]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeadmin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=ffb1e416 [ffb1e416]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=d5a40b8e [d5a40b8e]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=f2ee6cfd [f2ee6cfd]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=7ad2f154 [7ad2f154]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=1ab02499 [1ab02499]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=ac7e4fb5 [ac7e4fb5]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=684b9d33 [684b9d33]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=16c7639b [16c7639b]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=a0028424 [a0028424]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeartwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=265bc607 [265bc607]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=917de326 [917de326]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=aecd11b5 [aecd11b5]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=2cfbec61 [2cfbec61]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=78e766b0 [78e766b0]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=d0fc8a81 [d0fc8a81]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=f2e4e24e [f2e4e24e]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=856d6d13 [856d6d13]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=fc6c321e [fc6c321e]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=e243bddf [e243bddf]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=149da968 [149da968]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=185ed081 [185ed081]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=59d0ee36 [59d0ee36]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=5f9b4a9f [5f9b4a9f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=f6619763 [f6619763]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdebindings ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=935aa331 [935aa331]] Replace QT_STATIC_CONST_* with actual definitions&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=5204caac [5204caac]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=a8bc056a [a8bc056a]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=1eb01731 [1eb01731]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=7d03532f [7d03532f]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
&lt;br /&gt;
== tdesdk ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=c119718f [c119718f]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=5e8a11ec [5e8a11ec]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=7ea1ab37 [7ea1ab37]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=b703ee98 [b703ee98]] Replace QT_STATIC_CONST_* with actual definitions&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=7f79362a [7f79362a]] Rename missed Q_SIGNALS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d3799513 [d3799513]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=725db2ce [725db2ce]] Replace auto_ptr&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d3656a49 [d3656a49]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=8fc5cf27 [8fc5cf27]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=74c34bca [74c34bca]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=a03358fd [a03358fd]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=4f51c08a [4f51c08a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d6dc3a3d [d6dc3a3d]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=49d88f18 [49d88f18]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=5d52b8ff [5d52b8ff]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=785064f9 [785064f9]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=429f7fd4 [429f7fd4]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdevelop ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=40fd405e [40fd405e]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=27159fc6 [27159fc6]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=ce6544d5 [ce6544d5]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=0ddca9b8 [0ddca9b8]] Replace QT_STATIC_CONST_* with actual definitions&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=6843dff0 [6843dff0]] Simplify code since cmake minimum version is now 3.5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=2f2f4edb [2f2f4edb]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=43fd0a38 [43fd0a38]] Replace auto_ptr&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=c891bb5d [c891bb5d]] Fix KDevPluginController::query() with empty constraint&amp;lt;br/&amp;gt;When KDevPluginController::query() was called with empty constrain it&amp;lt;br/&amp;gt;were resulting in incorrect query string being passed to TDETrader,&amp;lt;br/&amp;gt;which were resulting in at least warnings like the next one:&amp;lt;br/&amp;gt;```&amp;lt;br/&amp;gt;[tdeio (TDETrader)] [6751] WARNING: Parsing &amp;#039; and [X-TDevelop-Version] == 5&amp;#039; gave syntax error&amp;lt;br/&amp;gt;```&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=e4efa087 [e4efa087]] Fix SEGV when hovering on symbols after creating a new project. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdevelop/issues/40 #40]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=0b6a83b7 [0b6a83b7]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=b9186693 [b9186693]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=f12db681 [f12db681]] kdevdesigner: prevent SEGV from invalid pointer. This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tqt3/issues/97 TDE/tqt3#97]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=ea8f1be4 [ea8f1be4]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=2d0252be [2d0252be]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=d31a7027 [d31a7027]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=8308ebce [8308ebce]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=521604de [521604de]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=96ced6ef [96ced6ef]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdewebdev ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=5f5631cf [5f5631cf]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=cb9f1d4a [cb9f1d4a]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=684bdead [684bdead]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=f8006999 [f8006999]] Fix FTBFS due to multi-line result from ICU C++ flags detection.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=48c2f91a [48c2f91a]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=dd3ce2e1 [dd3ce2e1]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=86fed9b7 [86fed9b7]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=8954d764 [8954d764]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=717ca24e [717ca24e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=abd5e8f9 [abd5e8f9]] Fix FTBFS from prior commit.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=37f6b15c [37f6b15c]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=dd931b3e [dd931b3e]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=b4887167 [b4887167]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=9e8724c9 [9e8724c9]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=b00a91b0 [b00a91b0]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=b3b05947 [b3b05947]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tde-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8c64c11a [8c64c11a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de2dd299 [de2dd299]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45435fb1 [45435fb1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3d0a34c8 [3d0a34c8]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bfd8a62c [bfd8a62c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67869a54 [67869a54]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2bcdeb77 [2bcdeb77]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c58a3740 [c58a3740]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3a4bb944 [3a4bb944]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a91965f [5a91965f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d81951f2 [d81951f2]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=75717c54 [75717c54]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=169faa1b [169faa1b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bf17c0ac [bf17c0ac]] tdemultimedia/kmix: remove a stray extra space.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fadd5e6b [fadd5e6b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bab54172 [bab54172]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cf522957 [cf522957]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=741eef7d [741eef7d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2cf50021 [2cf50021]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f4c5ba08 [f4c5ba08]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73230742 [73230742]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=842d0728 [842d0728]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aa5da19a [aa5da19a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44e3825e [44e3825e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ea8296a [2ea8296a]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c5441a72 [c5441a72]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a00bbd9b [a00bbd9b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3cf519c1 [3cf519c1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c7eb7259 [c7eb7259]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c034e83 [6c034e83]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b590f840 [b590f840]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b319b88a [b319b88a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cc45161c [cc45161c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=efd947d3 [efd947d3]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25d196dc [25d196dc]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e5380a77 [e5380a77]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a1d02ef5 [a1d02ef5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b02ffeb [4b02ffeb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2729c261 [2729c261]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=47a9a331 [47a9a331]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41f9994c [41f9994c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8772ccd5 [8772ccd5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9cfeaaba [9cfeaaba]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b8623c9 [2b8623c9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ea97c56 [7ea97c56]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ce43bede [ce43bede]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=298b491a [298b491a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c2f113be [c2f113be]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4594ec8 [d4594ec8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=28015952 [28015952]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abe7f960 [abe7f960]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6d051d6a [6d051d6a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1608a85b [1608a85b]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61e2eaf3 [61e2eaf3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c41887c6 [c41887c6]] Remove duplicate translations from commit 83e7d90131a60206a219edf4a2ba9e570c689268.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ff9fcec [2ff9fcec]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6b78e804 [6b78e804]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=83e7d901 [83e7d901]] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d3f6a5fb [d3f6a5fb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dd01a895 [dd01a895]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d7331290 [d7331290]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d39a21e0 [d39a21e0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6383fd9e [6383fd9e]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a662e89 [2a662e89]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0cb349be [0cb349be]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d9b15b4 [7d9b15b4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=42fa475c [42fa475c]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
= libraries =&lt;br /&gt;
== libkdcraw ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=6cc04761 [6cc04761]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=a8723c31 [a8723c31]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=4bbbe298 [4bbbe298]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=d2e28d1a [d2e28d1a]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=cf62b14f [cf62b14f]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== libkexiv2 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkexiv2/commit/?id=efab49fa [efab49fa]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkexiv2/commit/?id=d69c95c1 [d69c95c1]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkexiv2/commit/?id=735076ec [735076ec]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== libkipi ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=ef09f37c [ef09f37c]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=a1ca108f [a1ca108f]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=166d8c53 [166d8c53]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=29ef104e [29ef104e]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=72d352a7 [72d352a7]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=79b037f6 [79b037f6]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kipi-plugins ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=d2ec29f0 [d2ec29f0]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=8b5c3386 [8b5c3386]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=b74930c0 [b74930c0]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=d0107930 [d0107930]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=2cf37f58 [2cf37f58]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=b4ab4f13 [b4ab4f13]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=d543d160 [d543d160]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=cc9c3a67 [cc9c3a67]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=5c09bb36 [5c09bb36]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=bc3ec7f2 [bc3ec7f2]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=d28f47b5 [d28f47b5]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== libksquirrel ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libksquirrel/commit/?id=01dafd82 [01dafd82]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libksquirrel/commit/?id=115223b1 [115223b1]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libksquirrel/commit/?id=a125c8f3 [a125c8f3]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libksquirrel/commit/?id=592f28f9 [592f28f9]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libksquirrel/commit/?id=c612c9c0 [c612c9c0]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libksquirrel/commit/?id=029784cd [029784cd]] Drop autotools support&lt;br /&gt;
&lt;br /&gt;
== libtdeldap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtdeldap/commit/?id=6c4cb0e3 [6c4cb0e3]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtdeldap/commit/?id=1090c874 [1090c874]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtdeldap/commit/?id=5ba47607 [5ba47607]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== libtqt-perl ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=fe960594 [fe960594]] Replace QT_STATIC_CONST_* with actual definitions&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=a9af628d [a9af628d]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=a9e12524 [a9e12524]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=947bc2db [947bc2db]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=d655c313 [d655c313]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=803408f7 [803408f7]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 2&lt;br /&gt;
&lt;br /&gt;
== pytde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytde/commit/?id=89bcd15e [89bcd15e]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytde/commit/?id=db88dbbd [db88dbbd]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytde/commit/?id=41cc3906 [41cc3906]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytde/commit/?id=16dba0a4 [16dba0a4]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== pytdeextensions ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytdeextensions/commit/?id=e266e8f8 [e266e8f8]] Fix detection of SIP-TQt, PyTQt and PyTDE modules in tdedistutils&amp;lt;br/&amp;gt;with multiple Python3 installed in parallel. This solves FTBFS&amp;lt;br/&amp;gt;when building tde-guidance.&amp;lt;br/&amp;gt;Remove import of &amp;#039;imp&amp;#039; module that is no longer needed.&amp;lt;br/&amp;gt;Sysconfig from Python is now used instead of sysconfig from distutils.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytdeextensions/commit/?id=e864982d [e864982d]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
&lt;br /&gt;
= applications/development =&lt;br /&gt;
== kdbg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=7e20b904 [7e20b904]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=1a9b8e7a [1a9b8e7a]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=320b4e63 [320b4e63]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=3cefef8e [3cefef8e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=c8f5e54e [c8f5e54e]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kdiff3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=df477675 [df477675]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=a8091616 [a8091616]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=79daa6a1 [79daa6a1]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=835702ea [835702ea]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=95d0ba61 [95d0ba61]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=7ff0b7ed [7ff0b7ed]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=10096961 [10096961]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=eff219cd [eff219cd]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=b1a7c5eb [b1a7c5eb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=180f871b [180f871b]] Fix pasting UTF8 text from clipboard.&amp;lt;br/&amp;gt;This commit is based on work from Roman Savochenko  available at PR #13, but adapted to the TDE standard. It replaces the aforementioned PR #13.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=5e65678a [5e65678a]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=d3cfbab1 [d3cfbab1]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kpicosim ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=b2af526f [b2af526f]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=7825473d [7825473d]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=bb32ffaf [bb32ffaf]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=6e904a10 [6e904a10]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=69df5d03 [69df5d03]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kscope ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=7fcca288 [7fcca288]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=76dc310f [76dc310f]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=b035a6c4 [b035a6c4]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=3fb41909 [3fb41909]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== ktechlab ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=ebdcce5a [ebdcce5a]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=00010fac [00010fac]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=4bff0b57 [4bff0b57]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=a082a259 [a082a259]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=f5d0ed0e [f5d0ed0e]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=669d1daa [669d1daa]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=420fcb6c [420fcb6c]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kxmleditor ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=fa8d4d39 [fa8d4d39]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=e86e0ce5 [e86e0ce5]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=9e94ee99 [9e94ee99]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=21ab29e9 [21ab29e9]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== piklab ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=6e5d4478 [6e5d4478]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=9689d714 [9689d714]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=f3f67ab7 [f3f67ab7]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=26bcb362 [26bcb362]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=aa5aa16b [aa5aa16b]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=fb9112c9 [fb9112c9]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=d73c00b7 [d73c00b7]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=6ea6638a [6ea6638a]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tdesvn ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=96a87859 [96a87859]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=0ec1d384 [0ec1d384]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=593e1773 [593e1773]] Removed unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=484c315b [484c315b]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=aa1df34f [aa1df34f]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=f71f6c99 [f71f6c99]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=a2bf0715 [a2bf0715]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=7221e1ed [7221e1ed]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=340a9422 [340a9422]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=2e75d667 [2e75d667]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=2bf1c106 [2bf1c106]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=42734aee [42734aee]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
= applications/games =&lt;br /&gt;
== knights ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=cd0bca7c [cd0bca7c]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=ffaff7d7 [ffaff7d7]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=b4b4994c [b4b4994c]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=b8335a4a [b8335a4a]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=a39b2b83 [a39b2b83]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=0959fe8c [0959fe8c]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=248df7d9 [248df7d9]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tdepacman ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=bfe3e5c8 [bfe3e5c8]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=b4236bf2 [b4236bf2]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=2d94efff [2d94efff]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=1a929a80 [1a929a80]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
= applications/graphics =&lt;br /&gt;
== digikam ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=8f0b4a3a [8f0b4a3a]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=282e4601 [282e4601]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=40c16979 [40c16979]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=4fb5c762 [4fb5c762]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=dfb59e25 [dfb59e25]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=8fa69390 [8fa69390]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=3bedcd00 [3bedcd00]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=80cb02ba [80cb02ba]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=a7a3aa3b [a7a3aa3b]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=df0251e7 [df0251e7]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=56a89d7b [56a89d7b]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== gwenview ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=f0b27130 [f0b27130]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=843bdb50 [843bdb50]] Fix cmake conversion for ix86 archs&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=41f6d5af [41f6d5af]] Conversion to cmake building system&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=b24092d4 [b24092d4]] fix an incorrect condition in ImageViewController::eventFilter()&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=f9cd02af [f9cd02af]] Suppress several warnings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=e00293c1 [e00293c1]] Drop dummy development test for vertical tab widget&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=e99867e7 [e99867e7]] Add program pixmap from tde-packaging&amp;#039;s debian folder&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=2407130a [2407130a]] Move gvdirpart icons under main icons folder&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=10fd80d4 [10fd80d4]] Restructure src/pics into icons folder&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=c3f31d40 [c3f31d40]] Removed unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=d41529e3 [d41529e3]] Restructure doc/man folders&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=ab31b74b [ab31b74b]] Fix a crash when loading a PPMRAW image&amp;lt;br/&amp;gt;The crash is caused by the fact that TQImageIO::imageFormat() may return&amp;lt;br/&amp;gt;some values not present in neighter KImageIO::types(KImageIO::Reading)&amp;lt;br/&amp;gt;nor in TQImage::inputFormatList(), e.g. different flavours of ppm like&amp;lt;br/&amp;gt;PPMRAW. Besides that it&amp;#039;s possible theat TQt could support other formats&amp;lt;br/&amp;gt;unknown to TDE.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=b97fb9f1 [b97fb9f1]] Update FileThumbnailView&amp;#039;s grid upon finishing loading thumbnails&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=74da49e1 [74da49e1]] src/gvcore/filethumbnailview: replace NULL -&amp;amp;gt; nullptr&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=0729233b [0729233b]] configimagelistpage: add whatsthis messages and keyboard accelerators&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=c42622ee [c42622ee]] Make metadata loading optional&amp;lt;br/&amp;gt;See: https://mirror.git.trinitydesktop.org/gitea/TDE/gwenview/issues/17#issuecomment-44076&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=8f266257 [8f266257]] Use image dimmentions from metadata as a fallback&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=db4080c1 [db4080c1]] Avoid sorting items and creating thumbnails when loading metadata&amp;lt;br/&amp;gt;Otherwice it has a big performance impact: it causes lots of&amp;lt;br/&amp;gt;thumbnail reloads and resorts of FileThumbnailView.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=a5931c83 [a5931c83]] Some refactoring of FileThumbnailViewItem::updateLines()&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=d84beae4 [d84beae4]] Keep an item in browse mode selected when switchng views&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=ad01a7f1 [ad01a7f1]] Various small improvements&amp;lt;br/&amp;gt;- fix some warnings about struct/class deslaration/definition mismatch&amp;lt;br/&amp;gt;- fix incorrect assert in jpegcontent.cpp&amp;lt;br/&amp;gt;- add a note&amp;lt;br/&amp;gt;- null a pointer after deleting a job&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=801c90b6 [801c90b6]] Load file metadata asynchronously&amp;lt;br/&amp;gt;Synchronous load of metadata resulted in big delays when opening a&amp;lt;br/&amp;gt;directory with substantial amount of files.&amp;lt;br/&amp;gt;Closes: https://mirror.git.trinitydesktop.org/gitea/TDE/gwenview/issues/17&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=8064b0ca [8064b0ca]] avoid waiting for dir cache when opening a file&amp;lt;br/&amp;gt;At least this will eliminate the most annoying part of the bug there the&amp;lt;br/&amp;gt;file won&amp;#039;t be displayed till the dir cache is completely loaded.&amp;lt;br/&amp;gt;Bug: https://mirror.git.trinitydesktop.org/gitea/TDE/gwenview/issues/17&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=30981c12 [30981c12]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=f31e61c6 [f31e61c6]] Replace auto_ptr&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=f476b77d [f476b77d]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=5eb453b7 [5eb453b7]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=247add21 [247add21]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=5a71f93b [5a71f93b]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=20b4653f [20b4653f]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=d4e69bd2 [d4e69bd2]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 2&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=d2998fbc [d2998fbc]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=549b83de [549b83de]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=4c58d618 [4c58d618]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== gwenview-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=5d8fa9a9 [5d8fa9a9]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=ae6e2155 [ae6e2155]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=498684e4 [498684e4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=476bfcf5 [476bfcf5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=0aaaf25f [0aaaf25f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=eeefb581 [eeefb581]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=adde7bac [adde7bac]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=04164129 [04164129]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=df89b8d0 [df89b8d0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=fe3a9945 [fe3a9945]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=ec568f0d [ec568f0d]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== ksquirrel ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=ca605599 [ca605599]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=c8cada82 [c8cada82]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=745c0bda [745c0bda]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=ee5dabb7 [ee5dabb7]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=77d98cdf [77d98cdf]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=e814f1e8 [e814f1e8]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=9d3adf01 [9d3adf01]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=4078a895 [4078a895]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== potracegui ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=6f01896c [6f01896c]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=323206ba [323206ba]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=7a90b396 [7a90b396]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=7f29a86e [7f29a86e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=63c91476 [63c91476]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=91a23eae [91a23eae]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=512732b0 [512732b0]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
= applications/internet =&lt;br /&gt;
== kasablanca ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=add95234 [add95234]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=d7d6eed0 [d7d6eed0]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=cd4fe19c [cd4fe19c]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=44e4c4e1 [44e4c4e1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=749fadd2 [749fadd2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=d942de57 [d942de57]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=0e9b7d1d [0e9b7d1d]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kbiff ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=28af00da [28af00da]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=1df6327d [1df6327d]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=47b05696 [47b05696]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=8498ab1f [8498ab1f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=b1912c9f [b1912c9f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=4c492704 [4c492704]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=e65e12d0 [e65e12d0]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kftpgrabber ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=20ad9ac5 [20ad9ac5]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=188e5fce [188e5fce]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=f198284d [f198284d]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=91bacaa9 [91bacaa9]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== knmap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=750d9ef3 [750d9ef3]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=94758dbe [94758dbe]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=1d388460 [1d388460]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=63cafd37 [63cafd37]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=fa583363 [fa583363]] Removed already applied .diff file and custom _DEBUG flag&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=2a173c58 [2a173c58]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=76067f79 [76067f79]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=3f0328e9 [3f0328e9]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== konversation ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=aa7c5936 [aa7c5936]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=c8767883 [c8767883]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=a920dfcf [a920dfcf]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=f18f28a7 [f18f28a7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=097cbcdd [097cbcdd]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=0d666f48 [0d666f48]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=9f9819b2 [9f9819b2]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=0b3b0962 [0b3b0962]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=b44a471a [b44a471a]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=ae1967dc [ae1967dc]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=cb42cd20 [cb42cd20]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kopete-otr ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=bcef10ab [bcef10ab]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=316e7784 [316e7784]] Removed unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=56a8b011 [56a8b011]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=e14ad764 [e14ad764]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=edea0d8d [edea0d8d]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kshowmail ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=e71eaf4d [e71eaf4d]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=0cf62cd0 [0cf62cd0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=84348cbb [84348cbb]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=87732784 [87732784]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=521a7742 [521a7742]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=c5b1ab33 [c5b1ab33]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=86f2b710 [86f2b710]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kstreamripper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=ae93db6d [ae93db6d]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=3506b4a7 [3506b4a7]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=2ce8abf5 [2ce8abf5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=5e4da610 [5e4da610]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=ae602fba [ae602fba]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=786fcd32 [786fcd32]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=04368be9 [04368be9]] Properly deallocate memory on exit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=6a86ef7a [6a86ef7a]] Added context menu&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=248e67ea [248e67ea]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=9f785fdc [9f785fdc]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=c22d8d68 [c22d8d68]] Ask for confirmation before deleting a stream from the list&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=0796f6cb [0796f6cb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=d94539da [d94539da]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=8286cc5b [8286cc5b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=71c98694 [71c98694]] Provide a minimum height for the station listview to improve user experiences when there are more than a few stations&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=64cf76fc [64cf76fc]] Prevent loss of last station across multiple program runs if its description is empty&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=5aed5382 [5aed5382]] Removing unnecessary functionality&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=9fb4112a [9fb4112a]] Added stream editing in a separate dialog box&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=9a8675a8 [9a8675a8]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=bcdbeef8 [bcdbeef8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=9d38a4e2 [9d38a4e2]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=fbb41b91 [fbb41b91]] Add unicode stream support&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=683560fc [683560fc]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=560afe55 [560afe55]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=7678506d [7678506d]] Fix deallocation of process controllers when quitting the application&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=b624496e [b624496e]] Avoid repeated connection of the same signal when ripping the same item multiple times&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=b3d9058d [b3d9058d]] Added event processing if the process has finished its work&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=6701bdba [6701bdba]] Removed unnecessary code and files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=be9e9e89 [be9e9e89]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=015618b1 [015618b1]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=ff9482e1 [ff9482e1]] Added processing for stopping processes when closing the program window&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=943a67a4 [943a67a4]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== ktorrent ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=ce56158f [ce56158f]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=511b23a3 [511b23a3]] Removed unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=37d524ba [37d524ba]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=e98b0ef1 [e98b0ef1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=657dd888 [657dd888]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=4caf6f3c [4caf6f3c]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=29628def [29628def]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=ea5e56f7 [ea5e56f7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=5a75de0b [5a75de0b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=2a3111ed [2a3111ed]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=e76b1b06 [e76b1b06]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=59f680d9 [59f680d9]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=f5f62f5b [f5f62f5b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=9e6ff2e1 [9e6ff2e1]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kvirc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=782e31aa [782e31aa]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=949305a2 [949305a2]] Remove unnecessary files and Qt4 support&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=d29e90e6 [d29e90e6]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=3de49dee [3de49dee]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=677dae3b [677dae3b]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=0066e291 [0066e291]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=35d1f217 [35d1f217]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=039fcfa8 [039fcfa8]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=3f8bfdfe [3f8bfdfe]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=265b1c8c [265b1c8c]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=860d3e1f [860d3e1f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=5b2ba173 [5b2ba173]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=55b59d3d [55b59d3d]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=8bb7372e [8bb7372e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=d7a1d0a3 [d7a1d0a3]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=945085d2 [945085d2]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kvpnc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=eea3fa9f [eea3fa9f]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=9ced8bd3 [9ced8bd3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=cee8dbf6 [cee8dbf6]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=942ccb8e [942ccb8e]] Removed unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=6a1ecf87 [6a1ecf87]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=1cfbe9cb [1cfbe9cb]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=f6f9924d [f6f9924d]] Fix remaining unwanted renaming SLOT =&amp;amp;gt; TQ_SLOT related to the message.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=36f7e3f1 [36f7e3f1]] Fix unwanted renaming SLOT =&amp;amp;gt; TQ_SLOT in the message string.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=143ef5f5 [143ef5f5]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=c76d015d [c76d015d]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=1172d1f6 [1172d1f6]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== smb4k ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=9ee91610 [9ee91610]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=035f1d6c [035f1d6c]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=b703a19e [b703a19e]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=74b97723 [74b97723]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=cfafca88 [cfafca88]] CMake conversion&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=3b8edca5 [3b8edca5]] TQString related changes required for cmake conversion&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=cdd07aa7 [cdd07aa7]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=c6b056cc [c6b056cc]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=e7dc7656 [e7dc7656]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=936b601d [936b601d]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=16d186a5 [16d186a5]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=c4ac8caf [c4ac8caf]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=4e996a89 [4e996a89]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=01627fbd [01627fbd]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=16657171 [16657171]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
= applications/misc =&lt;br /&gt;
== bibletime ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=70dce1cf [70dce1cf]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=5ffb7095 [5ffb7095]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=f4cae605 [f4cae605]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=88b0e5ce [88b0e5ce]] Replace Qt with TQt and KDE with TDE&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=9f336161 [9f336161]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=14f6b82f [14f6b82f]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=138dd9d3 [138dd9d3]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=c6f8f1bf [c6f8f1bf]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=f2540b01 [f2540b01]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=bc35a6b9 [bc35a6b9]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=79a57869 [79a57869]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=89cdda50 [89cdda50]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=75205341 [75205341]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== compizconfig-backend-tdeconfig ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/compizconfig-backend-tdeconfig/commit/?id=c6d98e12 [c6d98e12]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/compizconfig-backend-tdeconfig/commit/?id=6cb631f1 [6cb631f1]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== desktop-effects-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=6866de31 [6866de31]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=7faf6c12 [7faf6c12]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=c3d75707 [c3d75707]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=842d40b0 [842d40b0]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kcmldap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=ab3e85b9 [ab3e85b9]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=b4e7fbdb [b4e7fbdb]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=df2cc5be [df2cc5be]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=2fcf4275 [2fcf4275]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kcmldapcontroller ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=1cc6eedc [1cc6eedc]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=7f36742a [7f36742a]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=e385027b [e385027b]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=9e149d4b [9e149d4b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=585d173e [585d173e]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kcmldapmanager ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=bbefc9a2 [bbefc9a2]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=446b4aaf [446b4aaf]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=d6b06a9d [d6b06a9d]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=47887118 [47887118]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kerberostray ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=52afc69c [52afc69c]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=0b9aad72 [0b9aad72]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=67336400 [67336400]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=d3f5f06e [d3f5f06e]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=9fe0aff0 [9fe0aff0]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== krecipes ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=bd0871b7 [bd0871b7]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=45efcea5 [45efcea5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=5924f9c7 [5924f9c7]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=069a14f6 [069a14f6]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=1d6e93a1 [1d6e93a1]] Remove unused files/code&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=dd228586 [dd228586]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=c72be0a6 [c72be0a6]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=6b856e9c [6b856e9c]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=60c15de3 [60c15de3]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
= applications/multimedia =&lt;br /&gt;
== amarok ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4c59dce5 [4c59dce5]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=02b1f0f4 [02b1f0f4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=3c90dc38 [3c90dc38]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=226522fa [226522fa]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=5a5b34eb [5a5b34eb]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=97c254f2 [97c254f2]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=a9635517 [a9635517]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=03e5582d [03e5582d]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=5cae14d5 [5cae14d5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=0851e201 [0851e201]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=832a6a86 [832a6a86]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=22bcf55f [22bcf55f]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=3b0aee61 [3b0aee61]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=e4b6122b [e4b6122b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=36d4e52e [36d4e52e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=f2d29897 [f2d29897]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== codeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=38dcd285 [38dcd285]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=81d30b11 [81d30b11]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=b023e039 [b023e039]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=7c2b90bd [7c2b90bd]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== k3b ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=ed45be67 [ed45be67]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=e4505c94 [e4505c94]] Fix detection of MMX capabilities on ix86 archs&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=0d811e3e [0d811e3e]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=f989f27b [f989f27b]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=80e5226c [80e5226c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=ac9bee9f [ac9bee9f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=ce3ab445 [ce3ab445]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=6a101aa2 [6a101aa2]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=386d824e [386d824e]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=b591f195 [b591f195]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=361bf819 [361bf819]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=c7656114 [c7656114]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=214ce2ba [214ce2ba]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=32a52075 [32a52075]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=21fdca70 [21fdca70]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=0c90dd24 [0c90dd24]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== k3b-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=bc3804fa [bc3804fa]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=dc58a60f [dc58a60f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=512501b0 [512501b0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=8e431ad6 [8e431ad6]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=fbaf24c8 [fbaf24c8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=0eb2404b [0eb2404b]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=408cd80e [408cd80e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=c871eb98 [c871eb98]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=6b26d66f [6b26d66f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=f9c5cefe [f9c5cefe]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=d711e3fb [d711e3fb]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== k9copy ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=21f900e2 [21f900e2]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=65ffe0c5 [65ffe0c5]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=a90fa4fe [a90fa4fe]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=bcf4fd54 [bcf4fd54]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=0828ec19 [0828ec19]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=4b425835 [4b425835]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=9e55e6ee [9e55e6ee]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=a2dacecf [a2dacecf]] Remove the original translation directory layout.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=fb42a086 [fb42a086]] Copy translations to a new directory layout.&amp;lt;br/&amp;gt;Added translation of .desktop files.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=83c41bf1 [83c41bf1]] Drop autotools support&lt;br /&gt;
&lt;br /&gt;
== kaffeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=43720193 [43720193]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=15592147 [15592147]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=9aeb52db [9aeb52db]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=ef2254d5 [ef2254d5]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=89e9863c [89e9863c]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=53219858 [53219858]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=3ba0ef17 [3ba0ef17]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=018ae989 [018ae989]] xine-backend: Remove protocols from supported extensions&amp;lt;br/&amp;gt;This caused problems with the extension filter of the file opener dialog.&amp;lt;br/&amp;gt;This fixes [https://mirror.git.trinitydesktop.org/gitea/TDE/tdemultimedia/issues/58 TDE/tdemultimedia#58]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=283e19b9 [283e19b9]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=2c49540b [2c49540b]] Removed patch files from source code.&amp;lt;br/&amp;gt;fast-slow-dcop.patch, generic_tr.patch and scandialog.patch have already&amp;lt;br/&amp;gt;been applied in the code.&amp;lt;br/&amp;gt;terminate.patch has not been applied but contains no explanation on what&amp;lt;br/&amp;gt;problem it was trying to fix.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=f5f7098e [f5f7098e]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=2fe187b9 [2fe187b9]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kaffeine-mozilla ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine-mozilla/commit/?id=d4cb836c [d4cb836c]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine-mozilla/commit/?id=843f25da [843f25da]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine-mozilla/commit/?id=e7e12a9a [e7e12a9a]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kmplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=f2a131c5 [f2a131c5]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=6ffc55ca [6ffc55ca]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=1f99527a [1f99527a]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=436bc266 [436bc266]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=8a590af0 [8a590af0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=2e5e0a3b [2e5e0a3b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=8417b0fe [8417b0fe]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=6777b854 [6777b854]] Solving the problem of launching the settings dialog without xine support&amp;lt;br/&amp;gt;The settings dialog crashes if built without xine support.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=8527831e [8527831e]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=27035a4b [27035a4b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=f29a95f6 [f29a95f6]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=7916d64f [7916d64f]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=59e6dbe4 [59e6dbe4]] Update DocBook DTD for documentation to 4.2.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=cc08a7d8 [cc08a7d8]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=228b7d8a [228b7d8a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=2d9f7497 [2d9f7497]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=9ed93309 [9ed93309]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== mplayerthumbs ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=4d6dd76e [4d6dd76e]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=0940b08c [0940b08c]] Removed unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=790a2c0a [790a2c0a]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=52f017aa [52f017aa]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== rosegarden ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=d91402d7 [d91402d7]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=0adbbf7a [0adbbf7a]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=5b68b462 [5b68b462]] Remove unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=10e90628 [10e90628]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=a3a855ce [a3a855ce]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=0d651f25 [0d651f25]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=d2261821 [d2261821]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=ec073d64 [ec073d64]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=6bee7afd [6bee7afd]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=d80f3b6c [d80f3b6c]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=5a840665 [5a840665]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== soundkonverter ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=18bdfb20 [18bdfb20]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=260f6d19 [260f6d19]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=61e1b0e4 [61e1b0e4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=8c11a140 [8c11a140]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=070927f4 [070927f4]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=80596a68 [80596a68]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=ad48759d [ad48759d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=54c143b5 [54c143b5]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=0438ba40 [0438ba40]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=c4c4d373 [c4c4d373]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=5bba09ee [5bba09ee]] cmake conversion&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=546952a1 [546952a1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=7fe222c3 [7fe222c3]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=2ec39571 [2ec39571]] Rename src/config.h to src/configuration.h to avoid possible conflicts with autogenerated config.h file&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=b36ba456 [b36ba456]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=65f00ac0 [65f00ac0]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=6d9278a9 [6d9278a9]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tderadio ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=c7c3b8bc [c7c3b8bc]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=e5430936 [e5430936]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=ac8ddffa [ac8ddffa]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=24e8de38 [24e8de38]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=9c572378 [9c572378]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=3dbd1166 [3dbd1166]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=a2837bd4 [a2837bd4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=525e762e [525e762e]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=e76222b9 [e76222b9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=e8c31a52 [e8c31a52]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=779f24c6 [779f24c6]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
= applications/office =&lt;br /&gt;
== basket ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=514031eb [514031eb]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=8a69776a [8a69776a]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=5b1ac559 [5b1ac559]] Removed unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=f9edc9cf [f9edc9cf]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=31622296 [31622296]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=50245e3d [50245e3d]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=b70474e0 [b70474e0]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=b29b77fb [b29b77fb]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=70031454 [70031454]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=928b97c5 [928b97c5]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=48f3d5f4 [48f3d5f4]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kbibtex ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=f9fea70a [f9fea70a]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=2e910806 [2e910806]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=eae3ad00 [eae3ad00]] Removed unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=07a565d7 [07a565d7]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=483545c2 [483545c2]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=584744b2 [584744b2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=c9d1bd72 [c9d1bd72]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kbookreader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=9bdbff38 [9bdbff38]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=65a1fc38 [65a1fc38]] Removed unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=5022c499 [5022c499]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=fd40ec98 [fd40ec98]] Replace auto_ptr&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=d0aa6926 [d0aa6926]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=9830ae32 [9830ae32]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=4bc7d31a [4bc7d31a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=86c67226 [86c67226]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=4aa2e024 [4aa2e024]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=1e7501a9 [1e7501a9]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=853da7ee [853da7ee]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== keximdb ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keximdb/commit/?id=3743c858 [3743c858]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keximdb/commit/?id=7e2ce5dc [7e2ce5dc]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kile ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=39559462 [39559462]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=f0b7ab48 [f0b7ab48]] Removed unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=90e65b4a [90e65b4a]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=39a06ef0 [39a06ef0]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=6c37103f [6c37103f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=762d93a8 [762d93a8]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=b8b37954 [b8b37954]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=cde35e42 [cde35e42]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=6549f004 [6549f004]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=50df78ea [50df78ea]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=9999c59b [9999c59b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=286a5b17 [286a5b17]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kmymoney ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=442efde9 [442efde9]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=01729135 [01729135]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=b216ea7a [b216ea7a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=5123998a [5123998a]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=970832ef [970832ef]] Replace QT_STATIC_CONST_* with actual definitions&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=010c375b [010c375b]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=3a528d87 [3a528d87]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=04ddc823 [04ddc823]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=f892e5be [f892e5be]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=debbb965 [debbb965]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=778d1114 [778d1114]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=c033bc04 [c033bc04]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=2889777f [2889777f]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=483ebca4 [483ebca4]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=00081047 [00081047]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== knowit ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=d92080a6 [d92080a6]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=238d5143 [238d5143]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=5a55a65c [5a55a65c]] Remove unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=af5c1114 [af5c1114]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=2f7d0721 [2f7d0721]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=b47d595e [b47d595e]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=07692010 [07692010]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== koffice ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=e220a1b2 [e220a1b2]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=79c5c7cb [79c5c7cb]] Replace QT_STATIC_CONST_* with actual definitions&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=a50710e6 [a50710e6]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=67aa6b18 [67aa6b18]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=cf1bb69b [cf1bb69b]] Replace auto_ptr&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=e1b37ac1 [e1b37ac1]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=757d80a9 [757d80a9]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=9abcf51d [9abcf51d]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=5761876d [5761876d]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=2891d3c2 [2891d3c2]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=f9893e5b [f9893e5b]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=8263fdf7 [8263fdf7]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 2&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=00aa1f43 [00aa1f43]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=c8c5e11f [c8c5e11f]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=c9973bfb [c9973bfb]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== koffice-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=8c635794 [8c635794]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=79138675 [79138675]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=6b648c74 [6b648c74]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=1033bf66 [1033bf66]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=8f039f42 [8f039f42]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=d3c5f390 [d3c5f390]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=c9c89dbb [c9c89dbb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=c0d03513 [c0d03513]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=0340f152 [0340f152]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=3cc206ab [3cc206ab]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kpilot ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=e9d53339 [e9d53339]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=031143c7 [031143c7]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=84beaa20 [84beaa20]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=f9289944 [f9289944]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=3b5ccc65 [3b5ccc65]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=abcd9a45 [abcd9a45]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=1d47a02e [1d47a02e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=04d2f2a5 [04d2f2a5]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=2f80418d [2f80418d]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=255ec906 [255ec906]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tellico ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=e8f457ac [e8f457ac]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=ccc90afb [ccc90afb]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=f9ec1da0 [f9ec1da0]] Replace auto_ptr&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=aa5bb443 [aa5bb443]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=727a2e58 [727a2e58]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=8ed9929d [8ed9929d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=c932624b [c932624b]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=5f98a522 [5f98a522]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=ad02e86c [ad02e86c]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=1ff93d9e [1ff93d9e]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=211ad874 [211ad874]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=5dcd02bb [5dcd02bb]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=034ed63e [034ed63e]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
= applications/settings =&lt;br /&gt;
== kdpkg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=be66e1e8 [be66e1e8]] Removed unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=bcb6d6c6 [bcb6d6c6]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=c730b578 [c730b578]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=921d46a4 [921d46a4]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=b630d6e2 [b630d6e2]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=ac316ed3 [ac316ed3]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kima ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=b31b4ffb [b31b4ffb]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=d7c9764d [d7c9764d]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=545f3b89 [545f3b89]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=aa0c75cc [aa0c75cc]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=0558e0fb [0558e0fb]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=99ba74a9 [99ba74a9]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kiosktool ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=eacda823 [eacda823]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=051fc70b [051fc70b]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=b80fb3b7 [b80fb3b7]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=2811df5f [2811df5f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=9ef88aa8 [9ef88aa8]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=a0811519 [a0811519]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kkbswitch ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=66b23317 [66b23317]] Removed unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=7a308bc2 [7a308bc2]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=24b2cecd [24b2cecd]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=3a19fc03 [3a19fc03]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=b225c79f [b225c79f]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=2b9c1482 [2b9c1482]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=cf86bb82 [cf86bb82]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== klcddimmer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=5d3a4035 [5d3a4035]] Removed unused files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=bef490f2 [bef490f2]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=c3581faf [c3581faf]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=4d46d6c2 [4d46d6c2]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=d69adfd4 [d69adfd4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=b09ff5dd [b09ff5dd]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kmyfirewall ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=3541a498 [3541a498]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=5335ce5d [5335ce5d]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=66b3326a [66b3326a]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=53fde083 [53fde083]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=6913f86b [6913f86b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=37baea59 [37baea59]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tde-guidance ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-guidance/commit/?id=d2626aa8 [d2626aa8]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-guidance/commit/?id=dceb004c [dceb004c]] Conversion to cmake building system&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-guidance/commit/?id=1825d1c2 [1825d1c2]] Fix invalid escape sequences.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-guidance/commit/?id=10f0a51a [10f0a51a]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-guidance/commit/?id=5acecc50 [5acecc50]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-guidance/commit/?id=4a49ed93 [4a49ed93]] Remove wineconfig module&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-guidance/commit/?id=16bbedc3 [16bbedc3]] Remove grubconfig module&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-guidance/commit/?id=dc9cd228 [dc9cd228]] Fix functionality of mountconfig module&lt;br /&gt;
&lt;br /&gt;
== tde-systemsettings ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-systemsettings/commit/?id=494a1e3d [494a1e3d]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-systemsettings/commit/?id=498895cf [498895cf]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-systemsettings/commit/?id=f614f05c [f614f05c]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-systemsettings/commit/?id=a1194f5b [a1194f5b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdenetworkmanager ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=35996c44 [35996c44]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=aca334a2 [aca334a2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=c3b1cd37 [c3b1cd37]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=5f8d8691 [5f8d8691]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=d408f5cb [d408f5cb]] Fix a typo&amp;lt;br/&amp;gt;Thanks to adem for noticing this on weblate&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=5ec457f3 [5ec457f3]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=a88fc517 [a88fc517]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=461e2090 [461e2090]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=ac34a604 [ac34a604]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=00aab2e4 [00aab2e4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=048ed035 [048ed035]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=ba52504d [ba52504d]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=687ebf64 [687ebf64]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=f54fe201 [f54fe201]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tdesudo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesudo/commit/?id=36e7794d [36e7794d]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesudo/commit/?id=6b4a51a0 [6b4a51a0]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesudo/commit/?id=da05d2b4 [da05d2b4]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== wlassistant ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/wlassistant/commit/?id=4469a86f [4469a86f]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/wlassistant/commit/?id=ee4dfb78 [ee4dfb78]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/wlassistant/commit/?id=df532886 [df532886]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/wlassistant/commit/?id=3efb8ddd [3efb8ddd]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/wlassistant/commit/?id=f7a20040 [f7a20040]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
= applications/system =&lt;br /&gt;
== dolphin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=fb80993a [fb80993a]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=b81aca2a [b81aca2a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=f03ddc53 [f03ddc53]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=a822e3e4 [a822e3e4]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=84dce0e3 [84dce0e3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=94fa32f9 [94fa32f9]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=60a08792 [60a08792]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=5ee150f0 [5ee150f0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=c11be914 [c11be914]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=fd73938a [fd73938a]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== katapult ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=71fcb0b5 [71fcb0b5]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=fded3c0a [fded3c0a]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=d3f66339 [d3f66339]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=bdd907d1 [bdd907d1]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=4ca2cbcf [4ca2cbcf]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kbfx ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=b62d792c [b62d792c]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=39b1357d [39b1357d]] cmake files: change keywords to lower case&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=120f8eb6 [120f8eb6]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=dbc335c7 [dbc335c7]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=6319099a [6319099a]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=cca1b232 [cca1b232]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=97ca6223 [97ca6223]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kcmautostart ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=d4fed915 [d4fed915]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=c0071d4c [c0071d4c]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=59eea31e [59eea31e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=9f38675b [9f38675b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=f73b98ca [f73b98ca]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kdbusnotification ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=36d97289 [36d97289]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=6ac34a66 [6ac34a66]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=93591f24 [93591f24]] Respect -DDBUS_BINDING_TOOL provided by cmake user&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=a971c7f6 [a971c7f6]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== klamav ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=891c4183 [891c4183]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=2375c3f5 [2375c3f5]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=e2e86dda [e2e86dda]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== knemo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=dd472e40 [dd472e40]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=73e92cf0 [73e92cf0]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=bed78533 [bed78533]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=74f1cd87 [74f1cd87]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=95eef6c3 [95eef6c3]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=a2090048 [a2090048]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=923a514f [923a514f]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== knetload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=e631fe28 [e631fe28]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=8c286cc4 [8c286cc4]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=0ba0326e [0ba0326e]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=83b084bf [83b084bf]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=0ea50dc6 [0ea50dc6]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=bb7f6255 [bb7f6255]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== knetstats ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=0e2aead4 [0e2aead4]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=678eabac [678eabac]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=57a4c0ab [57a4c0ab]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=1caa8b1b [1caa8b1b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=de4276a7 [de4276a7]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kooldock ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kooldock/commit/?id=9284b0c1 [9284b0c1]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kooldock/commit/?id=3f57e4b5 [3f57e4b5]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kooldock/commit/?id=2191a58b [2191a58b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== krusader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=6551acc5 [6551acc5]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=9c013568 [9c013568]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=56f4ac3a [56f4ac3a]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=1570bf7f [1570bf7f]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=0e769547 [0e769547]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=e61c1db9 [e61c1db9]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=f854b2fe [f854b2fe]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=f19fa530 [f19fa530]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=db723943 [db723943]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=6c738063 [6c738063]] Krusader: Unpacking TXZ.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=f8733916 [f8733916]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=ae61cb4c [ae61cb4c]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kshutdown ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=fc95493e [fc95493e]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=2ced6309 [2ced6309]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=afe74bfe [afe74bfe]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=8f798c9f [8f798c9f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=bdaee14b [bdaee14b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== ksystemlog ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=8ce8538c [8ce8538c]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=4217755e [4217755e]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=c110ab27 [c110ab27]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=a07e5bcd [a07e5bcd]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=6200356b [6200356b]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kvkbd ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=d2af3256 [d2af3256]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=cae154cc [cae154cc]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=09ce2637 [09ce2637]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=0a7a004c [0a7a004c]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== polkit-agent-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=38b87842 [38b87842]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=1ad151e7 [1ad151e7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=eedf1c13 [eedf1c13]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=fbceb48f [fbceb48f]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== smartcardauth ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smartcardauth/commit/?id=06953ed5 [06953ed5]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smartcardauth/commit/?id=0247a594 [0247a594]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tastymenu ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=cac317d3 [cac317d3]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=74cbc6e1 [74cbc6e1]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=a65bdf88 [a65bdf88]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=44e77ecb [44e77ecb]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdebluez ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=f436ed27 [f436ed27]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=c82acb8f [c82acb8f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=50734d4f [50734d4f]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=1f091996 [1f091996]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=7fe3e3a1 [7fe3e3a1]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdedocker ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=ac5f06e5 [ac5f06e5]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=9f512be4 [9f512be4]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=e9c02a31 [e9c02a31]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdepowersave ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=f0d33ac8 [f0d33ac8]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=6b77cea8 [6b77cea8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=b61a8c75 [b61a8c75]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=c03872d3 [c03872d3]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=f5832e4a [f5832e4a]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=c492704a [c492704a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=2ef52b9d [2ef52b9d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=135b14de [135b14de]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=04965313 [04965313]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tdesshaskpass ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=d62bdc3d [d62bdc3d]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=bf98ebd6 [bf98ebd6]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=60c67fdf [60c67fdf]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=481fe0f8 [481fe0f8]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== yakuake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=35bbdf5e [35bbdf5e]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=9e7f45da [9e7f45da]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=3dc97a47 [3dc97a47]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=9368dcd8 [9368dcd8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=cbb2affd [cbb2affd]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=9388682a [9388682a]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
= applications/tdeio =&lt;br /&gt;
== tdeio-appinfo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=452a84e7 [452a84e7]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=6a5b2b96 [6a5b2b96]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeio-apt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=273128c6 [273128c6]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=cb10c26c [cb10c26c]] Replace auto_ptr&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=f334aae2 [f334aae2]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=d76aa3d0 [d76aa3d0]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeio-ftps ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-ftps/commit/?id=b775539e [b775539e]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-ftps/commit/?id=20caed22 [20caed22]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeio-gopher ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-gopher/commit/?id=75a5067c [75a5067c]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-gopher/commit/?id=629af4d1 [629af4d1]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeio-locate ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=21dac2d7 [21dac2d7]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=63ae801a [63ae801a]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=2f71daf1 [2f71daf1]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeio-sword ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=010efdf1 [010efdf1]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=b14a6077 [b14a6077]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=4f0871c3 [4f0871c3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=a4b077fb [a4b077fb]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeio-umountwrapper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=66aee6c9 [66aee6c9]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=e62fccb8 [e62fccb8]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=6d87cc1f [6d87cc1f]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=13da79f0 [13da79f0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=c138f55c [c138f55c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=b2628b22 [b2628b22]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
= applications/themes =&lt;br /&gt;
== gtk-qt-engine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=e5e01403 [e5e01403]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=be6cedb4 [be6cedb4]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=afc6ea03 [afc6ea03]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=717ae9b4 [717ae9b4]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=e2af75f0 [e2af75f0]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=d161ea67 [d161ea67]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== gtk3-tqt-engine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk3-tqt-engine/commit/?id=650689f0 [650689f0]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk3-tqt-engine/commit/?id=9d21ebe8 [9d21ebe8]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk3-tqt-engine/commit/?id=180b6368 [180b6368]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kgtk-qt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=4c775c61 [4c775c61]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=2ddf00f4 [2ddf00f4]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=fa044ab0 [fa044ab0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=97c7c47d [97c7c47d]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=68e5b179 [68e5b179]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== ksplash-engine-moodin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=7031da9b [7031da9b]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=ded8d1e9 [ded8d1e9]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=62f1c985 [62f1c985]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== qt4-tqt-theme-engine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qt4-tqt-theme-engine/commit/?id=7e605f95 [7e605f95]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
&lt;br /&gt;
== tde-style-baghira ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=ac86d0ed [ac86d0ed]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=8e634f32 [8e634f32]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=8f6829a2 [8f6829a2]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=210aaadd [210aaadd]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tde-style-domino ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=a3dc1f26 [a3dc1f26]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=10fe0f76 [10fe0f76]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=e19e9e50 [e19e9e50]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=12aad560 [12aad560]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tde-style-ia-ora ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=84ed60a3 [84ed60a3]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=3a0faced [3a0faced]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=12fa2548 [12fa2548]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=bfcab3f3 [bfcab3f3]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tde-style-lipstik ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=d809df59 [d809df59]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=bae40f8a [bae40f8a]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=b0e0c34a [b0e0c34a]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=7b118fa8 [7b118fa8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=69a0e002 [69a0e002]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=3a412a9e [3a412a9e]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=f30bd931 [f30bd931]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tde-style-qtcurve ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=0baab286 [0baab286]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=738aeee4 [738aeee4]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=ea3215e2 [ea3215e2]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=cbb50b27 [cbb50b27]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=9238a995 [9238a995]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=f1732e3b [f1732e3b]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=5d24eff4 [5d24eff4]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=14a3eec2 [14a3eec2]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tdmtheme ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=1237902a [1237902a]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=8820958c [8820958c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=dc06e74f [dc06e74f]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=d5324923 [d5324923]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== twin-style-crystal ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=1c7aafd3 [1c7aafd3]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=01d5ee0f [01d5ee0f]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=6ba6bda9 [6ba6bda9]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=8719cde0 [8719cde0]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=e0ee1309 [e0ee1309]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=e87fce4f [e87fce4f]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=857dc031 [857dc031]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=858d33cc [858d33cc]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== twin-style-dekorator ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=6c52b263 [6c52b263]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=da44d447 [da44d447]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=6e6b5fd0 [6e6b5fd0]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== twin-style-machbunt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=41ff85ab [41ff85ab]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=368ed30c [368ed30c]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=8cf5d248 [8cf5d248]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== twin-style-suse2 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=7341873a [7341873a]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=1b186a95 [1b186a95]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=a0ecb910 [a0ecb910]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=3193200c [3193200c]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
= applications/utilities =&lt;br /&gt;
== abakus ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=aefe09ab [aefe09ab]] Remove unnecessary &amp;#039;tde_set_project_version&amp;#039; from CMakeL10n.txt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=48488e36 [48488e36]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=3a03ef43 [3a03ef43]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=7367cf3e [7367cf3e]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=6ff22608 [6ff22608]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=54b3d710 [54b3d710]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=e41c0ced [e41c0ced]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== filelight ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=0034426b [0034426b]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=aa677ad4 [aa677ad4]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=27c4f9d5 [27c4f9d5]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=2725bd4a [2725bd4a]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=287eaafa [287eaafa]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=58b6f564 [58b6f564]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=ad0cfb27 [ad0cfb27]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=894a7b9c [894a7b9c]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kbarcode ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=710eecd8 [710eecd8]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=c62d6a21 [c62d6a21]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=97a76f36 [97a76f36]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=2191b2df [2191b2df]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=587dc58e [587dc58e]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=e68f82c5 [e68f82c5]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kchmviewer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=482e1bce [482e1bce]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=0dbd778f [0dbd778f]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=5a0966ca [5a0966ca]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=d2f01bb5 [d2f01bb5]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=89ba2b7d [89ba2b7d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=dfbfbc33 [dfbfbc33]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kcpuload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=2b876d23 [2b876d23]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=f2261138 [f2261138]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=cec0eba3 [cec0eba3]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=ee9f81ae [ee9f81ae]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=357be4cd [357be4cd]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kdirstat ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=314de272 [314de272]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=e43fe7b8 [e43fe7b8]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=be5e4244 [be5e4244]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=23237d09 [23237d09]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=1ba064de [1ba064de]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== keep ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=487fdba4 [487fdba4]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=c049126a [c049126a]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=4f1c8e54 [4f1c8e54]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=2b6bd386 [2b6bd386]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=15c4aae7 [15c4aae7]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== knutclient ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=929cd630 [929cd630]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=d47f7d28 [d47f7d28]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=334246ae [334246ae]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=017c57dd [017c57dd]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=b3f56562 [b3f56562]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kommando ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kommando/commit/?id=cbfeb05e [cbfeb05e]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kommando/commit/?id=59af4855 [59af4855]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kommando/commit/?id=3bf0b6d5 [3bf0b6d5]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kommando/commit/?id=9066230a [9066230a]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kompose ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=3136db70 [3136db70]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=9f4c6ff7 [9f4c6ff7]] Replace Q_WS_* defines with TQ_WS_* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=43e0ea16 [43e0ea16]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=cb455231 [cb455231]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== krename ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=300f52df [300f52df]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=222407da [222407da]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=44470b8a [44470b8a]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=7132d1d7 [7132d1d7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=d8fcd4fa [d8fcd4fa]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=804f4f35 [804f4f35]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=5d02ccb1 [5d02ccb1]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== ksensors ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=6c49ad06 [6c49ad06]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=b7fce5c4 [b7fce5c4]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=7453b1ad [7453b1ad]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== mathemagics ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mathemagics/commit/?id=8456c4b8 [8456c4b8]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mathemagics/commit/?id=b3a2c4d9 [b3a2c4d9]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mathemagics/commit/?id=fdfbfd7c [fdfbfd7c]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== qalculate-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=dcacb472 [dcacb472]] Use centralized cmake version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=9fe1e65b [9fe1e65b]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=d88c548d [d88c548d]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
= packaging =&lt;br /&gt;
== packaging ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=ad04947f [ad04947f]] DEB tdepim: Change the library package name in case of incompatible ABI for 64-bit time_t.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=b392786b [b392786b]] DEB tdebase: add twinactiveborders.desktop to twin package&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=2fa41c1d [2fa41c1d]] DEB tdelibs: Change the library package name in case of incompatible ABI for 64-bit time_t.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=7485a4e5 [7485a4e5]] DEB gwenview: switch to cmake build system&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=44a190dd [44a190dd]] DEB libcarddav: Change the library package name in case of incompatible ABI for 64-bit time_t.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=29a4bad8 [29a4bad8]] DEB libcaldav: Change the library package name in case of incompatible ABI for 64-bit time_t.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=a3b893dd [a3b893dd]] DEB arts: Change the library package name in case of incompatible ABI for 64-bit time_t.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=983627bf [983627bf]] DEB tqt3: Add Recommends for t64 package omitted in PR #282.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=d95afdf8 [d95afdf8]] DEB tqt3: Change the library package name in case of incompatible ABI for 64-bit time_t.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=15a10dde [15a10dde]] DEB tde-guidance: switch to cmake build system&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=df63f7fc [df63f7fc]] DEB gwenview: application pixmap moved to main repo&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=9431b5cd [9431b5cd]] DEB rosegarden: Replace the dependence on the transitional package liblircclient-dev by the current liblirc-dev.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=2c91a152 [2c91a152]] DEB tderadio: Replace the dependence on the transitional package liblircclient-dev by the current liblirc-dev.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=9ebeaa57 [9ebeaa57]] RPM: don&amp;#039;t force use of python3.11 under Ferdora 39&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=9d336ebd [9d336ebd]] RPM: update tdesshaskpass&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f83bd2bb [f83bd2bb]] RPM: update soundkonverter (remove TODO file)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=252fba04 [252fba04]] RPM: remove grubconfig and wineconfig from tde-guidance&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=3ad90433 [3ad90433]] RPM: switch k9copy to cmake build&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=fde218b0 [fde218b0]] RPM: update tdebase&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=7e100030 [7e100030]] RPM: switch libksquirrel to cmake build&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=04309578 [04309578]] DEB pytde: Fix support for multiple Python3 installed in parallel.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=598ef9e7 [598ef9e7]] DEB pytqt: add support for python 3.12&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=67eb46f0 [67eb46f0]] ArchLinux: Update for rebuild with Poppler 24.01.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=77a683a7 [77a683a7]] RPM: fedora39: update build scripts&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=1ea737d7 [1ea737d7]] RPM: osstw: update build scripts&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=e434528a [e434528a]] RPM: pclinuxos: update build scripts&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=cb114d7c [cb114d7c]] DEB sip4-tqt: Prefer dist-packages folder for a particular version of Python before shared.&amp;lt;br/&amp;gt;Use sysconfig instead of distutil to detect paths.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=9907c849 [9907c849]] DEB tdebase: Enable new option WITH_SFTP.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=3d551b91 [3d551b91]] DEB tdebase kxkb: add notification event for keyboard layout change. This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/438 TDE/tdebase#438]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=a006276e [a006276e]] DEB tdesshaskpass: Fix the support of Ninja build.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=03143bf8 [03143bf8]] DEB tqt3: Update README file name.&amp;lt;br/&amp;gt;This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tqt3/issues/93 TDE/tqt3#93]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=6729c27b [6729c27b]] DEB: Automatically add ldconfig trigger if the package contains plugins.&amp;lt;br/&amp;gt;As a result, it is no longer necessary to enforce ldconfig in postinst&amp;lt;br/&amp;gt;and postrm scripts and this solves the problem with packages where the&amp;lt;br/&amp;gt;ldconfig was not called after installation, but it was needed.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdemultimedia/issues/29 TDE/tdemultimedia#29]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=6bc6d6e3 [6bc6d6e3]] DEB: Add support for Ubuntu Noble.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=4ae59bb2 [4ae59bb2]] DEB tdebase: Prevent unwanted restarting TDM service during upgrade.&amp;lt;br/&amp;gt;This made it possible to add #DEBHELPER# back to TDM prerm script.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/409 TDE/tdebase#409]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=4784f17e [4784f17e]] DEB smb4k: cmake conversion&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=65dd80fb [65dd80fb]] DEB libr: update package name to libr1&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=ce06e711 [ce06e711]] DEB libr: remove dependency on libglade, which is no longer available&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=dff6d937 [dff6d937]] DEB tdeaddons: Add libdb5.3++-dev as an alternative dependency for libdb++-dev.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=d4152453 [d4152453]] DEB soundkonverter: cmake conversion&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=13ab9cf7 [13ab9cf7]] DEB gwenview: Fix the name of suggested i18n package.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=904d1e09 [904d1e09]] RPM: add support for Fedora 39&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=ea66d8ef [ea66d8ef]] DEB: drop Stretch and Xenial and invalid link&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=bdc4e185 [bdc4e185]] DEB twin-style-fahrenheit: Change debhelper compatibility level to 10.&amp;lt;br/&amp;gt;Use DEB_COMPRESS_EXCLUDE_ALL instead of deprecated DEB_COMPRESS_EXCLUDE.&amp;lt;br/&amp;gt;(the last part of commit fc691a7208477948ad7519ed67861a0b4c6a4b74)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=2b20e14f [2b20e14f]] DEB: add twin-style-fahrenheit packaging files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=90c68a68 [90c68a68]] DEB tde-cmake: Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=0809dd93 [0809dd93]] DEB: Change debhelper compatibility level to 10.&amp;lt;br/&amp;gt;Use DEB_COMPRESS_EXCLUDE_ALL instead of deprecated DEB_COMPRESS_EXCLUDE.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=657aaad5 [657aaad5]] DEB tdebase: add new color themes&lt;/div&gt;</summary>
		<author><name>SlavekB</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.2.0&amp;diff=3282</id>
		<title>Changelog For R14.2.0</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.2.0&amp;diff=3282"/>
		<updated>2024-02-12T02:07:28Z</updated>

		<summary type="html">&lt;p&gt;SlavekB: Update 20240211&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= common =&lt;br /&gt;
== admin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=3c012e46 [3c012e46]] tqt-replace and uic-tqt are no longer required&lt;br /&gt;
&lt;br /&gt;
= dependencies =&lt;br /&gt;
== tde-cmake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=b2d2b467 [b2d2b467]] tqt-replace is no longer required&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=9fae6b57 [9fae6b57]] Update version to R14.2.0&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tqt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=ee0c5d58 [ee0c5d58]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a6829398 [a6829398]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=d2122705 [d2122705]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=e0a3cab4 [e0a3cab4]] Minor adjustments to porting documentation&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=f2b3ea52 [f2b3ea52]] Drop compatibility code for TQSignal&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=fb6884ea [fb6884ea]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=2e817b4b [2e817b4b]] Remove dangled symlinks for droped compat headers.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=c3bb8881 [c3bb8881]] Drop compatibility code for TQButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=9492e618 [9492e618]] Drop compatibility code for TQThread&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=979f5621 [979f5621]] Drop compatibility code for TQLineEdit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=83991feb [83991feb]] Remove Qt4 related stuff&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=48ea22d0 [48ea22d0]] Drop compatibility code for TQToolButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b1bfbe79 [b1bfbe79]] Drop compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=bfd62a0b [bfd62a0b]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a8466ab3 [a8466ab3]] Translated using Weblate (Chinese (zh))&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3 - examples-i18n&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3-examples-i18n/zh/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=5350a724 [5350a724]] Drop TQT_NO_COMPAT code from mkspecs files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a75445b4 [a75445b4]] Drop Qt2 obsolete classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b6e9b6c6 [b6e9b6c6]] Added translation using Weblate (Turkish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=af9d6b11 [af9d6b11]] Added translation using Weblate (Turkish)&lt;br /&gt;
&lt;br /&gt;
== tqtinterface ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=2b8afac3 [2b8afac3]] Remove tqt-replace, uic-tqt and moc-tqt tools&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=9ad01120 [9ad01120]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=4746fbba [4746fbba]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=1c79e9f8 [1c79e9f8]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
== avahi-tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/avahi-tqt/commit/?id=51f0b3f7 [51f0b3f7]] moc-tqt is no longer required&lt;br /&gt;
&lt;br /&gt;
== pytqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=aa676491 [aa676491]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=cba16275 [cba16275]] Drop compatibility code for TQThread&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=8bd235be [8bd235be]] Addons to previous commit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=28273a01 [28273a01]] Drop Qt2&amp;#039;s TQSemiModal class.&lt;br /&gt;
&lt;br /&gt;
= core =&lt;br /&gt;
== tdelibs ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=5efbce07 [5efbce07]] tdehw lib: drop definition of TDEDiskDeviceStatus::Hotpluggable&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cca633c6 [cca633c6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (179 of 179 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/all languages&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/all-languages/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=9755ecd9 [9755ecd9]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=503eb0d9 [503eb0d9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=29b84bd0 [29b84bd0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=f6627610 [f6627610]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7f7e5585 [7f7e5585]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.4% (323 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7a35fcf1 [7a35fcf1]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=f49e67f0 [f49e67f0]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=920d56d2 [920d56d2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=a7316f73 [a7316f73]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=4e0aa6d5 [4e0aa6d5]] Fix functionality broken by commit 8233b2e5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=8233b2e5 [8233b2e5]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=74cb596c [74cb596c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdemarkdown - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdemarkdown-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=29f58681 [29f58681]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (327 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=c6bc3af7 [c6bc3af7]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cdf964bb [cdf964bb]] Update version to R14.2.0&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tdebase ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f9d06cee [f9d06cee]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb-events/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a5b06864 [a5b06864]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=55af1724 [55af1724]] Remove usage of TDEDiskDeviceStatus::Hotpluggable&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f093a1be [f093a1be]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdm - themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdm-themes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=21ecd990 [21ecd990]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplash - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplash-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=607f0804 [607f0804]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdehtml_plugins.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdehtml_pluginsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5f815bd0 [5f815bd0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkonq - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkonq-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8175c850 [8175c850]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksysguard - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksysguard-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7c8d600d [7c8d600d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=3faa7b1b [3faa7b1b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kate - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kate-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f6fb0d91 [f6fb0d91]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 61.8% (281 of 454 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=70af14e2 [70af14e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 48.5% (168 of 346 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kappfinder - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kappfinder-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=035c2698 [035c2698]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - directories&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-directories/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a1cbb16b [a1cbb16b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.8% (248 of 251 strings)&amp;lt;br/&amp;gt;Translation: tdebase/l10n - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/l10n-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a26bb216 [a26bb216]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1103f2b1 [1103f2b1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c836bb9d [c836bb9d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=00eab673 [00eab673]] Translated using Weblate (Greek)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/el/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9e7b4bb1 [9e7b4bb1]] TWin: Fix loading of window decoration configuration libraries&amp;lt;br/&amp;gt;Accidentally broken by commit 84ab47055d.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=748a54ff [748a54ff]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=dddd52ff [dddd52ff]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=30d54139 [30d54139]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2317bee2 [2317bee2]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=4c64b274 [4c64b274]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-events/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c0ca8145 [c0ca8145]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f1f2e40a [f1f2e40a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5eec362c [5eec362c]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2986ff6e [2986ff6e]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2937383d [2937383d]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-data/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9ab75fc1 [9ab75fc1]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ea076539 [ea076539]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi - presets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi-presets/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8a8431ab [8a8431ab]] twin: renames twin3_ to twin_ in user theme config files. This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/351 #351] and PR #364.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=91cb2036 [91cb2036]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.0% (33 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=88ea7160 [88ea7160]] KWin: rename client libraries twin3_* -&amp;amp;gt; twin_*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=84ab4705 [84ab4705]] Make TWin look for `twin_` libraries&amp;lt;br/&amp;gt;This is now the preferred way of calling the decoration libraries&amp;lt;br/&amp;gt;(in place of `twin3_`). The old names that start with `twin3_` are&amp;lt;br/&amp;gt;still recognized for compatibility reasons.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/351 #351]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e8336ee5 [e8336ee5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2da663c3 [2da663c3]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8210b058 [8210b058]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=74eb1d78 [74eb1d78]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=90b19e21 [90b19e21]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ce84a0c6 [ce84a0c6]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=950f0ce7 [950f0ce7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tde_release_notes.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tde_release_notesdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d61158c7 [d61158c7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdcop - kdcop.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdcop-kdcopdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ddc6b3af [ddc6b3af]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeintegration.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeintegrationdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1771a344 [1771a344]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5ec66d53 [5ec66d53]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - compat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-compat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=653159ea [653159ea]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=143cff2e [143cff2e]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=78937d51 [78937d51]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9ab17ab4 [9ab17ab4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e539275a [e539275a]] Add release notes draft for R14.2.x series&lt;br /&gt;
&lt;br /&gt;
== tdepim ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=5863ef46 [5863ef46]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=0e164959 [0e164959]] Fix functionality broken by commit fd0046c4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=fd0046c4 [fd0046c4]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=860c8799 [860c8799]] Drop deprecated kitchensync code&lt;br /&gt;
&lt;br /&gt;
== tdemultimedia ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=c5e80026 [c5e80026]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdemid - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdemid-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=ec115020 [ec115020]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=1c71f523 [1c71f523]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/libkcddb - libkcddb.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/libkcddb-libkcddbdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=94ca3a13 [94ca3a13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kscd - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kscd-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=6c3e9a2f [6c3e9a2f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=775b1efd [775b1efd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kappfinder - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kappfinder-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=a452bd94 [a452bd94]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaudiocreator - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaudiocreator-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=514a0715 [514a0715]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=cb937aa9 [cb937aa9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaudiocreator - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaudiocreator-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=261327ee [261327ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaboodle - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaboodle-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=ab65a990 [ab65a990]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== tdenetwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=1fd646e1 [1fd646e1]] tqt-replace is no longer required&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=7cf631be [7cf631be]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=15fd0d5c [15fd0d5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=bff9d105 [bff9d105]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=1e65a9c9 [1e65a9c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krfb - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krfb-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=65f0237b [65f0237b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=0f7aec08 [0f7aec08]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=8b0277b3 [8b0277b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=ea8c2556 [ea8c2556]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kwifi - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kwifi-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=7dbed250 [7dbed250]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=1732e27c [1732e27c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc - ksirc.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc-ksircdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=f0b3ae6b [f0b3ae6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krfb - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krfb-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=0bf1f09c [0bf1f09c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krdc - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krdc-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=cd3b9bc6 [cd3b9bc6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=6c1bfe1c [6c1bfe1c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/knewsticker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/knewsticker-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e540875f [e540875f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=9f39152c [9f39152c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=ec7c5f92 [ec7c5f92]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmlanbrowser - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmlanbrowser-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=bd2c6b41 [bd2c6b41]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kdict - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kdict-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=055c3ba8 [055c3ba8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmktalkd - kcmktalkd.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmktalkd-kcmktalkddesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e8441a98 [e8441a98]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/dcoprss - rssservice.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/dcoprss-rssservicedesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== tdegraphics ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=32a0eae8 [32a0eae8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=0464b42f [0464b42f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksvg - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksvg-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=83ca390f [83ca390f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kooka - kooka.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kooka-kookadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=b946ccf6 [b946ccf6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kolourpaint - kolourpaint.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kolourpaint-kolourpaintdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=c3994f8f [c3994f8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=c8525154 [c8525154]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kfax - kfax.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kfax-kfaxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=82790fe5 [82790fe5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcoloredit - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcoloredit-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=6628c1cf [6628c1cf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdeiconedit - tdeiconedit.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdeiconedit-tdeiconeditdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=6fec2493 [6fec2493]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewshell - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewshell-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=0ac60cd7 [0ac60cd7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kuickshow - kuickshow.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kuickshow-kuickshowdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=b7a2fb44 [b7a2fb44]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksnapshot - ksnapshot.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksnapshot-ksnapshotdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=d73ec8db [d73ec8db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler - kruler.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler-krulerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=4207cf76 [4207cf76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpovmodeler - kpovmodeler.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpovmodeler-kpovmodelerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=a34651aa [a34651aa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=df90b4db [df90b4db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kfaxview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kfaxview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=10228ff7 [10228ff7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kdvi - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kdvi-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=786ba559 [786ba559]] Fix functionality broken by commit d26dabfe.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=d26dabfe [d26dabfe]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=fdd22494 [fdd22494]] Drop deprecated kmrml code&lt;br /&gt;
&lt;br /&gt;
== tdetoys ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=47ebe98c [47ebe98c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (285 of 285 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather - stations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather-stations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=bfb7d592 [bfb7d592]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=97649015 [97649015]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kworldclock - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kworldclock-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=29e37f55 [29e37f55]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/ktux - ktux.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/ktux-ktuxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=4eb6f321 [4eb6f321]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kteatime - kteatime.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kteatime-kteatimedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=75d71ec8 [75d71ec8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kodo - kodo.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kodo-kododesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=ef99089e [ef99089e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/amor - amor.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/amor-amordesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=528f19d2 [528f19d2]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeedu ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=0c53c58d [0c53c58d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=d99f3098 [d99f3098]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=05b36881 [05b36881]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kverbos - kverbos.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kverbos-kverbosdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=b2b4038e [b2b4038e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kturtle - kturtle.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kturtle-kturtledesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=9edf12e3 [9edf12e3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/ktouch - ktouch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/ktouch-ktouchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=373f572e [373f572e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kiten - kiten.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kiten-kitendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=894d22c5 [894d22c5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars - kstars.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars-kstarsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=b245468a [b245468a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kpercentage - kpercentage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kpercentage-kpercentagedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=9a430435 [9a430435]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kmplot - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kmplot-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=7cbde739 [7cbde739]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/klettres - klettres.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/klettres-klettresdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=3f41eb31 [3f41eb31]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/klatin - klatin.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/klatin-klatindesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=274c00f5 [274c00f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kig - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kig-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=d076ba6e [d076ba6e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/khangman - khangman.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/khangman-khangmandesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e7ecdbc7 [e7ecdbc7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography - kgeography.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography-kgeographydesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=7ec075a1 [7ec075a1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/keduca - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/keduca-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e45f4ee3 [e45f4ee3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kbruch - kbruch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kbruch-kbruchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e73aad5f [e73aad5f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kanagram - kanagram.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kanagram-kanagramdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=026dd7e1 [026dd7e1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kalzium - kalzium.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kalzium-kalziumdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=92daf7c2 [92daf7c2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/blinken - blinken.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/blinken-blinkendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=ad620012 [ad620012]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=1b57c822 [1b57c822]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== tdegames ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=707ed9c6 [707ed9c6]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=72486eea [72486eea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/tdefifteen - tdefifteen.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/tdefifteen-tdefifteendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=1af92e8c [1af92e8c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk - knetwalk.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk-knetwalkdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=b4e10441 [b4e10441]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/twin4 - twin4.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/twin4-twin4desktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=60e6b4b7 [60e6b4b7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ktuberling - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ktuberling-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f86cc3b2 [f86cc3b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kspaceduel - kspaceduel.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kspaceduel-kspacedueldesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=1723a2e2 [1723a2e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksokoban - ksokoban.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksokoban-ksokobandesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=b8bfa029 [b8bfa029]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksnake - ksnake.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksnake-ksnakedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f3055d26 [f3055d26]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=25bbc148 [25bbc148]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet - ksirtet.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet-ksirtetdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=bc6ebdd9 [bc6ebdd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksame - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksame-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=245abf4b [245abf4b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kshisen - kshisen.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kshisen-kshisendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=a24aefaf [a24aefaf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f361902f [f361902f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi - kreversi.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi-kreversidesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=bdbf75db [bdbf75db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kpoker - kpoker.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kpoker-kpokerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=8010109b [8010109b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kpat - kpat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kpat-kpatdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=30b2fe6b [30b2fe6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/konquest - konquest.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/konquest-konquestdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e3c0ddc0 [e3c0ddc0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kolf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kolf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=214ce742 [214ce742]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmines - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmines-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e2876665 [e2876665]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e58b9568 [e58b9568]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmines - kmines.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmines-kminesdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=564ede18 [564ede18]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmahjongg - kmahjongg.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmahjongg-kmahjonggdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=a1f2098b [a1f2098b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegames/klickety - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/klickety-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=04405ac0 [04405ac0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kjumpingcube - kjumpingcube.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kjumpingcube-kjumpingcubedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=ddeb59d5 [ddeb59d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kgoldrunner - KGoldrunner.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kgoldrunner-kgoldrunnerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=6aa6a2fc [6aa6a2fc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kenolaba - kenolaba.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kenolaba-kenolabadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=c2e382ff [c2e382ff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbounce - kbounce.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbounce-kbouncedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=43a1ef1a [43a1ef1a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kblackbox - kblackbox.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kblackbox-kblackboxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=47443995 [47443995]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbackgammon - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbackgammon-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=51730a13 [51730a13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbackgammon - kbackgammon.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbackgammon-kbackgammondesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f4e1241f [f4e1241f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kasteroids - kasteroids.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kasteroids-kasteroidsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=195f32ff [195f32ff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegames/atlantik - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/atlantik-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=078f8a60 [078f8a60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/atlantik - atlantik.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/atlantik-atlantikdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=23f73f6d [23f73f6d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=89209b44 [89209b44]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeaccessibility ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=546f0a26 [546f0a26]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmousetool - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmousetool-desktop-files/nl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=0c8252ff [0c8252ff]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmag - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmag-desktop-files/nl/&lt;br /&gt;
&lt;br /&gt;
== tdeaddons ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=462e8067 [462e8067]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (64 of 64 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-plugins-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=7247f36b [7247f36b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tutorials - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tutorials-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=729f8436 [729f8436]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-plugins-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=c75bb91d [c75bb91d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/ksig - ksig.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/ksig-ksigdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=8b19a3d4 [8b19a3d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (44 of 44 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-plugins-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== tdeadmin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=7c269be3 [7c269be3]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 50.0% (1 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage - kpackage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage-kpackagedesktop/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=b60f7565 [b60f7565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kuser - kuser.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kuser-kuserdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=39dd6199 [39dd6199]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/ksysv - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/ksysv-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=1ec384e5 [1ec384e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=78260ae7 [78260ae7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage - kpackage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage-kpackagedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=18052ec0 [18052ec0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kdat - kdat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kdat-kdatdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=68dbc1fc [68dbc1fc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kcron - kcron.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kcron-kcrondesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== tdeartwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=e76fde84 [e76fde84]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/icon themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/icon-themes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=480c8a32 [480c8a32]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/icon themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/icon-themes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=d5891cb6 [d5891cb6]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/wallpapers-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=b7c7780f [b7c7780f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeartwork/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/wallpapers-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=25e4ea58 [25e4ea58]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=0afaf315 [0afaf315]] twin-styles: twin3_ to twin_ conversion&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=5f90bc99 [5f90bc99]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (314 of 314 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/tdescreensaver - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/tdescreensaver-desktop-files/it/&lt;br /&gt;
&lt;br /&gt;
== tdebindings ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=84ec6486 [84ec6486]] Drop compatibility code for TQSignal&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=13378021 [13378021]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=02712db1 [02712db1]] Drop compatibility code for TQButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=53442b53 [53442b53]] Drop obsolete TQLineEdit methods&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=1b35744b [1b35744b]] Drop compatibility code for TQToolButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=476cadbf [476cadbf]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=941081ce [941081ce]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=dcffc0bc [dcffc0bc]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
== tdesdk ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=e116e963 [e116e963]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbabel - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbabel-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=ba42cd60 [ba42cd60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=0b324ad9 [0b324ad9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=26ea0a31 [26ea0a31]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdecachegrind - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdecachegrind-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=7b277c01 [7b277c01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/scheck - scheck.themerc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/scheck-scheckthemerc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=8d7ac8ea [8d7ac8ea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kuiviewer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kuiviewer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=70cbb21e [70cbb21e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbugbuster - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbugbuster-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=5951f56b [5951f56b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/cervisia - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/cervisia-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=0c03e09c [0c03e09c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/cervisia - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/cervisia-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=b221bea0 [b221bea0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kompare - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kompare-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d50abb28 [d50abb28]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.1% (27 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=3523578c [3523578c]] Fix functionality broken by commit d619f66&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d619f66a [d619f66a]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tdevelop ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=f4724912 [f4724912]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop-desktop-files/&lt;br /&gt;
&lt;br /&gt;
== tdewebdev ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=13d63148 [13d63148]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kimagemapeditor - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kimagemapeditor-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=e16b4e3b [e16b4e3b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=6552a392 [6552a392]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== tde-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=faaf9772 [faaf9772]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5b3b00f1 [5b3b00f1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f34f2365 [f34f2365]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6983e752 [6983e752]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_smtp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_smtp/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d86b07fe [d86b07fe]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d1f33ee4 [d1f33ee4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e9ece646 [e9ece646]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=96d252b0 [96d252b0]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_asus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_asus/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df9a76ce [df9a76ce]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2036 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dfdb2488 [dfdb2488]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=59dbb13c [59dbb13c]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aa2a5d1a [aa2a5d1a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (331 of 331 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51ae0630 [51ae0630]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5dd3d57f [5dd3d57f]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1013 of 1013 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeprint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeprint/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=446206b2 [446206b2]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e285c92a [e285c92a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=80632599 [80632599]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_media&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_media/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ef9dbeb [7ef9dbeb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=967b322e [967b322e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdehwdevicetray&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdehwdevicetray/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=563b41e9 [563b41e9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=77a23fd7 [77a23fd7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=74110c83 [74110c83]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (331 of 331 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=716ad5fa [716ad5fa]] tdebase: remove translations for &amp;#039;Hotpluggable&amp;#039;. This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/442 TDE/tdebase#442]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=07decc39 [07decc39]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=42dfff61 [42dfff61]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c34e8b6a [c34e8b6a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=38041442 [38041442]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2725a156 [2725a156]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b54aba2 [2b54aba2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (833 of 833 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02030efa [02030efa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.2% (461 of 500 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdecachegrind&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdecachegrind/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5abddf59 [5abddf59]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1016 of 1016 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbabel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbabel/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fc1947d4 [fc1947d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - validators&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-validators/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=995b2521 [995b2521]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4722fda2 [4722fda2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 71.0% (49 of 69 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c7fe792b [c7fe792b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (89 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c55b4ce5 [c55b4ce5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (241 of 241 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonqhtml&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonqhtml/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aeed5fd8 [aeed5fd8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b7b847f5 [b7b847f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (223 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=255d26f7 [255d26f7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (238 of 238 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/ksim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/ksim/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78aad284 [78aad284]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (89 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76168eb5 [76168eb5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmperformance&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmperformance/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1fd85bdd [1fd85bdd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_pop3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_pop3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a58fce8 [2a58fce8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d228567 [7d228567]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfmclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfmclient/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d1527d8f [d1527d8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_smtp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_smtp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c363a97 [6c363a97]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (140 of 140 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ec080931 [ec080931]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc2988ac [bc2988ac]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd5194d2 [bd5194d2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=04ed4b52 [04ed4b52]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (76 of 76 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmusb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmusb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc1d1c98 [bc1d1c98]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (43 of 43 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kthememanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kthememanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ffa5d7e7 [ffa5d7e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (96 of 96 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeprintfax&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeprintfax/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=076c2fed [076c2fed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdestyle_keramik_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdestyle_keramik_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4ceab3f4 [4ceab3f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplashthemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplashthemes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=512d9f79 [512d9f79]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=47e26a43 [47e26a43]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (93 of 93 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdefontinst&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdefontinst/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3a144469 [3a144469]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_home&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_home/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cd272aca [cd272aca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmnotify&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmnotify/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d2ba7ada [d2ba7ada]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (290 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=135f1b2e [135f1b2e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=07c69212 [07c69212]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=03934f6b [03934f6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_system&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_system/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67680029 [67680029]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0e0ae526 [0e0ae526]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeio_svn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeio_svn/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a87c6d1 [8a87c6d1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_ts&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_ts/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aade5865 [aade5865]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_po&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_po/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=522da565 [522da565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_diff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_diff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=83c47a3a [83c47a3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_cpp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_cpp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4d9ffb4a [4d9ffb4a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kres_bugzilla&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kres_bugzilla/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cfa3a9ad [cfa3a9ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (208 of 208 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbugbuster&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbugbuster/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ebed3f3 [3ebed3f3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acb7bd01 [acb7bd01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kmenuapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kmenuapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b406e7b0 [b406e7b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=610e404f [610e404f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/krdb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/krdb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bf546323 [bf546323]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmspellchecking&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmspellchecking/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a6399d3 [4a6399d3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 65.0% (13 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmiccconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmiccconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=80a06e94 [80a06e94]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_tar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_tar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b26c4f5 [4b26c4f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_recentdocs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_recentdocs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=58999e40 [58999e40]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_prefmenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_prefmenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6ce221c9 [6ce221c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - sort&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-sort/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0390f05b [0390f05b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - webarchiver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-webarchiver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cf552d9d [cf552d9d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - wavecapture&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-wavecapture/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=433ee6e7 [433ee6e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - wakeup&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-wakeup/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=46159872 [46159872]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - tyler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-tyler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e02bff0f [e02bff0f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - tippecanoe&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-tippecanoe/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0761ee7 [c0761ee7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - txt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-txt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cd18979e [cd18979e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - mhtml&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-mhtml/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=712079e1 [712079e1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - lnk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-lnk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fce9e09 [4fce9e09]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - html&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-html/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25db3dca [25db3dca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - folder&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-folder/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef1f9ac7 [ef1f9ac7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-desktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10e3306c [10e3306c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - cert&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-cert/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3fec0e8 [f3fec0e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - synaescope&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-synaescope/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a86eaabb [a86eaabb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - searchbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-searchbar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5da3c28e [5da3c28e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - pitchablespeed&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-pitchablespeed/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dce4401c [dce4401c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - minitools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-minitools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=65231d72 [65231d72]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - microformat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-microformat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e048a4eb [e048a4eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (42 of 42 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - mediacontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-mediacontrol/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=03f6f36f [03f6f36f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - lyrics&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-lyrics/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=75a2d1a4 [75a2d1a4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kaddressbook - gmx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kaddressbook-gmx/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=111da4e5 [111da4e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kaddressbook - kworldclock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kaddressbook-kworldclock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=37ccc73b [37ccc73b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (53 of 53 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - ktimemon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-ktimemon/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=877faee6 [877faee6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (48 of 48 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - metabar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-metabar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a964e80 [8a964e80]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - mediaplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-mediaplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6215185a [6215185a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - delicious&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-delicious/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=432a8fd9 [432a8fd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - kmathapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-kmathapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2537b8d7 [2537b8d7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (33 of 33 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - kbinaryclock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-kbinaryclock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41b3507f [41b3507f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - xmltools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-xmltools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d895f991 [d895f991]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - xmlcheck&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-xmlcheck/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1477c443 [1477c443]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - textfilter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-textfilter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a96d906d [a96d906d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - tabbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-tabbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02b5b392 [02b5b392]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - snippets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-snippets/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=06908d1c [06908d1c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - pybrowse&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-pybrowse/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68019125 [68019125]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - openheader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-openheader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e4943b1f [e4943b1f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - modeline&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-modeline/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a8e169d [4a8e169d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - make&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-make/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8548c37e [8548c37e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - kjswrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-kjswrapper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=65197c45 [65197c45]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - insertcommand&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-insertcommand/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f33c05f3 [f33c05f3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - htmltools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-htmltools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a3220aa3 [a3220aa3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - helloworld&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-helloworld/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0768ae06 [0768ae06]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - fll_plugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-fll_plugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ed62a7e [7ed62a7e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - fll_initplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-fll_initplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4551fe7c [4551fe7c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - filetemplates&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-filetemplates/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a5773c33 [a5773c33]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - cppsymbolviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-cppsymbolviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d5f107a6 [d5f107a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - image&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-image/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=760d609c [760d609c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - charlatanui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-charlatanui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=49a7da4e [49a7da4e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - ffrs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-ffrs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44ff5289 [44ff5289]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - dub&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-dub/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f595c2f4 [f595c2f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (81 of 81 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - domtreeviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-domtreeviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5984420c [5984420c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - dirfilter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-dirfilter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8740f36c [8740f36c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - crashes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-crashes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2eea31a6 [2eea31a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - autorefresh&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-autorefresh/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0b43890b [0b43890b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - audio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-audio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b60fc4c0 [b60fc4c0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - ark&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-ark/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4f2e12e9 [4f2e12e9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - alsaplayerui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-alsaplayerui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8cf5b05b [8cf5b05b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - akregator&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-akregator/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e9608f5 [1e9608f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (3009 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb7f6413 [bb7f6413]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (101 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2297c73 [a2297c73]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16fc9290 [16fc9290]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30b25447 [30b25447]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0c9390e0 [0c9390e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_asus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_asus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c9b6e0a [3c9b6e0a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (464 of 464 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kttsd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kttsd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5f018862 [5f018862]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.8% (5277 of 5622 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9cd12c13 [9cd12c13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4373 of 4373 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fb393ca2 [fb393ca2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdelirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdelirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de26e8e7 [de26e8e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/superkaramba&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/superkaramba/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef2d1ac9 [ef2d1ac9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.7% (204 of 238 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/ksim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/ksim/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8225ecb4 [8225ecb4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0d8c5564 [0d8c5564]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_powerbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_powerbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=15e159f9 [15e159f9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cbaed96f [cbaed96f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_delli8k&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_delli8k/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=99665cc4 [99665cc4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilod&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilod/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76cf712f [76cf712f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kfloppy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kfloppy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a780ff13 [a780ff13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.1% (833 of 849 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kaddressbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kaddressbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=160a21e5 [160a21e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (288 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b39b69b0 [b39b69b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.8% (224 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=37c46a10 [37c46a10]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aaa64918 [aaa64918]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_raw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_raw/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b72b65e [2b72b65e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (197 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de33568d [de33568d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (121 of 121 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/klinkstatus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/klinkstatus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c46c273c [c46c273c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=463fe953 [463fe953]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.0% (23 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - webarchiver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-webarchiver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f902060c [f902060c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - imgallery&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-imgallery/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7291a5d [e7291a5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (254 of 254 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libtdegames&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libtdegames/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=60f4c2ad [60f4c2ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4d13a2c [c4d13a2c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (557 of 557 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kmplot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kmplot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8f16a587 [8f16a587]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4373 of 4373 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a1803a12 [a1803a12]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (765 of 765 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kalzium&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kalzium/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a9f1223f [a9f1223f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6f5c5077 [6f5c5077]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (138 of 138 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdeiconedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdeiconedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9f37b90b [9f37b90b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_xpm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_xpm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=124a1a5b [124a1a5b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_xbm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_xbm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1397cb2b [1397cb2b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_tiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_tiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8cd2a856 [8cd2a856]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_tga&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_tga/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2102c574 [2102c574]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_rgb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_rgb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=146a8054 [146a8054]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_ps&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_ps/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=21580aeb [21580aeb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pnm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pnm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee75c8c5 [ee75c8c5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_png&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_png/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=19cf3c62 [19cf3c62]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pdf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=107c467f [107c467f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pcx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pcx/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02a155ef [02a155ef]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (67 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_jpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_jpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d85c7052 [d85c7052]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_ico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_ico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2933d93 [e2933d93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_gif&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_gif/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4382f606 [4382f606]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (59 of 59 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_exr&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_exr/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5bddf5a5 [5bddf5a5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_dvi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_dvi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=921e29b3 [921e29b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_dds&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_dds/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0b56525a [0b56525a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_bmp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_bmp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5694df40 [5694df40]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (107 of 107 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/libkscan&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/libkscan/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4f70423 [d4f70423]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/libkfaximgage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/libkfaximgage/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1d63ec25 [1d63ec25]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (179 of 179 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewshell&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewshell/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4cd8d3e0 [4cd8d3e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewscannerplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewscannerplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d794493d [d794493d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kview_scale&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kview_scale/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5f74d61a [5f74d61a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewpresenterplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewpresenterplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1c6f60df [1c6f60df]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kvieweffectsplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kvieweffectsplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2c39783 [a2c39783]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewbrowserplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewbrowserplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=23706e02 [23706e02]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (123 of 123 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kuickshow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kuickshow/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=96c0bde1 [96c0bde1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (45 of 45 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksnapshot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksnapshot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6536643 [e6536643]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=40b76cfc [40b76cfc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (225 of 225 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=54045117 [54045117]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (256 of 256 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kooka&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kooka/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a0ba024f [a0ba024f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (386 of 386 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kolourpaint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kolourpaint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b9817b46 [b9817b46]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (131 of 131 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8614f6c [a8614f6c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kgamma&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kgamma/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=09d52dca [09d52dca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (215 of 215 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kdvi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kdvi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25b4dfd1 [25b4dfd1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcoloredit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcoloredit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51cd9478 [51cd9478]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewviewerpluginsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewviewerpluginsconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2c14518 [a2c14518]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewpluginsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewpluginsconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2746c521 [2746c521]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewgeneralconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewgeneralconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25650c93 [25650c93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewcanvasconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewcanvasconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4af32845 [4af32845]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcmkamera&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcmkamera/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb0c53ea [bb0c53ea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ff1ec9c1 [ff1ec9c1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (403 of 403 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c00aae5c [c00aae5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppplogview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppplogview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=93829039 [93829039]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (416 of 416 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c152d582 [c152d582]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (94 of 94 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kpf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kpf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=654c466b [654c466b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acdd4826 [acdd4826]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_avi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_avi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=85655c32 [85655c32]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (320 of 320 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12c3105c [12c3105c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (80 of 80 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_lame&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_lame/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acfe74f0 [acfe74f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.0% (17 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_xmlrpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_xmlrpc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8f561fa [b8f561fa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2430 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b59a52df [b59a52df]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.1% (833 of 849 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kaddressbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kaddressbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b15f99b [3b15f99b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.7% (341 of 360 strings)&amp;lt;br/&amp;gt;Translation: tdepim/akregator&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/akregator/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6fd71df1 [6fd71df1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12eb7e03 [12eb7e03]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.0% (250 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9937df39 [9937df39]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ae470e5 [2ae470e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=08998baf [08998baf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (67 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmcolors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmcolors/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10ac25e5 [10ac25e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdedebugdialog&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdedebugdialog/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0771e565 [0771e565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2865 of 2865 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/ppdtranslations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/ppdtranslations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c535e26d [c535e26d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73b6114f [73b6114f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=155b3201 [155b3201]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a4c12d6 [2a4c12d6]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=976a81b4 [976a81b4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (245 of 245 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kdat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kdat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9fe445d8 [9fe445d8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8660af8 [a8660af8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (152 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=807855fe [807855fe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=69bdd2bf [69bdd2bf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (416 of 416 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=85d49634 [85d49634]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6980e97e [6980e97e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (111 of 111 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dc165c85 [dc165c85]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2430 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5bd9ba76 [5bd9ba76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0fd4f012 [0fd4f012]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.0% (99 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ca026de0 [ca026de0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0eb200e2 [0eb200e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4af789bd [4af789bd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b3efd69f [b3efd69f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (72 of 72 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/i18n - entry.desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/i18n-entrydesktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e5046884 [e5046884]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.5% (2464 of 2578 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6ff96b0 [d6ff96b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.9% (929 of 1010 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kommander&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kommander/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=052541a5 [052541a5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6813630 [d6813630]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61348be4 [61348be4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (106 of 106 strings)&amp;lt;br/&amp;gt;Translation: tdegames/lskat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/lskat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ce4cc89a [ce4cc89a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f84f621b [f84f621b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.8% (5277 of 5622 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7adefbb7 [7adefbb7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (553 of 553 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kgpg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kgpg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a54f6ad [9a54f6ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.8% (722 of 723 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a7b6a48e [a7b6a48e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.0% (109 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=adb9ee02 [adb9ee02]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acbf941b [acbf941b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_systemmenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_systemmenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d1ace2d1 [d1ace2d1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (288 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c940de1b [c940de1b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ce53218 [7ce53218]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76141cbc [76141cbc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.7% (158 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44df28d5 [44df28d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1032 of 1032 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpovmodeler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpovmodeler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=77cf8f9c [77cf8f9c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (3008 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c8cacdab [c8cacdab]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 90.6% (155 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f38fa8f3 [f38fa8f3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b01edccd [b01edccd]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=04d54b46 [04d54b46]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=edde93c4 [edde93c4]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (331 of 332 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee87723d [ee87723d]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 94.7% (36 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=347c614b [347c614b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5d7a5d36 [5d7a5d36]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4a7354e [c4a7354e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17e37aec [17e37aec]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a93fc87 [5a93fc87]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (417 of 417 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libtdepim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fa7c437 [4fa7c437]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1428 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e157a91c [e157a91c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=35f9874a [35f9874a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=31e1fd99 [31e1fd99]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5196 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c29db08c [c29db08c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kasteroids&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kasteroids/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45c9efee [45c9efee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bac7cad2 [bac7cad2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.8% (722 of 723 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45438fab [45438fab]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmicons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmicons/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=184c41a3 [184c41a3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f2e51c15 [f2e51c15]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 55.1% (32 of 58 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78f3d660 [78f3d660]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c84bab9b [c84bab9b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9dceffa5 [9dceffa5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bea7c2b5 [bea7c2b5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2f6e4464 [2f6e4464]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (181 of 181 strings)&amp;lt;br/&amp;gt;Translation: tdepim/karm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/karm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b718443 [7b718443]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksystemtrayapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksystemtrayapplet/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df6f0d2f [df6f0d2f]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (290 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2282d9eb [2282d9eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.3% (21 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - alsaplayerui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-alsaplayerui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8ef3404 [a8ef3404]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (369 of 369 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3fb5a51f [3fb5a51f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (137 of 137 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kverbos&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kverbos/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6fd40db8 [6fd40db8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (205 of 205 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdemid&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdemid/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=789b5f42 [789b5f42]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (88 of 88 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kpersonalizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kpersonalizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bfa34bd2 [bfa34bd2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6da779c2 [6da779c2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.8% (224 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6038555 [e6038555]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dffecf21 [dffecf21]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.7% (157 of 159 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b0cd75a3 [b0cd75a3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (289 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=64e03b0c [64e03b0c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=805a0c6c [805a0c6c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c16120f [3c16120f]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f6b47865 [f6b47865]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.5% (3006 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=905b500e [905b500e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_wav&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_wav/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0376d619 [0376d619]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_theora&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_theora/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8c0bd602 [8c0bd602]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_sid&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_sid/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f96bfe38 [f96bfe38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_ogg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_ogg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=20da6100 [20da6100]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_m3u&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_m3u/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6ec9d7d [e6ec9d7d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=002f6b01 [002f6b01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9c288da4 [9c288da4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fdacc87 [4fdacc87]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_flac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_flac/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79bd92c0 [79bd92c0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_avi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_avi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8545225b [8545225b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_au&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_au/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16bb2152 [16bb2152]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (332 of 332 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61ff946a [61ff946a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (187 of 187 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/libkcddb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/libkcddb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=18dd016f [18dd016f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (111 of 111 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7047488 [e7047488]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=09ae6e3a [09ae6e3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a94f2253 [a94f2253]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kcmcddb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kcmcddb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=839723e8 [839723e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaboodle&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaboodle/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a3d5767a [a3d5767a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_vorbis&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_vorbis/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=039aa373 [039aa373]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (80 of 80 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_lame&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_lame/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1a2584a5 [1a2584a5]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 85.9% (1749 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ae0d186 [1ae0d186]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwindecoration&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwindecoration/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8e3a9bd8 [8e3a9bd8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a8bf169 [9a8bf169]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6329682c [6329682c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_flac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_flac/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=01a947f7 [01a947f7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48cbdde6 [48cbdde6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bda1bc83 [bda1bc83]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a94365d8 [a94365d8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b07c9fd5 [b07c9fd5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=99ddc47e [99ddc47e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=233603f3 [233603f3]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kickermenu_kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kickermenu_kate/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eb41c146 [eb41c146]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (261 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=035d412a [035d412a]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=252276b0 [252276b0]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a3c101a [5a3c101a]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3baf4ac [f3baf4ac]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0198f7b7 [0198f7b7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abbea754 [abbea754]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=22447195 [22447195]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67154ced [67154ced]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwinrules&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwinrules/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68257170 [68257170]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwindecoration&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwindecoration/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5b8921e6 [5b8921e6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b643ca2 [4b643ca2]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ea42728d [ea42728d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e0f759a [1e0f759a]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41a2a0a6 [41a2a0a6]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 87.7% (150 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7a72e540 [7a72e540]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1433ed29 [1433ed29]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4816e684 [4816e684]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c9f3b6c [3c9f3b6c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41444a5d [41444a5d]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 80.6% (2134 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=62275fac [62275fac]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4565a842 [4565a842]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eb88e6fc [eb88e6fc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a15c7835 [a15c7835]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7e214ab [e7e214ab]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ff4ced6a [ff4ced6a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c8260126 [c8260126]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4d00bce3 [4d00bce3]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cadd2b5d [cadd2b5d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9a96806 [c9a96806]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdelicense&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdelicense/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bda14f95 [bda14f95]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5196 of 5196 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dac4018a [dac4018a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 80.9% (1648 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b5c59d83 [b5c59d83]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=643497da [643497da]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e41785c [1e41785c]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (197 of 197 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1be1e3e9 [1be1e3e9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fbde5a66 [fbde5a66]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (326 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c1acc00 [6c1acc00]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (289 of 289 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9b635e1b [9b635e1b]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b0ef02e [7b0ef02e]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8dbd2744 [8dbd2744]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1b39883e [1b39883e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b5c8e7a [3b5c8e7a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=49367158 [49367158]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da6ebc69 [da6ebc69]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.5% (211 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=38d19787 [38d19787]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da4c604a [da4c604a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a289914a [a289914a]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmag&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmag/nl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=587622ea [587622ea]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d0076837 [d0076837]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=484fbfeb [484fbfeb]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 85.0% (805 of 946 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/katepart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/katepart/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a1c113b [5a1c113b]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 86.4% (369 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb4d9424 [bb4d9424]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 54.2% (247 of 455 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs_colors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs_colors/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3059b6dc [3059b6dc]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd92b2ee [bd92b2ee]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44c33da9 [44c33da9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.3% (158 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e405a694 [e405a694]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.8% (16 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmenergy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmenergy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1a8c65b3 [1a8c65b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 71.4% (5 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - image&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-image/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f91ae8b2 [f91ae8b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (197 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee561a5d [ee561a5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.5% (193 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b7818e1 [4b7818e1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegames/kmahjongg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmahjongg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=62c862a8 [62c862a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.6% (191 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=feb94ddc [feb94ddc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdewalletmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdewalletmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9cf3ed6a [9cf3ed6a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da73efd6 [da73efd6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdewalletmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdewalletmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=56f2e465 [56f2e465]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/krdb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/krdb/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ea2bd4b [2ea2bd4b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=289b8045 [289b8045]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 80.3% (1636 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17b287ee [17b287ee]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.9% (195 of 197 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e98cc110 [e98cc110]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7768467e [7768467e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ffe4047 [3ffe4047]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d42dfce9 [d42dfce9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 77.9% (1588 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c033f982 [c033f982]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=447af80a [447af80a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 76.8% (1565 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f9a53f48 [f9a53f48]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5cac2c06 [5cac2c06]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ec024ca [7ec024ca]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c624634e [c624634e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f86ccae9 [f86ccae9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6fc3c2e [d6fc3c2e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin_lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin_lib/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f322a111 [f322a111]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f09ec0ab [f09ec0ab]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ba5d62d1 [ba5d62d1]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.5% (209 of 210 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7e255c40 [7e255c40]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=86acd12e [86acd12e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4f3b4305 [4f3b4305]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eac33e90 [eac33e90]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (196 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17c51be5 [17c51be5]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0ab2398 [c0ab2398]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (326 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6b7fac1 [d6b7fac1]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (206 of 206 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4e97cea7 [4e97cea7]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e8274087 [e8274087]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d7fbab18 [d7fbab18]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3f1a08b4 [3f1a08b4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=92e6fc46 [92e6fc46]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6cf5249d [6cf5249d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48907031 [48907031]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.3% (148 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9ef855fe [9ef855fe]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.4% (170 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79e81b47 [79e81b47]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.9% (194 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=af5e01d0 [af5e01d0]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f262c268 [f262c268]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (326 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e03e491a [e03e491a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=299d7e9b [299d7e9b]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=963b03f8 [963b03f8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4643459 [a4643459]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 99.4% (171 of 172 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b6f0d602 [b6f0d602]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f6a6c8e5 [f6a6c8e5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67d451ba [67d451ba]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewpresenterplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewpresenterplugin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a18b92ba [a18b92ba]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d9a6697 [7d9a6697]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aaeda12b [aaeda12b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c999f37 [3c999f37]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdmconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmconfig/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef954c90 [ef954c90]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2aa378ca [2aa378ca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_zeroconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_zeroconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2cd8ff75 [2cd8ff75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cb5cf602 [cb5cf602]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krdc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krdc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fc00fa70 [fc00fa70]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (94 of 94 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kpf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kpf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=325dc4a8 [325dc4a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.8% (2984 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b912c6e7 [b912c6e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (248 of 248 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/knewsticker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/knewsticker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6e04a742 [6e04a742]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (103 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmwifi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmwifi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ca7235c9 [ca7235c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (100 of 100 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmlanbrowser&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmlanbrowser/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ddb067e7 [ddb067e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (43 of 43 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmktalkd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmktalkd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c7fc70f6 [c7fc70f6]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (196 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cff19a2f [cff19a2f]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bad75a4d [bad75a4d]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (327 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0115ec51 [0115ec51]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=75d3b850 [75d3b850]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ade36f2 [1ade36f2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ad7aeafe [ad7aeafe]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=57cd82f9 [57cd82f9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=405dc7df [405dc7df]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ee0c314 [3ee0c314]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdmconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmconfig/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2567a89d [2567a89d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b2441d13 [b2441d13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_zeroconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_zeroconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c669a79d [c669a79d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_lan&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_lan/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5ecccc8f [5ecccc8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_jabberdisco&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_jabberdisco/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=153f7022 [153f7022]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefile_torrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefile_torrent/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=db5cbbbc [db5cbbbc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kwireless&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kwireless/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=70391ee5 [70391ee5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kinetd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kinetd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0f541093 [0f541093]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kdictapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kdictapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16494e41 [16494e41]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/libtdepim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7648b3c9 [7648b3c9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b7ec603 [7b7ec603]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fb3fdb2b [fb3fdb2b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fe4514c8 [fe4514c8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=83bdc126 [83bdc126]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=63a90127 [63a90127]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/tdefifteen&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/tdefifteen/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df53a5b9 [df53a5b9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a27093a0 [a27093a0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 87.5% (14 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - audio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-audio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd2a6f38 [bd2a6f38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (89 of 89 strings)&amp;lt;br/&amp;gt;Translation: tdegames/twin4&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/twin4/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e64c11d2 [e64c11d2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (254 of 254 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libtdegames&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libtdegames/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7e30682d [7e30682d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (122 of 122 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libksirtet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libksirtet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ce1a3bf [3ce1a3bf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.2% (56 of 57 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ktuberling&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ktuberling/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2d940247 [2d940247]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9561b74 [c9561b74]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kshisen&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kshisen/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e67e6a7f [e67e6a7f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kolf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kolf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12861973 [12861973]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2e8f84f5 [2e8f84f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (381 of 381 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kgoldrunner&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kgoldrunner/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1256c7f6 [1256c7f6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f0087266 [f0087266]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (1235 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=06391dfe [06391dfe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 84.4% (87 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=71347685 [71347685]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79cebe5e [79cebe5e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78aaa659 [78aaa659]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (289 of 289 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=74773ebc [74773ebc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ac07e9f6 [ac07e9f6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdestyle_plastik_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdestyle_plastik_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e00cbcb5 [e00cbcb5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_kdatatool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_kdatatool/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c09081a6 [c09081a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdefileaudiopreview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdefileaudiopreview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=624183f5 [624183f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_autobookmarker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_autobookmarker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b00d45a6 [b00d45a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (946 of 946 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/katepart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/katepart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=db142dcb [db142dcb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabcformat_binary&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabcformat_binary/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7cd87b83 [7cd87b83]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_isearch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_isearch/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=11d74de2 [11d74de2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_file&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_file/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8c12f11 [b8c12f11]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_docwordcompletion&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_docwordcompletion/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dd4127b3 [dd4127b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_net&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_net/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6d341d34 [6d341d34]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_sql&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_sql/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=661b618f [661b618f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_dir&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_dir/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=650ebed1 [650ebed1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdestyle_highcontrast_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdestyle_highcontrast_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=681fb57e [681fb57e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2865 of 2865 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/ppdtranslations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/ppdtranslations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5410b42a [5410b42a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/libtdescreensaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/libtdescreensaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a4a938d [6a4a938d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_insertfile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_insertfile/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f1d18823 [f1d18823]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (44 of 44 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_ldaptdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_ldaptdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30f083cd [30f083cd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acbf80cd [acbf80cd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f8fb2e20 [f8fb2e20]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1013 of 1013 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeprint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeprint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aa0506f0 [aa0506f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (455 of 455 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs_colors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs_colors/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82e61934 [82e61934]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2739 of 2739 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a2ce6cb [9a2ce6cb]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73eb4e4d [73eb4e4d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=91f7be0d [91f7be0d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 64.5% (129 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a9fa5d76 [a9fa5d76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/taskbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/taskbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b382a9a [2b382a9a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktaskbarapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktaskbarapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30e0f112 [30e0f112]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/lockout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/lockout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e1c4e2b5 [e1c4e2b5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5317fab2 [5317fab2]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=92ad6a46 [92ad6a46]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0e61bcd [c0e61bcd]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dedebeb6 [dedebeb6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_delli8k&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_delli8k/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51c00880 [51c00880]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (206 of 206 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4a6e3eb [d4a6e3eb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c368d148 [c368d148]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a73707b4 [a73707b4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9af8d504 [9af8d504]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 97.3% (219 of 225 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=875d4c24 [875d4c24]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a757dd8a [a757dd8a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abcfb18a [abcfb18a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/libtaskbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskbar/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d481507 [7d481507]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kay&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kay/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fa9f0334 [fa9f0334]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5af0121c [5af0121c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdesud&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdesud/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e363127a [e363127a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/naughtyapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/naughtyapplet/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=54976205 [54976205]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 75.7% (1542 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8f32df4 [b8f32df4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a46e674 [8a46e674]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82b00602 [82b00602]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8919bb8a [8919bb8a]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3e98afc4 [3e98afc4]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51cb26bc [51cb26bc]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d5046c21 [d5046c21]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=500f2c45 [500f2c45]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 98.5% (70 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kspaceduel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kspaceduel/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=53f3360c [53f3360c]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksokoban&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksokoban/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fa57d92b [fa57d92b]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 48.9% (24 of 49 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksnake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksnake/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4d9d7c1 [a4d9d7c1]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 94.7% (18 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksmiletris&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksmiletris/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=63667467 [63667467]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 34.1% (27 of 79 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2b3a41b [e2b3a41b]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 38.0% (19 of 50 strings)&amp;lt;br/&amp;gt;Translation: tdegames/klines&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/klines/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=33531138 [33531138]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45486792 [45486792]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (58 of 58 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5e2914e7 [5e2914e7]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c716f74 [6c716f74]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a270de3 [5a270de3]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (322 of 322 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=404b586a [404b586a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8b023bb7 [8b023bb7]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (322 of 322 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10d7630d [10d7630d]] tdepim: remove kitchensync pot file again, since it was automatically re-added&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a8b0c96 [2a8b0c96]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f4de4713 [f4de4713]] tdepim: remove translations for kitchensync and multisynk&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=64d45800 [64d45800]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0c2a0ab3 [0c2a0ab3]] tdegraphics: remove translations for kmrml&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8aa58abf [8aa58abf]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=376b1bfe [376b1bfe]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a340797 [6a340797]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=90797510 [90797510]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e0706cf8 [e0706cf8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eee4a43c [eee4a43c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb21ba44 [bb21ba44]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
= libraries =&lt;br /&gt;
== libkdcraw ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=d13e9744 [d13e9744]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (74 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=50387262 [50387262]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 70.2% (52 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=fb8e7233 [fb8e7233]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (74 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=4720b9e3 [4720b9e3]] Added translation using Weblate (Chinese (Simplified))&lt;br /&gt;
&lt;br /&gt;
== libkipi ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=1ea1d770 [1ea1d770]] Added translation using Weblate (Chinese (Traditional))&lt;br /&gt;
&lt;br /&gt;
== kipi-plugins ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=aa3b7277 [aa3b7277]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.0% (512 of 602 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - metadataedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-metadataedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=62e89ce1 [62e89ce1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 40.1% (53 of 132 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - cdarchiving&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-cdarchiving/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=1fc6b1e0 [1fc6b1e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - viewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-viewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=f134eb8d [f134eb8d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=7115da7d [7115da7d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=c39b2d5d [c39b2d5d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=549a8d58 [549a8d58]] Added translation using Weblate (Chinese (Traditional))&lt;br /&gt;
&lt;br /&gt;
== libtqt-perl ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=ea4d4023 [ea4d4023]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=a8738810 [a8738810]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=076ec834 [076ec834]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
= applications/development =&lt;br /&gt;
== kdbg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=b171e1b2 [b171e1b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kdbg - kdbg.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbg-kdbgdesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== kdiff3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=453f35a8 [453f35a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 67.2% (347 of 516 strings)&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=47366761 [47366761]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: applications/kdiff3 - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=810025fb [810025fb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=b65164fa [b65164fa]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=abcdeb43 [abcdeb43]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=1bab9902 [1bab9902]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tdesvn ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=2cdbcc87 [2cdbcc87]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 48.5% (359 of 739 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=f66e96c7 [f66e96c7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdesvn - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=e0823d75 [e0823d75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/graphics =&lt;br /&gt;
== digikam ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=31f057f7 [31f057f7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1794 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=d1ed2afa [d1ed2afa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1793 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=1798610f [1798610f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=e809e384 [e809e384]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1793 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=53e13c18 [53e13c18]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2244 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=09a41f75 [09a41f75]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/&lt;br /&gt;
&lt;br /&gt;
== gwenview-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=3e754a52 [3e754a52]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=57175831 [57175831]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=827f6c7b [827f6c7b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/ru/&lt;br /&gt;
&lt;br /&gt;
== potracegui ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=454877ad [454877ad]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/potracegui - potracegui.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/potracegui-potraceguidesktop/it/&lt;br /&gt;
&lt;br /&gt;
= applications/internet =&lt;br /&gt;
== kasablanca ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=2a9b7e7d [2a9b7e7d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kasablanca - kasablanca.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca-kasablancadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=159a8faf [159a8faf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 64.3% (74 of 115 strings)&amp;lt;br/&amp;gt;Translation: applications/kasablanca&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=4b9e3dcb [4b9e3dcb]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kbiff ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=c53c9a60 [c53c9a60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=2cc626b9 [2cc626b9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.8% (89 of 90 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=4069eda9 [4069eda9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff - kbiff.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff-kbiffdesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== kftpgrabber ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=70edee2c [70edee2c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/kftpgrabber - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kftpgrabber-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== knmap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=436617ea [436617ea]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=fcc0e57c [fcc0e57c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=a289b05a [a289b05a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=2721c5e0 [2721c5e0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=24febfa6 [24febfa6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=8f8a354b [8f8a354b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (221 of 221 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=b68bd35b [b68bd35b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=60528588 [60528588]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 16.2% (36 of 221 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=aea076a0 [aea076a0]] Added translation using Weblate (Ukrainian)&lt;br /&gt;
&lt;br /&gt;
== konversation ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=04e4928e [04e4928e]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=b5f177fc [b5f177fc]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation-events/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=dfedc855 [dfedc855]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.6% (1167 of 1362 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation/ru/&lt;br /&gt;
&lt;br /&gt;
== kshowmail ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=10272aed [10272aed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 49.8% (174 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=b13b420d [b13b420d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 49.5% (173 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
&lt;br /&gt;
== kstreamripper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=38dad7af [38dad7af]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 78.7% (26 of 33 strings)&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=c6c8865f [c6c8865f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=b57d1640 [b57d1640]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=04b2afc8 [04b2afc8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=3f95be57 [3f95be57]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=dbdd2a4e [dbdd2a4e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=6a970335 [6a970335]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=3ec99f94 [3ec99f94]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=457de6e0 [457de6e0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=1801e3aa [1801e3aa]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 80.0% (24 of 30 strings)&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=382d4392 [382d4392]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=5da88b7e [5da88b7e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=c621d368 [c621d368]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== ktorrent ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=ccf782d8 [ccf782d8]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (875 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=523c79c3 [523c79c3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (875 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=46220b63 [46220b63]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 80.1% (701 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/ru/&lt;br /&gt;
&lt;br /&gt;
== kvirc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a0a87c06 [a0a87c06]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (805 of 805 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=12f4706c [12f4706c]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - mediaplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-mediaplayer/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=6280f2fb [6280f2fb]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - torrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-torrent/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=c0c52835 [c0c52835]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (78 of 78 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - theme&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-theme/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=0f4e51e5 [0f4e51e5]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - sharedfileswindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-sharedfileswindow/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=03eee71d [03eee71d]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - perlcore&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-perlcore/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=eb439f20 [eb439f20]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - perl&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-perl/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=df7ec3eb [df7ec3eb]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - notifier&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=d7deeb9d [d7deeb9d]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - logview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-logview/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=3a47fdca [3a47fdca]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - filetransferwindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-filetransferwindow/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a417c6a0 [a417c6a0]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - editor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=58a8d2a6 [58a8d2a6]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (182 of 182 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - dcc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-dcc/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=44846083 [44846083]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - notifier&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b435bad5 [b435bad5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - editor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b412083e [b412083e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - about&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-about/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b32a017a [b32a017a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.8% (2404 of 2588 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=02e908ee [02e908ee]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=e2dd007c [e2dd007c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a48e70a7 [a48e70a7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (794 of 805 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a7254dcc [a7254dcc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - theme&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-theme/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=25f3bffc [25f3bffc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=1e208b4f [1e208b4f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - logview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-logview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=3e94a25e [3e94a25e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - editor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=0c62fcd5 [0c62fcd5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - filetransferwindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-filetransferwindow/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a6e75ff9 [a6e75ff9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - dcc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-dcc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=2091bae5 [2091bae5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - notifier&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=90e47cbd [90e47cbd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - sharedfileswindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-sharedfileswindow/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=729d67a2 [729d67a2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=116c3821 [116c3821]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=5e2a1ae3 [5e2a1ae3]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== kvpnc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=69565c3b [69565c3b]] Revert changes of translations related to unwanted renaming&amp;lt;br/&amp;gt;SLOT =&amp;amp;gt; TQ_SLOT in the message string.&amp;lt;br/&amp;gt;This revert commits:&amp;lt;br/&amp;gt;28bd29d299272a1d96d678c550de70c2dd442785&amp;lt;br/&amp;gt;f1197c6adc69b6acae78327e1481ce78ba7774ae&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=f1197c6a [f1197c6a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvpnc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=28bd29d2 [28bd29d2]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=e8c69c0a [e8c69c0a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: applications/tork - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tork-desktop-files/it/&lt;br /&gt;
&lt;br /&gt;
= applications/misc =&lt;br /&gt;
== bibletime ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=9d90808b [9d90808b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/bibletime - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/bibletime-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=de0a4201 [de0a4201]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=7c699d2d [7c699d2d]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== desktop-effects-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=4ef8c50e [4ef8c50e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=7437087e [7437087e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=92556696 [92556696]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kerberostray ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=f56d47b0 [f56d47b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kerberostray&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kerberostray/&lt;br /&gt;
&lt;br /&gt;
== krecipes ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=d2a4cb93 [d2a4cb93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 30.5% (343 of 1123 strings)&amp;lt;br/&amp;gt;Translation: applications/krecipes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krecipes/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/multimedia =&lt;br /&gt;
== amarok ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=73837f1a [73837f1a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=079f0cc9 [079f0cc9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b037abfb [b037abfb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=93aff8fd [93aff8fd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=7f396148 [7f396148]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=8ac0d326 [8ac0d326]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=086adc4f [086adc4f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4ebfa149 [4ebfa149]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 79.7% (1981 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4cc71ec3 [4cc71ec3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=2116bf2a [2116bf2a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=e6e2d189 [e6e2d189]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=c2a12e62 [c2a12e62]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=44ad188d [44ad188d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=83730846 [83730846]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4ddb9e62 [4ddb9e62]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=90520108 [90520108]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 84.7% (2105 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=40099ec0 [40099ec0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b767627f [b767627f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=bcd8d83e [bcd8d83e]] Fix functionality broken by commit 1c3e0630.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b04099ff [b04099ff]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=a7a79de0 [a7a79de0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=1c3e0630 [1c3e0630]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=5dedf79f [5dedf79f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=8b28bb5c [8b28bb5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=9038cb17 [9038cb17]] Translated using Weblate (Turkish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/tr/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=3c835108 [3c835108]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.8% (2406 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
&lt;br /&gt;
== codeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=033f32ab [033f32ab]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=28a3b75f [28a3b75f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=9f39f05e [9f39f05e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/codeine - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/codeine-desktop-files/&lt;br /&gt;
&lt;br /&gt;
== k3b ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=74808fa8 [74808fa8]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=2111da78 [2111da78]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=00a24ebc [00a24ebc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=987871f0 [987871f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=c2fbc8f1 [c2fbc8f1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=95a45a4f [95a45a4f]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=bbf83236 [bbf83236]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=894069eb [894069eb]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/pt/&lt;br /&gt;
&lt;br /&gt;
== k3b-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=c29d6639 [c29d6639]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=84cd0b47 [84cd0b47]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (47 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=6f6f5263 [6f6f5263]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=bd308fa9 [bd308fa9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=e6010418 [e6010418]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (47 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=cb12df11 [cb12df11]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=ecef8905 [ecef8905]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=9c355f26 [9c355f26]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=1d1360a7 [1d1360a7]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=6f8f68cc [6f8f68cc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=47c13aee [47c13aee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=b92282bd [b92282bd]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 97.8% (46 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/bg/&lt;br /&gt;
&lt;br /&gt;
== k9copy ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=4e2f83fa [4e2f83fa]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (495 of 495 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=ef83b5b8 [ef83b5b8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=4979c509 [4979c509]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=237b3548 [237b3548]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (495 of 495 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=553df4a4 [553df4a4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=bc07265d [bc07265d]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kaffeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=eac2daca [eac2daca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (729 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=6c9257f2 [6c9257f2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.5% (711 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=e0e0d158 [e0e0d158]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=b871bd5b [b871bd5b]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kmplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=30650e19 [30650e19]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.9% (347 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=77c148a7 [77c148a7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=bb993d63 [bb993d63]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=d8d54a7f [d8d54a7f]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 95.6% (373 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=122a27a0 [122a27a0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=bb9e13d1 [bb9e13d1]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=0817bc03 [0817bc03]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer-desktop-files/bg/&lt;br /&gt;
&lt;br /&gt;
== kplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=e9d5a656 [e9d5a656]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=cc14b9cf [cc14b9cf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=d8391ef7 [d8391ef7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 77.0% (799 of 1037 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/ru/&lt;br /&gt;
&lt;br /&gt;
== soundkonverter ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=2c5f94f3 [2c5f94f3]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (319 of 319 strings)&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=bcf2d459 [bcf2d459]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.6% (302 of 319 strings)&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=2bf7eb6c [2bf7eb6c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=28a35800 [28a35800]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=300613ee [300613ee]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=a13d3527 [a13d3527]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tderadio ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=aa80a24c [aa80a24c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=28afa3da [28afa3da]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - oss-sound&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-oss-sound/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=5369d924 [5369d924]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (45 of 45 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - gui-standard-display&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-standard-display/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=a9f14b38 [a9f14b38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 82.3% (14 of 17 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - timeshifter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-timeshifter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=d57a893c [d57a893c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.1% (75 of 78 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - recording&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-recording/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=55460675 [55460675]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=03b5df8e [03b5df8e]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 93.5% (29 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=0bb5fda6 [0bb5fda6]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=8cd30c0e [8cd30c0e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=c74cfcb6 [c74cfcb6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.7% (30 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/office =&lt;br /&gt;
== basket ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=33317176 [33317176]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/basket&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=c8b892a3 [c8b892a3]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kbibtex ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=702a473b [702a473b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 73.7% (444 of 602 strings)&amp;lt;br/&amp;gt;Translation: applications/kbibtex&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbibtex/ru/&lt;br /&gt;
&lt;br /&gt;
== kbookreader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=e32bbc6e [e32bbc6e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (17 of 17 strings)&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=fcdb94c9 [fcdb94c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kbookreader - kbookreader.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader-kbookreaderdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=ac3e0386 [ac3e0386]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=61e10e5a [61e10e5a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/&lt;br /&gt;
&lt;br /&gt;
== kile ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=59f1c45a [59f1c45a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kile - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=00b87abb [00b87abb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kile - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== kmymoney ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=47cc1d27 [47cc1d27]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: applications/kmymoney - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=e592106d [e592106d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (2658 of 2674 strings)&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=67a43ced [67a43ced]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=9df4c701 [9df4c701]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== koffice ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=d165869a [d165869a]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=c2fdb394 [c2fdb394]] Fix functionality broken by commit a9bbaa83&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=a9bbaa83 [a9bbaa83]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== koffice-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=572398a4 [572398a4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (3150 of 3168 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspread&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=bce5a0c4 [bce5a0c4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.4% (1169 of 1200 strings)&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=cc44ebc3 [cc44ebc3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: koffice/thesaurus_tool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/thesaurus_tool/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=b6cedf64 [b6cedf64]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_ooo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_ooo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=9f49ba05 [9f49ba05]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_koffice&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_koffice/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=7a3529fd [7a3529fd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_gnumeric&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_gnumeric/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=05196041 [05196041]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_abiword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_abiword/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ffe6d299 [ffe6d299]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (961 of 961 strings)&amp;lt;br/&amp;gt;Translation: koffice/kword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kword/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ad3cf8ee [ad3cf8ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspreadcalc_calc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspreadcalc_calc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=7f8b71fa [7f8b71fa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (909 of 909 strings)&amp;lt;br/&amp;gt;Translation: koffice/kpresenter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kpresenter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=d154e97e [d154e97e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (354 of 354 strings)&amp;lt;br/&amp;gt;Translation: koffice/kformdesigner&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kformdesigner/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=9c40a4ce [9c40a4ce]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=aa8c2267 [aa8c2267]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ccf47869 [ccf47869]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=f690d314 [f690d314]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.0% (1295 of 1423 strings)&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=f0bcacf8 [f0bcacf8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kivio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kivio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=e1f27756 [e1f27756]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=e84fa74c [e84fa74c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kword/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=fc3d61ff [fc3d61ff]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/koffice&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/koffice/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=31fd578d [31fd578d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=069df0f0 [069df0f0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kofficefilters&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kofficefilters/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=96a280ad [96a280ad]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=b7a0d0ff [b7a0d0ff]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 98.3% (420 of 427 strings)&amp;lt;br/&amp;gt;Translation: koffice/karbon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/karbon/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=8e305f42 [8e305f42]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 99.8% (1421 of 1423 strings)&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=61f41445 [61f41445]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: koffice/example&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/example/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=1f753ab8 [1f753ab8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (3150 of 3168 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspread&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/ru/&lt;br /&gt;
&lt;br /&gt;
== kpilot ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=9a5d96d5 [9a5d96d5]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=9beef848 [9beef848]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.3% (1059 of 1088 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=adc41d0e [adc41d0e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=43b3df95 [43b3df95]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=b2480185 [b2480185]] Fix functionality broken by commit a956e3e&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=f060f38e [f060f38e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=fa847ef4 [fa847ef4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=a956e3e8 [a956e3e8]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tellico ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=10996a19 [10996a19]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=252be932 [252be932]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.5% (1108 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=f73799c2 [f73799c2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=30d2f3d2 [30d2f3d2]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 74.2% (826 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=997c050d [997c050d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=0a00263f [0a00263f]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
= applications/settings =&lt;br /&gt;
== kdpkg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=752317fb [752317fb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=c178f4e3 [c178f4e3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 93.1% (27 of 29 strings)&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=7afa4047 [7afa4047]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=3107e30a [3107e30a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=4277d12f [4277d12f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/&lt;br /&gt;
&lt;br /&gt;
== kiosktool ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=6d1e1f26 [6d1e1f26]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (238 of 238 strings)&amp;lt;br/&amp;gt;Translation: applications/kiosktool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kiosktool/ru/&lt;br /&gt;
&lt;br /&gt;
== kkbswitch ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=f14c6e5f [f14c6e5f]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=c36d0446 [c36d0446]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch - kkbswitch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch-kkbswitchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=d7b89dac [d7b89dac]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=586412b8 [586412b8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 96.4% (55 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=8978515d [8978515d]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=29e2187e [29e2187e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=4f10d322 [4f10d322]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=2f27dd99 [2f27dd99]] Added global shortcuts for switching to previous/next group&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/kkbswitch/issues/6 #6]&lt;br /&gt;
&lt;br /&gt;
== klcddimmer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=739e6b63 [739e6b63]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/klcddimmer - klcddimmer.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer-klcddimmerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=c552505d [c552505d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/klcddimmer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer/&lt;br /&gt;
&lt;br /&gt;
== tdenetworkmanager ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=92a7c996 [92a7c996]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager-events/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=8883a11e [8883a11e]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=f781e430 [f781e430]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 56.5% (160 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=6bd64d20 [6bd64d20]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 54.4% (154 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/system =&lt;br /&gt;
== dolphin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=b6a6add7 [b6a6add7]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=d6981f86 [d6981f86]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=88bffef8 [88bffef8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=50bf6ece [50bf6ece]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=df0f2634 [df0f2634]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 87.3% (55 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=128fc6c0 [128fc6c0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=4177bfeb [4177bfeb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=31e79818 [31e79818]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=614887eb [614887eb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=dfc034e5 [dfc034e5]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kbfx ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=7df544d7 [7df544d7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbfx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbfx/&lt;br /&gt;
&lt;br /&gt;
== kcmautostart ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=e156d8d7 [e156d8d7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=a34114dc [a34114dc]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=e32b5599 [e32b5599]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/&lt;br /&gt;
&lt;br /&gt;
== knemo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=8e390170 [8e390170]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=73908043 [73908043]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo - kcm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-kcm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=d1925e58 [d1925e58]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (85 of 85 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=6132bf8e [6132bf8e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== knetload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=ad81a141 [ad81a141]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knetload - knetload.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetload-knetloaddesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== krusader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=a6d7af8f [a6d7af8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 89.0% (1246 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=1107ba66 [1107ba66]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=60b198a9 [60b198a9]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1399 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/uk/&lt;br /&gt;
&lt;br /&gt;
== kshutdown ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=757c58ab [757c58ab]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=0cb0eeb3 [0cb0eeb3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown - kshutdown.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-kshutdowndesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=6c6e8bb5 [6c6e8bb5]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown - kshutdown.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-kshutdowndesktop/nl/&lt;br /&gt;
&lt;br /&gt;
== ksystemlog ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=cf0f1b44 [cf0f1b44]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/ksystemlog&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksystemlog/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=27e255d7 [27e255d7]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== polkit-agent-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=774e540b [774e540b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=fe3d3837 [fe3d3837]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=81f288bf [81f288bf]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/zh_Hant/&lt;br /&gt;
&lt;br /&gt;
== tdebluez ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=f25c4521 [f25c4521]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-events/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=01f504fe [01f504fe]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=fce0091e [fce0091e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=f23e3839 [f23e3839]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=823b8121 [823b8121]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=d0311fa0 [d0311fa0]] Added translation using Weblate (Dutch)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ee1b7905 [ee1b7905]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 89.1% (239 of 268 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=14e65f81 [14e65f81]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=9a895e4f [9a895e4f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=5dbd02e3 [5dbd02e3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=75e3f4ae [75e3f4ae]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=1d2fcc95 [1d2fcc95]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (266 of 266 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=9ec32992 [9ec32992]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=226cacc4 [226cacc4]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (274 of 274 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ae46115f [ae46115f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ad1894b7 [ad1894b7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=e852055d [e852055d]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tdepowersave ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=96ba1bf7 [96ba1bf7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 36.3% (20 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=1e735aeb [1e735aeb]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (311 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=f39d5cd2 [f39d5cd2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=c1d1a446 [c1d1a446]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=70666ec3 [70666ec3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=c2676876 [c2676876]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.2% (290 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=5242ce6d [5242ce6d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=678ecbe9 [678ecbe9]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tdesshaskpass ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=7a7a240e [7a7a240e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesshaskpass&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesshaskpass/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=b0aaaa03 [b0aaaa03]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== yakuake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=4d40f6d0 [4d40f6d0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.9% (94 of 98 strings)&amp;lt;br/&amp;gt;Translation: applications/yakuake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/tdeio =&lt;br /&gt;
== tdeio-ftps ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-ftps/commit/?id=8ac1f636 [8ac1f636]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdeio-ftps&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-ftps/&lt;br /&gt;
&lt;br /&gt;
== tdeio-sword ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=a1851f5d [a1851f5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-sword - sword.protocol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-sword-swordprotocol/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=6d75ce24 [6d75ce24]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeio-umountwrapper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=e3173ff2 [e3173ff2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-umountwrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-umountwrapper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=c37ba2dc [c37ba2dc]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
= applications/themes =&lt;br /&gt;
== gtk-qt-engine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=2178adeb [2178adeb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=90c79e65 [90c79e65]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=df701883 [df701883]] Added translation using Weblate (Chinese (Simplified))&lt;br /&gt;
&lt;br /&gt;
== kgtk-qt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=06bca424 [06bca424]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/kgtk-qt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kgtk-qt3/ru/&lt;br /&gt;
&lt;br /&gt;
== tde-style-baghira ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=bb43a575 [bb43a575]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - sessionapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-sessionapplet/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=738600de [738600de]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - starter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-starter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=54a306f5 [54a306f5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=4a3bbfa4 [4a3bbfa4]] Rename library twin3_baghira -&amp;amp;gt; twin_baghira&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=fc8b3dd4 [fc8b3dd4]] Fix functionality broken by commit 66813ef&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=66813efe [66813efe]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tde-style-domino ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=7ea023ba [7ea023ba]] Rename library twin3_domino -&amp;amp;gt; twin_domino&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== tde-style-ia-ora ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=25c19604 [25c19604]] Rename library twin3_iaora -&amp;amp;gt; twin_iaora&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== tde-style-lipstik ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=39c758d5 [39c758d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-lipstik - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-lipstik-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=e0338512 [e0338512]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== twin-style-crystal ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=d9afc78c [d9afc78c]] Rename library twin3_crystal -&amp;amp;gt; twin_crystal&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-dekorator ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=c67f6084 [c67f6084]] Rename library twin3_deKorator -&amp;amp;gt; twin_deKorator&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-machbunt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=81c7c4d0 [81c7c4d0]] Rename library twin3_MachBunt to twin_MachBunt&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-suse2 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=6cdb0cbb [6cdb0cbb]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (65 of 65 strings)&amp;lt;br/&amp;gt;Translation: applications/twin-style-suse2&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/twin-style-suse2/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=9b5c2e1e [9b5c2e1e]] Rename library twin3_SUSE2 -&amp;amp;gt; twin_SUSE&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
= applications/utilities =&lt;br /&gt;
== abakus ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=9ace50d1 [9ace50d1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/abakus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=467ef6c1 [467ef6c1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (49 of 49 strings)&amp;lt;br/&amp;gt;Translation: applications/abakus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=e1762b36 [e1762b36]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=b277c7ae [b277c7ae]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/abakus - abakus.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus-abakusdesktop/bg/&lt;br /&gt;
&lt;br /&gt;
== filelight ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=9fd8fe68 [9fd8fe68]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (77 of 77 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=aa06806b [aa06806b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=28349b70 [28349b70]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=7cc11b7f [7cc11b7f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=629295b3 [629295b3]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=33098270 [33098270]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (77 of 77 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/uk/&lt;br /&gt;
&lt;br /&gt;
== kbarcode ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=2f5aa189 [2f5aa189]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.1% (589 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=6c31a9ec [6c31a9ec]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=7f9e4e65 [7f9e4e65]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.9% (582 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=f6c05921 [f6c05921]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 74.5% (443 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=371ce27c [371ce27c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=7bd51d72 [7bd51d72]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=6ca861bd [6ca861bd]] Fix functionality broken by commit fc06df3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=fc06df33 [fc06df33]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== kchmviewer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=78502278 [78502278]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kchmviewer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kchmviewer-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== kcpuload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=b49178b0 [b49178b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=8ae8e9f8 [8ae8e9f8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 94.8% (37 of 39 strings)&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=7a450d31 [7a450d31]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=d9952f82 [d9952f82]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/&lt;br /&gt;
&lt;br /&gt;
== knutclient ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=dfa5f3fa [dfa5f3fa]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knutclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=466ddc1b [466ddc1b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (203 of 203 strings)&amp;lt;br/&amp;gt;Translation: applications/knutclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient/uk/&lt;br /&gt;
&lt;br /&gt;
== krename ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=b4e78648 [b4e78648]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/krename - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krename-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=7740aa8e [7740aa8e]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== qalculate-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=744ac88e [744ac88e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=6baf1704 [6baf1704]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.4% (593 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=accfbbbf [accfbbbf]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=34b3365e [34b3365e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=933d4190 [933d4190]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=68aa9b3b [68aa9b3b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (596 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=96280709 [96280709]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 75.0% (447 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=09de128a [09de128a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 70.6% (421 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=c714c687 [c714c687]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 60.7% (362 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=1c102209 [1c102209]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 42.4% (253 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=06249035 [06249035]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
= packaging =&lt;br /&gt;
== packaging ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=ef8e0bd1 [ef8e0bd1]] DEB build scripts: updated after testing on Devuan Chimaera&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=70a0160c [70a0160c]] DEB tdebindings: remove dependency on libtqt3-compat-headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=fb212c9e [fb212c9e]] DEB tqt3: drop compat files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=a4869e73 [a4869e73]] DEB tdebase twin: adjusted after renaming client libraries from twin3_* to twin_*. This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=7b064a10 [7b064a10]] DEB tqt3: adjusted after removing Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f7be243e [f7be243e]] DEB buildscripts: update supported distros&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f82c8cc0 [f82c8cc0]] DEB: remove support for Debian Stretch and Ubuntu Xenial&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=4721bdc6 [4721bdc6]] DEB tqt3: remove Qt2 obsolete classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=e6b868c8 [e6b868c8]] DEB tdebase: added release notes for R14.2.x series&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=3c5c1e60 [3c5c1e60]] DEB trinity-apt-archive: Set the apt repository URL to PTB.&lt;/div&gt;</summary>
		<author><name>SlavekB</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.1.2&amp;diff=3281</id>
		<title>Changelog For R14.1.2</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.1.2&amp;diff=3281"/>
		<updated>2024-02-12T02:04:10Z</updated>

		<summary type="html">&lt;p&gt;SlavekB: Update 20240211&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= common =&lt;br /&gt;
== admin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=482d2f66 [482d2f66]] Fix wrong nesting in KDE_CHECK_TQT_JPEG function&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=3019aa7a [3019aa7a]] Improve TQt detection. Use CFLAGS from pkg-config&amp;lt;br/&amp;gt;instead of hard-coded include paths.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=bcdb3081 [bcdb3081]] Fix detection of TQt3 following bug introduced in previous commit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=e27d7286 [e27d7286]] Drop TQT_VERSION_ONLY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=02e3ce62 [02e3ce62]] Fix visibility support check&lt;br /&gt;
&lt;br /&gt;
== libtdevnc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtdevnc/commit/?id=30334121 [30334121]] krfb: fix termination and syncing of threads on exit. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/libtdevnc/issues/2 #2]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtdevnc/commit/?id=91b27a73 [91b27a73]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtdevnc/commit/?id=2b46ed6b [2b46ed6b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
= dependencies =&lt;br /&gt;
== tde-cmake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=76ca9f74 [76ca9f74]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=bb49d854 [bb49d854]] Update version to R14.1.2&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tqt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=ecca365d [ecca365d]] Rename METHOD, SIGNAL, SLOT to TQ_METHOD, TQ_SIGNAL, TQ_SLOT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=1c308584 [1c308584]] Fix potential buffer overflow in debug functions.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tqt3/issues/70 #70]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=f30ac87a [f30ac87a]] Add support for HistoryBackButton and HistoryForwardButton&amp;lt;br/&amp;gt;This resolves [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/421 TDE/tdebase#421]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=c339f68f [c339f68f]] Update README&amp;lt;br/&amp;gt;A new README with markdown format, updated information on TQt, contributor section and translations status.&amp;lt;br/&amp;gt;The old README has been preserved as README.Qt3 for historical reasons.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a059b24f [a059b24f]] tqdesigner: prevent SEGV from invalid pointer. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tqt3/issues/97 #97]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=ccc0d8e4 [ccc0d8e4]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=541b9007 [541b9007]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tqtinterface ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=d7ef2c15 [d7ef2c15]] Remove TQT_{METHOD, SIGNAL, SLOT} and METHOD, SIGNAL, SLOT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=42cd150b [42cd150b]] Rename TQT_{METHOD, SIGNAL, SLOT} and METHOD, SIGNAL, SLOT to TQ_METHOD, TQ_SIGNAL, TQ_SLOT. This is a temporary step to make sure TDE keeps building while METHOD, SIGNAL, SLOT are renamed in every repository.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=7850ec99 [7850ec99]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=aee37a80 [aee37a80]] Remove various &amp;#039;#define&amp;#039; strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=ed3960fe [ed3960fe]] Remove &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=e49839b0 [e49839b0]] Remove various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=f933a4cd [f933a4cd]] Remove various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=1adb7b0c [1adb7b0c]] Remove color &amp;#039;#define&amp;#039; strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=f3d5db9e [f3d5db9e]] Remove various &amp;#039;#define&amp;#039; with actual strings - part 2&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=8a3ee3cf [8a3ee3cf]] Remove time related &amp;#039;#define&amp;#039; with actual strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=4f64bcf4 [4f64bcf4]] Remove various tq* strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=4469ebf5 [4469ebf5]] Remove various &amp;#039;#define&amp;#039; strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=83393107 [83393107]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=4999d66f [4999d66f]] Change to build and install inputmethod files if enabled&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=5b1ff5f7 [5b1ff5f7]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=ce975cb4 [ce975cb4]] Drop TQT_VERSION_ONLY&lt;br /&gt;
&lt;br /&gt;
== akode ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/akode/commit/?id=1a7d54b0 [1a7d54b0]] cmake: make flac, speex and vorbis support in xiph optional&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/akode/commit/?id=76833fdb [76833fdb]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== arts ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/arts/commit/?id=c96b8deb [c96b8deb]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/arts/commit/?id=c048d067 [c048d067]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== avahi-tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/avahi-tqt/commit/?id=5d56fcdf [5d56fcdf]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/avahi-tqt/commit/?id=571a0c03 [571a0c03]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== dbus-1-tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dbus-1-tqt/commit/?id=9b724c19 [9b724c19]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dbus-1-tqt/commit/?id=49dca60b [49dca60b]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dbus-1-tqt/commit/?id=122c2a5a [122c2a5a]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== dbus-tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dbus-tqt/commit/?id=fe52f8f3 [fe52f8f3]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dbus-tqt/commit/?id=31736507 [31736507]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== libart-lgpl ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libart-lgpl/commit/?id=a8d8c5d0 [a8d8c5d0]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== libcaldav ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libcaldav/commit/?id=212fdb12 [212fdb12]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== libcarddav ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libcarddav/commit/?id=2bee3c7a [2bee3c7a]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== libr ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libr/commit/?id=2cf31691 [2cf31691]] Expose used backend via pkg-config&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libr/commit/?id=75d69350 [75d69350]] Make dependency upon gtk optional&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libr/commit/?id=aaf98109 [aaf98109]] Update library version to 0.7.0&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libr/commit/?id=47a836e4 [47a836e4]] Remove libglade related code, since libglade is no longer available&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libr/commit/?id=35d7395c [35d7395c]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== sip4-tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/sip4-tqt/commit/?id=15dc4a7c [15dc4a7c]] Fix pytde FTBFS caused by commit 5cfeb8e&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/sip4-tqt/commit/?id=9d52e5c0 [9d52e5c0]] Fix yyerror ftbfs under Fedora 40&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/sip4-tqt/commit/?id=5cfeb8ec [5cfeb8ec]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/sip4-tqt/commit/?id=5e77787c [5e77787c]] Fix SEGV on exit when using python 3.12 and raise minimum required version to 3.4.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/sip4-tqt/commit/?id=18bbe173 [18bbe173]] Add support for python 3.12 and raise minimum required version to 3.3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/sip4-tqt/commit/?id=c668d2b1 [c668d2b1]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
&lt;br /&gt;
== tqscintilla ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqscintilla/commit/?id=c763d908 [c763d908]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqscintilla/commit/?id=0355ec98 [0355ec98]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqscintilla/commit/?id=57048ef2 [57048ef2]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== pytqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=244f8405 [244f8405]] Add support for python 3.12 and raise minimum required version to 3.4.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=27f46d60 [27f46d60]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=a131499f [a131499f]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
&lt;br /&gt;
== polkit-tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-tqt/commit/?id=0b5b2bf9 [0b5b2bf9]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-tqt/commit/?id=b5e521d0 [b5e521d0]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tqca ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqca/commit/?id=7267a6cb [7267a6cb]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqca/commit/?id=9cbea02c [9cbea02c]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
= core =&lt;br /&gt;
== tdelibs ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=ff174128 [ff174128]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7b83dfe0 [7b83dfe0]] Replace auto_ptr&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7f03918f [7f03918f]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=dff83720 [dff83720]] Fix lvm volumes appearing as removable devices&amp;lt;br/&amp;gt;- remove obsolete/erroneous code meddling with&amp;lt;br/&amp;gt;  GENHD_FL_MEDIA_CHANGE_NOTIFY&amp;lt;br/&amp;gt;- use /sys/block/&amp;amp;lt;dev&amp;amp;gt;/removable rather than&amp;lt;br/&amp;gt;  /sys/block/&amp;amp;lt;dev&amp;amp;gt;/capabilities&amp;lt;br/&amp;gt;- deprecate TDEDiskDeviceStatus::Hotpluggable and use&amp;lt;br/&amp;gt;  TDEDiskDeviceStatus::Removable for all removable devices&amp;lt;br/&amp;gt;- put some local utility function into anonymous namespace&amp;lt;br/&amp;gt;See https://mirror.git.trinitydesktop.org/gitea/TDE/tde/issues/148&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=2a3a62bb [2a3a62bb]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=af8caead [af8caead]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=553b7050 [553b7050]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=d8d8319b [d8d8319b]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=3a837ecf [3a837ecf]] Fix FTBFS caused by detection of libr version after recent update&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=9fc074fc [9fc074fc]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=4c9f3f02 [4c9f3f02]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cf7f8e74 [cf7f8e74]] Replace color &amp;#039;#define&amp;#039; strings with actual values&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=89c80321 [89c80321]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 2&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=e84b6d89 [e84b6d89]] Replaced time related &amp;#039;#define&amp;#039; with actual strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=3373b45c [3373b45c]] Replace various tq* strings with TQt::* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=0e4a5c95 [0e4a5c95]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=303b6445 [303b6445]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=141ced0c [141ced0c]] Prevent to use conditional inclusion preprocessor feature (since C++23)&amp;lt;br/&amp;gt;`#elifdef` is supported since C23 and C++23, but such newer compiler&amp;lt;br/&amp;gt;is not required here.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=1b8945b1 [1b8945b1]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=050ff82b [050ff82b]] KTabBar: add way to revert tab color to default&amp;lt;br/&amp;gt;This commit adds a resetTabColor(...) method to TQTabBar and TQTabWidget which allows the color of the appropriate tab to be reset to the default as specified by the desktop color scheme.&amp;lt;br/&amp;gt;It also changes how invalid color values are handled; before, an invalid value would be used as a valid color, resulting in 0,0,0 (black). Seeing that an invalid color is returned by KColorDialog when the default color checkbox is checked, it makes more sense to ignore invalid colors, using the appropriate color from the color scheme instead.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=10b5c67d [10b5c67d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=2cc4398e [2cc4398e]] Update version to R14.1.2&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tdebase ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=cfbf60a0 [cfbf60a0]] kxkb: handle resetOld correctly in cases if all opions already set&amp;lt;br/&amp;gt;Closes: https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/391&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=28b6fb9b [28b6fb9b]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=71079cac [71079cac]] Replace auto_ptr&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1c65be77 [1c65be77]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=55ba7bff [55ba7bff]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=75aeb0d5 [75aeb0d5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=0e5ef873 [0e5ef873]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=dcda0012 [dcda0012]] KXkb: add keyboard layout notification&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=94cec968 [94cec968]] Kxkb: move LayoutUnit struct into its own file and add getLayoutName function&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c55cad68 [c55cad68]] Make dependency upon libssh optional&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=6c067940 [6c067940]] TWin: Add DCOP method showWindowMenu(wid) for default menu position&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8447a9a6 [8447a9a6]] TWin showWindowMenu: add support for negative coordinates&amp;lt;br/&amp;gt;Negative coordinates change the popup menu origins:&amp;lt;br/&amp;gt;* Negative X: origin is right edge instead of left;&amp;lt;br/&amp;gt;* Negative Y: origin is bottom edge instead of top.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e67f30eb [e67f30eb]] twin: fix showWindowMenuAt(...) DCOP call&amp;lt;br/&amp;gt;Before it only called slotWindowOperations(), which showed the operations menu of the current window at a preset position, ignoring all arguments passed to showWindowMenuAt.&amp;lt;br/&amp;gt;This commit implpements the correct behaviour of the function which takes all arguments into account.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=fa7aa947 [fa7aa947]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9c73915c [9c73915c]] twin: use separate bit to inhibit configure request messages. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/434 #434]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=80859919 [80859919]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f91c73bf [f91c73bf]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=3f84b83e [3f84b83e]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e240ec46 [e240ec46]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b19e4cab [b19e4cab]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=6b5d95d5 [6b5d95d5]] twin: makes sure to notify an application on resizing events so that the window contents can get updated. This is particularly important for Virtual Terminal based application. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tde/issues/57 TDE/tde#57] and issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/384 #384]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a3017180 [a3017180]] Fix FTBFS caused by detection of libr version after recent update&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=df343992 [df343992]] Fix unwanted window resizing. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tde/issues/57 TDE/tde#57]&amp;lt;br/&amp;gt;Some applications (like xfce4-terminal) try to manage their sizes by requesting the window manager a different size. The WM responds by resizing the window and the application tries once again to adjust its own size. This can lead to a repeated loop of request-resize which results in the application window to either shrink to the minimum allowed size or expand to the display size.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=71b2eaec [71b2eaec]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=139b166e [139b166e]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c19f68bd [c19f68bd]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 2&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=bf17c1e9 [bf17c1e9]] Replaced time related &amp;#039;#define&amp;#039; with actual strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7272c289 [7272c289]] Replace various tq* strings with TQt::* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=4a6f4a17 [4a6f4a17]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=06606d2a [06606d2a]] QuickLauncher: Ignore empty URLs at reading the configuration&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=196fabb2 [196fabb2]] Fix strlcat and strlcpy check&amp;lt;br/&amp;gt;Solving the [https://mirror.git.trinitydesktop.org/gitea/TDE/tde-packaging-gentoo/issues/310 TDE/tde-packaging-gentoo#310] problem.&amp;lt;br/&amp;gt;Glibc-2.38 adds new functions strlcat and strlcpy.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a49b0e2c [a49b0e2c]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8f661313 [8f661313]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=63432a21 [63432a21]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=457c4539 [457c4539]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=539f7f00 [539f7f00]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e3908518 [e3908518]] Deprecate TabColor setting&amp;lt;br/&amp;gt;This is a confusing feature which saves the color of the first tab and makes it the default color in new sessions. As a result, it broke color schemes by overriding the default tab color.&amp;lt;br/&amp;gt;This is not related to saving tab colors as part of a session.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c7cfaf20 [c7cfaf20]] Konsole: add ability to reset tab color to default&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=93dcc468 [93dcc468]] Add six new color schemes taken from https://www.opendesktop.org.&amp;lt;br/&amp;gt;There is no license files on the website, but based on the site Terms &amp;amp; Conditions, it seems reasonable to redistribute this files under GPL2 license.&amp;lt;br/&amp;gt;Human:    https://www.opendesktop.org/p/1123955/&amp;lt;br/&amp;gt;Last.fm:  https://www.opendesktop.org/p/1123742/&amp;lt;br/&amp;gt;Lizard:   https://www.opendesktop.org/p/1123562&amp;lt;br/&amp;gt;Platinum: https://www.opendesktop.org/p/1123528/&amp;lt;br/&amp;gt;Sienna:   https://www.opendesktop.org/p/1123485/&amp;lt;br/&amp;gt;WedgeWeb: https://www.opendesktop.org/p/1123249/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5739816e [5739816e]] Added initial draft of release notes for R14.1.2.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=fe02fc0d [fe02fc0d]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdepim ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=7ad14b00 [7ad14b00]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=3b1e4bbb [3b1e4bbb]] Replace auto_ptr&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=b0f8eef0 [b0f8eef0]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=3b25eb31 [3b25eb31]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=f26a304e [f26a304e]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=ae35bc48 [ae35bc48]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=51d0291b [51d0291b]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=22da7013 [22da7013]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=6efcb28e [6efcb28e]] Replaced time related &amp;#039;#define&amp;#039; with actual strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=9ade94ab [9ade94ab]] Holidays: ua&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=4a793dd7 [4a793dd7]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=7a712e61 [7a712e61]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=0a8405f6 [0a8405f6]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdemultimedia ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=b71a5b9b [b71a5b9b]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=39a4235d [39a4235d]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=f353dc99 [f353dc99]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=da49daf5 [da49daf5]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=452c1e81 [452c1e81]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=bd26faa9 [bd26faa9]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=de42315f [de42315f]] Noatun: Crashing at empty items in the playlist&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=5bdb5189 [5bdb5189]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=a86ba592 [a86ba592]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdenetwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=9bea52fd [9bea52fd]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=5d85a610 [5d85a610]] Replace auto_ptr&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=40393e30 [40393e30]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=51f2e0ff [51f2e0ff]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=4be03979 [4be03979]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e0a2f545 [e0a2f545]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e6bbef6d [e6bbef6d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=4dbc3ab8 [4dbc3ab8]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=b195cf38 [b195cf38]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=4edd87ce [4edd87ce]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=7367a616 [7367a616]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=caae1151 [caae1151]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdegraphics ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=cb1b22d0 [cb1b22d0]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=ea1f5870 [ea1f5870]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=904cb397 [904cb397]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=c9e40417 [c9e40417]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=1fe6cb7f [1fe6cb7f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=556d90cb [556d90cb]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=7ec27f89 [7ec27f89]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=cdcc24c6 [cdcc24c6]] ksnapshot: add setPixmap DCOP call&amp;lt;br/&amp;gt;Can be useful to integrate KSnapshot with applications that can take their own screenshots better (e.g. a media player can use a single frame from a video instead of a lower-quality real screen grab).&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=57ade681 [57ade681]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=73368709 [73368709]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=cfee7c43 [cfee7c43]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=924f894b [924f894b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=666a1d67 [666a1d67]] ksnapshot: add delay functionality to &amp;#039;Region&amp;#039; mode. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdegraphics/issues/71 #71]&lt;br /&gt;
&lt;br /&gt;
== tdetoys ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=61b80b53 [61b80b53]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=8114410a [8114410a]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=4603b024 [4603b024]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=1606ffff [1606ffff]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=0b6f951e [0b6f951e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=64a5b23e [64a5b23e]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=79c780ce [79c780ce]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=8f9e8c88 [8f9e8c88]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=a6499fdc [a6499fdc]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeutils ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=b6eec758 [b6eec758]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=278d2f50 [278d2f50]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=c960bd6f [c960bd6f]] superkaramba: add support for python 3.12. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdeutils/issues/71 #71]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=d4393c11 [d4393c11]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=5b1fdb9a [5b1fdb9a]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=5ecef94f [5ecef94f]] kmilo: after changing the screen brightness, allows a small delay before popping up the OSD feedback. This allows the underlying hardware to report the correct value. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdeutils/issues/68 #68]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=dfb81fda [dfb81fda]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=2d05a4b0 [2d05a4b0]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=f901ccee [f901ccee]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=3156b549 [3156b549]] Solving the [https://mirror.git.trinitydesktop.org/gitea/TDE/tde-packaging-gentoo/issues/313 TDE/tde-packaging-gentoo#313] problem.&amp;lt;br/&amp;gt;Glibc-2.38 adds new functions strlcat and strlcpy.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=b3f501d4 [b3f501d4]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=60471443 [60471443]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeedu ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=aa76b219 [aa76b219]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=84528140 [84528140]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=5446eb71 [5446eb71]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=63af14c3 [63af14c3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=c75fee7f [c75fee7f]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=c407c455 [c407c455]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=79ebc59c [79ebc59c]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=bcee6c32 [bcee6c32]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=9af05810 [9af05810]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=0ef55542 [0ef55542]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdegames ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=bd2e9436 [bd2e9436]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=7b5371d0 [7b5371d0]] Replace auto_ptr&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=6374e2e6 [6374e2e6]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=4d6acadb [4d6acadb]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=76f734a8 [76f734a8]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=03c3d226 [03c3d226]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f240b9f9 [f240b9f9]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=c5a61d6e [c5a61d6e]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=afc67225 [afc67225]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=d86e0406 [d86e0406]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeaccessibility ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=8923dcc3 [8923dcc3]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=79f019f1 [79f019f1]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=2aad9568 [2aad9568]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=93fbe96e [93fbe96e]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=14c0e766 [14c0e766]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=716294c7 [716294c7]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=57266e49 [57266e49]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeaddons ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=300132f9 [300132f9]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=e2345655 [e2345655]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=c19fc937 [c19fc937]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=76b9a4ad [76b9a4ad]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=92d851c1 [92d851c1]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=588c6181 [588c6181]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=a67df804 [a67df804]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=94639370 [94639370]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=f37c5af5 [f37c5af5]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=35876c80 [35876c80]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeadmin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=f2ee6cfd [f2ee6cfd]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=7ad2f154 [7ad2f154]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=1ab02499 [1ab02499]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=ac7e4fb5 [ac7e4fb5]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=684b9d33 [684b9d33]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=16c7639b [16c7639b]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=a0028424 [a0028424]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeartwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=78e766b0 [78e766b0]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=d0fc8a81 [d0fc8a81]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=f2e4e24e [f2e4e24e]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=856d6d13 [856d6d13]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=fc6c321e [fc6c321e]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=e243bddf [e243bddf]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=149da968 [149da968]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=185ed081 [185ed081]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=59d0ee36 [59d0ee36]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=5f9b4a9f [5f9b4a9f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=f6619763 [f6619763]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdebindings ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=a8bc056a [a8bc056a]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=1eb01731 [1eb01731]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=7d03532f [7d03532f]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
&lt;br /&gt;
== tdesdk ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=7f79362a [7f79362a]] Rename missed Q_SIGNALS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d3799513 [d3799513]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=725db2ce [725db2ce]] Replace auto_ptr&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d3656a49 [d3656a49]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=8fc5cf27 [8fc5cf27]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=74c34bca [74c34bca]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=a03358fd [a03358fd]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=4f51c08a [4f51c08a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d6dc3a3d [d6dc3a3d]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=49d88f18 [49d88f18]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=5d52b8ff [5d52b8ff]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=785064f9 [785064f9]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=429f7fd4 [429f7fd4]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdevelop ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=2f2f4edb [2f2f4edb]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=43fd0a38 [43fd0a38]] Replace auto_ptr&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=c891bb5d [c891bb5d]] Fix KDevPluginController::query() with empty constraint&amp;lt;br/&amp;gt;When KDevPluginController::query() was called with empty constrain it&amp;lt;br/&amp;gt;were resulting in incorrect query string being passed to TDETrader,&amp;lt;br/&amp;gt;which were resulting in at least warnings like the next one:&amp;lt;br/&amp;gt;```&amp;lt;br/&amp;gt;[tdeio (TDETrader)] [6751] WARNING: Parsing &amp;#039; and [X-TDevelop-Version] == 5&amp;#039; gave syntax error&amp;lt;br/&amp;gt;```&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=e4efa087 [e4efa087]] Fix SEGV when hovering on symbols after creating a new project. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdevelop/issues/40 #40]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=0b6a83b7 [0b6a83b7]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=b9186693 [b9186693]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=f12db681 [f12db681]] kdevdesigner: prevent SEGV from invalid pointer. This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tqt3/issues/97 TDE/tqt3#97]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=ea8f1be4 [ea8f1be4]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=2d0252be [2d0252be]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=d31a7027 [d31a7027]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=8308ebce [8308ebce]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=521604de [521604de]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=96ced6ef [96ced6ef]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdewebdev ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=f8006999 [f8006999]] Fix FTBFS due to multi-line result from ICU C++ flags detection.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=48c2f91a [48c2f91a]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=dd3ce2e1 [dd3ce2e1]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=86fed9b7 [86fed9b7]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=8954d764 [8954d764]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=717ca24e [717ca24e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=abd5e8f9 [abd5e8f9]] Fix FTBFS from prior commit.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=37f6b15c [37f6b15c]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=dd931b3e [dd931b3e]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=b4887167 [b4887167]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=9e8724c9 [9e8724c9]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=b00a91b0 [b00a91b0]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=b3b05947 [b3b05947]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tde-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2cf50021 [2cf50021]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f4c5ba08 [f4c5ba08]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73230742 [73230742]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=842d0728 [842d0728]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aa5da19a [aa5da19a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44e3825e [44e3825e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ea8296a [2ea8296a]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c5441a72 [c5441a72]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a00bbd9b [a00bbd9b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3cf519c1 [3cf519c1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c7eb7259 [c7eb7259]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c034e83 [6c034e83]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b590f840 [b590f840]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b319b88a [b319b88a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cc45161c [cc45161c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=efd947d3 [efd947d3]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25d196dc [25d196dc]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e5380a77 [e5380a77]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a1d02ef5 [a1d02ef5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b02ffeb [4b02ffeb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2729c261 [2729c261]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=47a9a331 [47a9a331]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41f9994c [41f9994c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8772ccd5 [8772ccd5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9cfeaaba [9cfeaaba]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b8623c9 [2b8623c9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ea97c56 [7ea97c56]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ce43bede [ce43bede]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=298b491a [298b491a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c2f113be [c2f113be]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4594ec8 [d4594ec8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=28015952 [28015952]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abe7f960 [abe7f960]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6d051d6a [6d051d6a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1608a85b [1608a85b]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61e2eaf3 [61e2eaf3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c41887c6 [c41887c6]] Remove duplicate translations from commit 83e7d90131a60206a219edf4a2ba9e570c689268.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ff9fcec [2ff9fcec]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6b78e804 [6b78e804]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=83e7d901 [83e7d901]] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d3f6a5fb [d3f6a5fb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dd01a895 [dd01a895]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d7331290 [d7331290]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d39a21e0 [d39a21e0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6383fd9e [6383fd9e]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a662e89 [2a662e89]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0cb349be [0cb349be]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d9b15b4 [7d9b15b4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=42fa475c [42fa475c]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
= libraries =&lt;br /&gt;
== libkdcraw ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=4bbbe298 [4bbbe298]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=d2e28d1a [d2e28d1a]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=cf62b14f [cf62b14f]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== libkexiv2 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkexiv2/commit/?id=d69c95c1 [d69c95c1]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkexiv2/commit/?id=735076ec [735076ec]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== libkipi ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=166d8c53 [166d8c53]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=29ef104e [29ef104e]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=72d352a7 [72d352a7]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=79b037f6 [79b037f6]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kipi-plugins ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=8b5c3386 [8b5c3386]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=b74930c0 [b74930c0]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=d0107930 [d0107930]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=2cf37f58 [2cf37f58]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=b4ab4f13 [b4ab4f13]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=d543d160 [d543d160]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=cc9c3a67 [cc9c3a67]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=5c09bb36 [5c09bb36]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=bc3ec7f2 [bc3ec7f2]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=d28f47b5 [d28f47b5]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== libksquirrel ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libksquirrel/commit/?id=a125c8f3 [a125c8f3]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libksquirrel/commit/?id=592f28f9 [592f28f9]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libksquirrel/commit/?id=c612c9c0 [c612c9c0]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libksquirrel/commit/?id=029784cd [029784cd]] Drop autotools support&lt;br /&gt;
&lt;br /&gt;
== libtdeldap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtdeldap/commit/?id=1090c874 [1090c874]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtdeldap/commit/?id=5ba47607 [5ba47607]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== libtqt-perl ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=a9e12524 [a9e12524]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=947bc2db [947bc2db]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=d655c313 [d655c313]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=803408f7 [803408f7]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 2&lt;br /&gt;
&lt;br /&gt;
== pytde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytde/commit/?id=db88dbbd [db88dbbd]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytde/commit/?id=41cc3906 [41cc3906]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytde/commit/?id=16dba0a4 [16dba0a4]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== pytdeextensions ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytdeextensions/commit/?id=e266e8f8 [e266e8f8]] Fix detection of SIP-TQt, PyTQt and PyTDE modules in tdedistutils&amp;lt;br/&amp;gt;with multiple Python3 installed in parallel. This solves FTBFS&amp;lt;br/&amp;gt;when building tde-guidance.&amp;lt;br/&amp;gt;Remove import of &amp;#039;imp&amp;#039; module that is no longer needed.&amp;lt;br/&amp;gt;Sysconfig from Python is now used instead of sysconfig from distutils.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytdeextensions/commit/?id=e864982d [e864982d]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
&lt;br /&gt;
= applications/development =&lt;br /&gt;
== kdbg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=320b4e63 [320b4e63]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=3cefef8e [3cefef8e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=c8f5e54e [c8f5e54e]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kdiff3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=79daa6a1 [79daa6a1]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=835702ea [835702ea]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=95d0ba61 [95d0ba61]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=7ff0b7ed [7ff0b7ed]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=10096961 [10096961]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=eff219cd [eff219cd]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=b1a7c5eb [b1a7c5eb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=180f871b [180f871b]] Fix pasting UTF8 text from clipboard.&amp;lt;br/&amp;gt;This commit is based on work from Roman Savochenko  available at PR #13, but adapted to the TDE standard. It replaces the aforementioned PR #13.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=5e65678a [5e65678a]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=d3cfbab1 [d3cfbab1]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kpicosim ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=7825473d [7825473d]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=bb32ffaf [bb32ffaf]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=6e904a10 [6e904a10]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=69df5d03 [69df5d03]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kscope ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=b035a6c4 [b035a6c4]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=3fb41909 [3fb41909]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== ktechlab ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=4bff0b57 [4bff0b57]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=a082a259 [a082a259]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=f5d0ed0e [f5d0ed0e]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=669d1daa [669d1daa]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=420fcb6c [420fcb6c]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kxmleditor ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=9e94ee99 [9e94ee99]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=21ab29e9 [21ab29e9]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== piklab ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=f3f67ab7 [f3f67ab7]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=26bcb362 [26bcb362]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=aa5aa16b [aa5aa16b]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=fb9112c9 [fb9112c9]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=d73c00b7 [d73c00b7]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=6ea6638a [6ea6638a]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tdesvn ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=aa1df34f [aa1df34f]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=f71f6c99 [f71f6c99]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=a2bf0715 [a2bf0715]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=7221e1ed [7221e1ed]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=340a9422 [340a9422]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=2e75d667 [2e75d667]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=2bf1c106 [2bf1c106]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=42734aee [42734aee]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
= applications/games =&lt;br /&gt;
== knights ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=b4b4994c [b4b4994c]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=b8335a4a [b8335a4a]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=a39b2b83 [a39b2b83]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=0959fe8c [0959fe8c]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=248df7d9 [248df7d9]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tdepacman ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=2d94efff [2d94efff]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=1a929a80 [1a929a80]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
= applications/graphics =&lt;br /&gt;
== digikam ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=40c16979 [40c16979]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=4fb5c762 [4fb5c762]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=dfb59e25 [dfb59e25]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=8fa69390 [8fa69390]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=3bedcd00 [3bedcd00]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=80cb02ba [80cb02ba]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=a7a3aa3b [a7a3aa3b]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=df0251e7 [df0251e7]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=56a89d7b [56a89d7b]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== gwenview ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=f31e61c6 [f31e61c6]] Replace auto_ptr&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=f476b77d [f476b77d]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=5eb453b7 [5eb453b7]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=247add21 [247add21]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=5a71f93b [5a71f93b]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=20b4653f [20b4653f]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=d4e69bd2 [d4e69bd2]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 2&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=d2998fbc [d2998fbc]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=549b83de [549b83de]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=4c58d618 [4c58d618]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== gwenview-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=04164129 [04164129]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=df89b8d0 [df89b8d0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=fe3a9945 [fe3a9945]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=ec568f0d [ec568f0d]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== ksquirrel ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=ee5dabb7 [ee5dabb7]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=77d98cdf [77d98cdf]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=e814f1e8 [e814f1e8]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=9d3adf01 [9d3adf01]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=4078a895 [4078a895]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== potracegui ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=7a90b396 [7a90b396]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=7f29a86e [7f29a86e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=63c91476 [63c91476]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=91a23eae [91a23eae]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=512732b0 [512732b0]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
= applications/internet =&lt;br /&gt;
== kasablanca ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=cd4fe19c [cd4fe19c]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=44e4c4e1 [44e4c4e1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=749fadd2 [749fadd2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=d942de57 [d942de57]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=0e9b7d1d [0e9b7d1d]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kbiff ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=47b05696 [47b05696]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=8498ab1f [8498ab1f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=b1912c9f [b1912c9f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=4c492704 [4c492704]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=e65e12d0 [e65e12d0]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kftpgrabber ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=f198284d [f198284d]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=91bacaa9 [91bacaa9]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== knmap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=1d388460 [1d388460]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=63cafd37 [63cafd37]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=fa583363 [fa583363]] Removed already applied .diff file and custom _DEBUG flag&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=2a173c58 [2a173c58]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=76067f79 [76067f79]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=3f0328e9 [3f0328e9]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== konversation ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=a920dfcf [a920dfcf]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=f18f28a7 [f18f28a7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=097cbcdd [097cbcdd]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=0d666f48 [0d666f48]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=9f9819b2 [9f9819b2]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=0b3b0962 [0b3b0962]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=b44a471a [b44a471a]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=ae1967dc [ae1967dc]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=cb42cd20 [cb42cd20]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kopete-otr ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=56a8b011 [56a8b011]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=e14ad764 [e14ad764]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=edea0d8d [edea0d8d]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kshowmail ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=87732784 [87732784]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=521a7742 [521a7742]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=c5b1ab33 [c5b1ab33]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=86f2b710 [86f2b710]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kstreamripper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=2ce8abf5 [2ce8abf5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=5e4da610 [5e4da610]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=ae602fba [ae602fba]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=786fcd32 [786fcd32]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=04368be9 [04368be9]] Properly deallocate memory on exit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=6a86ef7a [6a86ef7a]] Added context menu&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=248e67ea [248e67ea]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=9f785fdc [9f785fdc]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=c22d8d68 [c22d8d68]] Ask for confirmation before deleting a stream from the list&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=0796f6cb [0796f6cb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=d94539da [d94539da]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=8286cc5b [8286cc5b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=71c98694 [71c98694]] Provide a minimum height for the station listview to improve user experiences when there are more than a few stations&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=64cf76fc [64cf76fc]] Prevent loss of last station across multiple program runs if its description is empty&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=5aed5382 [5aed5382]] Removing unnecessary functionality&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=9fb4112a [9fb4112a]] Added stream editing in a separate dialog box&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=9a8675a8 [9a8675a8]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=bcdbeef8 [bcdbeef8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=9d38a4e2 [9d38a4e2]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=fbb41b91 [fbb41b91]] Add unicode stream support&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=683560fc [683560fc]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=560afe55 [560afe55]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=7678506d [7678506d]] Fix deallocation of process controllers when quitting the application&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=b624496e [b624496e]] Avoid repeated connection of the same signal when ripping the same item multiple times&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=b3d9058d [b3d9058d]] Added event processing if the process has finished its work&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=6701bdba [6701bdba]] Removed unnecessary code and files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=be9e9e89 [be9e9e89]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=015618b1 [015618b1]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=ff9482e1 [ff9482e1]] Added processing for stopping processes when closing the program window&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=943a67a4 [943a67a4]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== ktorrent ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=37d524ba [37d524ba]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=e98b0ef1 [e98b0ef1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=657dd888 [657dd888]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=4caf6f3c [4caf6f3c]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=29628def [29628def]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=ea5e56f7 [ea5e56f7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=5a75de0b [5a75de0b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=2a3111ed [2a3111ed]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=e76b1b06 [e76b1b06]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=59f680d9 [59f680d9]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=f5f62f5b [f5f62f5b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=9e6ff2e1 [9e6ff2e1]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kvirc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=d29e90e6 [d29e90e6]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=3de49dee [3de49dee]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=677dae3b [677dae3b]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=0066e291 [0066e291]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=35d1f217 [35d1f217]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=039fcfa8 [039fcfa8]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=3f8bfdfe [3f8bfdfe]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=265b1c8c [265b1c8c]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=860d3e1f [860d3e1f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=5b2ba173 [5b2ba173]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=55b59d3d [55b59d3d]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=8bb7372e [8bb7372e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=d7a1d0a3 [d7a1d0a3]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=945085d2 [945085d2]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kvpnc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=1cfbe9cb [1cfbe9cb]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=f6f9924d [f6f9924d]] Fix remaining unwanted renaming SLOT =&amp;amp;gt; TQ_SLOT related to the message.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=36f7e3f1 [36f7e3f1]] Fix unwanted renaming SLOT =&amp;amp;gt; TQ_SLOT in the message string.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=143ef5f5 [143ef5f5]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=c76d015d [c76d015d]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=1172d1f6 [1172d1f6]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== smb4k ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=b703a19e [b703a19e]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=74b97723 [74b97723]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=cfafca88 [cfafca88]] CMake conversion&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=3b8edca5 [3b8edca5]] TQString related changes required for cmake conversion&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=cdd07aa7 [cdd07aa7]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=c6b056cc [c6b056cc]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=e7dc7656 [e7dc7656]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=4e996a89 [4e996a89]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=01627fbd [01627fbd]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=16657171 [16657171]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
= applications/misc =&lt;br /&gt;
== bibletime ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=9f336161 [9f336161]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=14f6b82f [14f6b82f]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=138dd9d3 [138dd9d3]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=c6f8f1bf [c6f8f1bf]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=f2540b01 [f2540b01]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=bc35a6b9 [bc35a6b9]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=79a57869 [79a57869]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=89cdda50 [89cdda50]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=75205341 [75205341]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== compizconfig-backend-tdeconfig ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/compizconfig-backend-tdeconfig/commit/?id=6cb631f1 [6cb631f1]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== desktop-effects-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=7faf6c12 [7faf6c12]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=c3d75707 [c3d75707]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=842d40b0 [842d40b0]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kcmldap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=df2cc5be [df2cc5be]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=2fcf4275 [2fcf4275]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kcmldapcontroller ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=e385027b [e385027b]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=9e149d4b [9e149d4b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=585d173e [585d173e]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kcmldapmanager ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=446b4aaf [446b4aaf]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=d6b06a9d [d6b06a9d]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=47887118 [47887118]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kerberostray ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=0b9aad72 [0b9aad72]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=67336400 [67336400]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=d3f5f06e [d3f5f06e]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=9fe0aff0 [9fe0aff0]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== krecipes ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=dd228586 [dd228586]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=c72be0a6 [c72be0a6]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=6b856e9c [6b856e9c]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=60c15de3 [60c15de3]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
= applications/multimedia =&lt;br /&gt;
== amarok ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=226522fa [226522fa]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=5a5b34eb [5a5b34eb]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=97c254f2 [97c254f2]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=a9635517 [a9635517]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=03e5582d [03e5582d]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=5cae14d5 [5cae14d5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=0851e201 [0851e201]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=832a6a86 [832a6a86]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=22bcf55f [22bcf55f]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=3b0aee61 [3b0aee61]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=e4b6122b [e4b6122b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=36d4e52e [36d4e52e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=f2d29897 [f2d29897]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== codeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=b023e039 [b023e039]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=7c2b90bd [7c2b90bd]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== k3b ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=f989f27b [f989f27b]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=80e5226c [80e5226c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=ac9bee9f [ac9bee9f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=ce3ab445 [ce3ab445]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=6a101aa2 [6a101aa2]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=386d824e [386d824e]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=b591f195 [b591f195]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=361bf819 [361bf819]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=c7656114 [c7656114]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=214ce2ba [214ce2ba]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=32a52075 [32a52075]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=21fdca70 [21fdca70]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=0c90dd24 [0c90dd24]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== k3b-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=fbaf24c8 [fbaf24c8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=0eb2404b [0eb2404b]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=408cd80e [408cd80e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=c871eb98 [c871eb98]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=6b26d66f [6b26d66f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=f9c5cefe [f9c5cefe]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=d711e3fb [d711e3fb]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== k9copy ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=a90fa4fe [a90fa4fe]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=bcf4fd54 [bcf4fd54]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=0828ec19 [0828ec19]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=4b425835 [4b425835]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=9e55e6ee [9e55e6ee]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=a2dacecf [a2dacecf]] Remove the original translation directory layout.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=fb42a086 [fb42a086]] Copy translations to a new directory layout.&amp;lt;br/&amp;gt;Added translation of .desktop files.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=83c41bf1 [83c41bf1]] Drop autotools support&lt;br /&gt;
&lt;br /&gt;
== kaffeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=9aeb52db [9aeb52db]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=ef2254d5 [ef2254d5]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=89e9863c [89e9863c]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=53219858 [53219858]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=3ba0ef17 [3ba0ef17]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=018ae989 [018ae989]] xine-backend: Remove protocols from supported extensions&amp;lt;br/&amp;gt;This caused problems with the extension filter of the file opener dialog.&amp;lt;br/&amp;gt;This fixes [https://mirror.git.trinitydesktop.org/gitea/TDE/tdemultimedia/issues/58 TDE/tdemultimedia#58]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=283e19b9 [283e19b9]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=2c49540b [2c49540b]] Removed patch files from source code.&amp;lt;br/&amp;gt;fast-slow-dcop.patch, generic_tr.patch and scandialog.patch have already&amp;lt;br/&amp;gt;been applied in the code.&amp;lt;br/&amp;gt;terminate.patch has not been applied but contains no explanation on what&amp;lt;br/&amp;gt;problem it was trying to fix.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=f5f7098e [f5f7098e]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=2fe187b9 [2fe187b9]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kaffeine-mozilla ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine-mozilla/commit/?id=e7e12a9a [e7e12a9a]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kmplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=1f99527a [1f99527a]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=436bc266 [436bc266]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=8a590af0 [8a590af0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=2e5e0a3b [2e5e0a3b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=8417b0fe [8417b0fe]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=6777b854 [6777b854]] Solving the problem of launching the settings dialog without xine support&amp;lt;br/&amp;gt;The settings dialog crashes if built without xine support.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=8527831e [8527831e]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=27035a4b [27035a4b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=f29a95f6 [f29a95f6]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=228b7d8a [228b7d8a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=2d9f7497 [2d9f7497]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=9ed93309 [9ed93309]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== mplayerthumbs ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=790a2c0a [790a2c0a]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=52f017aa [52f017aa]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== rosegarden ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=a3a855ce [a3a855ce]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=0d651f25 [0d651f25]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=d2261821 [d2261821]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=ec073d64 [ec073d64]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=6bee7afd [6bee7afd]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=d80f3b6c [d80f3b6c]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=5a840665 [5a840665]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== soundkonverter ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=61e1b0e4 [61e1b0e4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=8c11a140 [8c11a140]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=070927f4 [070927f4]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=80596a68 [80596a68]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=ad48759d [ad48759d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=54c143b5 [54c143b5]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=0438ba40 [0438ba40]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=c4c4d373 [c4c4d373]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=5bba09ee [5bba09ee]] cmake conversion&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=546952a1 [546952a1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=7fe222c3 [7fe222c3]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=2ec39571 [2ec39571]] Rename src/config.h to src/configuration.h to avoid possible conflicts with autogenerated config.h file&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=b36ba456 [b36ba456]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=65f00ac0 [65f00ac0]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=6d9278a9 [6d9278a9]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tderadio ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=24e8de38 [24e8de38]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=9c572378 [9c572378]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=3dbd1166 [3dbd1166]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=a2837bd4 [a2837bd4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=525e762e [525e762e]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=e76222b9 [e76222b9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=e8c31a52 [e8c31a52]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=779f24c6 [779f24c6]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
= applications/office =&lt;br /&gt;
== basket ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=f9edc9cf [f9edc9cf]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=31622296 [31622296]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=50245e3d [50245e3d]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=b70474e0 [b70474e0]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=b29b77fb [b29b77fb]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=70031454 [70031454]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=928b97c5 [928b97c5]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=48f3d5f4 [48f3d5f4]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kbibtex ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=483545c2 [483545c2]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=584744b2 [584744b2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=c9d1bd72 [c9d1bd72]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kbookreader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=5022c499 [5022c499]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=fd40ec98 [fd40ec98]] Replace auto_ptr&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=d0aa6926 [d0aa6926]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=9830ae32 [9830ae32]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=4bc7d31a [4bc7d31a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=86c67226 [86c67226]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=4aa2e024 [4aa2e024]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=1e7501a9 [1e7501a9]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=853da7ee [853da7ee]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== keximdb ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keximdb/commit/?id=7e2ce5dc [7e2ce5dc]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kile ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=39a06ef0 [39a06ef0]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=6c37103f [6c37103f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=762d93a8 [762d93a8]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=b8b37954 [b8b37954]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=cde35e42 [cde35e42]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=6549f004 [6549f004]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=50df78ea [50df78ea]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=9999c59b [9999c59b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=286a5b17 [286a5b17]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kmymoney ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=010c375b [010c375b]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=3a528d87 [3a528d87]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=04ddc823 [04ddc823]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=f892e5be [f892e5be]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=debbb965 [debbb965]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=778d1114 [778d1114]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=c033bc04 [c033bc04]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=2889777f [2889777f]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=483ebca4 [483ebca4]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=00081047 [00081047]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== knowit ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=af5c1114 [af5c1114]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=2f7d0721 [2f7d0721]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=b47d595e [b47d595e]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=07692010 [07692010]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== koffice ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=67aa6b18 [67aa6b18]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=cf1bb69b [cf1bb69b]] Replace auto_ptr&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=e1b37ac1 [e1b37ac1]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=757d80a9 [757d80a9]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=9abcf51d [9abcf51d]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=5761876d [5761876d]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=2891d3c2 [2891d3c2]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=f9893e5b [f9893e5b]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=8263fdf7 [8263fdf7]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 2&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=00aa1f43 [00aa1f43]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=c8c5e11f [c8c5e11f]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=c9973bfb [c9973bfb]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== koffice-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=79138675 [79138675]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=6b648c74 [6b648c74]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=1033bf66 [1033bf66]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=8f039f42 [8f039f42]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=d3c5f390 [d3c5f390]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=c9c89dbb [c9c89dbb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=c0d03513 [c0d03513]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=0340f152 [0340f152]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=3cc206ab [3cc206ab]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kpilot ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=84beaa20 [84beaa20]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=f9289944 [f9289944]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=3b5ccc65 [3b5ccc65]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=abcd9a45 [abcd9a45]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=1d47a02e [1d47a02e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=04d2f2a5 [04d2f2a5]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=2f80418d [2f80418d]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=255ec906 [255ec906]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tellico ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=f9ec1da0 [f9ec1da0]] Replace auto_ptr&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=aa5bb443 [aa5bb443]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=727a2e58 [727a2e58]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=8ed9929d [8ed9929d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=c932624b [c932624b]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=5f98a522 [5f98a522]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=ad02e86c [ad02e86c]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=1ff93d9e [1ff93d9e]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=211ad874 [211ad874]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=5dcd02bb [5dcd02bb]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=034ed63e [034ed63e]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
= applications/settings =&lt;br /&gt;
== kdpkg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=c730b578 [c730b578]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=921d46a4 [921d46a4]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=b630d6e2 [b630d6e2]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=ac316ed3 [ac316ed3]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kima ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=d7c9764d [d7c9764d]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=545f3b89 [545f3b89]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=aa0c75cc [aa0c75cc]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=0558e0fb [0558e0fb]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=99ba74a9 [99ba74a9]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kiosktool ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=b80fb3b7 [b80fb3b7]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=2811df5f [2811df5f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=9ef88aa8 [9ef88aa8]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=a0811519 [a0811519]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kkbswitch ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=3a19fc03 [3a19fc03]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=b225c79f [b225c79f]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=2b9c1482 [2b9c1482]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=cf86bb82 [cf86bb82]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== klcddimmer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=4d46d6c2 [4d46d6c2]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=d69adfd4 [d69adfd4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=b09ff5dd [b09ff5dd]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kmyfirewall ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=5335ce5d [5335ce5d]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=66b3326a [66b3326a]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=53fde083 [53fde083]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=6913f86b [6913f86b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=37baea59 [37baea59]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tde-guidance ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-guidance/commit/?id=1825d1c2 [1825d1c2]] Fix invalid escape sequences.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-guidance/commit/?id=10f0a51a [10f0a51a]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-guidance/commit/?id=5acecc50 [5acecc50]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-guidance/commit/?id=4a49ed93 [4a49ed93]] Remove wineconfig module&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-guidance/commit/?id=16bbedc3 [16bbedc3]] Remove grubconfig module&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-guidance/commit/?id=dc9cd228 [dc9cd228]] Fix functionality of mountconfig module&lt;br /&gt;
&lt;br /&gt;
== tde-systemsettings ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-systemsettings/commit/?id=498895cf [498895cf]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-systemsettings/commit/?id=f614f05c [f614f05c]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-systemsettings/commit/?id=a1194f5b [a1194f5b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdenetworkmanager ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=5ec457f3 [5ec457f3]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=a88fc517 [a88fc517]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=461e2090 [461e2090]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=ac34a604 [ac34a604]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=00aab2e4 [00aab2e4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=048ed035 [048ed035]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=ba52504d [ba52504d]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=687ebf64 [687ebf64]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=f54fe201 [f54fe201]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tdesudo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesudo/commit/?id=6b4a51a0 [6b4a51a0]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesudo/commit/?id=da05d2b4 [da05d2b4]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== wlassistant ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/wlassistant/commit/?id=ee4dfb78 [ee4dfb78]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/wlassistant/commit/?id=df532886 [df532886]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/wlassistant/commit/?id=3efb8ddd [3efb8ddd]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/wlassistant/commit/?id=f7a20040 [f7a20040]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
= applications/system =&lt;br /&gt;
== dolphin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=b81aca2a [b81aca2a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=f03ddc53 [f03ddc53]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=a822e3e4 [a822e3e4]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=84dce0e3 [84dce0e3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=94fa32f9 [94fa32f9]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=60a08792 [60a08792]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=5ee150f0 [5ee150f0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=c11be914 [c11be914]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=fd73938a [fd73938a]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== katapult ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=fded3c0a [fded3c0a]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=d3f66339 [d3f66339]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=bdd907d1 [bdd907d1]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=4ca2cbcf [4ca2cbcf]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kbfx ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=120f8eb6 [120f8eb6]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=dbc335c7 [dbc335c7]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=6319099a [6319099a]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=cca1b232 [cca1b232]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=97ca6223 [97ca6223]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kcmautostart ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=c0071d4c [c0071d4c]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=59eea31e [59eea31e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=9f38675b [9f38675b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=f73b98ca [f73b98ca]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kdbusnotification ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=6ac34a66 [6ac34a66]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=93591f24 [93591f24]] Respect -DDBUS_BINDING_TOOL provided by cmake user&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=a971c7f6 [a971c7f6]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== klamav ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=2375c3f5 [2375c3f5]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=e2e86dda [e2e86dda]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== knemo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=73e92cf0 [73e92cf0]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=bed78533 [bed78533]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=74f1cd87 [74f1cd87]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=95eef6c3 [95eef6c3]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=a2090048 [a2090048]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=923a514f [923a514f]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== knetload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=8c286cc4 [8c286cc4]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=0ba0326e [0ba0326e]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=83b084bf [83b084bf]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=0ea50dc6 [0ea50dc6]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=bb7f6255 [bb7f6255]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== knetstats ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=678eabac [678eabac]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=57a4c0ab [57a4c0ab]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=1caa8b1b [1caa8b1b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=de4276a7 [de4276a7]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kooldock ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kooldock/commit/?id=3f57e4b5 [3f57e4b5]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kooldock/commit/?id=2191a58b [2191a58b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== krusader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=56f4ac3a [56f4ac3a]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=1570bf7f [1570bf7f]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=0e769547 [0e769547]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=e61c1db9 [e61c1db9]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=f854b2fe [f854b2fe]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=f19fa530 [f19fa530]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=db723943 [db723943]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=6c738063 [6c738063]] Krusader: Unpacking TXZ.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=f8733916 [f8733916]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=ae61cb4c [ae61cb4c]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kshutdown ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=2ced6309 [2ced6309]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=afe74bfe [afe74bfe]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=8f798c9f [8f798c9f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=bdaee14b [bdaee14b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== ksystemlog ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=4217755e [4217755e]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=c110ab27 [c110ab27]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=a07e5bcd [a07e5bcd]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=6200356b [6200356b]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kvkbd ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=cae154cc [cae154cc]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=09ce2637 [09ce2637]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=0a7a004c [0a7a004c]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== polkit-agent-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=eedf1c13 [eedf1c13]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=fbceb48f [fbceb48f]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== smartcardauth ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smartcardauth/commit/?id=0247a594 [0247a594]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tastymenu ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=a65bdf88 [a65bdf88]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=44e77ecb [44e77ecb]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdebluez ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=c82acb8f [c82acb8f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=50734d4f [50734d4f]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=1f091996 [1f091996]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=7fe3e3a1 [7fe3e3a1]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdedocker ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=9f512be4 [9f512be4]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=e9c02a31 [e9c02a31]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdepowersave ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=b61a8c75 [b61a8c75]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=c03872d3 [c03872d3]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=f5832e4a [f5832e4a]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=c492704a [c492704a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=2ef52b9d [2ef52b9d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=135b14de [135b14de]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=04965313 [04965313]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tdesshaskpass ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=bf98ebd6 [bf98ebd6]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=60c67fdf [60c67fdf]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=481fe0f8 [481fe0f8]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== yakuake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=9e7f45da [9e7f45da]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=3dc97a47 [3dc97a47]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=9368dcd8 [9368dcd8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=cbb2affd [cbb2affd]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=9388682a [9388682a]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
= applications/tdeio =&lt;br /&gt;
== tdeio-appinfo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=6a5b2b96 [6a5b2b96]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeio-apt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=cb10c26c [cb10c26c]] Replace auto_ptr&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=f334aae2 [f334aae2]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=d76aa3d0 [d76aa3d0]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeio-ftps ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-ftps/commit/?id=20caed22 [20caed22]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeio-gopher ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-gopher/commit/?id=629af4d1 [629af4d1]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeio-locate ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=63ae801a [63ae801a]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=2f71daf1 [2f71daf1]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeio-sword ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=b14a6077 [b14a6077]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=4f0871c3 [4f0871c3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=a4b077fb [a4b077fb]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeio-umountwrapper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=e62fccb8 [e62fccb8]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=6d87cc1f [6d87cc1f]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=13da79f0 [13da79f0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=c138f55c [c138f55c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=b2628b22 [b2628b22]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
= applications/themes =&lt;br /&gt;
== gtk-qt-engine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=be6cedb4 [be6cedb4]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=afc6ea03 [afc6ea03]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=717ae9b4 [717ae9b4]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=e2af75f0 [e2af75f0]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=d161ea67 [d161ea67]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== gtk3-tqt-engine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk3-tqt-engine/commit/?id=9d21ebe8 [9d21ebe8]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk3-tqt-engine/commit/?id=180b6368 [180b6368]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kgtk-qt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=2ddf00f4 [2ddf00f4]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=fa044ab0 [fa044ab0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=97c7c47d [97c7c47d]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=68e5b179 [68e5b179]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== ksplash-engine-moodin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=ded8d1e9 [ded8d1e9]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=62f1c985 [62f1c985]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== qt4-tqt-theme-engine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qt4-tqt-theme-engine/commit/?id=7e605f95 [7e605f95]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
&lt;br /&gt;
== tde-style-baghira ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=8f6829a2 [8f6829a2]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=210aaadd [210aaadd]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tde-style-domino ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=10fe0f76 [10fe0f76]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=e19e9e50 [e19e9e50]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=12aad560 [12aad560]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tde-style-ia-ora ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=12fa2548 [12fa2548]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=bfcab3f3 [bfcab3f3]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tde-style-lipstik ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=bae40f8a [bae40f8a]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=b0e0c34a [b0e0c34a]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=7b118fa8 [7b118fa8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=69a0e002 [69a0e002]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=3a412a9e [3a412a9e]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=f30bd931 [f30bd931]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tde-style-qtcurve ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=738aeee4 [738aeee4]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=ea3215e2 [ea3215e2]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=cbb50b27 [cbb50b27]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=9238a995 [9238a995]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=f1732e3b [f1732e3b]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=5d24eff4 [5d24eff4]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=14a3eec2 [14a3eec2]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tdmtheme ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=dc06e74f [dc06e74f]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=d5324923 [d5324923]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== twin-style-crystal ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=6ba6bda9 [6ba6bda9]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=8719cde0 [8719cde0]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=e0ee1309 [e0ee1309]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=e87fce4f [e87fce4f]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=857dc031 [857dc031]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=858d33cc [858d33cc]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== twin-style-dekorator ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=da44d447 [da44d447]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=6e6b5fd0 [6e6b5fd0]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== twin-style-machbunt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=368ed30c [368ed30c]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=8cf5d248 [8cf5d248]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== twin-style-suse2 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=1b186a95 [1b186a95]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=a0ecb910 [a0ecb910]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=3193200c [3193200c]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
= applications/utilities =&lt;br /&gt;
== abakus ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=3a03ef43 [3a03ef43]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=7367cf3e [7367cf3e]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=6ff22608 [6ff22608]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=54b3d710 [54b3d710]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=e41c0ced [e41c0ced]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== filelight ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=aa677ad4 [aa677ad4]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=27c4f9d5 [27c4f9d5]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=2725bd4a [2725bd4a]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=287eaafa [287eaafa]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=58b6f564 [58b6f564]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=ad0cfb27 [ad0cfb27]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=894a7b9c [894a7b9c]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kbarcode ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=c62d6a21 [c62d6a21]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=97a76f36 [97a76f36]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=2191b2df [2191b2df]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=587dc58e [587dc58e]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=e68f82c5 [e68f82c5]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kchmviewer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=0dbd778f [0dbd778f]] Replace Q_SIGNALS and Q_SLOTS&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=5a0966ca [5a0966ca]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=d2f01bb5 [d2f01bb5]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=89ba2b7d [89ba2b7d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=dfbfbc33 [dfbfbc33]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kcpuload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=f2261138 [f2261138]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=cec0eba3 [cec0eba3]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=ee9f81ae [ee9f81ae]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=357be4cd [357be4cd]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kdirstat ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=e43fe7b8 [e43fe7b8]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=be5e4244 [be5e4244]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=23237d09 [23237d09]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=1ba064de [1ba064de]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== keep ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=c049126a [c049126a]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=4f1c8e54 [4f1c8e54]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=2b6bd386 [2b6bd386]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=15c4aae7 [15c4aae7]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== knutclient ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=d47f7d28 [d47f7d28]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=334246ae [334246ae]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=017c57dd [017c57dd]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=b3f56562 [b3f56562]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kommando ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kommando/commit/?id=59af4855 [59af4855]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kommando/commit/?id=3bf0b6d5 [3bf0b6d5]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kommando/commit/?id=9066230a [9066230a]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kompose ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=43e0ea16 [43e0ea16]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=cb455231 [cb455231]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== krename ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=222407da [222407da]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=44470b8a [44470b8a]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=7132d1d7 [7132d1d7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=d8fcd4fa [d8fcd4fa]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=804f4f35 [804f4f35]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=5d02ccb1 [5d02ccb1]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== ksensors ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=b7fce5c4 [b7fce5c4]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=7453b1ad [7453b1ad]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== mathemagics ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mathemagics/commit/?id=b3a2c4d9 [b3a2c4d9]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mathemagics/commit/?id=fdfbfd7c [fdfbfd7c]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== qalculate-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=9fe1e65b [9fe1e65b]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=d88c548d [d88c548d]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
= packaging =&lt;br /&gt;
== packaging ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=9431b5cd [9431b5cd]] DEB rosegarden: Replace the dependence on the transitional package liblircclient-dev by the current liblirc-dev.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=2c91a152 [2c91a152]] DEB tderadio: Replace the dependence on the transitional package liblircclient-dev by the current liblirc-dev.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=9ebeaa57 [9ebeaa57]] RPM: don&amp;#039;t force use of python3.11 under Ferdora 39&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=9d336ebd [9d336ebd]] RPM: update tdesshaskpass&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f83bd2bb [f83bd2bb]] RPM: update soundkonverter (remove TODO file)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=252fba04 [252fba04]] RPM: remove grubconfig and wineconfig from tde-guidance&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=3ad90433 [3ad90433]] RPM: switch k9copy to cmake build&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=fde218b0 [fde218b0]] RPM: update tdebase&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=7e100030 [7e100030]] RPM: switch libksquirrel to cmake build&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=04309578 [04309578]] DEB pytde: Fix support for multiple Python3 installed in parallel.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=598ef9e7 [598ef9e7]] DEB pytqt: add support for python 3.12&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=67eb46f0 [67eb46f0]] ArchLinux: Update for rebuild with Poppler 24.01.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=77a683a7 [77a683a7]] RPM: fedora39: update build scripts&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=1ea737d7 [1ea737d7]] RPM: osstw: update build scripts&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=e434528a [e434528a]] RPM: pclinuxos: update build scripts&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=cb114d7c [cb114d7c]] DEB sip4-tqt: Prefer dist-packages folder for a particular version of Python before shared.&amp;lt;br/&amp;gt;Use sysconfig instead of distutil to detect paths.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=9907c849 [9907c849]] DEB tdebase: Enable new option WITH_SFTP.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=3d551b91 [3d551b91]] DEB tdebase kxkb: add notification event for keyboard layout change. This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/438 TDE/tdebase#438]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=a006276e [a006276e]] DEB tdesshaskpass: Fix the support of Ninja build.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=03143bf8 [03143bf8]] DEB tqt3: Update README file name.&amp;lt;br/&amp;gt;This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tqt3/issues/93 TDE/tqt3#93]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=6729c27b [6729c27b]] DEB: Automatically add ldconfig trigger if the package contains plugins.&amp;lt;br/&amp;gt;As a result, it is no longer necessary to enforce ldconfig in postinst&amp;lt;br/&amp;gt;and postrm scripts and this solves the problem with packages where the&amp;lt;br/&amp;gt;ldconfig was not called after installation, but it was needed.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdemultimedia/issues/29 TDE/tdemultimedia#29]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=6bc6d6e3 [6bc6d6e3]] DEB: Add support for Ubuntu Noble.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=4ae59bb2 [4ae59bb2]] DEB tdebase: Prevent unwanted restarting TDM service during upgrade.&amp;lt;br/&amp;gt;This made it possible to add #DEBHELPER# back to TDM prerm script.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/409 TDE/tdebase#409]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=4784f17e [4784f17e]] DEB smb4k: cmake conversion&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=65dd80fb [65dd80fb]] DEB libr: update package name to libr1&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=ce06e711 [ce06e711]] DEB libr: remove dependency on libglade, which is no longer available&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=dff6d937 [dff6d937]] DEB tdeaddons: Add libdb5.3++-dev as an alternative dependency for libdb++-dev.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=d4152453 [d4152453]] DEB soundkonverter: cmake conversion&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=13ab9cf7 [13ab9cf7]] DEB gwenview: Fix the name of suggested i18n package.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=904d1e09 [904d1e09]] RPM: add support for Fedora 39&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=ea66d8ef [ea66d8ef]] DEB: drop Stretch and Xenial and invalid link&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=bdc4e185 [bdc4e185]] DEB twin-style-fahrenheit: Change debhelper compatibility level to 10.&amp;lt;br/&amp;gt;Use DEB_COMPRESS_EXCLUDE_ALL instead of deprecated DEB_COMPRESS_EXCLUDE.&amp;lt;br/&amp;gt;(the last part of commit fc691a7208477948ad7519ed67861a0b4c6a4b74)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=2b20e14f [2b20e14f]] DEB: add twin-style-fahrenheit packaging files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=90c68a68 [90c68a68]] DEB tde-cmake: Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=0809dd93 [0809dd93]] DEB: Change debhelper compatibility level to 10.&amp;lt;br/&amp;gt;Use DEB_COMPRESS_EXCLUDE_ALL instead of deprecated DEB_COMPRESS_EXCLUDE.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=657aaad5 [657aaad5]] DEB tdebase: add new color themes&lt;/div&gt;</summary>
		<author><name>SlavekB</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Preliminary_Testing_Builds&amp;diff=3280</id>
		<title>Preliminary Testing Builds</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Preliminary_Testing_Builds&amp;diff=3280"/>
		<updated>2024-01-02T01:19:16Z</updated>

		<summary type="html">&lt;p&gt;SlavekB: /* Distributions */ Add Excalibur, Raspbian-Bookworm, remove Ascii, Impish, Xenial&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Documentation]][[Category:Developers]]&lt;br /&gt;
Would you like to always use the latest development version of TDE&lt;br /&gt;
on a Debian-based distributions (Debian, Ubuntu, Devuan, Raspbian)?&lt;br /&gt;
Preliminary packages of the next major or minor release -&lt;br /&gt;
called &amp;quot;preliminary testing builds&amp;quot; (PTB) - are available for testing&lt;br /&gt;
for selected versions of those distributions.&lt;br /&gt;
&lt;br /&gt;
PTB packages are hosted in a regular apt repository (alternative apt source),&lt;br /&gt;
so you&amp;#039;ll be able to get regular updates.&lt;br /&gt;
&lt;br /&gt;
==Installing Preliminary Testing Builds==&lt;br /&gt;
&lt;br /&gt;
To use the preliminary testing builds you need to add the following lines &lt;br /&gt;
to your /etc/apt/sources.list.&amp;lt;br&amp;gt;&lt;br /&gt;
Please replace all references to &amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039; with your &lt;br /&gt;
lowercase appropriate version: e.g &amp;quot;buster&amp;quot; or &amp;quot;focal&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
 # Trinity preliminary testing builds&lt;br /&gt;
 deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-testing &amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039; deps main&lt;br /&gt;
 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-testing &amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039; deps main&lt;br /&gt;
&lt;br /&gt;
Example for Debian 10 - Buster:&lt;br /&gt;
&lt;br /&gt;
 # Trinity preliminary testing builds&lt;br /&gt;
 deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-testing buster deps main&lt;br /&gt;
 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-testing buster deps main&lt;br /&gt;
&lt;br /&gt;
Packages are signed using GPG key ID c93af1698685ad8b. The best way to install GPG key is to manually download and install package &amp;lt;code&amp;gt;trinity-keyring&amp;lt;/code&amp;gt;. The advantage is that this method of installation is not dependent on the availability of the key server. Another advantage is that the key is not integrated into the global apt keyring, but is installed as a separate file:&lt;br /&gt;
&lt;br /&gt;
 wget http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-keyring.deb&lt;br /&gt;
 sudo dpkg -i trinity-keyring.deb&lt;br /&gt;
&lt;br /&gt;
==Available distributions and architectures==&lt;br /&gt;
&lt;br /&gt;
The PTB apt repository includes packages for various distributions and hardware&lt;br /&gt;
architectures. The current list of supported distributions and architectures is as follows:&lt;br /&gt;
&lt;br /&gt;
===Distributions===&lt;br /&gt;
&lt;br /&gt;
====Debian====&lt;br /&gt;
* unstable - Sid : amd64, i386, ppc64el, arm64, armhf, riscv64&lt;br /&gt;
* 13.x - Trixie : amd64, i386, ppc64el, arm64, armhf&lt;br /&gt;
* 12.x - Bookworm : amd64, i386, ppc64el, arm64, armhf&lt;br /&gt;
* 11.x - Bullseye : amd64, i386, ppc64el, arm64, armhf&lt;br /&gt;
* 10.x - Buster : amd64, i386, ppc64el, arm64, armhf&lt;br /&gt;
&lt;br /&gt;
====Devuan====&lt;br /&gt;
* unstable - Ceres : amd64, i386, ppc64el, arm64, armhf&lt;br /&gt;
* 6.x - Excalibur : amd64, i386, ppc64el, arm64, armhf&lt;br /&gt;
* 5.x - Daedalus : amd64, i386, ppc64el, arm64, armhf&lt;br /&gt;
* 4.x - Chimaera : amd64, i386, ppc64el, arm64, armhf&lt;br /&gt;
* 3.x - Beowulf : amd64, i386, ppc64el, arm64, armhf&lt;br /&gt;
&lt;br /&gt;
====Raspbian====&lt;br /&gt;
* 12.x - Raspbian-Bookworm : armhf&lt;br /&gt;
* 11.x - Raspbian-Bullseye : armhf&lt;br /&gt;
* 10.x - Raspbian-Buster : armhf&lt;br /&gt;
&lt;br /&gt;
====Ubuntu====&lt;br /&gt;
* 24.04 - Noble : amd64, ppc64el, arm64, armhf&lt;br /&gt;
* 23.10 - Mantic : amd64, ppc64el&lt;br /&gt;
* 23.04 - Lunar : amd64, ppc6el&lt;br /&gt;
* 22.10 - Kinetic : amd64, ppc64el&lt;br /&gt;
* 22.04 - Jammy : amd64, ppc64el, arm64, armhf&lt;br /&gt;
* 20.04 - Focal : amd64, ppc64el, arm64, armhf&lt;br /&gt;
* 18.04 - Bionic : amd64, i386, ppc64el, armhf&lt;br /&gt;
&lt;br /&gt;
==Feedback==&lt;br /&gt;
For any further question or problem, please refer to the TDE &lt;br /&gt;
[https://www.trinitydesktop.org/mailinglist.php mailing lists] or &lt;br /&gt;
[https://mirror.git.trinitydesktop.org/gitea/issues bug tracker].&lt;/div&gt;</summary>
		<author><name>SlavekB</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Preliminary_Stable_Builds&amp;diff=3279</id>
		<title>Preliminary Stable Builds</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Preliminary_Stable_Builds&amp;diff=3279"/>
		<updated>2024-01-02T01:16:43Z</updated>

		<summary type="html">&lt;p&gt;SlavekB: /* Distributions */ Add Excalibur, Raspbian-Bookworm, remove Stretch, Ascii, Impish, Hirsute, Xenial&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Documentation]][[Category:Developers]]&lt;br /&gt;
A preliminary version of the next maintenance release - known as &amp;quot;preliminary stable builds&amp;quot; - is available for testing or routine use. Packages are only available for Debian / Devuan, Ubuntu and Raspbian.&lt;br /&gt;
&lt;br /&gt;
The preliminary stable builds packages are hosted in a regular apt repository (alternative apt source), so you&amp;#039;ll be able to get updates regularly&lt;br /&gt;
&lt;br /&gt;
==Installing Preliminary Stable Builds==&lt;br /&gt;
&lt;br /&gt;
To use the preliminary stable builds you need to add the following lines to your /etc/apt/sources.list.&amp;lt;br&amp;gt;&lt;br /&gt;
Please replace all references to &amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039; with your lowercase appropriate version: e.g &amp;quot;buster&amp;quot; or &amp;quot;focal&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
 # Trinity preliminary stable builds&lt;br /&gt;
 deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-sb &amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039; deps-r14 main-r14&lt;br /&gt;
 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-sb &amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039; deps-r14 main-r14&lt;br /&gt;
&lt;br /&gt;
Example for Ubuntu, 20.04 - Focal:&lt;br /&gt;
&lt;br /&gt;
 # Trinity preliminary stable builds&lt;br /&gt;
 deb http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-sb focal deps-r14 main-r14&lt;br /&gt;
 deb-src http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-sb focal deps-r14 main-r14&lt;br /&gt;
&lt;br /&gt;
Packages are signed using GPG key ID c93af1698685ad8b. The best way to install GPG key is to manually download and install package &amp;lt;code&amp;gt;trinity-keyring&amp;lt;/code&amp;gt;. The advantage is that this method of installation is not dependent on the availability of the key server. Another advantage is that the key is not integrated into the global apt keyring, but is installed as a separate file:&lt;br /&gt;
&lt;br /&gt;
 wget http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-keyring.deb&lt;br /&gt;
 sudo dpkg -i trinity-keyring.deb&lt;br /&gt;
&lt;br /&gt;
==Available distributions and architectures==&lt;br /&gt;
&lt;br /&gt;
The preliminary stable builds apt repository includes packages for various distributions and hardware architectures. The current list of distributions and architectures are as follows:&lt;br /&gt;
&lt;br /&gt;
===Distributions===&lt;br /&gt;
&lt;br /&gt;
====Debian====&lt;br /&gt;
* unstable - Sid : amd64, i386, ppc64el, arm64, armhf, riscv64&lt;br /&gt;
* 13.x - Trixie : amd64, i386, ppc64el, arm64, armhf&lt;br /&gt;
* 12.x - Bookworm : amd64, i386, ppc64el, arm64, armhf&lt;br /&gt;
* 11.x - Bullseye : amd64, i386, ppc64el, arm64, armhf&lt;br /&gt;
* 10.x - Buster : amd64, i386, ppc64el, arm64, armhf&lt;br /&gt;
&lt;br /&gt;
====Devuan====&lt;br /&gt;
* unstable - Ceres : amd64, i386, ppc64el, arm64, armhf&lt;br /&gt;
* 6.x - Excalibur : amd64, i386, ppc64el, arm64, armhf&lt;br /&gt;
* 5.x - Daedalus : amd64, i386, ppc64el, arm64, armhf&lt;br /&gt;
* 4.x - Chimaera : amd64, i386, ppc64el, arm64, armhf&lt;br /&gt;
* 3.x - Beowulf : amd64, i386, ppc64el, arm64, armhf&lt;br /&gt;
&lt;br /&gt;
====Raspbian====&lt;br /&gt;
* 12.x - Raspbian-Bookworm : armhf&lt;br /&gt;
* 11.x - Raspbian-Bullseye : armhf&lt;br /&gt;
* 10.x - Raspbian-Buster : armhf&lt;br /&gt;
&lt;br /&gt;
====Ubuntu====&lt;br /&gt;
* 24.04 - Noble : amd64, ppc64el, arm64, armhf&lt;br /&gt;
* 23.10 - Mantic : amd64, ppc64el&lt;br /&gt;
* 23.04 - Lunar : amd64, ppc64el&lt;br /&gt;
* 22.10 - Kinetic : amd64, ppc64el&lt;br /&gt;
* 22.04 - Jammy : amd64, ppc64el, arm64, armhf&lt;br /&gt;
* 20.04 - Focal : amd64, ppc64el, arm64, armhf&lt;br /&gt;
* 18.04 - Bionic : amd64, i386, ppc64el, armhf&lt;br /&gt;
&lt;br /&gt;
===Release Dates===&lt;br /&gt;
&lt;br /&gt;
The Release date for each distribution can be found in each distribution’s Release file.  This is found by the pattern:&lt;br /&gt;
&lt;br /&gt;
 http://mirror.ppa.trinitydesktop.org/trinity/deb/trinity-sb/dists/&amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution-release-name&amp;gt;&amp;#039;&amp;#039;&amp;#039;/Release&lt;br /&gt;
&lt;br /&gt;
Note:  &amp;#039;&amp;#039;&amp;#039;&amp;lt;your-distribution&amp;gt;&amp;#039;&amp;#039;&amp;#039; is all lowercase.&lt;br /&gt;
&lt;br /&gt;
Example for Ubuntu, 20.04 - Focal:&lt;br /&gt;
&lt;br /&gt;
 http://mirror.ppa.trinitydesktop.org/trinity-sb/dists/focal/Release&lt;br /&gt;
&lt;br /&gt;
==Feedback==&lt;br /&gt;
For any further question or problem, please refer to the TDE [https://www.trinitydesktop.org/mailinglist.php mailing lists] or [https://mirror.git.trinitydesktop.org/gitea/issues bug tracker].&lt;/div&gt;</summary>
		<author><name>SlavekB</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.2.0&amp;diff=3278</id>
		<title>Changelog For R14.2.0</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.2.0&amp;diff=3278"/>
		<updated>2024-01-02T01:06:27Z</updated>

		<summary type="html">&lt;p&gt;SlavekB: /* applications/internet */ Update 20240101&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= dependencies =&lt;br /&gt;
== tde-cmake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=9fae6b57 [9fae6b57]] Update version to R14.2.0&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tqt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=ee0c5d58 [ee0c5d58]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a6829398 [a6829398]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=d2122705 [d2122705]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=e0a3cab4 [e0a3cab4]] Minor adjustments to porting documentation&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=f2b3ea52 [f2b3ea52]] Drop compatibility code for TQSignal&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=fb6884ea [fb6884ea]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=2e817b4b [2e817b4b]] Remove dangled symlinks for droped compat headers.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=c3bb8881 [c3bb8881]] Drop compatibility code for TQButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=9492e618 [9492e618]] Drop compatibility code for TQThread&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=979f5621 [979f5621]] Drop compatibility code for TQLineEdit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=83991feb [83991feb]] Remove Qt4 related stuff&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=48ea22d0 [48ea22d0]] Drop compatibility code for TQToolButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b1bfbe79 [b1bfbe79]] Drop compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=bfd62a0b [bfd62a0b]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a8466ab3 [a8466ab3]] Translated using Weblate (Chinese (zh))&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3 - examples-i18n&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3-examples-i18n/zh/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=5350a724 [5350a724]] Drop TQT_NO_COMPAT code from mkspecs files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a75445b4 [a75445b4]] Drop Qt2 obsolete classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b6e9b6c6 [b6e9b6c6]] Added translation using Weblate (Turkish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=af9d6b11 [af9d6b11]] Added translation using Weblate (Turkish)&lt;br /&gt;
&lt;br /&gt;
== tqtinterface ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=9ad01120 [9ad01120]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=4746fbba [4746fbba]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=1c79e9f8 [1c79e9f8]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
== pytqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=aa676491 [aa676491]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=cba16275 [cba16275]] Drop compatibility code for TQThread&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=8bd235be [8bd235be]] Addons to previous commit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=28273a01 [28273a01]] Drop Qt2&amp;#039;s TQSemiModal class.&lt;br /&gt;
&lt;br /&gt;
= core =&lt;br /&gt;
== tdelibs ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=5efbce07 [5efbce07]] tdehw lib: drop definition of TDEDiskDeviceStatus::Hotpluggable&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cca633c6 [cca633c6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (179 of 179 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/all languages&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/all-languages/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=9755ecd9 [9755ecd9]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=503eb0d9 [503eb0d9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=29b84bd0 [29b84bd0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=f6627610 [f6627610]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7f7e5585 [7f7e5585]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.4% (323 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7a35fcf1 [7a35fcf1]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=f49e67f0 [f49e67f0]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=920d56d2 [920d56d2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=a7316f73 [a7316f73]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=4e0aa6d5 [4e0aa6d5]] Fix functionality broken by commit 8233b2e5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=8233b2e5 [8233b2e5]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=74cb596c [74cb596c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdemarkdown - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdemarkdown-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=29f58681 [29f58681]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (327 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=c6bc3af7 [c6bc3af7]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cdf964bb [cdf964bb]] Update version to R14.2.0&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tdebase ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=55af1724 [55af1724]] Remove usage of TDEDiskDeviceStatus::Hotpluggable&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f093a1be [f093a1be]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdm - themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdm-themes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=21ecd990 [21ecd990]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplash - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplash-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=607f0804 [607f0804]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdehtml_plugins.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdehtml_pluginsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5f815bd0 [5f815bd0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkonq - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkonq-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8175c850 [8175c850]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksysguard - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksysguard-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7c8d600d [7c8d600d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=3faa7b1b [3faa7b1b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kate - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kate-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f6fb0d91 [f6fb0d91]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 61.8% (281 of 454 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=70af14e2 [70af14e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 48.5% (168 of 346 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kappfinder - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kappfinder-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=035c2698 [035c2698]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - directories&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-directories/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a1cbb16b [a1cbb16b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.8% (248 of 251 strings)&amp;lt;br/&amp;gt;Translation: tdebase/l10n - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/l10n-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a26bb216 [a26bb216]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1103f2b1 [1103f2b1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c836bb9d [c836bb9d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=00eab673 [00eab673]] Translated using Weblate (Greek)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/el/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9e7b4bb1 [9e7b4bb1]] TWin: Fix loading of window decoration configuration libraries&amp;lt;br/&amp;gt;Accidentally broken by commit 84ab47055d.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=748a54ff [748a54ff]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=dddd52ff [dddd52ff]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=30d54139 [30d54139]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2317bee2 [2317bee2]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=4c64b274 [4c64b274]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-events/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c0ca8145 [c0ca8145]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f1f2e40a [f1f2e40a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5eec362c [5eec362c]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2986ff6e [2986ff6e]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2937383d [2937383d]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-data/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9ab75fc1 [9ab75fc1]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ea076539 [ea076539]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi - presets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi-presets/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8a8431ab [8a8431ab]] twin: renames twin3_ to twin_ in user theme config files. This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/351 #351] and PR #364.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=91cb2036 [91cb2036]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.0% (33 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=88ea7160 [88ea7160]] KWin: rename client libraries twin3_* -&amp;amp;gt; twin_*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=84ab4705 [84ab4705]] Make TWin look for `twin_` libraries&amp;lt;br/&amp;gt;This is now the preferred way of calling the decoration libraries&amp;lt;br/&amp;gt;(in place of `twin3_`). The old names that start with `twin3_` are&amp;lt;br/&amp;gt;still recognized for compatibility reasons.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/351 #351]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e8336ee5 [e8336ee5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2da663c3 [2da663c3]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8210b058 [8210b058]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=74eb1d78 [74eb1d78]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=90b19e21 [90b19e21]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ce84a0c6 [ce84a0c6]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=950f0ce7 [950f0ce7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tde_release_notes.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tde_release_notesdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d61158c7 [d61158c7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdcop - kdcop.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdcop-kdcopdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ddc6b3af [ddc6b3af]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeintegration.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeintegrationdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1771a344 [1771a344]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5ec66d53 [5ec66d53]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - compat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-compat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=653159ea [653159ea]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=143cff2e [143cff2e]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=78937d51 [78937d51]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9ab17ab4 [9ab17ab4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e539275a [e539275a]] Add release notes draft for R14.2.x series&lt;br /&gt;
&lt;br /&gt;
== tdepim ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=5863ef46 [5863ef46]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=0e164959 [0e164959]] Fix functionality broken by commit fd0046c4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=fd0046c4 [fd0046c4]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=860c8799 [860c8799]] Drop deprecated kitchensync code&lt;br /&gt;
&lt;br /&gt;
== tdemultimedia ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=c5e80026 [c5e80026]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdemid - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdemid-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=ec115020 [ec115020]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=1c71f523 [1c71f523]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/libkcddb - libkcddb.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/libkcddb-libkcddbdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=94ca3a13 [94ca3a13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kscd - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kscd-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=6c3e9a2f [6c3e9a2f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=775b1efd [775b1efd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kappfinder - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kappfinder-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=a452bd94 [a452bd94]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaudiocreator - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaudiocreator-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=514a0715 [514a0715]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=cb937aa9 [cb937aa9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaudiocreator - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaudiocreator-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=261327ee [261327ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaboodle - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaboodle-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=ab65a990 [ab65a990]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== tdenetwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=7cf631be [7cf631be]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=15fd0d5c [15fd0d5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=bff9d105 [bff9d105]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=1e65a9c9 [1e65a9c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krfb - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krfb-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=65f0237b [65f0237b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=0f7aec08 [0f7aec08]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=8b0277b3 [8b0277b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=ea8c2556 [ea8c2556]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kwifi - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kwifi-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=7dbed250 [7dbed250]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=1732e27c [1732e27c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc - ksirc.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc-ksircdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=f0b3ae6b [f0b3ae6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krfb - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krfb-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=0bf1f09c [0bf1f09c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krdc - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krdc-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=cd3b9bc6 [cd3b9bc6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=6c1bfe1c [6c1bfe1c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/knewsticker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/knewsticker-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e540875f [e540875f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=9f39152c [9f39152c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=ec7c5f92 [ec7c5f92]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmlanbrowser - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmlanbrowser-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=bd2c6b41 [bd2c6b41]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kdict - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kdict-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=055c3ba8 [055c3ba8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmktalkd - kcmktalkd.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmktalkd-kcmktalkddesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e8441a98 [e8441a98]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/dcoprss - rssservice.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/dcoprss-rssservicedesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== tdegraphics ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=32a0eae8 [32a0eae8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=0464b42f [0464b42f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksvg - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksvg-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=83ca390f [83ca390f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kooka - kooka.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kooka-kookadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=b946ccf6 [b946ccf6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kolourpaint - kolourpaint.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kolourpaint-kolourpaintdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=c3994f8f [c3994f8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=c8525154 [c8525154]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kfax - kfax.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kfax-kfaxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=82790fe5 [82790fe5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcoloredit - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcoloredit-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=6628c1cf [6628c1cf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdeiconedit - tdeiconedit.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdeiconedit-tdeiconeditdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=6fec2493 [6fec2493]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewshell - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewshell-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=0ac60cd7 [0ac60cd7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kuickshow - kuickshow.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kuickshow-kuickshowdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=b7a2fb44 [b7a2fb44]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksnapshot - ksnapshot.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksnapshot-ksnapshotdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=d73ec8db [d73ec8db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler - kruler.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler-krulerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=4207cf76 [4207cf76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpovmodeler - kpovmodeler.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpovmodeler-kpovmodelerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=a34651aa [a34651aa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=df90b4db [df90b4db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kfaxview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kfaxview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=10228ff7 [10228ff7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kdvi - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kdvi-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=786ba559 [786ba559]] Fix functionality broken by commit d26dabfe.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=d26dabfe [d26dabfe]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=fdd22494 [fdd22494]] Drop deprecated kmrml code&lt;br /&gt;
&lt;br /&gt;
== tdetoys ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=47ebe98c [47ebe98c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (285 of 285 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather - stations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather-stations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=bfb7d592 [bfb7d592]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=97649015 [97649015]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kworldclock - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kworldclock-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=29e37f55 [29e37f55]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/ktux - ktux.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/ktux-ktuxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=4eb6f321 [4eb6f321]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kteatime - kteatime.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kteatime-kteatimedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=75d71ec8 [75d71ec8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kodo - kodo.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kodo-kododesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=ef99089e [ef99089e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/amor - amor.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/amor-amordesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=528f19d2 [528f19d2]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeedu ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=0c53c58d [0c53c58d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=d99f3098 [d99f3098]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=05b36881 [05b36881]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kverbos - kverbos.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kverbos-kverbosdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=b2b4038e [b2b4038e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kturtle - kturtle.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kturtle-kturtledesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=9edf12e3 [9edf12e3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/ktouch - ktouch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/ktouch-ktouchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=373f572e [373f572e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kiten - kiten.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kiten-kitendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=894d22c5 [894d22c5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars - kstars.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars-kstarsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=b245468a [b245468a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kpercentage - kpercentage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kpercentage-kpercentagedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=9a430435 [9a430435]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kmplot - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kmplot-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=7cbde739 [7cbde739]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/klettres - klettres.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/klettres-klettresdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=3f41eb31 [3f41eb31]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/klatin - klatin.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/klatin-klatindesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=274c00f5 [274c00f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kig - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kig-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=d076ba6e [d076ba6e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/khangman - khangman.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/khangman-khangmandesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e7ecdbc7 [e7ecdbc7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography - kgeography.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography-kgeographydesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=7ec075a1 [7ec075a1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/keduca - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/keduca-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e45f4ee3 [e45f4ee3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kbruch - kbruch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kbruch-kbruchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e73aad5f [e73aad5f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kanagram - kanagram.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kanagram-kanagramdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=026dd7e1 [026dd7e1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kalzium - kalzium.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kalzium-kalziumdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=92daf7c2 [92daf7c2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/blinken - blinken.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/blinken-blinkendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=ad620012 [ad620012]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=1b57c822 [1b57c822]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== tdegames ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=707ed9c6 [707ed9c6]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=72486eea [72486eea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/tdefifteen - tdefifteen.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/tdefifteen-tdefifteendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=1af92e8c [1af92e8c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk - knetwalk.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk-knetwalkdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=b4e10441 [b4e10441]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/twin4 - twin4.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/twin4-twin4desktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=60e6b4b7 [60e6b4b7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ktuberling - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ktuberling-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f86cc3b2 [f86cc3b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kspaceduel - kspaceduel.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kspaceduel-kspacedueldesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=1723a2e2 [1723a2e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksokoban - ksokoban.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksokoban-ksokobandesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=b8bfa029 [b8bfa029]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksnake - ksnake.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksnake-ksnakedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f3055d26 [f3055d26]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=25bbc148 [25bbc148]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet - ksirtet.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet-ksirtetdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=bc6ebdd9 [bc6ebdd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksame - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksame-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=245abf4b [245abf4b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kshisen - kshisen.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kshisen-kshisendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=a24aefaf [a24aefaf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f361902f [f361902f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi - kreversi.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi-kreversidesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=bdbf75db [bdbf75db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kpoker - kpoker.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kpoker-kpokerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=8010109b [8010109b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kpat - kpat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kpat-kpatdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=30b2fe6b [30b2fe6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/konquest - konquest.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/konquest-konquestdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e3c0ddc0 [e3c0ddc0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kolf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kolf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=214ce742 [214ce742]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmines - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmines-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e2876665 [e2876665]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e58b9568 [e58b9568]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmines - kmines.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmines-kminesdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=564ede18 [564ede18]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmahjongg - kmahjongg.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmahjongg-kmahjonggdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=a1f2098b [a1f2098b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegames/klickety - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/klickety-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=04405ac0 [04405ac0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kjumpingcube - kjumpingcube.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kjumpingcube-kjumpingcubedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=ddeb59d5 [ddeb59d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kgoldrunner - KGoldrunner.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kgoldrunner-kgoldrunnerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=6aa6a2fc [6aa6a2fc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kenolaba - kenolaba.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kenolaba-kenolabadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=c2e382ff [c2e382ff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbounce - kbounce.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbounce-kbouncedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=43a1ef1a [43a1ef1a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kblackbox - kblackbox.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kblackbox-kblackboxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=47443995 [47443995]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbackgammon - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbackgammon-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=51730a13 [51730a13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbackgammon - kbackgammon.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbackgammon-kbackgammondesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f4e1241f [f4e1241f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kasteroids - kasteroids.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kasteroids-kasteroidsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=195f32ff [195f32ff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegames/atlantik - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/atlantik-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=078f8a60 [078f8a60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/atlantik - atlantik.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/atlantik-atlantikdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=23f73f6d [23f73f6d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=89209b44 [89209b44]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeaccessibility ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=546f0a26 [546f0a26]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmousetool - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmousetool-desktop-files/nl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=0c8252ff [0c8252ff]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmag - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmag-desktop-files/nl/&lt;br /&gt;
&lt;br /&gt;
== tdeaddons ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=462e8067 [462e8067]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (64 of 64 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-plugins-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=7247f36b [7247f36b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tutorials - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tutorials-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=729f8436 [729f8436]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-plugins-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=c75bb91d [c75bb91d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/ksig - ksig.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/ksig-ksigdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=8b19a3d4 [8b19a3d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (44 of 44 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-plugins-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== tdeadmin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=7c269be3 [7c269be3]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 50.0% (1 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage - kpackage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage-kpackagedesktop/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=b60f7565 [b60f7565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kuser - kuser.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kuser-kuserdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=39dd6199 [39dd6199]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/ksysv - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/ksysv-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=1ec384e5 [1ec384e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=78260ae7 [78260ae7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage - kpackage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage-kpackagedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=18052ec0 [18052ec0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kdat - kdat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kdat-kdatdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=68dbc1fc [68dbc1fc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kcron - kcron.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kcron-kcrondesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== tdeartwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=e76fde84 [e76fde84]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/icon themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/icon-themes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=480c8a32 [480c8a32]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/icon themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/icon-themes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=d5891cb6 [d5891cb6]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/wallpapers-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=b7c7780f [b7c7780f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeartwork/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/wallpapers-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=25e4ea58 [25e4ea58]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=0afaf315 [0afaf315]] twin-styles: twin3_ to twin_ conversion&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=5f90bc99 [5f90bc99]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (314 of 314 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/tdescreensaver - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/tdescreensaver-desktop-files/it/&lt;br /&gt;
&lt;br /&gt;
== tdebindings ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=84ec6486 [84ec6486]] Drop compatibility code for TQSignal&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=13378021 [13378021]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=02712db1 [02712db1]] Drop compatibility code for TQButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=53442b53 [53442b53]] Drop obsolete TQLineEdit methods&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=1b35744b [1b35744b]] Drop compatibility code for TQToolButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=476cadbf [476cadbf]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=941081ce [941081ce]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=dcffc0bc [dcffc0bc]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
== tdesdk ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=e116e963 [e116e963]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbabel - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbabel-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=ba42cd60 [ba42cd60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=0b324ad9 [0b324ad9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=26ea0a31 [26ea0a31]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdecachegrind - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdecachegrind-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=7b277c01 [7b277c01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/scheck - scheck.themerc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/scheck-scheckthemerc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=8d7ac8ea [8d7ac8ea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kuiviewer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kuiviewer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=70cbb21e [70cbb21e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbugbuster - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbugbuster-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=5951f56b [5951f56b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/cervisia - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/cervisia-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=0c03e09c [0c03e09c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/cervisia - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/cervisia-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=b221bea0 [b221bea0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kompare - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kompare-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d50abb28 [d50abb28]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.1% (27 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=3523578c [3523578c]] Fix functionality broken by commit d619f66&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d619f66a [d619f66a]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tdevelop ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=f4724912 [f4724912]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop-desktop-files/&lt;br /&gt;
&lt;br /&gt;
== tdewebdev ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=13d63148 [13d63148]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kimagemapeditor - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kimagemapeditor-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=e16b4e3b [e16b4e3b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=6552a392 [6552a392]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== tde-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e285c92a [e285c92a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=80632599 [80632599]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_media&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_media/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ef9dbeb [7ef9dbeb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=967b322e [967b322e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdehwdevicetray&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdehwdevicetray/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=563b41e9 [563b41e9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=77a23fd7 [77a23fd7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=74110c83 [74110c83]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (331 of 331 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=716ad5fa [716ad5fa]] tdebase: remove translations for &amp;#039;Hotpluggable&amp;#039;. This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/442 TDE/tdebase#442]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=07decc39 [07decc39]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=42dfff61 [42dfff61]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c34e8b6a [c34e8b6a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=38041442 [38041442]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2725a156 [2725a156]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b54aba2 [2b54aba2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (833 of 833 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02030efa [02030efa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.2% (461 of 500 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdecachegrind&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdecachegrind/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5abddf59 [5abddf59]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1016 of 1016 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbabel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbabel/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fc1947d4 [fc1947d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - validators&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-validators/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=995b2521 [995b2521]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4722fda2 [4722fda2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 71.0% (49 of 69 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c7fe792b [c7fe792b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (89 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c55b4ce5 [c55b4ce5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (241 of 241 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonqhtml&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonqhtml/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aeed5fd8 [aeed5fd8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b7b847f5 [b7b847f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (223 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=255d26f7 [255d26f7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (238 of 238 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/ksim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/ksim/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78aad284 [78aad284]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (89 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76168eb5 [76168eb5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmperformance&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmperformance/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1fd85bdd [1fd85bdd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_pop3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_pop3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a58fce8 [2a58fce8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d228567 [7d228567]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfmclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfmclient/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d1527d8f [d1527d8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_smtp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_smtp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c363a97 [6c363a97]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (140 of 140 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ec080931 [ec080931]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc2988ac [bc2988ac]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd5194d2 [bd5194d2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=04ed4b52 [04ed4b52]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (76 of 76 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmusb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmusb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc1d1c98 [bc1d1c98]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (43 of 43 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kthememanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kthememanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ffa5d7e7 [ffa5d7e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (96 of 96 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeprintfax&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeprintfax/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=076c2fed [076c2fed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdestyle_keramik_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdestyle_keramik_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4ceab3f4 [4ceab3f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplashthemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplashthemes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=512d9f79 [512d9f79]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=47e26a43 [47e26a43]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (93 of 93 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdefontinst&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdefontinst/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3a144469 [3a144469]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_home&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_home/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cd272aca [cd272aca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmnotify&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmnotify/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d2ba7ada [d2ba7ada]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (290 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=135f1b2e [135f1b2e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=07c69212 [07c69212]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=03934f6b [03934f6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_system&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_system/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67680029 [67680029]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0e0ae526 [0e0ae526]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeio_svn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeio_svn/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a87c6d1 [8a87c6d1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_ts&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_ts/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aade5865 [aade5865]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_po&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_po/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=522da565 [522da565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_diff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_diff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=83c47a3a [83c47a3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_cpp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_cpp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4d9ffb4a [4d9ffb4a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kres_bugzilla&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kres_bugzilla/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cfa3a9ad [cfa3a9ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (208 of 208 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbugbuster&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbugbuster/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ebed3f3 [3ebed3f3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acb7bd01 [acb7bd01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kmenuapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kmenuapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b406e7b0 [b406e7b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=610e404f [610e404f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/krdb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/krdb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bf546323 [bf546323]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmspellchecking&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmspellchecking/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a6399d3 [4a6399d3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 65.0% (13 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmiccconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmiccconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=80a06e94 [80a06e94]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_tar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_tar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b26c4f5 [4b26c4f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_recentdocs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_recentdocs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=58999e40 [58999e40]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_prefmenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_prefmenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6ce221c9 [6ce221c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - sort&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-sort/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0390f05b [0390f05b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - webarchiver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-webarchiver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cf552d9d [cf552d9d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - wavecapture&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-wavecapture/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=433ee6e7 [433ee6e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - wakeup&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-wakeup/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=46159872 [46159872]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - tyler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-tyler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e02bff0f [e02bff0f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - tippecanoe&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-tippecanoe/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0761ee7 [c0761ee7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - txt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-txt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cd18979e [cd18979e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - mhtml&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-mhtml/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=712079e1 [712079e1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - lnk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-lnk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fce9e09 [4fce9e09]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - html&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-html/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25db3dca [25db3dca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - folder&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-folder/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef1f9ac7 [ef1f9ac7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-desktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10e3306c [10e3306c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - cert&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-cert/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3fec0e8 [f3fec0e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - synaescope&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-synaescope/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a86eaabb [a86eaabb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - searchbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-searchbar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5da3c28e [5da3c28e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - pitchablespeed&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-pitchablespeed/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dce4401c [dce4401c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - minitools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-minitools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=65231d72 [65231d72]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - microformat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-microformat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e048a4eb [e048a4eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (42 of 42 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - mediacontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-mediacontrol/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=03f6f36f [03f6f36f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - lyrics&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-lyrics/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=75a2d1a4 [75a2d1a4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kaddressbook - gmx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kaddressbook-gmx/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=111da4e5 [111da4e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kaddressbook - kworldclock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kaddressbook-kworldclock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=37ccc73b [37ccc73b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (53 of 53 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - ktimemon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-ktimemon/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=877faee6 [877faee6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (48 of 48 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - metabar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-metabar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a964e80 [8a964e80]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - mediaplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-mediaplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6215185a [6215185a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - delicious&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-delicious/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=432a8fd9 [432a8fd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - kmathapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-kmathapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2537b8d7 [2537b8d7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (33 of 33 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - kbinaryclock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-kbinaryclock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41b3507f [41b3507f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - xmltools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-xmltools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d895f991 [d895f991]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - xmlcheck&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-xmlcheck/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1477c443 [1477c443]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - textfilter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-textfilter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a96d906d [a96d906d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - tabbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-tabbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02b5b392 [02b5b392]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - snippets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-snippets/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=06908d1c [06908d1c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - pybrowse&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-pybrowse/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68019125 [68019125]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - openheader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-openheader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e4943b1f [e4943b1f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - modeline&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-modeline/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a8e169d [4a8e169d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - make&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-make/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8548c37e [8548c37e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - kjswrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-kjswrapper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=65197c45 [65197c45]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - insertcommand&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-insertcommand/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f33c05f3 [f33c05f3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - htmltools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-htmltools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a3220aa3 [a3220aa3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - helloworld&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-helloworld/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0768ae06 [0768ae06]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - fll_plugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-fll_plugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ed62a7e [7ed62a7e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - fll_initplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-fll_initplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4551fe7c [4551fe7c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - filetemplates&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-filetemplates/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a5773c33 [a5773c33]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - cppsymbolviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-cppsymbolviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d5f107a6 [d5f107a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - image&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-image/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=760d609c [760d609c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - charlatanui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-charlatanui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=49a7da4e [49a7da4e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - ffrs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-ffrs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44ff5289 [44ff5289]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - dub&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-dub/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f595c2f4 [f595c2f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (81 of 81 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - domtreeviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-domtreeviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5984420c [5984420c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - dirfilter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-dirfilter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8740f36c [8740f36c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - crashes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-crashes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2eea31a6 [2eea31a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - autorefresh&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-autorefresh/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0b43890b [0b43890b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - audio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-audio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b60fc4c0 [b60fc4c0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - ark&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-ark/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4f2e12e9 [4f2e12e9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - alsaplayerui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-alsaplayerui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8cf5b05b [8cf5b05b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - akregator&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-akregator/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e9608f5 [1e9608f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (3009 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb7f6413 [bb7f6413]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (101 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2297c73 [a2297c73]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16fc9290 [16fc9290]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30b25447 [30b25447]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0c9390e0 [0c9390e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_asus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_asus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c9b6e0a [3c9b6e0a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (464 of 464 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kttsd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kttsd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5f018862 [5f018862]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.8% (5277 of 5622 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9cd12c13 [9cd12c13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4373 of 4373 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fb393ca2 [fb393ca2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdelirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdelirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de26e8e7 [de26e8e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/superkaramba&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/superkaramba/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef2d1ac9 [ef2d1ac9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.7% (204 of 238 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/ksim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/ksim/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8225ecb4 [8225ecb4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0d8c5564 [0d8c5564]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_powerbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_powerbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=15e159f9 [15e159f9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cbaed96f [cbaed96f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_delli8k&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_delli8k/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=99665cc4 [99665cc4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilod&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilod/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76cf712f [76cf712f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kfloppy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kfloppy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a780ff13 [a780ff13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.1% (833 of 849 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kaddressbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kaddressbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=160a21e5 [160a21e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (288 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b39b69b0 [b39b69b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.8% (224 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=37c46a10 [37c46a10]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aaa64918 [aaa64918]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_raw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_raw/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b72b65e [2b72b65e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (197 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de33568d [de33568d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (121 of 121 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/klinkstatus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/klinkstatus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c46c273c [c46c273c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=463fe953 [463fe953]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.0% (23 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - webarchiver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-webarchiver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f902060c [f902060c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - imgallery&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-imgallery/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7291a5d [e7291a5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (254 of 254 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libtdegames&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libtdegames/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=60f4c2ad [60f4c2ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4d13a2c [c4d13a2c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (557 of 557 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kmplot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kmplot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8f16a587 [8f16a587]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4373 of 4373 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a1803a12 [a1803a12]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (765 of 765 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kalzium&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kalzium/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a9f1223f [a9f1223f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6f5c5077 [6f5c5077]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (138 of 138 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdeiconedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdeiconedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9f37b90b [9f37b90b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_xpm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_xpm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=124a1a5b [124a1a5b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_xbm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_xbm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1397cb2b [1397cb2b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_tiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_tiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8cd2a856 [8cd2a856]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_tga&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_tga/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2102c574 [2102c574]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_rgb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_rgb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=146a8054 [146a8054]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_ps&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_ps/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=21580aeb [21580aeb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pnm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pnm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee75c8c5 [ee75c8c5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_png&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_png/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=19cf3c62 [19cf3c62]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pdf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=107c467f [107c467f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pcx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pcx/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02a155ef [02a155ef]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (67 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_jpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_jpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d85c7052 [d85c7052]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_ico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_ico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2933d93 [e2933d93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_gif&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_gif/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4382f606 [4382f606]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (59 of 59 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_exr&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_exr/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5bddf5a5 [5bddf5a5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_dvi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_dvi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=921e29b3 [921e29b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_dds&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_dds/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0b56525a [0b56525a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_bmp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_bmp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5694df40 [5694df40]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (107 of 107 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/libkscan&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/libkscan/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4f70423 [d4f70423]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/libkfaximgage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/libkfaximgage/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1d63ec25 [1d63ec25]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (179 of 179 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewshell&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewshell/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4cd8d3e0 [4cd8d3e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewscannerplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewscannerplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d794493d [d794493d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kview_scale&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kview_scale/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5f74d61a [5f74d61a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewpresenterplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewpresenterplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1c6f60df [1c6f60df]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kvieweffectsplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kvieweffectsplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2c39783 [a2c39783]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewbrowserplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewbrowserplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=23706e02 [23706e02]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (123 of 123 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kuickshow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kuickshow/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=96c0bde1 [96c0bde1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (45 of 45 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksnapshot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksnapshot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6536643 [e6536643]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=40b76cfc [40b76cfc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (225 of 225 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=54045117 [54045117]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (256 of 256 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kooka&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kooka/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a0ba024f [a0ba024f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (386 of 386 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kolourpaint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kolourpaint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b9817b46 [b9817b46]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (131 of 131 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8614f6c [a8614f6c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kgamma&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kgamma/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=09d52dca [09d52dca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (215 of 215 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kdvi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kdvi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25b4dfd1 [25b4dfd1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcoloredit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcoloredit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51cd9478 [51cd9478]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewviewerpluginsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewviewerpluginsconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2c14518 [a2c14518]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewpluginsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewpluginsconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2746c521 [2746c521]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewgeneralconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewgeneralconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25650c93 [25650c93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewcanvasconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewcanvasconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4af32845 [4af32845]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcmkamera&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcmkamera/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb0c53ea [bb0c53ea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ff1ec9c1 [ff1ec9c1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (403 of 403 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c00aae5c [c00aae5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppplogview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppplogview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=93829039 [93829039]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (416 of 416 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c152d582 [c152d582]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (94 of 94 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kpf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kpf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=654c466b [654c466b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acdd4826 [acdd4826]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_avi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_avi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=85655c32 [85655c32]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (320 of 320 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12c3105c [12c3105c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (80 of 80 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_lame&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_lame/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acfe74f0 [acfe74f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.0% (17 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_xmlrpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_xmlrpc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8f561fa [b8f561fa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2430 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b59a52df [b59a52df]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.1% (833 of 849 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kaddressbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kaddressbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b15f99b [3b15f99b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.7% (341 of 360 strings)&amp;lt;br/&amp;gt;Translation: tdepim/akregator&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/akregator/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6fd71df1 [6fd71df1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12eb7e03 [12eb7e03]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.0% (250 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9937df39 [9937df39]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ae470e5 [2ae470e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=08998baf [08998baf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (67 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmcolors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmcolors/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10ac25e5 [10ac25e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdedebugdialog&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdedebugdialog/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0771e565 [0771e565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2865 of 2865 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/ppdtranslations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/ppdtranslations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c535e26d [c535e26d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73b6114f [73b6114f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=155b3201 [155b3201]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a4c12d6 [2a4c12d6]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=976a81b4 [976a81b4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (245 of 245 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kdat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kdat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9fe445d8 [9fe445d8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8660af8 [a8660af8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (152 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=807855fe [807855fe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=69bdd2bf [69bdd2bf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (416 of 416 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=85d49634 [85d49634]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6980e97e [6980e97e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (111 of 111 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dc165c85 [dc165c85]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2430 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5bd9ba76 [5bd9ba76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0fd4f012 [0fd4f012]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.0% (99 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ca026de0 [ca026de0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0eb200e2 [0eb200e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4af789bd [4af789bd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b3efd69f [b3efd69f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (72 of 72 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/i18n - entry.desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/i18n-entrydesktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e5046884 [e5046884]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.5% (2464 of 2578 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6ff96b0 [d6ff96b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.9% (929 of 1010 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kommander&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kommander/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=052541a5 [052541a5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6813630 [d6813630]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61348be4 [61348be4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (106 of 106 strings)&amp;lt;br/&amp;gt;Translation: tdegames/lskat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/lskat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ce4cc89a [ce4cc89a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f84f621b [f84f621b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.8% (5277 of 5622 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7adefbb7 [7adefbb7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (553 of 553 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kgpg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kgpg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a54f6ad [9a54f6ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.8% (722 of 723 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a7b6a48e [a7b6a48e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.0% (109 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=adb9ee02 [adb9ee02]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acbf941b [acbf941b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_systemmenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_systemmenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d1ace2d1 [d1ace2d1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (288 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c940de1b [c940de1b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ce53218 [7ce53218]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76141cbc [76141cbc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.7% (158 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44df28d5 [44df28d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1032 of 1032 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpovmodeler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpovmodeler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=77cf8f9c [77cf8f9c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (3008 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c8cacdab [c8cacdab]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 90.6% (155 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f38fa8f3 [f38fa8f3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b01edccd [b01edccd]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=04d54b46 [04d54b46]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=edde93c4 [edde93c4]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (331 of 332 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee87723d [ee87723d]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 94.7% (36 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=347c614b [347c614b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5d7a5d36 [5d7a5d36]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4a7354e [c4a7354e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17e37aec [17e37aec]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a93fc87 [5a93fc87]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (417 of 417 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libtdepim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fa7c437 [4fa7c437]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1428 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e157a91c [e157a91c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=35f9874a [35f9874a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=31e1fd99 [31e1fd99]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5196 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c29db08c [c29db08c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kasteroids&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kasteroids/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45c9efee [45c9efee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bac7cad2 [bac7cad2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.8% (722 of 723 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45438fab [45438fab]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmicons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmicons/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=184c41a3 [184c41a3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f2e51c15 [f2e51c15]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 55.1% (32 of 58 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78f3d660 [78f3d660]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c84bab9b [c84bab9b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9dceffa5 [9dceffa5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bea7c2b5 [bea7c2b5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2f6e4464 [2f6e4464]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (181 of 181 strings)&amp;lt;br/&amp;gt;Translation: tdepim/karm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/karm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b718443 [7b718443]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksystemtrayapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksystemtrayapplet/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df6f0d2f [df6f0d2f]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (290 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2282d9eb [2282d9eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.3% (21 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - alsaplayerui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-alsaplayerui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8ef3404 [a8ef3404]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (369 of 369 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3fb5a51f [3fb5a51f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (137 of 137 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kverbos&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kverbos/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6fd40db8 [6fd40db8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (205 of 205 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdemid&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdemid/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=789b5f42 [789b5f42]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (88 of 88 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kpersonalizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kpersonalizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bfa34bd2 [bfa34bd2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6da779c2 [6da779c2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.8% (224 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6038555 [e6038555]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dffecf21 [dffecf21]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.7% (157 of 159 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b0cd75a3 [b0cd75a3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (289 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=64e03b0c [64e03b0c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=805a0c6c [805a0c6c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c16120f [3c16120f]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f6b47865 [f6b47865]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.5% (3006 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=905b500e [905b500e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_wav&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_wav/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0376d619 [0376d619]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_theora&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_theora/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8c0bd602 [8c0bd602]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_sid&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_sid/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f96bfe38 [f96bfe38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_ogg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_ogg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=20da6100 [20da6100]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_m3u&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_m3u/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6ec9d7d [e6ec9d7d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=002f6b01 [002f6b01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9c288da4 [9c288da4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fdacc87 [4fdacc87]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_flac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_flac/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79bd92c0 [79bd92c0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_avi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_avi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8545225b [8545225b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_au&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_au/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16bb2152 [16bb2152]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (332 of 332 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61ff946a [61ff946a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (187 of 187 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/libkcddb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/libkcddb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=18dd016f [18dd016f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (111 of 111 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7047488 [e7047488]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=09ae6e3a [09ae6e3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a94f2253 [a94f2253]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kcmcddb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kcmcddb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=839723e8 [839723e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaboodle&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaboodle/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a3d5767a [a3d5767a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_vorbis&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_vorbis/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=039aa373 [039aa373]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (80 of 80 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_lame&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_lame/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1a2584a5 [1a2584a5]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 85.9% (1749 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ae0d186 [1ae0d186]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwindecoration&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwindecoration/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8e3a9bd8 [8e3a9bd8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a8bf169 [9a8bf169]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6329682c [6329682c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_flac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_flac/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=01a947f7 [01a947f7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48cbdde6 [48cbdde6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bda1bc83 [bda1bc83]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a94365d8 [a94365d8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b07c9fd5 [b07c9fd5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=99ddc47e [99ddc47e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=233603f3 [233603f3]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kickermenu_kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kickermenu_kate/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eb41c146 [eb41c146]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (261 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=035d412a [035d412a]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=252276b0 [252276b0]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a3c101a [5a3c101a]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3baf4ac [f3baf4ac]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0198f7b7 [0198f7b7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abbea754 [abbea754]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=22447195 [22447195]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67154ced [67154ced]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwinrules&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwinrules/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68257170 [68257170]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwindecoration&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwindecoration/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5b8921e6 [5b8921e6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b643ca2 [4b643ca2]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ea42728d [ea42728d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e0f759a [1e0f759a]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41a2a0a6 [41a2a0a6]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 87.7% (150 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7a72e540 [7a72e540]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1433ed29 [1433ed29]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4816e684 [4816e684]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c9f3b6c [3c9f3b6c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41444a5d [41444a5d]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 80.6% (2134 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=62275fac [62275fac]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4565a842 [4565a842]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eb88e6fc [eb88e6fc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a15c7835 [a15c7835]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7e214ab [e7e214ab]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ff4ced6a [ff4ced6a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c8260126 [c8260126]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4d00bce3 [4d00bce3]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cadd2b5d [cadd2b5d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9a96806 [c9a96806]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdelicense&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdelicense/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bda14f95 [bda14f95]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5196 of 5196 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dac4018a [dac4018a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 80.9% (1648 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b5c59d83 [b5c59d83]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=643497da [643497da]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e41785c [1e41785c]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (197 of 197 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1be1e3e9 [1be1e3e9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fbde5a66 [fbde5a66]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (326 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c1acc00 [6c1acc00]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (289 of 289 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9b635e1b [9b635e1b]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b0ef02e [7b0ef02e]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8dbd2744 [8dbd2744]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1b39883e [1b39883e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b5c8e7a [3b5c8e7a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=49367158 [49367158]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da6ebc69 [da6ebc69]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.5% (211 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=38d19787 [38d19787]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da4c604a [da4c604a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a289914a [a289914a]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmag&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmag/nl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=587622ea [587622ea]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d0076837 [d0076837]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=484fbfeb [484fbfeb]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 85.0% (805 of 946 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/katepart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/katepart/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a1c113b [5a1c113b]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 86.4% (369 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb4d9424 [bb4d9424]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 54.2% (247 of 455 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs_colors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs_colors/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3059b6dc [3059b6dc]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd92b2ee [bd92b2ee]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44c33da9 [44c33da9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.3% (158 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e405a694 [e405a694]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.8% (16 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmenergy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmenergy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1a8c65b3 [1a8c65b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 71.4% (5 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - image&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-image/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f91ae8b2 [f91ae8b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (197 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee561a5d [ee561a5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.5% (193 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b7818e1 [4b7818e1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegames/kmahjongg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmahjongg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=62c862a8 [62c862a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.6% (191 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=feb94ddc [feb94ddc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdewalletmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdewalletmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9cf3ed6a [9cf3ed6a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da73efd6 [da73efd6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdewalletmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdewalletmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=56f2e465 [56f2e465]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/krdb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/krdb/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ea2bd4b [2ea2bd4b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=289b8045 [289b8045]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 80.3% (1636 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17b287ee [17b287ee]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.9% (195 of 197 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e98cc110 [e98cc110]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7768467e [7768467e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ffe4047 [3ffe4047]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d42dfce9 [d42dfce9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 77.9% (1588 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c033f982 [c033f982]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=447af80a [447af80a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 76.8% (1565 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f9a53f48 [f9a53f48]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5cac2c06 [5cac2c06]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ec024ca [7ec024ca]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c624634e [c624634e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f86ccae9 [f86ccae9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6fc3c2e [d6fc3c2e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin_lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin_lib/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f322a111 [f322a111]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f09ec0ab [f09ec0ab]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ba5d62d1 [ba5d62d1]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.5% (209 of 210 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7e255c40 [7e255c40]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=86acd12e [86acd12e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4f3b4305 [4f3b4305]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eac33e90 [eac33e90]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (196 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17c51be5 [17c51be5]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0ab2398 [c0ab2398]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (326 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6b7fac1 [d6b7fac1]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (206 of 206 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4e97cea7 [4e97cea7]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e8274087 [e8274087]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d7fbab18 [d7fbab18]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3f1a08b4 [3f1a08b4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=92e6fc46 [92e6fc46]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6cf5249d [6cf5249d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48907031 [48907031]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.3% (148 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9ef855fe [9ef855fe]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.4% (170 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79e81b47 [79e81b47]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.9% (194 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=af5e01d0 [af5e01d0]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f262c268 [f262c268]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (326 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e03e491a [e03e491a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=299d7e9b [299d7e9b]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=963b03f8 [963b03f8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4643459 [a4643459]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 99.4% (171 of 172 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b6f0d602 [b6f0d602]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f6a6c8e5 [f6a6c8e5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67d451ba [67d451ba]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewpresenterplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewpresenterplugin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a18b92ba [a18b92ba]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d9a6697 [7d9a6697]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aaeda12b [aaeda12b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c999f37 [3c999f37]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdmconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmconfig/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef954c90 [ef954c90]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2aa378ca [2aa378ca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_zeroconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_zeroconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2cd8ff75 [2cd8ff75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cb5cf602 [cb5cf602]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krdc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krdc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fc00fa70 [fc00fa70]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (94 of 94 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kpf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kpf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=325dc4a8 [325dc4a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.8% (2984 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b912c6e7 [b912c6e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (248 of 248 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/knewsticker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/knewsticker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6e04a742 [6e04a742]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (103 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmwifi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmwifi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ca7235c9 [ca7235c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (100 of 100 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmlanbrowser&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmlanbrowser/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ddb067e7 [ddb067e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (43 of 43 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmktalkd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmktalkd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c7fc70f6 [c7fc70f6]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (196 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cff19a2f [cff19a2f]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bad75a4d [bad75a4d]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (327 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0115ec51 [0115ec51]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=75d3b850 [75d3b850]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ade36f2 [1ade36f2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ad7aeafe [ad7aeafe]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=57cd82f9 [57cd82f9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=405dc7df [405dc7df]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ee0c314 [3ee0c314]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdmconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmconfig/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2567a89d [2567a89d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b2441d13 [b2441d13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_zeroconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_zeroconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c669a79d [c669a79d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_lan&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_lan/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5ecccc8f [5ecccc8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_jabberdisco&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_jabberdisco/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=153f7022 [153f7022]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefile_torrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefile_torrent/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=db5cbbbc [db5cbbbc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kwireless&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kwireless/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=70391ee5 [70391ee5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kinetd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kinetd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0f541093 [0f541093]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kdictapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kdictapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16494e41 [16494e41]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/libtdepim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7648b3c9 [7648b3c9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b7ec603 [7b7ec603]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fb3fdb2b [fb3fdb2b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fe4514c8 [fe4514c8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=83bdc126 [83bdc126]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=63a90127 [63a90127]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/tdefifteen&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/tdefifteen/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df53a5b9 [df53a5b9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a27093a0 [a27093a0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 87.5% (14 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - audio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-audio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd2a6f38 [bd2a6f38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (89 of 89 strings)&amp;lt;br/&amp;gt;Translation: tdegames/twin4&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/twin4/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e64c11d2 [e64c11d2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (254 of 254 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libtdegames&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libtdegames/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7e30682d [7e30682d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (122 of 122 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libksirtet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libksirtet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ce1a3bf [3ce1a3bf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.2% (56 of 57 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ktuberling&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ktuberling/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2d940247 [2d940247]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9561b74 [c9561b74]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kshisen&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kshisen/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e67e6a7f [e67e6a7f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kolf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kolf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12861973 [12861973]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2e8f84f5 [2e8f84f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (381 of 381 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kgoldrunner&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kgoldrunner/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1256c7f6 [1256c7f6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f0087266 [f0087266]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (1235 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=06391dfe [06391dfe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 84.4% (87 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=71347685 [71347685]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79cebe5e [79cebe5e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78aaa659 [78aaa659]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (289 of 289 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=74773ebc [74773ebc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ac07e9f6 [ac07e9f6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdestyle_plastik_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdestyle_plastik_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e00cbcb5 [e00cbcb5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_kdatatool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_kdatatool/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c09081a6 [c09081a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdefileaudiopreview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdefileaudiopreview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=624183f5 [624183f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_autobookmarker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_autobookmarker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b00d45a6 [b00d45a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (946 of 946 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/katepart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/katepart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=db142dcb [db142dcb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabcformat_binary&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabcformat_binary/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7cd87b83 [7cd87b83]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_isearch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_isearch/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=11d74de2 [11d74de2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_file&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_file/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8c12f11 [b8c12f11]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_docwordcompletion&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_docwordcompletion/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dd4127b3 [dd4127b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_net&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_net/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6d341d34 [6d341d34]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_sql&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_sql/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=661b618f [661b618f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_dir&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_dir/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=650ebed1 [650ebed1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdestyle_highcontrast_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdestyle_highcontrast_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=681fb57e [681fb57e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2865 of 2865 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/ppdtranslations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/ppdtranslations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5410b42a [5410b42a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/libtdescreensaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/libtdescreensaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a4a938d [6a4a938d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_insertfile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_insertfile/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f1d18823 [f1d18823]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (44 of 44 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_ldaptdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_ldaptdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30f083cd [30f083cd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acbf80cd [acbf80cd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f8fb2e20 [f8fb2e20]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1013 of 1013 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeprint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeprint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aa0506f0 [aa0506f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (455 of 455 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs_colors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs_colors/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82e61934 [82e61934]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2739 of 2739 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a2ce6cb [9a2ce6cb]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73eb4e4d [73eb4e4d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=91f7be0d [91f7be0d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 64.5% (129 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a9fa5d76 [a9fa5d76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/taskbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/taskbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b382a9a [2b382a9a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktaskbarapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktaskbarapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30e0f112 [30e0f112]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/lockout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/lockout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e1c4e2b5 [e1c4e2b5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5317fab2 [5317fab2]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=92ad6a46 [92ad6a46]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0e61bcd [c0e61bcd]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dedebeb6 [dedebeb6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_delli8k&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_delli8k/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51c00880 [51c00880]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (206 of 206 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4a6e3eb [d4a6e3eb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c368d148 [c368d148]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a73707b4 [a73707b4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9af8d504 [9af8d504]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 97.3% (219 of 225 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=875d4c24 [875d4c24]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a757dd8a [a757dd8a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abcfb18a [abcfb18a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/libtaskbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskbar/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d481507 [7d481507]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kay&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kay/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fa9f0334 [fa9f0334]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5af0121c [5af0121c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdesud&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdesud/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e363127a [e363127a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/naughtyapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/naughtyapplet/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=54976205 [54976205]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 75.7% (1542 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8f32df4 [b8f32df4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a46e674 [8a46e674]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82b00602 [82b00602]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8919bb8a [8919bb8a]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3e98afc4 [3e98afc4]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51cb26bc [51cb26bc]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d5046c21 [d5046c21]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=500f2c45 [500f2c45]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 98.5% (70 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kspaceduel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kspaceduel/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=53f3360c [53f3360c]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksokoban&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksokoban/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fa57d92b [fa57d92b]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 48.9% (24 of 49 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksnake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksnake/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4d9d7c1 [a4d9d7c1]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 94.7% (18 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksmiletris&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksmiletris/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=63667467 [63667467]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 34.1% (27 of 79 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2b3a41b [e2b3a41b]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 38.0% (19 of 50 strings)&amp;lt;br/&amp;gt;Translation: tdegames/klines&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/klines/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=33531138 [33531138]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45486792 [45486792]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (58 of 58 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5e2914e7 [5e2914e7]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c716f74 [6c716f74]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a270de3 [5a270de3]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (322 of 322 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=404b586a [404b586a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8b023bb7 [8b023bb7]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (322 of 322 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10d7630d [10d7630d]] tdepim: remove kitchensync pot file again, since it was automatically re-added&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a8b0c96 [2a8b0c96]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f4de4713 [f4de4713]] tdepim: remove translations for kitchensync and multisynk&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=64d45800 [64d45800]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0c2a0ab3 [0c2a0ab3]] tdegraphics: remove translations for kmrml&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8aa58abf [8aa58abf]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=376b1bfe [376b1bfe]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a340797 [6a340797]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=90797510 [90797510]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e0706cf8 [e0706cf8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eee4a43c [eee4a43c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb21ba44 [bb21ba44]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
= libraries =&lt;br /&gt;
== libkdcraw ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=d13e9744 [d13e9744]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (74 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=50387262 [50387262]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 70.2% (52 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=fb8e7233 [fb8e7233]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (74 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=4720b9e3 [4720b9e3]] Added translation using Weblate (Chinese (Simplified))&lt;br /&gt;
&lt;br /&gt;
== libkipi ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=1ea1d770 [1ea1d770]] Added translation using Weblate (Chinese (Traditional))&lt;br /&gt;
&lt;br /&gt;
== kipi-plugins ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=aa3b7277 [aa3b7277]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.0% (512 of 602 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - metadataedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-metadataedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=62e89ce1 [62e89ce1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 40.1% (53 of 132 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - cdarchiving&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-cdarchiving/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=1fc6b1e0 [1fc6b1e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - viewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-viewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=f134eb8d [f134eb8d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=7115da7d [7115da7d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=c39b2d5d [c39b2d5d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=549a8d58 [549a8d58]] Added translation using Weblate (Chinese (Traditional))&lt;br /&gt;
&lt;br /&gt;
== libtqt-perl ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=ea4d4023 [ea4d4023]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=a8738810 [a8738810]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=076ec834 [076ec834]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
= applications/development =&lt;br /&gt;
== kdbg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=b171e1b2 [b171e1b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kdbg - kdbg.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbg-kdbgdesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== kdiff3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=453f35a8 [453f35a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 67.2% (347 of 516 strings)&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=47366761 [47366761]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: applications/kdiff3 - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=810025fb [810025fb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=b65164fa [b65164fa]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=abcdeb43 [abcdeb43]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=1bab9902 [1bab9902]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tdesvn ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=2cdbcc87 [2cdbcc87]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 48.5% (359 of 739 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=f66e96c7 [f66e96c7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdesvn - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=e0823d75 [e0823d75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/graphics =&lt;br /&gt;
== digikam ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=31f057f7 [31f057f7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1794 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=d1ed2afa [d1ed2afa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1793 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=1798610f [1798610f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=e809e384 [e809e384]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1793 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=53e13c18 [53e13c18]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2244 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=09a41f75 [09a41f75]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/&lt;br /&gt;
&lt;br /&gt;
== gwenview-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=3e754a52 [3e754a52]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=57175831 [57175831]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=827f6c7b [827f6c7b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/internet =&lt;br /&gt;
== kasablanca ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=2a9b7e7d [2a9b7e7d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kasablanca - kasablanca.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca-kasablancadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=159a8faf [159a8faf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 64.3% (74 of 115 strings)&amp;lt;br/&amp;gt;Translation: applications/kasablanca&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=4b9e3dcb [4b9e3dcb]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kbiff ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=c53c9a60 [c53c9a60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=2cc626b9 [2cc626b9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.8% (89 of 90 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=4069eda9 [4069eda9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff - kbiff.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff-kbiffdesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== kftpgrabber ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=70edee2c [70edee2c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/kftpgrabber - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kftpgrabber-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== knmap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=a289b05a [a289b05a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=2721c5e0 [2721c5e0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=24febfa6 [24febfa6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=8f8a354b [8f8a354b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (221 of 221 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=b68bd35b [b68bd35b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=60528588 [60528588]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 16.2% (36 of 221 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=aea076a0 [aea076a0]] Added translation using Weblate (Ukrainian)&lt;br /&gt;
&lt;br /&gt;
== konversation ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=dfedc855 [dfedc855]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.6% (1167 of 1362 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation/ru/&lt;br /&gt;
&lt;br /&gt;
== kshowmail ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=10272aed [10272aed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 49.8% (174 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=b13b420d [b13b420d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 49.5% (173 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
&lt;br /&gt;
== kstreamripper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=c6c8865f [c6c8865f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=b57d1640 [b57d1640]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=04b2afc8 [04b2afc8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=3f95be57 [3f95be57]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=dbdd2a4e [dbdd2a4e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=6a970335 [6a970335]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=3ec99f94 [3ec99f94]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=457de6e0 [457de6e0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=1801e3aa [1801e3aa]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 80.0% (24 of 30 strings)&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=382d4392 [382d4392]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=5da88b7e [5da88b7e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=c621d368 [c621d368]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== ktorrent ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=523c79c3 [523c79c3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (875 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=46220b63 [46220b63]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 80.1% (701 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/ru/&lt;br /&gt;
&lt;br /&gt;
== kvirc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=44846083 [44846083]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - notifier&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b435bad5 [b435bad5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - editor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b412083e [b412083e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - about&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-about/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b32a017a [b32a017a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.8% (2404 of 2588 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=02e908ee [02e908ee]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=e2dd007c [e2dd007c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a48e70a7 [a48e70a7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (794 of 805 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a7254dcc [a7254dcc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - theme&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-theme/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=25f3bffc [25f3bffc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=1e208b4f [1e208b4f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - logview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-logview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=3e94a25e [3e94a25e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - editor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=0c62fcd5 [0c62fcd5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - filetransferwindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-filetransferwindow/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a6e75ff9 [a6e75ff9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - dcc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-dcc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=2091bae5 [2091bae5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - notifier&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=90e47cbd [90e47cbd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - sharedfileswindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-sharedfileswindow/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=729d67a2 [729d67a2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=116c3821 [116c3821]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=5e2a1ae3 [5e2a1ae3]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== kvpnc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=69565c3b [69565c3b]] Revert changes of translations related to unwanted renaming&amp;lt;br/&amp;gt;SLOT =&amp;amp;gt; TQ_SLOT in the message string.&amp;lt;br/&amp;gt;This revert commits:&amp;lt;br/&amp;gt;28bd29d299272a1d96d678c550de70c2dd442785&amp;lt;br/&amp;gt;f1197c6adc69b6acae78327e1481ce78ba7774ae&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=f1197c6a [f1197c6a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvpnc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvpnc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=28bd29d2 [28bd29d2]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
= applications/misc =&lt;br /&gt;
== bibletime ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=9d90808b [9d90808b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/bibletime - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/bibletime-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=de0a4201 [de0a4201]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=7c699d2d [7c699d2d]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== desktop-effects-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=4ef8c50e [4ef8c50e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=7437087e [7437087e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=92556696 [92556696]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kerberostray ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=f56d47b0 [f56d47b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kerberostray&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kerberostray/&lt;br /&gt;
&lt;br /&gt;
== krecipes ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=d2a4cb93 [d2a4cb93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 30.5% (343 of 1123 strings)&amp;lt;br/&amp;gt;Translation: applications/krecipes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krecipes/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/multimedia =&lt;br /&gt;
== amarok ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=73837f1a [73837f1a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=079f0cc9 [079f0cc9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b037abfb [b037abfb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=93aff8fd [93aff8fd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=7f396148 [7f396148]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=8ac0d326 [8ac0d326]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=086adc4f [086adc4f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4ebfa149 [4ebfa149]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 79.7% (1981 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4cc71ec3 [4cc71ec3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=2116bf2a [2116bf2a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=e6e2d189 [e6e2d189]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=c2a12e62 [c2a12e62]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=44ad188d [44ad188d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=83730846 [83730846]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4ddb9e62 [4ddb9e62]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=90520108 [90520108]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 84.7% (2105 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=40099ec0 [40099ec0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b767627f [b767627f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=bcd8d83e [bcd8d83e]] Fix functionality broken by commit 1c3e0630.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b04099ff [b04099ff]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=a7a79de0 [a7a79de0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=1c3e0630 [1c3e0630]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=5dedf79f [5dedf79f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=8b28bb5c [8b28bb5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=9038cb17 [9038cb17]] Translated using Weblate (Turkish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/tr/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=3c835108 [3c835108]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.8% (2406 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
&lt;br /&gt;
== codeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=033f32ab [033f32ab]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=28a3b75f [28a3b75f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=9f39f05e [9f39f05e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/codeine - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/codeine-desktop-files/&lt;br /&gt;
&lt;br /&gt;
== k3b ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=00a24ebc [00a24ebc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=987871f0 [987871f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=c2fbc8f1 [c2fbc8f1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=95a45a4f [95a45a4f]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=bbf83236 [bbf83236]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=894069eb [894069eb]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/pt/&lt;br /&gt;
&lt;br /&gt;
== k3b-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=84cd0b47 [84cd0b47]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (47 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=6f6f5263 [6f6f5263]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=bd308fa9 [bd308fa9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=e6010418 [e6010418]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (47 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=cb12df11 [cb12df11]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=ecef8905 [ecef8905]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=9c355f26 [9c355f26]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=1d1360a7 [1d1360a7]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=6f8f68cc [6f8f68cc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=47c13aee [47c13aee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=b92282bd [b92282bd]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 97.8% (46 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/bg/&lt;br /&gt;
&lt;br /&gt;
== k9copy ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=ef83b5b8 [ef83b5b8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=4979c509 [4979c509]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=237b3548 [237b3548]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (495 of 495 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=553df4a4 [553df4a4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=bc07265d [bc07265d]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kaffeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=eac2daca [eac2daca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (729 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=6c9257f2 [6c9257f2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.5% (711 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=e0e0d158 [e0e0d158]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=b871bd5b [b871bd5b]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kmplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=30650e19 [30650e19]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.9% (347 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=77c148a7 [77c148a7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=bb993d63 [bb993d63]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=d8d54a7f [d8d54a7f]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 95.6% (373 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=122a27a0 [122a27a0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=bb9e13d1 [bb9e13d1]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=0817bc03 [0817bc03]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer-desktop-files/bg/&lt;br /&gt;
&lt;br /&gt;
== kplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=cc14b9cf [cc14b9cf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=d8391ef7 [d8391ef7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 77.0% (799 of 1037 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/ru/&lt;br /&gt;
&lt;br /&gt;
== soundkonverter ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=bcf2d459 [bcf2d459]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.6% (302 of 319 strings)&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=2bf7eb6c [2bf7eb6c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=28a35800 [28a35800]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=300613ee [300613ee]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=a13d3527 [a13d3527]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tderadio ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=aa80a24c [aa80a24c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=28afa3da [28afa3da]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - oss-sound&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-oss-sound/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=5369d924 [5369d924]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (45 of 45 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - gui-standard-display&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-standard-display/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=a9f14b38 [a9f14b38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 82.3% (14 of 17 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - timeshifter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-timeshifter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=d57a893c [d57a893c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.1% (75 of 78 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - recording&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-recording/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=55460675 [55460675]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=03b5df8e [03b5df8e]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 93.5% (29 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=0bb5fda6 [0bb5fda6]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=8cd30c0e [8cd30c0e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=c74cfcb6 [c74cfcb6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.7% (30 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/office =&lt;br /&gt;
== basket ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=33317176 [33317176]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/basket&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=c8b892a3 [c8b892a3]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kbibtex ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=702a473b [702a473b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 73.7% (444 of 602 strings)&amp;lt;br/&amp;gt;Translation: applications/kbibtex&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbibtex/ru/&lt;br /&gt;
&lt;br /&gt;
== kbookreader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=e32bbc6e [e32bbc6e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (17 of 17 strings)&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=fcdb94c9 [fcdb94c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kbookreader - kbookreader.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader-kbookreaderdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=ac3e0386 [ac3e0386]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=61e10e5a [61e10e5a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/&lt;br /&gt;
&lt;br /&gt;
== kile ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=00b87abb [00b87abb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kile - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== kmymoney ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=47cc1d27 [47cc1d27]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: applications/kmymoney - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=e592106d [e592106d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (2658 of 2674 strings)&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=67a43ced [67a43ced]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=9df4c701 [9df4c701]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== koffice ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=d165869a [d165869a]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=c2fdb394 [c2fdb394]] Fix functionality broken by commit a9bbaa83&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=a9bbaa83 [a9bbaa83]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== koffice-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=572398a4 [572398a4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (3150 of 3168 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspread&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=bce5a0c4 [bce5a0c4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.4% (1169 of 1200 strings)&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=cc44ebc3 [cc44ebc3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: koffice/thesaurus_tool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/thesaurus_tool/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=b6cedf64 [b6cedf64]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_ooo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_ooo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=9f49ba05 [9f49ba05]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_koffice&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_koffice/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=7a3529fd [7a3529fd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_gnumeric&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_gnumeric/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=05196041 [05196041]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_abiword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_abiword/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ffe6d299 [ffe6d299]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (961 of 961 strings)&amp;lt;br/&amp;gt;Translation: koffice/kword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kword/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ad3cf8ee [ad3cf8ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspreadcalc_calc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspreadcalc_calc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=7f8b71fa [7f8b71fa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (909 of 909 strings)&amp;lt;br/&amp;gt;Translation: koffice/kpresenter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kpresenter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=d154e97e [d154e97e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (354 of 354 strings)&amp;lt;br/&amp;gt;Translation: koffice/kformdesigner&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kformdesigner/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=9c40a4ce [9c40a4ce]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=aa8c2267 [aa8c2267]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ccf47869 [ccf47869]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=f690d314 [f690d314]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.0% (1295 of 1423 strings)&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=f0bcacf8 [f0bcacf8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kivio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kivio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=e1f27756 [e1f27756]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=e84fa74c [e84fa74c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kword/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=fc3d61ff [fc3d61ff]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/koffice&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/koffice/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=31fd578d [31fd578d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=069df0f0 [069df0f0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kofficefilters&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kofficefilters/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=96a280ad [96a280ad]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=b7a0d0ff [b7a0d0ff]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 98.3% (420 of 427 strings)&amp;lt;br/&amp;gt;Translation: koffice/karbon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/karbon/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=8e305f42 [8e305f42]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 99.8% (1421 of 1423 strings)&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=61f41445 [61f41445]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: koffice/example&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/example/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=1f753ab8 [1f753ab8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (3150 of 3168 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspread&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/ru/&lt;br /&gt;
&lt;br /&gt;
== kpilot ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=9beef848 [9beef848]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.3% (1059 of 1088 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=adc41d0e [adc41d0e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=43b3df95 [43b3df95]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=b2480185 [b2480185]] Fix functionality broken by commit a956e3e&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=f060f38e [f060f38e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=fa847ef4 [fa847ef4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=a956e3e8 [a956e3e8]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tellico ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=10996a19 [10996a19]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=252be932 [252be932]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.5% (1108 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=f73799c2 [f73799c2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=30d2f3d2 [30d2f3d2]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 74.2% (826 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=997c050d [997c050d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=0a00263f [0a00263f]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
= applications/settings =&lt;br /&gt;
== kdpkg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=752317fb [752317fb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=c178f4e3 [c178f4e3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 93.1% (27 of 29 strings)&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=7afa4047 [7afa4047]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=3107e30a [3107e30a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=4277d12f [4277d12f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/&lt;br /&gt;
&lt;br /&gt;
== kiosktool ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=6d1e1f26 [6d1e1f26]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (238 of 238 strings)&amp;lt;br/&amp;gt;Translation: applications/kiosktool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kiosktool/ru/&lt;br /&gt;
&lt;br /&gt;
== kkbswitch ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=c36d0446 [c36d0446]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch - kkbswitch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch-kkbswitchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=d7b89dac [d7b89dac]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=586412b8 [586412b8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 96.4% (55 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=8978515d [8978515d]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=29e2187e [29e2187e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=4f10d322 [4f10d322]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=2f27dd99 [2f27dd99]] Added global shortcuts for switching to previous/next group&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/kkbswitch/issues/6 #6]&lt;br /&gt;
&lt;br /&gt;
== klcddimmer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=739e6b63 [739e6b63]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/klcddimmer - klcddimmer.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer-klcddimmerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=c552505d [c552505d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/klcddimmer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer/&lt;br /&gt;
&lt;br /&gt;
== tdenetworkmanager ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=f781e430 [f781e430]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 56.5% (160 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=6bd64d20 [6bd64d20]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 54.4% (154 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/system =&lt;br /&gt;
== dolphin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=d6981f86 [d6981f86]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=88bffef8 [88bffef8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=50bf6ece [50bf6ece]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=df0f2634 [df0f2634]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 87.3% (55 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=128fc6c0 [128fc6c0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=4177bfeb [4177bfeb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=31e79818 [31e79818]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=614887eb [614887eb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=dfc034e5 [dfc034e5]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kbfx ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=7df544d7 [7df544d7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbfx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbfx/&lt;br /&gt;
&lt;br /&gt;
== kcmautostart ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=e156d8d7 [e156d8d7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=a34114dc [a34114dc]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=e32b5599 [e32b5599]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/&lt;br /&gt;
&lt;br /&gt;
== knemo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=8e390170 [8e390170]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=73908043 [73908043]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo - kcm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-kcm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=d1925e58 [d1925e58]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (85 of 85 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=6132bf8e [6132bf8e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== knetload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=ad81a141 [ad81a141]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knetload - knetload.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetload-knetloaddesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== krusader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=a6d7af8f [a6d7af8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 89.0% (1246 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=1107ba66 [1107ba66]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=60b198a9 [60b198a9]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1399 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/uk/&lt;br /&gt;
&lt;br /&gt;
== kshutdown ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=0cb0eeb3 [0cb0eeb3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown - kshutdown.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-kshutdowndesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=6c6e8bb5 [6c6e8bb5]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown - kshutdown.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-kshutdowndesktop/nl/&lt;br /&gt;
&lt;br /&gt;
== ksystemlog ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=cf0f1b44 [cf0f1b44]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/ksystemlog&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksystemlog/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=27e255d7 [27e255d7]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== polkit-agent-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=774e540b [774e540b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=fe3d3837 [fe3d3837]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=81f288bf [81f288bf]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/zh_Hant/&lt;br /&gt;
&lt;br /&gt;
== tdebluez ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=fce0091e [fce0091e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=f23e3839 [f23e3839]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=823b8121 [823b8121]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=d0311fa0 [d0311fa0]] Added translation using Weblate (Dutch)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ee1b7905 [ee1b7905]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 89.1% (239 of 268 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=14e65f81 [14e65f81]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=9a895e4f [9a895e4f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=5dbd02e3 [5dbd02e3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=75e3f4ae [75e3f4ae]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=1d2fcc95 [1d2fcc95]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (266 of 266 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=9ec32992 [9ec32992]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=226cacc4 [226cacc4]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (274 of 274 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ae46115f [ae46115f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ad1894b7 [ad1894b7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=e852055d [e852055d]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tdepowersave ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=96ba1bf7 [96ba1bf7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 36.3% (20 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=1e735aeb [1e735aeb]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (311 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=f39d5cd2 [f39d5cd2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=c1d1a446 [c1d1a446]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=70666ec3 [70666ec3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=c2676876 [c2676876]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.2% (290 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=5242ce6d [5242ce6d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=678ecbe9 [678ecbe9]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tdesshaskpass ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=7a7a240e [7a7a240e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesshaskpass&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesshaskpass/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=b0aaaa03 [b0aaaa03]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== yakuake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=4d40f6d0 [4d40f6d0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.9% (94 of 98 strings)&amp;lt;br/&amp;gt;Translation: applications/yakuake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/tdeio =&lt;br /&gt;
== tdeio-ftps ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-ftps/commit/?id=8ac1f636 [8ac1f636]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdeio-ftps&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-ftps/&lt;br /&gt;
&lt;br /&gt;
== tdeio-sword ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=a1851f5d [a1851f5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-sword - sword.protocol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-sword-swordprotocol/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=6d75ce24 [6d75ce24]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeio-umountwrapper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=e3173ff2 [e3173ff2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-umountwrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-umountwrapper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=c37ba2dc [c37ba2dc]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
= applications/themes =&lt;br /&gt;
== gtk-qt-engine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=2178adeb [2178adeb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=90c79e65 [90c79e65]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=df701883 [df701883]] Added translation using Weblate (Chinese (Simplified))&lt;br /&gt;
&lt;br /&gt;
== kgtk-qt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=06bca424 [06bca424]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/kgtk-qt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kgtk-qt3/ru/&lt;br /&gt;
&lt;br /&gt;
== tde-style-baghira ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=bb43a575 [bb43a575]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - sessionapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-sessionapplet/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=738600de [738600de]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - starter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-starter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=54a306f5 [54a306f5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=4a3bbfa4 [4a3bbfa4]] Rename library twin3_baghira -&amp;amp;gt; twin_baghira&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=fc8b3dd4 [fc8b3dd4]] Fix functionality broken by commit 66813ef&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=66813efe [66813efe]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tde-style-domino ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=7ea023ba [7ea023ba]] Rename library twin3_domino -&amp;amp;gt; twin_domino&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== tde-style-ia-ora ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=25c19604 [25c19604]] Rename library twin3_iaora -&amp;amp;gt; twin_iaora&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== tde-style-lipstik ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=39c758d5 [39c758d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-lipstik - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-lipstik-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=e0338512 [e0338512]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== twin-style-crystal ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=d9afc78c [d9afc78c]] Rename library twin3_crystal -&amp;amp;gt; twin_crystal&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-dekorator ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=c67f6084 [c67f6084]] Rename library twin3_deKorator -&amp;amp;gt; twin_deKorator&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-machbunt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=81c7c4d0 [81c7c4d0]] Rename library twin3_MachBunt to twin_MachBunt&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-suse2 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=9b5c2e1e [9b5c2e1e]] Rename library twin3_SUSE2 -&amp;amp;gt; twin_SUSE&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
= applications/utilities =&lt;br /&gt;
== abakus ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=9ace50d1 [9ace50d1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/abakus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=467ef6c1 [467ef6c1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (49 of 49 strings)&amp;lt;br/&amp;gt;Translation: applications/abakus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=e1762b36 [e1762b36]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=b277c7ae [b277c7ae]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/abakus - abakus.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus-abakusdesktop/bg/&lt;br /&gt;
&lt;br /&gt;
== filelight ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=9fd8fe68 [9fd8fe68]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (77 of 77 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=aa06806b [aa06806b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=28349b70 [28349b70]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=7cc11b7f [7cc11b7f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=629295b3 [629295b3]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=33098270 [33098270]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (77 of 77 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/uk/&lt;br /&gt;
&lt;br /&gt;
== kbarcode ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=2f5aa189 [2f5aa189]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.1% (589 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=6c31a9ec [6c31a9ec]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=7f9e4e65 [7f9e4e65]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.9% (582 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=f6c05921 [f6c05921]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 74.5% (443 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=371ce27c [371ce27c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=7bd51d72 [7bd51d72]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=6ca861bd [6ca861bd]] Fix functionality broken by commit fc06df3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=fc06df33 [fc06df33]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== kchmviewer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=78502278 [78502278]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kchmviewer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kchmviewer-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== kcpuload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=b49178b0 [b49178b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=8ae8e9f8 [8ae8e9f8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 94.8% (37 of 39 strings)&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=7a450d31 [7a450d31]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=d9952f82 [d9952f82]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/&lt;br /&gt;
&lt;br /&gt;
== knutclient ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=dfa5f3fa [dfa5f3fa]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knutclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=466ddc1b [466ddc1b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (203 of 203 strings)&amp;lt;br/&amp;gt;Translation: applications/knutclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient/uk/&lt;br /&gt;
&lt;br /&gt;
== krename ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=b4e78648 [b4e78648]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/krename - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krename-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=7740aa8e [7740aa8e]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== qalculate-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=744ac88e [744ac88e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=6baf1704 [6baf1704]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.4% (593 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=accfbbbf [accfbbbf]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=34b3365e [34b3365e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=933d4190 [933d4190]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=68aa9b3b [68aa9b3b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (596 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=96280709 [96280709]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 75.0% (447 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=09de128a [09de128a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 70.6% (421 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=c714c687 [c714c687]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 60.7% (362 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=1c102209 [1c102209]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 42.4% (253 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=06249035 [06249035]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
= packaging =&lt;br /&gt;
== packaging ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=70a0160c [70a0160c]] DEB tdebindings: remove dependency on libtqt3-compat-headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=fb212c9e [fb212c9e]] DEB tqt3: drop compat files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=a4869e73 [a4869e73]] DEB tdebase twin: adjusted after renaming client libraries from twin3_* to twin_*. This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=7b064a10 [7b064a10]] DEB tqt3: adjusted after removing Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f7be243e [f7be243e]] DEB buildscripts: update supported distros&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f82c8cc0 [f82c8cc0]] DEB: remove support for Debian Stretch and Ubuntu Xenial&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=4721bdc6 [4721bdc6]] DEB tqt3: remove Qt2 obsolete classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=e6b868c8 [e6b868c8]] DEB tdebase: added release notes for R14.2.x series&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=3c5c1e60 [3c5c1e60]] DEB trinity-apt-archive: Set the apt repository URL to PTB.&lt;/div&gt;</summary>
		<author><name>SlavekB</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.2.0&amp;diff=3277</id>
		<title>Changelog For R14.2.0</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.2.0&amp;diff=3277"/>
		<updated>2024-01-02T01:04:21Z</updated>

		<summary type="html">&lt;p&gt;SlavekB: /* tde-i18n */ Update 20240101&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= dependencies =&lt;br /&gt;
== tde-cmake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=9fae6b57 [9fae6b57]] Update version to R14.2.0&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tqt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=ee0c5d58 [ee0c5d58]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a6829398 [a6829398]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=d2122705 [d2122705]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=e0a3cab4 [e0a3cab4]] Minor adjustments to porting documentation&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=f2b3ea52 [f2b3ea52]] Drop compatibility code for TQSignal&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=fb6884ea [fb6884ea]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=2e817b4b [2e817b4b]] Remove dangled symlinks for droped compat headers.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=c3bb8881 [c3bb8881]] Drop compatibility code for TQButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=9492e618 [9492e618]] Drop compatibility code for TQThread&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=979f5621 [979f5621]] Drop compatibility code for TQLineEdit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=83991feb [83991feb]] Remove Qt4 related stuff&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=48ea22d0 [48ea22d0]] Drop compatibility code for TQToolButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b1bfbe79 [b1bfbe79]] Drop compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=bfd62a0b [bfd62a0b]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a8466ab3 [a8466ab3]] Translated using Weblate (Chinese (zh))&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3 - examples-i18n&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3-examples-i18n/zh/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=5350a724 [5350a724]] Drop TQT_NO_COMPAT code from mkspecs files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a75445b4 [a75445b4]] Drop Qt2 obsolete classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b6e9b6c6 [b6e9b6c6]] Added translation using Weblate (Turkish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=af9d6b11 [af9d6b11]] Added translation using Weblate (Turkish)&lt;br /&gt;
&lt;br /&gt;
== tqtinterface ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=9ad01120 [9ad01120]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=4746fbba [4746fbba]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=1c79e9f8 [1c79e9f8]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
== pytqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=aa676491 [aa676491]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=cba16275 [cba16275]] Drop compatibility code for TQThread&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=8bd235be [8bd235be]] Addons to previous commit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=28273a01 [28273a01]] Drop Qt2&amp;#039;s TQSemiModal class.&lt;br /&gt;
&lt;br /&gt;
= core =&lt;br /&gt;
== tdelibs ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=5efbce07 [5efbce07]] tdehw lib: drop definition of TDEDiskDeviceStatus::Hotpluggable&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cca633c6 [cca633c6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (179 of 179 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/all languages&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/all-languages/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=9755ecd9 [9755ecd9]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=503eb0d9 [503eb0d9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=29b84bd0 [29b84bd0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=f6627610 [f6627610]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7f7e5585 [7f7e5585]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.4% (323 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7a35fcf1 [7a35fcf1]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=f49e67f0 [f49e67f0]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=920d56d2 [920d56d2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=a7316f73 [a7316f73]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=4e0aa6d5 [4e0aa6d5]] Fix functionality broken by commit 8233b2e5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=8233b2e5 [8233b2e5]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=74cb596c [74cb596c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdemarkdown - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdemarkdown-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=29f58681 [29f58681]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (327 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=c6bc3af7 [c6bc3af7]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cdf964bb [cdf964bb]] Update version to R14.2.0&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tdebase ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=55af1724 [55af1724]] Remove usage of TDEDiskDeviceStatus::Hotpluggable&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f093a1be [f093a1be]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdm - themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdm-themes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=21ecd990 [21ecd990]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplash - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplash-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=607f0804 [607f0804]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdehtml_plugins.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdehtml_pluginsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5f815bd0 [5f815bd0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkonq - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkonq-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8175c850 [8175c850]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksysguard - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksysguard-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7c8d600d [7c8d600d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=3faa7b1b [3faa7b1b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kate - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kate-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f6fb0d91 [f6fb0d91]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 61.8% (281 of 454 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=70af14e2 [70af14e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 48.5% (168 of 346 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kappfinder - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kappfinder-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=035c2698 [035c2698]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - directories&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-directories/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a1cbb16b [a1cbb16b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.8% (248 of 251 strings)&amp;lt;br/&amp;gt;Translation: tdebase/l10n - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/l10n-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a26bb216 [a26bb216]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1103f2b1 [1103f2b1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c836bb9d [c836bb9d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=00eab673 [00eab673]] Translated using Weblate (Greek)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/el/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9e7b4bb1 [9e7b4bb1]] TWin: Fix loading of window decoration configuration libraries&amp;lt;br/&amp;gt;Accidentally broken by commit 84ab47055d.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=748a54ff [748a54ff]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=dddd52ff [dddd52ff]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=30d54139 [30d54139]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2317bee2 [2317bee2]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=4c64b274 [4c64b274]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-events/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c0ca8145 [c0ca8145]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f1f2e40a [f1f2e40a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5eec362c [5eec362c]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2986ff6e [2986ff6e]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2937383d [2937383d]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-data/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9ab75fc1 [9ab75fc1]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ea076539 [ea076539]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi - presets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi-presets/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8a8431ab [8a8431ab]] twin: renames twin3_ to twin_ in user theme config files. This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/351 #351] and PR #364.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=91cb2036 [91cb2036]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.0% (33 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=88ea7160 [88ea7160]] KWin: rename client libraries twin3_* -&amp;amp;gt; twin_*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=84ab4705 [84ab4705]] Make TWin look for `twin_` libraries&amp;lt;br/&amp;gt;This is now the preferred way of calling the decoration libraries&amp;lt;br/&amp;gt;(in place of `twin3_`). The old names that start with `twin3_` are&amp;lt;br/&amp;gt;still recognized for compatibility reasons.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/351 #351]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e8336ee5 [e8336ee5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2da663c3 [2da663c3]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8210b058 [8210b058]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=74eb1d78 [74eb1d78]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=90b19e21 [90b19e21]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ce84a0c6 [ce84a0c6]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=950f0ce7 [950f0ce7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tde_release_notes.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tde_release_notesdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d61158c7 [d61158c7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdcop - kdcop.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdcop-kdcopdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ddc6b3af [ddc6b3af]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeintegration.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeintegrationdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1771a344 [1771a344]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5ec66d53 [5ec66d53]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - compat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-compat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=653159ea [653159ea]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=143cff2e [143cff2e]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=78937d51 [78937d51]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9ab17ab4 [9ab17ab4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e539275a [e539275a]] Add release notes draft for R14.2.x series&lt;br /&gt;
&lt;br /&gt;
== tdepim ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=5863ef46 [5863ef46]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=0e164959 [0e164959]] Fix functionality broken by commit fd0046c4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=fd0046c4 [fd0046c4]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=860c8799 [860c8799]] Drop deprecated kitchensync code&lt;br /&gt;
&lt;br /&gt;
== tdemultimedia ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=c5e80026 [c5e80026]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdemid - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdemid-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=ec115020 [ec115020]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=1c71f523 [1c71f523]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/libkcddb - libkcddb.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/libkcddb-libkcddbdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=94ca3a13 [94ca3a13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kscd - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kscd-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=6c3e9a2f [6c3e9a2f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=775b1efd [775b1efd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kappfinder - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kappfinder-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=a452bd94 [a452bd94]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaudiocreator - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaudiocreator-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=514a0715 [514a0715]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=cb937aa9 [cb937aa9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaudiocreator - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaudiocreator-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=261327ee [261327ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaboodle - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaboodle-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=ab65a990 [ab65a990]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== tdenetwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=7cf631be [7cf631be]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=15fd0d5c [15fd0d5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=bff9d105 [bff9d105]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=1e65a9c9 [1e65a9c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krfb - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krfb-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=65f0237b [65f0237b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=0f7aec08 [0f7aec08]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=8b0277b3 [8b0277b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=ea8c2556 [ea8c2556]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kwifi - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kwifi-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=7dbed250 [7dbed250]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=1732e27c [1732e27c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc - ksirc.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc-ksircdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=f0b3ae6b [f0b3ae6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krfb - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krfb-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=0bf1f09c [0bf1f09c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krdc - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krdc-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=cd3b9bc6 [cd3b9bc6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=6c1bfe1c [6c1bfe1c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/knewsticker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/knewsticker-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e540875f [e540875f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=9f39152c [9f39152c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=ec7c5f92 [ec7c5f92]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmlanbrowser - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmlanbrowser-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=bd2c6b41 [bd2c6b41]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kdict - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kdict-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=055c3ba8 [055c3ba8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmktalkd - kcmktalkd.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmktalkd-kcmktalkddesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e8441a98 [e8441a98]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/dcoprss - rssservice.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/dcoprss-rssservicedesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== tdegraphics ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=32a0eae8 [32a0eae8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=0464b42f [0464b42f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksvg - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksvg-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=83ca390f [83ca390f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kooka - kooka.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kooka-kookadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=b946ccf6 [b946ccf6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kolourpaint - kolourpaint.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kolourpaint-kolourpaintdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=c3994f8f [c3994f8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=c8525154 [c8525154]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kfax - kfax.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kfax-kfaxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=82790fe5 [82790fe5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcoloredit - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcoloredit-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=6628c1cf [6628c1cf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdeiconedit - tdeiconedit.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdeiconedit-tdeiconeditdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=6fec2493 [6fec2493]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewshell - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewshell-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=0ac60cd7 [0ac60cd7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kuickshow - kuickshow.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kuickshow-kuickshowdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=b7a2fb44 [b7a2fb44]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksnapshot - ksnapshot.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksnapshot-ksnapshotdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=d73ec8db [d73ec8db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler - kruler.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler-krulerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=4207cf76 [4207cf76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpovmodeler - kpovmodeler.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpovmodeler-kpovmodelerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=a34651aa [a34651aa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=df90b4db [df90b4db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kfaxview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kfaxview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=10228ff7 [10228ff7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kdvi - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kdvi-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=786ba559 [786ba559]] Fix functionality broken by commit d26dabfe.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=d26dabfe [d26dabfe]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=fdd22494 [fdd22494]] Drop deprecated kmrml code&lt;br /&gt;
&lt;br /&gt;
== tdetoys ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=47ebe98c [47ebe98c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (285 of 285 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather - stations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather-stations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=bfb7d592 [bfb7d592]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=97649015 [97649015]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kworldclock - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kworldclock-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=29e37f55 [29e37f55]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/ktux - ktux.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/ktux-ktuxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=4eb6f321 [4eb6f321]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kteatime - kteatime.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kteatime-kteatimedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=75d71ec8 [75d71ec8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kodo - kodo.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kodo-kododesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=ef99089e [ef99089e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/amor - amor.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/amor-amordesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=528f19d2 [528f19d2]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeedu ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=0c53c58d [0c53c58d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=d99f3098 [d99f3098]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=05b36881 [05b36881]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kverbos - kverbos.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kverbos-kverbosdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=b2b4038e [b2b4038e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kturtle - kturtle.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kturtle-kturtledesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=9edf12e3 [9edf12e3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/ktouch - ktouch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/ktouch-ktouchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=373f572e [373f572e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kiten - kiten.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kiten-kitendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=894d22c5 [894d22c5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars - kstars.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars-kstarsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=b245468a [b245468a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kpercentage - kpercentage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kpercentage-kpercentagedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=9a430435 [9a430435]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kmplot - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kmplot-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=7cbde739 [7cbde739]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/klettres - klettres.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/klettres-klettresdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=3f41eb31 [3f41eb31]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/klatin - klatin.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/klatin-klatindesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=274c00f5 [274c00f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kig - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kig-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=d076ba6e [d076ba6e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/khangman - khangman.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/khangman-khangmandesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e7ecdbc7 [e7ecdbc7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography - kgeography.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography-kgeographydesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=7ec075a1 [7ec075a1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/keduca - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/keduca-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e45f4ee3 [e45f4ee3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kbruch - kbruch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kbruch-kbruchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e73aad5f [e73aad5f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kanagram - kanagram.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kanagram-kanagramdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=026dd7e1 [026dd7e1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kalzium - kalzium.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kalzium-kalziumdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=92daf7c2 [92daf7c2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/blinken - blinken.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/blinken-blinkendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=ad620012 [ad620012]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=1b57c822 [1b57c822]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== tdegames ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=707ed9c6 [707ed9c6]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=72486eea [72486eea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/tdefifteen - tdefifteen.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/tdefifteen-tdefifteendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=1af92e8c [1af92e8c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk - knetwalk.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk-knetwalkdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=b4e10441 [b4e10441]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/twin4 - twin4.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/twin4-twin4desktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=60e6b4b7 [60e6b4b7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ktuberling - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ktuberling-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f86cc3b2 [f86cc3b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kspaceduel - kspaceduel.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kspaceduel-kspacedueldesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=1723a2e2 [1723a2e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksokoban - ksokoban.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksokoban-ksokobandesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=b8bfa029 [b8bfa029]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksnake - ksnake.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksnake-ksnakedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f3055d26 [f3055d26]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=25bbc148 [25bbc148]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet - ksirtet.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet-ksirtetdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=bc6ebdd9 [bc6ebdd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksame - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksame-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=245abf4b [245abf4b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kshisen - kshisen.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kshisen-kshisendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=a24aefaf [a24aefaf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f361902f [f361902f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi - kreversi.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi-kreversidesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=bdbf75db [bdbf75db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kpoker - kpoker.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kpoker-kpokerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=8010109b [8010109b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kpat - kpat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kpat-kpatdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=30b2fe6b [30b2fe6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/konquest - konquest.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/konquest-konquestdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e3c0ddc0 [e3c0ddc0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kolf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kolf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=214ce742 [214ce742]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmines - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmines-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e2876665 [e2876665]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e58b9568 [e58b9568]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmines - kmines.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmines-kminesdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=564ede18 [564ede18]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmahjongg - kmahjongg.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmahjongg-kmahjonggdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=a1f2098b [a1f2098b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegames/klickety - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/klickety-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=04405ac0 [04405ac0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kjumpingcube - kjumpingcube.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kjumpingcube-kjumpingcubedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=ddeb59d5 [ddeb59d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kgoldrunner - KGoldrunner.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kgoldrunner-kgoldrunnerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=6aa6a2fc [6aa6a2fc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kenolaba - kenolaba.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kenolaba-kenolabadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=c2e382ff [c2e382ff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbounce - kbounce.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbounce-kbouncedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=43a1ef1a [43a1ef1a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kblackbox - kblackbox.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kblackbox-kblackboxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=47443995 [47443995]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbackgammon - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbackgammon-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=51730a13 [51730a13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbackgammon - kbackgammon.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbackgammon-kbackgammondesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f4e1241f [f4e1241f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kasteroids - kasteroids.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kasteroids-kasteroidsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=195f32ff [195f32ff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegames/atlantik - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/atlantik-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=078f8a60 [078f8a60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/atlantik - atlantik.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/atlantik-atlantikdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=23f73f6d [23f73f6d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=89209b44 [89209b44]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeaccessibility ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=546f0a26 [546f0a26]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmousetool - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmousetool-desktop-files/nl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=0c8252ff [0c8252ff]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmag - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmag-desktop-files/nl/&lt;br /&gt;
&lt;br /&gt;
== tdeaddons ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=462e8067 [462e8067]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (64 of 64 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-plugins-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=7247f36b [7247f36b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tutorials - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tutorials-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=729f8436 [729f8436]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-plugins-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=c75bb91d [c75bb91d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/ksig - ksig.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/ksig-ksigdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=8b19a3d4 [8b19a3d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (44 of 44 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-plugins-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== tdeadmin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=7c269be3 [7c269be3]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 50.0% (1 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage - kpackage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage-kpackagedesktop/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=b60f7565 [b60f7565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kuser - kuser.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kuser-kuserdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=39dd6199 [39dd6199]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/ksysv - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/ksysv-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=1ec384e5 [1ec384e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=78260ae7 [78260ae7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage - kpackage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage-kpackagedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=18052ec0 [18052ec0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kdat - kdat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kdat-kdatdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=68dbc1fc [68dbc1fc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kcron - kcron.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kcron-kcrondesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== tdeartwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=e76fde84 [e76fde84]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/icon themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/icon-themes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=480c8a32 [480c8a32]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/icon themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/icon-themes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=d5891cb6 [d5891cb6]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/wallpapers-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=b7c7780f [b7c7780f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeartwork/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/wallpapers-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=25e4ea58 [25e4ea58]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=0afaf315 [0afaf315]] twin-styles: twin3_ to twin_ conversion&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=5f90bc99 [5f90bc99]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (314 of 314 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/tdescreensaver - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/tdescreensaver-desktop-files/it/&lt;br /&gt;
&lt;br /&gt;
== tdebindings ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=84ec6486 [84ec6486]] Drop compatibility code for TQSignal&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=13378021 [13378021]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=02712db1 [02712db1]] Drop compatibility code for TQButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=53442b53 [53442b53]] Drop obsolete TQLineEdit methods&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=1b35744b [1b35744b]] Drop compatibility code for TQToolButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=476cadbf [476cadbf]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=941081ce [941081ce]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=dcffc0bc [dcffc0bc]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
== tdesdk ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=e116e963 [e116e963]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbabel - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbabel-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=ba42cd60 [ba42cd60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=0b324ad9 [0b324ad9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=26ea0a31 [26ea0a31]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdecachegrind - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdecachegrind-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=7b277c01 [7b277c01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/scheck - scheck.themerc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/scheck-scheckthemerc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=8d7ac8ea [8d7ac8ea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kuiviewer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kuiviewer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=70cbb21e [70cbb21e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbugbuster - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbugbuster-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=5951f56b [5951f56b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/cervisia - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/cervisia-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=0c03e09c [0c03e09c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/cervisia - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/cervisia-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=b221bea0 [b221bea0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kompare - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kompare-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d50abb28 [d50abb28]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.1% (27 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=3523578c [3523578c]] Fix functionality broken by commit d619f66&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d619f66a [d619f66a]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tdevelop ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=f4724912 [f4724912]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop-desktop-files/&lt;br /&gt;
&lt;br /&gt;
== tdewebdev ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=13d63148 [13d63148]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kimagemapeditor - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kimagemapeditor-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=e16b4e3b [e16b4e3b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=6552a392 [6552a392]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== tde-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e285c92a [e285c92a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=80632599 [80632599]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_media&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_media/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ef9dbeb [7ef9dbeb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=967b322e [967b322e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdehwdevicetray&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdehwdevicetray/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=563b41e9 [563b41e9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=77a23fd7 [77a23fd7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=74110c83 [74110c83]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (331 of 331 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=716ad5fa [716ad5fa]] tdebase: remove translations for &amp;#039;Hotpluggable&amp;#039;. This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/442 TDE/tdebase#442]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=07decc39 [07decc39]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=42dfff61 [42dfff61]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c34e8b6a [c34e8b6a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=38041442 [38041442]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2725a156 [2725a156]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b54aba2 [2b54aba2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (833 of 833 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02030efa [02030efa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.2% (461 of 500 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdecachegrind&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdecachegrind/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5abddf59 [5abddf59]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1016 of 1016 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbabel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbabel/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fc1947d4 [fc1947d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - validators&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-validators/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=995b2521 [995b2521]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4722fda2 [4722fda2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 71.0% (49 of 69 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c7fe792b [c7fe792b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (89 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c55b4ce5 [c55b4ce5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (241 of 241 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonqhtml&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonqhtml/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aeed5fd8 [aeed5fd8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b7b847f5 [b7b847f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (223 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=255d26f7 [255d26f7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (238 of 238 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/ksim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/ksim/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78aad284 [78aad284]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (89 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76168eb5 [76168eb5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmperformance&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmperformance/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1fd85bdd [1fd85bdd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_pop3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_pop3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a58fce8 [2a58fce8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d228567 [7d228567]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfmclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfmclient/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d1527d8f [d1527d8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_smtp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_smtp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c363a97 [6c363a97]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (140 of 140 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ec080931 [ec080931]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc2988ac [bc2988ac]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd5194d2 [bd5194d2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=04ed4b52 [04ed4b52]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (76 of 76 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmusb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmusb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc1d1c98 [bc1d1c98]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (43 of 43 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kthememanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kthememanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ffa5d7e7 [ffa5d7e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (96 of 96 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeprintfax&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeprintfax/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=076c2fed [076c2fed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdestyle_keramik_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdestyle_keramik_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4ceab3f4 [4ceab3f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplashthemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplashthemes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=512d9f79 [512d9f79]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=47e26a43 [47e26a43]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (93 of 93 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdefontinst&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdefontinst/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3a144469 [3a144469]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_home&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_home/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cd272aca [cd272aca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmnotify&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmnotify/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d2ba7ada [d2ba7ada]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (290 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=135f1b2e [135f1b2e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=07c69212 [07c69212]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=03934f6b [03934f6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_system&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_system/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67680029 [67680029]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0e0ae526 [0e0ae526]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeio_svn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeio_svn/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a87c6d1 [8a87c6d1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_ts&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_ts/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aade5865 [aade5865]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_po&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_po/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=522da565 [522da565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_diff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_diff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=83c47a3a [83c47a3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_cpp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_cpp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4d9ffb4a [4d9ffb4a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kres_bugzilla&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kres_bugzilla/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cfa3a9ad [cfa3a9ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (208 of 208 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbugbuster&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbugbuster/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ebed3f3 [3ebed3f3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acb7bd01 [acb7bd01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kmenuapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kmenuapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b406e7b0 [b406e7b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=610e404f [610e404f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/krdb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/krdb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bf546323 [bf546323]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmspellchecking&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmspellchecking/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a6399d3 [4a6399d3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 65.0% (13 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmiccconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmiccconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=80a06e94 [80a06e94]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_tar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_tar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b26c4f5 [4b26c4f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_recentdocs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_recentdocs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=58999e40 [58999e40]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_prefmenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_prefmenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6ce221c9 [6ce221c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - sort&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-sort/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0390f05b [0390f05b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - webarchiver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-webarchiver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cf552d9d [cf552d9d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - wavecapture&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-wavecapture/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=433ee6e7 [433ee6e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - wakeup&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-wakeup/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=46159872 [46159872]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - tyler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-tyler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e02bff0f [e02bff0f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - tippecanoe&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-tippecanoe/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0761ee7 [c0761ee7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - txt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-txt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cd18979e [cd18979e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - mhtml&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-mhtml/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=712079e1 [712079e1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - lnk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-lnk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fce9e09 [4fce9e09]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - html&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-html/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25db3dca [25db3dca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - folder&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-folder/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef1f9ac7 [ef1f9ac7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-desktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10e3306c [10e3306c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - cert&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-cert/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3fec0e8 [f3fec0e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - synaescope&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-synaescope/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a86eaabb [a86eaabb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - searchbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-searchbar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5da3c28e [5da3c28e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - pitchablespeed&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-pitchablespeed/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dce4401c [dce4401c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - minitools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-minitools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=65231d72 [65231d72]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - microformat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-microformat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e048a4eb [e048a4eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (42 of 42 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - mediacontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-mediacontrol/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=03f6f36f [03f6f36f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - lyrics&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-lyrics/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=75a2d1a4 [75a2d1a4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kaddressbook - gmx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kaddressbook-gmx/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=111da4e5 [111da4e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kaddressbook - kworldclock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kaddressbook-kworldclock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=37ccc73b [37ccc73b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (53 of 53 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - ktimemon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-ktimemon/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=877faee6 [877faee6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (48 of 48 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - metabar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-metabar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a964e80 [8a964e80]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - mediaplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-mediaplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6215185a [6215185a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - delicious&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-delicious/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=432a8fd9 [432a8fd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - kmathapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-kmathapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2537b8d7 [2537b8d7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (33 of 33 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - kbinaryclock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-kbinaryclock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41b3507f [41b3507f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - xmltools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-xmltools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d895f991 [d895f991]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - xmlcheck&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-xmlcheck/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1477c443 [1477c443]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - textfilter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-textfilter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a96d906d [a96d906d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - tabbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-tabbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02b5b392 [02b5b392]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - snippets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-snippets/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=06908d1c [06908d1c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - pybrowse&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-pybrowse/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68019125 [68019125]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - openheader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-openheader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e4943b1f [e4943b1f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - modeline&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-modeline/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a8e169d [4a8e169d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - make&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-make/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8548c37e [8548c37e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - kjswrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-kjswrapper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=65197c45 [65197c45]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - insertcommand&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-insertcommand/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f33c05f3 [f33c05f3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - htmltools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-htmltools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a3220aa3 [a3220aa3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - helloworld&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-helloworld/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0768ae06 [0768ae06]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - fll_plugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-fll_plugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ed62a7e [7ed62a7e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - fll_initplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-fll_initplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4551fe7c [4551fe7c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - filetemplates&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-filetemplates/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a5773c33 [a5773c33]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - cppsymbolviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-cppsymbolviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d5f107a6 [d5f107a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - image&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-image/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=760d609c [760d609c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - charlatanui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-charlatanui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=49a7da4e [49a7da4e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - ffrs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-ffrs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44ff5289 [44ff5289]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - dub&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-dub/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f595c2f4 [f595c2f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (81 of 81 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - domtreeviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-domtreeviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5984420c [5984420c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - dirfilter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-dirfilter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8740f36c [8740f36c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - crashes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-crashes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2eea31a6 [2eea31a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - autorefresh&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-autorefresh/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0b43890b [0b43890b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - audio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-audio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b60fc4c0 [b60fc4c0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - ark&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-ark/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4f2e12e9 [4f2e12e9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - alsaplayerui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-alsaplayerui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8cf5b05b [8cf5b05b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - akregator&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-akregator/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e9608f5 [1e9608f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (3009 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb7f6413 [bb7f6413]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (101 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2297c73 [a2297c73]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16fc9290 [16fc9290]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30b25447 [30b25447]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0c9390e0 [0c9390e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_asus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_asus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c9b6e0a [3c9b6e0a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (464 of 464 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kttsd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kttsd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5f018862 [5f018862]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.8% (5277 of 5622 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9cd12c13 [9cd12c13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4373 of 4373 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fb393ca2 [fb393ca2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdelirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdelirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de26e8e7 [de26e8e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/superkaramba&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/superkaramba/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef2d1ac9 [ef2d1ac9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.7% (204 of 238 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/ksim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/ksim/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8225ecb4 [8225ecb4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0d8c5564 [0d8c5564]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_powerbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_powerbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=15e159f9 [15e159f9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cbaed96f [cbaed96f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_delli8k&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_delli8k/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=99665cc4 [99665cc4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilod&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilod/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76cf712f [76cf712f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kfloppy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kfloppy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a780ff13 [a780ff13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.1% (833 of 849 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kaddressbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kaddressbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=160a21e5 [160a21e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (288 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b39b69b0 [b39b69b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.8% (224 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=37c46a10 [37c46a10]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aaa64918 [aaa64918]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_raw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_raw/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b72b65e [2b72b65e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (197 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de33568d [de33568d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (121 of 121 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/klinkstatus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/klinkstatus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c46c273c [c46c273c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=463fe953 [463fe953]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.0% (23 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - webarchiver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-webarchiver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f902060c [f902060c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - imgallery&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-imgallery/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7291a5d [e7291a5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (254 of 254 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libtdegames&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libtdegames/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=60f4c2ad [60f4c2ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4d13a2c [c4d13a2c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (557 of 557 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kmplot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kmplot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8f16a587 [8f16a587]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4373 of 4373 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a1803a12 [a1803a12]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (765 of 765 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kalzium&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kalzium/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a9f1223f [a9f1223f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6f5c5077 [6f5c5077]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (138 of 138 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdeiconedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdeiconedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9f37b90b [9f37b90b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_xpm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_xpm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=124a1a5b [124a1a5b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_xbm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_xbm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1397cb2b [1397cb2b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_tiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_tiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8cd2a856 [8cd2a856]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_tga&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_tga/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2102c574 [2102c574]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_rgb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_rgb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=146a8054 [146a8054]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_ps&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_ps/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=21580aeb [21580aeb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pnm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pnm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee75c8c5 [ee75c8c5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_png&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_png/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=19cf3c62 [19cf3c62]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pdf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=107c467f [107c467f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pcx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pcx/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02a155ef [02a155ef]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (67 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_jpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_jpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d85c7052 [d85c7052]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_ico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_ico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2933d93 [e2933d93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_gif&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_gif/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4382f606 [4382f606]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (59 of 59 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_exr&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_exr/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5bddf5a5 [5bddf5a5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_dvi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_dvi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=921e29b3 [921e29b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_dds&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_dds/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0b56525a [0b56525a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_bmp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_bmp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5694df40 [5694df40]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (107 of 107 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/libkscan&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/libkscan/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4f70423 [d4f70423]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/libkfaximgage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/libkfaximgage/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1d63ec25 [1d63ec25]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (179 of 179 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewshell&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewshell/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4cd8d3e0 [4cd8d3e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewscannerplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewscannerplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d794493d [d794493d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kview_scale&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kview_scale/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5f74d61a [5f74d61a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewpresenterplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewpresenterplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1c6f60df [1c6f60df]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kvieweffectsplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kvieweffectsplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2c39783 [a2c39783]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewbrowserplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewbrowserplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=23706e02 [23706e02]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (123 of 123 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kuickshow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kuickshow/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=96c0bde1 [96c0bde1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (45 of 45 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksnapshot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksnapshot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6536643 [e6536643]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=40b76cfc [40b76cfc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (225 of 225 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=54045117 [54045117]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (256 of 256 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kooka&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kooka/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a0ba024f [a0ba024f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (386 of 386 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kolourpaint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kolourpaint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b9817b46 [b9817b46]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (131 of 131 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8614f6c [a8614f6c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kgamma&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kgamma/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=09d52dca [09d52dca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (215 of 215 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kdvi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kdvi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25b4dfd1 [25b4dfd1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcoloredit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcoloredit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51cd9478 [51cd9478]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewviewerpluginsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewviewerpluginsconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2c14518 [a2c14518]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewpluginsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewpluginsconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2746c521 [2746c521]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewgeneralconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewgeneralconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25650c93 [25650c93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewcanvasconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewcanvasconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4af32845 [4af32845]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcmkamera&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcmkamera/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb0c53ea [bb0c53ea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ff1ec9c1 [ff1ec9c1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (403 of 403 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c00aae5c [c00aae5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppplogview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppplogview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=93829039 [93829039]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (416 of 416 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c152d582 [c152d582]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (94 of 94 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kpf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kpf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=654c466b [654c466b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acdd4826 [acdd4826]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_avi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_avi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=85655c32 [85655c32]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (320 of 320 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12c3105c [12c3105c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (80 of 80 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_lame&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_lame/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acfe74f0 [acfe74f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.0% (17 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_xmlrpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_xmlrpc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8f561fa [b8f561fa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2430 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b59a52df [b59a52df]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.1% (833 of 849 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kaddressbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kaddressbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b15f99b [3b15f99b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.7% (341 of 360 strings)&amp;lt;br/&amp;gt;Translation: tdepim/akregator&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/akregator/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6fd71df1 [6fd71df1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12eb7e03 [12eb7e03]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.0% (250 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9937df39 [9937df39]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ae470e5 [2ae470e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=08998baf [08998baf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (67 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmcolors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmcolors/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10ac25e5 [10ac25e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdedebugdialog&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdedebugdialog/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0771e565 [0771e565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2865 of 2865 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/ppdtranslations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/ppdtranslations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c535e26d [c535e26d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73b6114f [73b6114f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=155b3201 [155b3201]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a4c12d6 [2a4c12d6]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=976a81b4 [976a81b4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (245 of 245 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kdat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kdat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9fe445d8 [9fe445d8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8660af8 [a8660af8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (152 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=807855fe [807855fe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=69bdd2bf [69bdd2bf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (416 of 416 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=85d49634 [85d49634]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6980e97e [6980e97e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (111 of 111 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dc165c85 [dc165c85]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2430 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5bd9ba76 [5bd9ba76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0fd4f012 [0fd4f012]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.0% (99 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ca026de0 [ca026de0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0eb200e2 [0eb200e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4af789bd [4af789bd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b3efd69f [b3efd69f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (72 of 72 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/i18n - entry.desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/i18n-entrydesktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e5046884 [e5046884]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.5% (2464 of 2578 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6ff96b0 [d6ff96b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.9% (929 of 1010 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kommander&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kommander/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=052541a5 [052541a5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6813630 [d6813630]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61348be4 [61348be4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (106 of 106 strings)&amp;lt;br/&amp;gt;Translation: tdegames/lskat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/lskat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ce4cc89a [ce4cc89a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f84f621b [f84f621b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.8% (5277 of 5622 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7adefbb7 [7adefbb7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (553 of 553 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kgpg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kgpg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a54f6ad [9a54f6ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.8% (722 of 723 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a7b6a48e [a7b6a48e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.0% (109 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=adb9ee02 [adb9ee02]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acbf941b [acbf941b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_systemmenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_systemmenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d1ace2d1 [d1ace2d1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (288 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c940de1b [c940de1b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ce53218 [7ce53218]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76141cbc [76141cbc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.7% (158 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44df28d5 [44df28d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1032 of 1032 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpovmodeler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpovmodeler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=77cf8f9c [77cf8f9c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (3008 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c8cacdab [c8cacdab]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 90.6% (155 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f38fa8f3 [f38fa8f3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b01edccd [b01edccd]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=04d54b46 [04d54b46]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=edde93c4 [edde93c4]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (331 of 332 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee87723d [ee87723d]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 94.7% (36 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=347c614b [347c614b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5d7a5d36 [5d7a5d36]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4a7354e [c4a7354e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17e37aec [17e37aec]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a93fc87 [5a93fc87]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (417 of 417 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libtdepim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fa7c437 [4fa7c437]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1428 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e157a91c [e157a91c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=35f9874a [35f9874a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=31e1fd99 [31e1fd99]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5196 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c29db08c [c29db08c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kasteroids&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kasteroids/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45c9efee [45c9efee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bac7cad2 [bac7cad2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.8% (722 of 723 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45438fab [45438fab]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmicons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmicons/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=184c41a3 [184c41a3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f2e51c15 [f2e51c15]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 55.1% (32 of 58 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78f3d660 [78f3d660]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c84bab9b [c84bab9b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9dceffa5 [9dceffa5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bea7c2b5 [bea7c2b5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2f6e4464 [2f6e4464]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (181 of 181 strings)&amp;lt;br/&amp;gt;Translation: tdepim/karm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/karm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b718443 [7b718443]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksystemtrayapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksystemtrayapplet/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df6f0d2f [df6f0d2f]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (290 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2282d9eb [2282d9eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.3% (21 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - alsaplayerui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-alsaplayerui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8ef3404 [a8ef3404]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (369 of 369 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3fb5a51f [3fb5a51f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (137 of 137 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kverbos&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kverbos/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6fd40db8 [6fd40db8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (205 of 205 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdemid&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdemid/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=789b5f42 [789b5f42]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (88 of 88 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kpersonalizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kpersonalizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bfa34bd2 [bfa34bd2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6da779c2 [6da779c2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.8% (224 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6038555 [e6038555]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dffecf21 [dffecf21]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.7% (157 of 159 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b0cd75a3 [b0cd75a3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (289 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=64e03b0c [64e03b0c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=805a0c6c [805a0c6c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c16120f [3c16120f]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f6b47865 [f6b47865]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.5% (3006 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=905b500e [905b500e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_wav&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_wav/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0376d619 [0376d619]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_theora&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_theora/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8c0bd602 [8c0bd602]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_sid&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_sid/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f96bfe38 [f96bfe38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_ogg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_ogg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=20da6100 [20da6100]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_m3u&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_m3u/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6ec9d7d [e6ec9d7d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=002f6b01 [002f6b01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9c288da4 [9c288da4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fdacc87 [4fdacc87]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_flac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_flac/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79bd92c0 [79bd92c0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_avi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_avi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8545225b [8545225b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_au&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_au/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16bb2152 [16bb2152]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (332 of 332 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61ff946a [61ff946a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (187 of 187 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/libkcddb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/libkcddb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=18dd016f [18dd016f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (111 of 111 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7047488 [e7047488]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=09ae6e3a [09ae6e3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a94f2253 [a94f2253]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kcmcddb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kcmcddb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=839723e8 [839723e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaboodle&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaboodle/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a3d5767a [a3d5767a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_vorbis&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_vorbis/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=039aa373 [039aa373]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (80 of 80 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_lame&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_lame/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1a2584a5 [1a2584a5]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 85.9% (1749 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ae0d186 [1ae0d186]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwindecoration&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwindecoration/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8e3a9bd8 [8e3a9bd8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a8bf169 [9a8bf169]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6329682c [6329682c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_flac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_flac/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=01a947f7 [01a947f7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48cbdde6 [48cbdde6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bda1bc83 [bda1bc83]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a94365d8 [a94365d8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b07c9fd5 [b07c9fd5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=99ddc47e [99ddc47e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=233603f3 [233603f3]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kickermenu_kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kickermenu_kate/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eb41c146 [eb41c146]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (261 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=035d412a [035d412a]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=252276b0 [252276b0]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a3c101a [5a3c101a]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3baf4ac [f3baf4ac]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0198f7b7 [0198f7b7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abbea754 [abbea754]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=22447195 [22447195]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67154ced [67154ced]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwinrules&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwinrules/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68257170 [68257170]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwindecoration&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwindecoration/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5b8921e6 [5b8921e6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b643ca2 [4b643ca2]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ea42728d [ea42728d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e0f759a [1e0f759a]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41a2a0a6 [41a2a0a6]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 87.7% (150 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7a72e540 [7a72e540]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1433ed29 [1433ed29]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4816e684 [4816e684]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c9f3b6c [3c9f3b6c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41444a5d [41444a5d]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 80.6% (2134 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=62275fac [62275fac]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4565a842 [4565a842]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eb88e6fc [eb88e6fc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a15c7835 [a15c7835]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7e214ab [e7e214ab]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ff4ced6a [ff4ced6a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c8260126 [c8260126]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4d00bce3 [4d00bce3]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cadd2b5d [cadd2b5d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9a96806 [c9a96806]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdelicense&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdelicense/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bda14f95 [bda14f95]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5196 of 5196 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dac4018a [dac4018a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 80.9% (1648 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b5c59d83 [b5c59d83]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=643497da [643497da]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e41785c [1e41785c]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (197 of 197 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1be1e3e9 [1be1e3e9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fbde5a66 [fbde5a66]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (326 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c1acc00 [6c1acc00]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (289 of 289 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9b635e1b [9b635e1b]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b0ef02e [7b0ef02e]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8dbd2744 [8dbd2744]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1b39883e [1b39883e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b5c8e7a [3b5c8e7a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=49367158 [49367158]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da6ebc69 [da6ebc69]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.5% (211 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=38d19787 [38d19787]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da4c604a [da4c604a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a289914a [a289914a]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmag&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmag/nl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=587622ea [587622ea]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d0076837 [d0076837]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=484fbfeb [484fbfeb]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 85.0% (805 of 946 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/katepart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/katepart/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a1c113b [5a1c113b]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 86.4% (369 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb4d9424 [bb4d9424]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 54.2% (247 of 455 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs_colors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs_colors/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3059b6dc [3059b6dc]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd92b2ee [bd92b2ee]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44c33da9 [44c33da9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.3% (158 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e405a694 [e405a694]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.8% (16 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmenergy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmenergy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1a8c65b3 [1a8c65b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 71.4% (5 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - image&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-image/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f91ae8b2 [f91ae8b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (197 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee561a5d [ee561a5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.5% (193 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b7818e1 [4b7818e1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegames/kmahjongg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmahjongg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=62c862a8 [62c862a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.6% (191 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=feb94ddc [feb94ddc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdewalletmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdewalletmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9cf3ed6a [9cf3ed6a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da73efd6 [da73efd6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdewalletmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdewalletmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=56f2e465 [56f2e465]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/krdb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/krdb/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ea2bd4b [2ea2bd4b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=289b8045 [289b8045]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 80.3% (1636 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17b287ee [17b287ee]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.9% (195 of 197 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e98cc110 [e98cc110]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7768467e [7768467e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ffe4047 [3ffe4047]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d42dfce9 [d42dfce9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 77.9% (1588 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c033f982 [c033f982]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=447af80a [447af80a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 76.8% (1565 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f9a53f48 [f9a53f48]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5cac2c06 [5cac2c06]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ec024ca [7ec024ca]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c624634e [c624634e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f86ccae9 [f86ccae9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6fc3c2e [d6fc3c2e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin_lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin_lib/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f322a111 [f322a111]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f09ec0ab [f09ec0ab]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ba5d62d1 [ba5d62d1]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.5% (209 of 210 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7e255c40 [7e255c40]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=86acd12e [86acd12e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4f3b4305 [4f3b4305]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eac33e90 [eac33e90]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (196 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17c51be5 [17c51be5]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0ab2398 [c0ab2398]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (326 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6b7fac1 [d6b7fac1]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (206 of 206 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4e97cea7 [4e97cea7]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e8274087 [e8274087]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d7fbab18 [d7fbab18]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3f1a08b4 [3f1a08b4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=92e6fc46 [92e6fc46]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6cf5249d [6cf5249d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48907031 [48907031]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.3% (148 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9ef855fe [9ef855fe]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.4% (170 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79e81b47 [79e81b47]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.9% (194 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=af5e01d0 [af5e01d0]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f262c268 [f262c268]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (326 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e03e491a [e03e491a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=299d7e9b [299d7e9b]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=963b03f8 [963b03f8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4643459 [a4643459]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 99.4% (171 of 172 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b6f0d602 [b6f0d602]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f6a6c8e5 [f6a6c8e5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67d451ba [67d451ba]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewpresenterplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewpresenterplugin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a18b92ba [a18b92ba]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d9a6697 [7d9a6697]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aaeda12b [aaeda12b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c999f37 [3c999f37]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdmconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmconfig/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef954c90 [ef954c90]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2aa378ca [2aa378ca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_zeroconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_zeroconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2cd8ff75 [2cd8ff75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cb5cf602 [cb5cf602]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krdc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krdc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fc00fa70 [fc00fa70]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (94 of 94 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kpf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kpf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=325dc4a8 [325dc4a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.8% (2984 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b912c6e7 [b912c6e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (248 of 248 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/knewsticker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/knewsticker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6e04a742 [6e04a742]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (103 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmwifi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmwifi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ca7235c9 [ca7235c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (100 of 100 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmlanbrowser&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmlanbrowser/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ddb067e7 [ddb067e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (43 of 43 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmktalkd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmktalkd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c7fc70f6 [c7fc70f6]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (196 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cff19a2f [cff19a2f]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bad75a4d [bad75a4d]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (327 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0115ec51 [0115ec51]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=75d3b850 [75d3b850]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ade36f2 [1ade36f2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ad7aeafe [ad7aeafe]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=57cd82f9 [57cd82f9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=405dc7df [405dc7df]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ee0c314 [3ee0c314]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdmconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmconfig/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2567a89d [2567a89d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b2441d13 [b2441d13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_zeroconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_zeroconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c669a79d [c669a79d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_lan&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_lan/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5ecccc8f [5ecccc8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_jabberdisco&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_jabberdisco/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=153f7022 [153f7022]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefile_torrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefile_torrent/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=db5cbbbc [db5cbbbc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kwireless&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kwireless/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=70391ee5 [70391ee5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kinetd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kinetd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0f541093 [0f541093]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kdictapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kdictapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16494e41 [16494e41]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/libtdepim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7648b3c9 [7648b3c9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b7ec603 [7b7ec603]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fb3fdb2b [fb3fdb2b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fe4514c8 [fe4514c8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=83bdc126 [83bdc126]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=63a90127 [63a90127]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/tdefifteen&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/tdefifteen/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df53a5b9 [df53a5b9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a27093a0 [a27093a0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 87.5% (14 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - audio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-audio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd2a6f38 [bd2a6f38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (89 of 89 strings)&amp;lt;br/&amp;gt;Translation: tdegames/twin4&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/twin4/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e64c11d2 [e64c11d2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (254 of 254 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libtdegames&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libtdegames/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7e30682d [7e30682d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (122 of 122 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libksirtet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libksirtet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ce1a3bf [3ce1a3bf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.2% (56 of 57 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ktuberling&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ktuberling/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2d940247 [2d940247]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9561b74 [c9561b74]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kshisen&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kshisen/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e67e6a7f [e67e6a7f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kolf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kolf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12861973 [12861973]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2e8f84f5 [2e8f84f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (381 of 381 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kgoldrunner&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kgoldrunner/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1256c7f6 [1256c7f6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f0087266 [f0087266]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (1235 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=06391dfe [06391dfe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 84.4% (87 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=71347685 [71347685]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79cebe5e [79cebe5e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78aaa659 [78aaa659]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (289 of 289 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=74773ebc [74773ebc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ac07e9f6 [ac07e9f6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdestyle_plastik_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdestyle_plastik_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e00cbcb5 [e00cbcb5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_kdatatool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_kdatatool/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c09081a6 [c09081a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdefileaudiopreview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdefileaudiopreview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=624183f5 [624183f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_autobookmarker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_autobookmarker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b00d45a6 [b00d45a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (946 of 946 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/katepart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/katepart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=db142dcb [db142dcb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabcformat_binary&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabcformat_binary/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7cd87b83 [7cd87b83]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_isearch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_isearch/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=11d74de2 [11d74de2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_file&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_file/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8c12f11 [b8c12f11]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_docwordcompletion&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_docwordcompletion/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dd4127b3 [dd4127b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_net&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_net/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6d341d34 [6d341d34]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_sql&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_sql/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=661b618f [661b618f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_dir&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_dir/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=650ebed1 [650ebed1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdestyle_highcontrast_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdestyle_highcontrast_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=681fb57e [681fb57e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2865 of 2865 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/ppdtranslations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/ppdtranslations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5410b42a [5410b42a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/libtdescreensaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/libtdescreensaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a4a938d [6a4a938d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_insertfile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_insertfile/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f1d18823 [f1d18823]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (44 of 44 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_ldaptdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_ldaptdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30f083cd [30f083cd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acbf80cd [acbf80cd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f8fb2e20 [f8fb2e20]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1013 of 1013 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeprint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeprint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aa0506f0 [aa0506f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (455 of 455 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs_colors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs_colors/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82e61934 [82e61934]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2739 of 2739 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a2ce6cb [9a2ce6cb]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73eb4e4d [73eb4e4d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=91f7be0d [91f7be0d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 64.5% (129 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a9fa5d76 [a9fa5d76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/taskbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/taskbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b382a9a [2b382a9a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktaskbarapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktaskbarapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30e0f112 [30e0f112]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/lockout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/lockout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e1c4e2b5 [e1c4e2b5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5317fab2 [5317fab2]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=92ad6a46 [92ad6a46]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0e61bcd [c0e61bcd]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dedebeb6 [dedebeb6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_delli8k&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_delli8k/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51c00880 [51c00880]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (206 of 206 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4a6e3eb [d4a6e3eb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c368d148 [c368d148]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a73707b4 [a73707b4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9af8d504 [9af8d504]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 97.3% (219 of 225 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=875d4c24 [875d4c24]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a757dd8a [a757dd8a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abcfb18a [abcfb18a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/libtaskbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskbar/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d481507 [7d481507]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kay&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kay/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fa9f0334 [fa9f0334]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5af0121c [5af0121c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdesud&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdesud/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e363127a [e363127a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/naughtyapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/naughtyapplet/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=54976205 [54976205]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 75.7% (1542 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8f32df4 [b8f32df4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a46e674 [8a46e674]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82b00602 [82b00602]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8919bb8a [8919bb8a]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3e98afc4 [3e98afc4]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51cb26bc [51cb26bc]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d5046c21 [d5046c21]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=500f2c45 [500f2c45]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 98.5% (70 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kspaceduel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kspaceduel/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=53f3360c [53f3360c]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksokoban&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksokoban/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fa57d92b [fa57d92b]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 48.9% (24 of 49 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksnake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksnake/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4d9d7c1 [a4d9d7c1]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 94.7% (18 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksmiletris&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksmiletris/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=63667467 [63667467]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 34.1% (27 of 79 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2b3a41b [e2b3a41b]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 38.0% (19 of 50 strings)&amp;lt;br/&amp;gt;Translation: tdegames/klines&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/klines/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=33531138 [33531138]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45486792 [45486792]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (58 of 58 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5e2914e7 [5e2914e7]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c716f74 [6c716f74]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a270de3 [5a270de3]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (322 of 322 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=404b586a [404b586a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8b023bb7 [8b023bb7]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (322 of 322 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10d7630d [10d7630d]] tdepim: remove kitchensync pot file again, since it was automatically re-added&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a8b0c96 [2a8b0c96]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f4de4713 [f4de4713]] tdepim: remove translations for kitchensync and multisynk&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=64d45800 [64d45800]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0c2a0ab3 [0c2a0ab3]] tdegraphics: remove translations for kmrml&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8aa58abf [8aa58abf]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=376b1bfe [376b1bfe]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a340797 [6a340797]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=90797510 [90797510]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e0706cf8 [e0706cf8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eee4a43c [eee4a43c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb21ba44 [bb21ba44]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
= libraries =&lt;br /&gt;
== libkdcraw ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=d13e9744 [d13e9744]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (74 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=50387262 [50387262]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 70.2% (52 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=fb8e7233 [fb8e7233]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (74 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=4720b9e3 [4720b9e3]] Added translation using Weblate (Chinese (Simplified))&lt;br /&gt;
&lt;br /&gt;
== libkipi ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=1ea1d770 [1ea1d770]] Added translation using Weblate (Chinese (Traditional))&lt;br /&gt;
&lt;br /&gt;
== kipi-plugins ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=aa3b7277 [aa3b7277]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.0% (512 of 602 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - metadataedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-metadataedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=62e89ce1 [62e89ce1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 40.1% (53 of 132 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - cdarchiving&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-cdarchiving/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=1fc6b1e0 [1fc6b1e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - viewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-viewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=f134eb8d [f134eb8d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=7115da7d [7115da7d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=c39b2d5d [c39b2d5d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=549a8d58 [549a8d58]] Added translation using Weblate (Chinese (Traditional))&lt;br /&gt;
&lt;br /&gt;
== libtqt-perl ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=ea4d4023 [ea4d4023]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=a8738810 [a8738810]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=076ec834 [076ec834]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
= applications/development =&lt;br /&gt;
== kdbg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=b171e1b2 [b171e1b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kdbg - kdbg.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbg-kdbgdesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== kdiff3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=453f35a8 [453f35a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 67.2% (347 of 516 strings)&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=47366761 [47366761]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: applications/kdiff3 - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=810025fb [810025fb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=b65164fa [b65164fa]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=abcdeb43 [abcdeb43]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=1bab9902 [1bab9902]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tdesvn ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=2cdbcc87 [2cdbcc87]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 48.5% (359 of 739 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=f66e96c7 [f66e96c7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdesvn - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=e0823d75 [e0823d75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/graphics =&lt;br /&gt;
== digikam ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=31f057f7 [31f057f7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1794 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=d1ed2afa [d1ed2afa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1793 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=1798610f [1798610f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=e809e384 [e809e384]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1793 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=53e13c18 [53e13c18]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2244 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=09a41f75 [09a41f75]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/&lt;br /&gt;
&lt;br /&gt;
== gwenview-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=3e754a52 [3e754a52]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=57175831 [57175831]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=827f6c7b [827f6c7b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/internet =&lt;br /&gt;
== kasablanca ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=2a9b7e7d [2a9b7e7d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kasablanca - kasablanca.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca-kasablancadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=159a8faf [159a8faf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 64.3% (74 of 115 strings)&amp;lt;br/&amp;gt;Translation: applications/kasablanca&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=4b9e3dcb [4b9e3dcb]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kbiff ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=c53c9a60 [c53c9a60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=2cc626b9 [2cc626b9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.8% (89 of 90 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=4069eda9 [4069eda9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff - kbiff.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff-kbiffdesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== kftpgrabber ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=70edee2c [70edee2c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/kftpgrabber - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kftpgrabber-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== knmap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=a289b05a [a289b05a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=2721c5e0 [2721c5e0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=24febfa6 [24febfa6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=8f8a354b [8f8a354b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (221 of 221 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=b68bd35b [b68bd35b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=60528588 [60528588]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 16.2% (36 of 221 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=aea076a0 [aea076a0]] Added translation using Weblate (Ukrainian)&lt;br /&gt;
&lt;br /&gt;
== konversation ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=dfedc855 [dfedc855]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.6% (1167 of 1362 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation/ru/&lt;br /&gt;
&lt;br /&gt;
== kshowmail ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=10272aed [10272aed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 49.8% (174 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=b13b420d [b13b420d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 49.5% (173 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
&lt;br /&gt;
== kstreamripper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=dbdd2a4e [dbdd2a4e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=6a970335 [6a970335]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=3ec99f94 [3ec99f94]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=457de6e0 [457de6e0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=1801e3aa [1801e3aa]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 80.0% (24 of 30 strings)&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=382d4392 [382d4392]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=5da88b7e [5da88b7e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=c621d368 [c621d368]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== ktorrent ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=523c79c3 [523c79c3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (875 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=46220b63 [46220b63]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 80.1% (701 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/ru/&lt;br /&gt;
&lt;br /&gt;
== kvirc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=44846083 [44846083]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - notifier&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b435bad5 [b435bad5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - editor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b412083e [b412083e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - about&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-about/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b32a017a [b32a017a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.8% (2404 of 2588 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=02e908ee [02e908ee]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=e2dd007c [e2dd007c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a48e70a7 [a48e70a7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (794 of 805 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a7254dcc [a7254dcc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - theme&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-theme/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=25f3bffc [25f3bffc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=1e208b4f [1e208b4f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - logview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-logview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=3e94a25e [3e94a25e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - editor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=0c62fcd5 [0c62fcd5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - filetransferwindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-filetransferwindow/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a6e75ff9 [a6e75ff9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - dcc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-dcc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=2091bae5 [2091bae5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - notifier&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=90e47cbd [90e47cbd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - sharedfileswindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-sharedfileswindow/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=729d67a2 [729d67a2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=116c3821 [116c3821]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=5e2a1ae3 [5e2a1ae3]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
= applications/misc =&lt;br /&gt;
== bibletime ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=9d90808b [9d90808b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/bibletime - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/bibletime-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=de0a4201 [de0a4201]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=7c699d2d [7c699d2d]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== desktop-effects-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=4ef8c50e [4ef8c50e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=7437087e [7437087e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=92556696 [92556696]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kerberostray ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=f56d47b0 [f56d47b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kerberostray&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kerberostray/&lt;br /&gt;
&lt;br /&gt;
== krecipes ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=d2a4cb93 [d2a4cb93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 30.5% (343 of 1123 strings)&amp;lt;br/&amp;gt;Translation: applications/krecipes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krecipes/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/multimedia =&lt;br /&gt;
== amarok ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=73837f1a [73837f1a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=079f0cc9 [079f0cc9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b037abfb [b037abfb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=93aff8fd [93aff8fd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=7f396148 [7f396148]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=8ac0d326 [8ac0d326]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=086adc4f [086adc4f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4ebfa149 [4ebfa149]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 79.7% (1981 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4cc71ec3 [4cc71ec3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=2116bf2a [2116bf2a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=e6e2d189 [e6e2d189]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=c2a12e62 [c2a12e62]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=44ad188d [44ad188d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=83730846 [83730846]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4ddb9e62 [4ddb9e62]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=90520108 [90520108]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 84.7% (2105 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=40099ec0 [40099ec0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b767627f [b767627f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=bcd8d83e [bcd8d83e]] Fix functionality broken by commit 1c3e0630.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b04099ff [b04099ff]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=a7a79de0 [a7a79de0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=1c3e0630 [1c3e0630]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=5dedf79f [5dedf79f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=8b28bb5c [8b28bb5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=9038cb17 [9038cb17]] Translated using Weblate (Turkish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/tr/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=3c835108 [3c835108]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.8% (2406 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
&lt;br /&gt;
== codeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=033f32ab [033f32ab]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=28a3b75f [28a3b75f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=9f39f05e [9f39f05e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/codeine - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/codeine-desktop-files/&lt;br /&gt;
&lt;br /&gt;
== k3b ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=00a24ebc [00a24ebc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=987871f0 [987871f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=c2fbc8f1 [c2fbc8f1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=95a45a4f [95a45a4f]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=bbf83236 [bbf83236]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=894069eb [894069eb]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/pt/&lt;br /&gt;
&lt;br /&gt;
== k3b-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=84cd0b47 [84cd0b47]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (47 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=6f6f5263 [6f6f5263]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=bd308fa9 [bd308fa9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=e6010418 [e6010418]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (47 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=cb12df11 [cb12df11]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=ecef8905 [ecef8905]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=9c355f26 [9c355f26]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=1d1360a7 [1d1360a7]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=6f8f68cc [6f8f68cc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=47c13aee [47c13aee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=b92282bd [b92282bd]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 97.8% (46 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/bg/&lt;br /&gt;
&lt;br /&gt;
== k9copy ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=ef83b5b8 [ef83b5b8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=4979c509 [4979c509]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=237b3548 [237b3548]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (495 of 495 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=553df4a4 [553df4a4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=bc07265d [bc07265d]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kaffeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=eac2daca [eac2daca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (729 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=6c9257f2 [6c9257f2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.5% (711 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=e0e0d158 [e0e0d158]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=b871bd5b [b871bd5b]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kmplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=30650e19 [30650e19]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.9% (347 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=77c148a7 [77c148a7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=bb993d63 [bb993d63]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=d8d54a7f [d8d54a7f]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 95.6% (373 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=122a27a0 [122a27a0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=bb9e13d1 [bb9e13d1]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=0817bc03 [0817bc03]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer-desktop-files/bg/&lt;br /&gt;
&lt;br /&gt;
== kplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=cc14b9cf [cc14b9cf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=d8391ef7 [d8391ef7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 77.0% (799 of 1037 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/ru/&lt;br /&gt;
&lt;br /&gt;
== soundkonverter ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=bcf2d459 [bcf2d459]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.6% (302 of 319 strings)&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=2bf7eb6c [2bf7eb6c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=28a35800 [28a35800]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=300613ee [300613ee]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=a13d3527 [a13d3527]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tderadio ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=aa80a24c [aa80a24c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=28afa3da [28afa3da]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - oss-sound&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-oss-sound/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=5369d924 [5369d924]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (45 of 45 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - gui-standard-display&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-standard-display/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=a9f14b38 [a9f14b38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 82.3% (14 of 17 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - timeshifter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-timeshifter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=d57a893c [d57a893c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.1% (75 of 78 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - recording&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-recording/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=55460675 [55460675]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=03b5df8e [03b5df8e]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 93.5% (29 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=0bb5fda6 [0bb5fda6]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=8cd30c0e [8cd30c0e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=c74cfcb6 [c74cfcb6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.7% (30 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/office =&lt;br /&gt;
== basket ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=33317176 [33317176]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/basket&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=c8b892a3 [c8b892a3]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kbibtex ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=702a473b [702a473b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 73.7% (444 of 602 strings)&amp;lt;br/&amp;gt;Translation: applications/kbibtex&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbibtex/ru/&lt;br /&gt;
&lt;br /&gt;
== kbookreader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=e32bbc6e [e32bbc6e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (17 of 17 strings)&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=fcdb94c9 [fcdb94c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kbookreader - kbookreader.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader-kbookreaderdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=ac3e0386 [ac3e0386]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=61e10e5a [61e10e5a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/&lt;br /&gt;
&lt;br /&gt;
== kile ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=00b87abb [00b87abb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kile - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== kmymoney ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=47cc1d27 [47cc1d27]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: applications/kmymoney - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=e592106d [e592106d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (2658 of 2674 strings)&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=67a43ced [67a43ced]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=9df4c701 [9df4c701]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== koffice ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=d165869a [d165869a]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=c2fdb394 [c2fdb394]] Fix functionality broken by commit a9bbaa83&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=a9bbaa83 [a9bbaa83]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== koffice-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=572398a4 [572398a4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (3150 of 3168 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspread&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=bce5a0c4 [bce5a0c4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.4% (1169 of 1200 strings)&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=cc44ebc3 [cc44ebc3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: koffice/thesaurus_tool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/thesaurus_tool/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=b6cedf64 [b6cedf64]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_ooo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_ooo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=9f49ba05 [9f49ba05]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_koffice&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_koffice/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=7a3529fd [7a3529fd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_gnumeric&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_gnumeric/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=05196041 [05196041]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_abiword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_abiword/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ffe6d299 [ffe6d299]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (961 of 961 strings)&amp;lt;br/&amp;gt;Translation: koffice/kword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kword/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ad3cf8ee [ad3cf8ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspreadcalc_calc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspreadcalc_calc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=7f8b71fa [7f8b71fa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (909 of 909 strings)&amp;lt;br/&amp;gt;Translation: koffice/kpresenter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kpresenter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=d154e97e [d154e97e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (354 of 354 strings)&amp;lt;br/&amp;gt;Translation: koffice/kformdesigner&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kformdesigner/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=9c40a4ce [9c40a4ce]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=aa8c2267 [aa8c2267]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ccf47869 [ccf47869]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=f690d314 [f690d314]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.0% (1295 of 1423 strings)&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=f0bcacf8 [f0bcacf8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kivio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kivio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=e1f27756 [e1f27756]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=e84fa74c [e84fa74c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kword/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=fc3d61ff [fc3d61ff]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/koffice&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/koffice/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=31fd578d [31fd578d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=069df0f0 [069df0f0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kofficefilters&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kofficefilters/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=96a280ad [96a280ad]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=b7a0d0ff [b7a0d0ff]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 98.3% (420 of 427 strings)&amp;lt;br/&amp;gt;Translation: koffice/karbon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/karbon/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=8e305f42 [8e305f42]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 99.8% (1421 of 1423 strings)&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=61f41445 [61f41445]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: koffice/example&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/example/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=1f753ab8 [1f753ab8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (3150 of 3168 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspread&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/ru/&lt;br /&gt;
&lt;br /&gt;
== kpilot ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=9beef848 [9beef848]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.3% (1059 of 1088 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=adc41d0e [adc41d0e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=43b3df95 [43b3df95]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=b2480185 [b2480185]] Fix functionality broken by commit a956e3e&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=f060f38e [f060f38e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=fa847ef4 [fa847ef4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=a956e3e8 [a956e3e8]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tellico ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=10996a19 [10996a19]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=252be932 [252be932]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.5% (1108 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=f73799c2 [f73799c2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=30d2f3d2 [30d2f3d2]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 74.2% (826 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=997c050d [997c050d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=0a00263f [0a00263f]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
= applications/settings =&lt;br /&gt;
== kdpkg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=752317fb [752317fb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=c178f4e3 [c178f4e3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 93.1% (27 of 29 strings)&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=7afa4047 [7afa4047]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=3107e30a [3107e30a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=4277d12f [4277d12f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/&lt;br /&gt;
&lt;br /&gt;
== kiosktool ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=6d1e1f26 [6d1e1f26]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (238 of 238 strings)&amp;lt;br/&amp;gt;Translation: applications/kiosktool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kiosktool/ru/&lt;br /&gt;
&lt;br /&gt;
== kkbswitch ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=c36d0446 [c36d0446]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch - kkbswitch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch-kkbswitchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=d7b89dac [d7b89dac]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=586412b8 [586412b8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 96.4% (55 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=8978515d [8978515d]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=29e2187e [29e2187e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=4f10d322 [4f10d322]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=2f27dd99 [2f27dd99]] Added global shortcuts for switching to previous/next group&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/kkbswitch/issues/6 #6]&lt;br /&gt;
&lt;br /&gt;
== klcddimmer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=739e6b63 [739e6b63]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/klcddimmer - klcddimmer.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer-klcddimmerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=c552505d [c552505d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/klcddimmer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer/&lt;br /&gt;
&lt;br /&gt;
== tdenetworkmanager ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=f781e430 [f781e430]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 56.5% (160 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=6bd64d20 [6bd64d20]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 54.4% (154 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/system =&lt;br /&gt;
== dolphin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=d6981f86 [d6981f86]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=88bffef8 [88bffef8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=50bf6ece [50bf6ece]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=df0f2634 [df0f2634]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 87.3% (55 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=128fc6c0 [128fc6c0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=4177bfeb [4177bfeb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=31e79818 [31e79818]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=614887eb [614887eb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=dfc034e5 [dfc034e5]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kbfx ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=7df544d7 [7df544d7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbfx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbfx/&lt;br /&gt;
&lt;br /&gt;
== kcmautostart ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=e156d8d7 [e156d8d7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=a34114dc [a34114dc]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=e32b5599 [e32b5599]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/&lt;br /&gt;
&lt;br /&gt;
== knemo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=8e390170 [8e390170]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=73908043 [73908043]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo - kcm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-kcm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=d1925e58 [d1925e58]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (85 of 85 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=6132bf8e [6132bf8e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== knetload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=ad81a141 [ad81a141]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knetload - knetload.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetload-knetloaddesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== krusader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=a6d7af8f [a6d7af8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 89.0% (1246 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=1107ba66 [1107ba66]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=60b198a9 [60b198a9]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1399 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/uk/&lt;br /&gt;
&lt;br /&gt;
== kshutdown ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=0cb0eeb3 [0cb0eeb3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown - kshutdown.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-kshutdowndesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=6c6e8bb5 [6c6e8bb5]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown - kshutdown.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-kshutdowndesktop/nl/&lt;br /&gt;
&lt;br /&gt;
== ksystemlog ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=cf0f1b44 [cf0f1b44]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/ksystemlog&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksystemlog/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=27e255d7 [27e255d7]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== polkit-agent-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=774e540b [774e540b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=fe3d3837 [fe3d3837]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=81f288bf [81f288bf]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/zh_Hant/&lt;br /&gt;
&lt;br /&gt;
== tdebluez ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=fce0091e [fce0091e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=f23e3839 [f23e3839]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=823b8121 [823b8121]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=d0311fa0 [d0311fa0]] Added translation using Weblate (Dutch)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ee1b7905 [ee1b7905]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 89.1% (239 of 268 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=14e65f81 [14e65f81]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=9a895e4f [9a895e4f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=5dbd02e3 [5dbd02e3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=75e3f4ae [75e3f4ae]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=1d2fcc95 [1d2fcc95]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (266 of 266 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=9ec32992 [9ec32992]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=226cacc4 [226cacc4]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (274 of 274 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ae46115f [ae46115f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ad1894b7 [ad1894b7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=e852055d [e852055d]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tdepowersave ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=96ba1bf7 [96ba1bf7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 36.3% (20 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=1e735aeb [1e735aeb]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (311 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=f39d5cd2 [f39d5cd2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=c1d1a446 [c1d1a446]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=70666ec3 [70666ec3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=c2676876 [c2676876]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.2% (290 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=5242ce6d [5242ce6d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=678ecbe9 [678ecbe9]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tdesshaskpass ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=7a7a240e [7a7a240e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesshaskpass&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesshaskpass/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=b0aaaa03 [b0aaaa03]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== yakuake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=4d40f6d0 [4d40f6d0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.9% (94 of 98 strings)&amp;lt;br/&amp;gt;Translation: applications/yakuake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/tdeio =&lt;br /&gt;
== tdeio-ftps ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-ftps/commit/?id=8ac1f636 [8ac1f636]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdeio-ftps&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-ftps/&lt;br /&gt;
&lt;br /&gt;
== tdeio-sword ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=a1851f5d [a1851f5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-sword - sword.protocol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-sword-swordprotocol/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=6d75ce24 [6d75ce24]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeio-umountwrapper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=e3173ff2 [e3173ff2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-umountwrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-umountwrapper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=c37ba2dc [c37ba2dc]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
= applications/themes =&lt;br /&gt;
== gtk-qt-engine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=2178adeb [2178adeb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=90c79e65 [90c79e65]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=df701883 [df701883]] Added translation using Weblate (Chinese (Simplified))&lt;br /&gt;
&lt;br /&gt;
== kgtk-qt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=06bca424 [06bca424]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/kgtk-qt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kgtk-qt3/ru/&lt;br /&gt;
&lt;br /&gt;
== tde-style-baghira ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=bb43a575 [bb43a575]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - sessionapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-sessionapplet/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=738600de [738600de]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - starter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-starter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=54a306f5 [54a306f5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=4a3bbfa4 [4a3bbfa4]] Rename library twin3_baghira -&amp;amp;gt; twin_baghira&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=fc8b3dd4 [fc8b3dd4]] Fix functionality broken by commit 66813ef&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=66813efe [66813efe]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tde-style-domino ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=7ea023ba [7ea023ba]] Rename library twin3_domino -&amp;amp;gt; twin_domino&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== tde-style-ia-ora ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=25c19604 [25c19604]] Rename library twin3_iaora -&amp;amp;gt; twin_iaora&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== tde-style-lipstik ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=39c758d5 [39c758d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-lipstik - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-lipstik-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=e0338512 [e0338512]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== twin-style-crystal ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=d9afc78c [d9afc78c]] Rename library twin3_crystal -&amp;amp;gt; twin_crystal&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-dekorator ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=c67f6084 [c67f6084]] Rename library twin3_deKorator -&amp;amp;gt; twin_deKorator&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-machbunt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=81c7c4d0 [81c7c4d0]] Rename library twin3_MachBunt to twin_MachBunt&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-suse2 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=9b5c2e1e [9b5c2e1e]] Rename library twin3_SUSE2 -&amp;amp;gt; twin_SUSE&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
= applications/utilities =&lt;br /&gt;
== abakus ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=9ace50d1 [9ace50d1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/abakus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=467ef6c1 [467ef6c1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (49 of 49 strings)&amp;lt;br/&amp;gt;Translation: applications/abakus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=e1762b36 [e1762b36]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=b277c7ae [b277c7ae]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/abakus - abakus.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus-abakusdesktop/bg/&lt;br /&gt;
&lt;br /&gt;
== filelight ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=9fd8fe68 [9fd8fe68]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (77 of 77 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=aa06806b [aa06806b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=28349b70 [28349b70]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=7cc11b7f [7cc11b7f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=629295b3 [629295b3]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=33098270 [33098270]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (77 of 77 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/uk/&lt;br /&gt;
&lt;br /&gt;
== kbarcode ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=2f5aa189 [2f5aa189]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.1% (589 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=6c31a9ec [6c31a9ec]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=7f9e4e65 [7f9e4e65]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.9% (582 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=f6c05921 [f6c05921]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 74.5% (443 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=371ce27c [371ce27c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=7bd51d72 [7bd51d72]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=6ca861bd [6ca861bd]] Fix functionality broken by commit fc06df3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=fc06df33 [fc06df33]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== kchmviewer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=78502278 [78502278]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kchmviewer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kchmviewer-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== kcpuload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=b49178b0 [b49178b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=8ae8e9f8 [8ae8e9f8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 94.8% (37 of 39 strings)&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=7a450d31 [7a450d31]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=d9952f82 [d9952f82]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/&lt;br /&gt;
&lt;br /&gt;
== knutclient ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=dfa5f3fa [dfa5f3fa]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knutclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=466ddc1b [466ddc1b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (203 of 203 strings)&amp;lt;br/&amp;gt;Translation: applications/knutclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient/uk/&lt;br /&gt;
&lt;br /&gt;
== krename ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=b4e78648 [b4e78648]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/krename - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krename-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=7740aa8e [7740aa8e]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== qalculate-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=744ac88e [744ac88e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=6baf1704 [6baf1704]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.4% (593 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=accfbbbf [accfbbbf]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=34b3365e [34b3365e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=933d4190 [933d4190]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=68aa9b3b [68aa9b3b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (596 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=96280709 [96280709]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 75.0% (447 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=09de128a [09de128a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 70.6% (421 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=c714c687 [c714c687]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 60.7% (362 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=1c102209 [1c102209]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 42.4% (253 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=06249035 [06249035]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
= packaging =&lt;br /&gt;
== packaging ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=70a0160c [70a0160c]] DEB tdebindings: remove dependency on libtqt3-compat-headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=fb212c9e [fb212c9e]] DEB tqt3: drop compat files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=a4869e73 [a4869e73]] DEB tdebase twin: adjusted after renaming client libraries from twin3_* to twin_*. This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=7b064a10 [7b064a10]] DEB tqt3: adjusted after removing Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f7be243e [f7be243e]] DEB buildscripts: update supported distros&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f82c8cc0 [f82c8cc0]] DEB: remove support for Debian Stretch and Ubuntu Xenial&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=4721bdc6 [4721bdc6]] DEB tqt3: remove Qt2 obsolete classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=e6b868c8 [e6b868c8]] DEB tdebase: added release notes for R14.2.x series&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=3c5c1e60 [3c5c1e60]] DEB trinity-apt-archive: Set the apt repository URL to PTB.&lt;/div&gt;</summary>
		<author><name>SlavekB</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.2.0&amp;diff=3276</id>
		<title>Changelog For R14.2.0</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.2.0&amp;diff=3276"/>
		<updated>2024-01-02T01:00:22Z</updated>

		<summary type="html">&lt;p&gt;SlavekB: /* tdebase */ Update 20240101&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= dependencies =&lt;br /&gt;
== tde-cmake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=9fae6b57 [9fae6b57]] Update version to R14.2.0&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tqt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=ee0c5d58 [ee0c5d58]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a6829398 [a6829398]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=d2122705 [d2122705]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=e0a3cab4 [e0a3cab4]] Minor adjustments to porting documentation&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=f2b3ea52 [f2b3ea52]] Drop compatibility code for TQSignal&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=fb6884ea [fb6884ea]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=2e817b4b [2e817b4b]] Remove dangled symlinks for droped compat headers.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=c3bb8881 [c3bb8881]] Drop compatibility code for TQButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=9492e618 [9492e618]] Drop compatibility code for TQThread&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=979f5621 [979f5621]] Drop compatibility code for TQLineEdit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=83991feb [83991feb]] Remove Qt4 related stuff&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=48ea22d0 [48ea22d0]] Drop compatibility code for TQToolButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b1bfbe79 [b1bfbe79]] Drop compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=bfd62a0b [bfd62a0b]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a8466ab3 [a8466ab3]] Translated using Weblate (Chinese (zh))&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3 - examples-i18n&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3-examples-i18n/zh/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=5350a724 [5350a724]] Drop TQT_NO_COMPAT code from mkspecs files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a75445b4 [a75445b4]] Drop Qt2 obsolete classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b6e9b6c6 [b6e9b6c6]] Added translation using Weblate (Turkish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=af9d6b11 [af9d6b11]] Added translation using Weblate (Turkish)&lt;br /&gt;
&lt;br /&gt;
== tqtinterface ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=9ad01120 [9ad01120]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=4746fbba [4746fbba]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=1c79e9f8 [1c79e9f8]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
== pytqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=aa676491 [aa676491]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=cba16275 [cba16275]] Drop compatibility code for TQThread&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=8bd235be [8bd235be]] Addons to previous commit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=28273a01 [28273a01]] Drop Qt2&amp;#039;s TQSemiModal class.&lt;br /&gt;
&lt;br /&gt;
= core =&lt;br /&gt;
== tdelibs ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=5efbce07 [5efbce07]] tdehw lib: drop definition of TDEDiskDeviceStatus::Hotpluggable&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cca633c6 [cca633c6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (179 of 179 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/all languages&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/all-languages/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=9755ecd9 [9755ecd9]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=503eb0d9 [503eb0d9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=29b84bd0 [29b84bd0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=f6627610 [f6627610]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7f7e5585 [7f7e5585]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.4% (323 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7a35fcf1 [7a35fcf1]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=f49e67f0 [f49e67f0]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=920d56d2 [920d56d2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=a7316f73 [a7316f73]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=4e0aa6d5 [4e0aa6d5]] Fix functionality broken by commit 8233b2e5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=8233b2e5 [8233b2e5]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=74cb596c [74cb596c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdemarkdown - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdemarkdown-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=29f58681 [29f58681]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (327 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=c6bc3af7 [c6bc3af7]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cdf964bb [cdf964bb]] Update version to R14.2.0&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tdebase ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=55af1724 [55af1724]] Remove usage of TDEDiskDeviceStatus::Hotpluggable&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f093a1be [f093a1be]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdm - themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdm-themes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=21ecd990 [21ecd990]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplash - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplash-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=607f0804 [607f0804]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdehtml_plugins.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdehtml_pluginsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5f815bd0 [5f815bd0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkonq - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkonq-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8175c850 [8175c850]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksysguard - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksysguard-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7c8d600d [7c8d600d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=3faa7b1b [3faa7b1b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kate - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kate-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f6fb0d91 [f6fb0d91]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 61.8% (281 of 454 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=70af14e2 [70af14e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 48.5% (168 of 346 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kappfinder - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kappfinder-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=035c2698 [035c2698]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - directories&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-directories/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a1cbb16b [a1cbb16b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.8% (248 of 251 strings)&amp;lt;br/&amp;gt;Translation: tdebase/l10n - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/l10n-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a26bb216 [a26bb216]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1103f2b1 [1103f2b1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c836bb9d [c836bb9d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=00eab673 [00eab673]] Translated using Weblate (Greek)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/el/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9e7b4bb1 [9e7b4bb1]] TWin: Fix loading of window decoration configuration libraries&amp;lt;br/&amp;gt;Accidentally broken by commit 84ab47055d.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=748a54ff [748a54ff]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=dddd52ff [dddd52ff]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=30d54139 [30d54139]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2317bee2 [2317bee2]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=4c64b274 [4c64b274]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-events/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c0ca8145 [c0ca8145]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f1f2e40a [f1f2e40a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5eec362c [5eec362c]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2986ff6e [2986ff6e]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2937383d [2937383d]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-data/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9ab75fc1 [9ab75fc1]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ea076539 [ea076539]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi - presets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi-presets/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8a8431ab [8a8431ab]] twin: renames twin3_ to twin_ in user theme config files. This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/351 #351] and PR #364.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=91cb2036 [91cb2036]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.0% (33 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=88ea7160 [88ea7160]] KWin: rename client libraries twin3_* -&amp;amp;gt; twin_*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=84ab4705 [84ab4705]] Make TWin look for `twin_` libraries&amp;lt;br/&amp;gt;This is now the preferred way of calling the decoration libraries&amp;lt;br/&amp;gt;(in place of `twin3_`). The old names that start with `twin3_` are&amp;lt;br/&amp;gt;still recognized for compatibility reasons.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/351 #351]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e8336ee5 [e8336ee5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2da663c3 [2da663c3]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8210b058 [8210b058]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=74eb1d78 [74eb1d78]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=90b19e21 [90b19e21]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ce84a0c6 [ce84a0c6]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=950f0ce7 [950f0ce7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tde_release_notes.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tde_release_notesdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d61158c7 [d61158c7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdcop - kdcop.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdcop-kdcopdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ddc6b3af [ddc6b3af]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeintegration.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeintegrationdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1771a344 [1771a344]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5ec66d53 [5ec66d53]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - compat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-compat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=653159ea [653159ea]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=143cff2e [143cff2e]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=78937d51 [78937d51]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9ab17ab4 [9ab17ab4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e539275a [e539275a]] Add release notes draft for R14.2.x series&lt;br /&gt;
&lt;br /&gt;
== tdepim ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=5863ef46 [5863ef46]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=0e164959 [0e164959]] Fix functionality broken by commit fd0046c4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=fd0046c4 [fd0046c4]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=860c8799 [860c8799]] Drop deprecated kitchensync code&lt;br /&gt;
&lt;br /&gt;
== tdemultimedia ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=c5e80026 [c5e80026]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdemid - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdemid-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=ec115020 [ec115020]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=1c71f523 [1c71f523]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/libkcddb - libkcddb.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/libkcddb-libkcddbdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=94ca3a13 [94ca3a13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kscd - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kscd-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=6c3e9a2f [6c3e9a2f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=775b1efd [775b1efd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kappfinder - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kappfinder-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=a452bd94 [a452bd94]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaudiocreator - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaudiocreator-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=514a0715 [514a0715]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=cb937aa9 [cb937aa9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaudiocreator - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaudiocreator-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=261327ee [261327ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaboodle - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaboodle-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=ab65a990 [ab65a990]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== tdenetwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=7cf631be [7cf631be]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=15fd0d5c [15fd0d5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=bff9d105 [bff9d105]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=1e65a9c9 [1e65a9c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krfb - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krfb-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=65f0237b [65f0237b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=0f7aec08 [0f7aec08]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=8b0277b3 [8b0277b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=ea8c2556 [ea8c2556]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kwifi - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kwifi-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=7dbed250 [7dbed250]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=1732e27c [1732e27c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc - ksirc.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc-ksircdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=f0b3ae6b [f0b3ae6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krfb - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krfb-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=0bf1f09c [0bf1f09c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krdc - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krdc-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=cd3b9bc6 [cd3b9bc6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=6c1bfe1c [6c1bfe1c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/knewsticker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/knewsticker-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e540875f [e540875f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=9f39152c [9f39152c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=ec7c5f92 [ec7c5f92]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmlanbrowser - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmlanbrowser-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=bd2c6b41 [bd2c6b41]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kdict - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kdict-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=055c3ba8 [055c3ba8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmktalkd - kcmktalkd.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmktalkd-kcmktalkddesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e8441a98 [e8441a98]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/dcoprss - rssservice.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/dcoprss-rssservicedesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== tdegraphics ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=32a0eae8 [32a0eae8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=0464b42f [0464b42f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksvg - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksvg-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=83ca390f [83ca390f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kooka - kooka.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kooka-kookadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=b946ccf6 [b946ccf6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kolourpaint - kolourpaint.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kolourpaint-kolourpaintdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=c3994f8f [c3994f8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=c8525154 [c8525154]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kfax - kfax.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kfax-kfaxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=82790fe5 [82790fe5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcoloredit - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcoloredit-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=6628c1cf [6628c1cf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdeiconedit - tdeiconedit.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdeiconedit-tdeiconeditdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=6fec2493 [6fec2493]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewshell - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewshell-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=0ac60cd7 [0ac60cd7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kuickshow - kuickshow.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kuickshow-kuickshowdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=b7a2fb44 [b7a2fb44]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksnapshot - ksnapshot.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksnapshot-ksnapshotdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=d73ec8db [d73ec8db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler - kruler.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler-krulerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=4207cf76 [4207cf76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpovmodeler - kpovmodeler.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpovmodeler-kpovmodelerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=a34651aa [a34651aa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=df90b4db [df90b4db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kfaxview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kfaxview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=10228ff7 [10228ff7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kdvi - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kdvi-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=786ba559 [786ba559]] Fix functionality broken by commit d26dabfe.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=d26dabfe [d26dabfe]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=fdd22494 [fdd22494]] Drop deprecated kmrml code&lt;br /&gt;
&lt;br /&gt;
== tdetoys ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=47ebe98c [47ebe98c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (285 of 285 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather - stations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather-stations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=bfb7d592 [bfb7d592]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=97649015 [97649015]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kworldclock - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kworldclock-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=29e37f55 [29e37f55]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/ktux - ktux.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/ktux-ktuxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=4eb6f321 [4eb6f321]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kteatime - kteatime.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kteatime-kteatimedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=75d71ec8 [75d71ec8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kodo - kodo.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kodo-kododesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=ef99089e [ef99089e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/amor - amor.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/amor-amordesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=528f19d2 [528f19d2]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeedu ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=0c53c58d [0c53c58d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=d99f3098 [d99f3098]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=05b36881 [05b36881]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kverbos - kverbos.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kverbos-kverbosdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=b2b4038e [b2b4038e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kturtle - kturtle.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kturtle-kturtledesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=9edf12e3 [9edf12e3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/ktouch - ktouch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/ktouch-ktouchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=373f572e [373f572e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kiten - kiten.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kiten-kitendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=894d22c5 [894d22c5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars - kstars.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars-kstarsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=b245468a [b245468a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kpercentage - kpercentage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kpercentage-kpercentagedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=9a430435 [9a430435]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kmplot - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kmplot-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=7cbde739 [7cbde739]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/klettres - klettres.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/klettres-klettresdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=3f41eb31 [3f41eb31]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/klatin - klatin.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/klatin-klatindesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=274c00f5 [274c00f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kig - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kig-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=d076ba6e [d076ba6e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/khangman - khangman.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/khangman-khangmandesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e7ecdbc7 [e7ecdbc7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography - kgeography.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography-kgeographydesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=7ec075a1 [7ec075a1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/keduca - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/keduca-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e45f4ee3 [e45f4ee3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kbruch - kbruch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kbruch-kbruchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e73aad5f [e73aad5f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kanagram - kanagram.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kanagram-kanagramdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=026dd7e1 [026dd7e1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kalzium - kalzium.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kalzium-kalziumdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=92daf7c2 [92daf7c2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/blinken - blinken.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/blinken-blinkendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=ad620012 [ad620012]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=1b57c822 [1b57c822]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== tdegames ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=707ed9c6 [707ed9c6]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=72486eea [72486eea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/tdefifteen - tdefifteen.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/tdefifteen-tdefifteendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=1af92e8c [1af92e8c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk - knetwalk.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk-knetwalkdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=b4e10441 [b4e10441]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/twin4 - twin4.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/twin4-twin4desktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=60e6b4b7 [60e6b4b7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ktuberling - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ktuberling-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f86cc3b2 [f86cc3b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kspaceduel - kspaceduel.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kspaceduel-kspacedueldesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=1723a2e2 [1723a2e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksokoban - ksokoban.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksokoban-ksokobandesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=b8bfa029 [b8bfa029]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksnake - ksnake.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksnake-ksnakedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f3055d26 [f3055d26]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=25bbc148 [25bbc148]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet - ksirtet.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet-ksirtetdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=bc6ebdd9 [bc6ebdd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksame - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksame-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=245abf4b [245abf4b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kshisen - kshisen.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kshisen-kshisendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=a24aefaf [a24aefaf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f361902f [f361902f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi - kreversi.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi-kreversidesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=bdbf75db [bdbf75db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kpoker - kpoker.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kpoker-kpokerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=8010109b [8010109b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kpat - kpat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kpat-kpatdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=30b2fe6b [30b2fe6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/konquest - konquest.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/konquest-konquestdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e3c0ddc0 [e3c0ddc0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kolf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kolf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=214ce742 [214ce742]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmines - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmines-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e2876665 [e2876665]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e58b9568 [e58b9568]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmines - kmines.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmines-kminesdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=564ede18 [564ede18]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmahjongg - kmahjongg.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmahjongg-kmahjonggdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=a1f2098b [a1f2098b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegames/klickety - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/klickety-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=04405ac0 [04405ac0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kjumpingcube - kjumpingcube.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kjumpingcube-kjumpingcubedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=ddeb59d5 [ddeb59d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kgoldrunner - KGoldrunner.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kgoldrunner-kgoldrunnerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=6aa6a2fc [6aa6a2fc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kenolaba - kenolaba.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kenolaba-kenolabadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=c2e382ff [c2e382ff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbounce - kbounce.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbounce-kbouncedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=43a1ef1a [43a1ef1a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kblackbox - kblackbox.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kblackbox-kblackboxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=47443995 [47443995]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbackgammon - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbackgammon-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=51730a13 [51730a13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbackgammon - kbackgammon.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbackgammon-kbackgammondesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f4e1241f [f4e1241f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kasteroids - kasteroids.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kasteroids-kasteroidsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=195f32ff [195f32ff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegames/atlantik - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/atlantik-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=078f8a60 [078f8a60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/atlantik - atlantik.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/atlantik-atlantikdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=23f73f6d [23f73f6d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=89209b44 [89209b44]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeaccessibility ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=546f0a26 [546f0a26]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmousetool - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmousetool-desktop-files/nl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=0c8252ff [0c8252ff]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmag - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmag-desktop-files/nl/&lt;br /&gt;
&lt;br /&gt;
== tdeaddons ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=462e8067 [462e8067]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (64 of 64 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-plugins-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=7247f36b [7247f36b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tutorials - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tutorials-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=729f8436 [729f8436]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-plugins-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=c75bb91d [c75bb91d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/ksig - ksig.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/ksig-ksigdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=8b19a3d4 [8b19a3d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (44 of 44 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-plugins-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== tdeadmin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=7c269be3 [7c269be3]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 50.0% (1 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage - kpackage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage-kpackagedesktop/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=b60f7565 [b60f7565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kuser - kuser.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kuser-kuserdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=39dd6199 [39dd6199]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/ksysv - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/ksysv-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=1ec384e5 [1ec384e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=78260ae7 [78260ae7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage - kpackage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage-kpackagedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=18052ec0 [18052ec0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kdat - kdat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kdat-kdatdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=68dbc1fc [68dbc1fc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kcron - kcron.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kcron-kcrondesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== tdeartwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=e76fde84 [e76fde84]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/icon themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/icon-themes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=480c8a32 [480c8a32]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/icon themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/icon-themes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=d5891cb6 [d5891cb6]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/wallpapers-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=b7c7780f [b7c7780f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeartwork/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/wallpapers-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=25e4ea58 [25e4ea58]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=0afaf315 [0afaf315]] twin-styles: twin3_ to twin_ conversion&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=5f90bc99 [5f90bc99]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (314 of 314 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/tdescreensaver - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/tdescreensaver-desktop-files/it/&lt;br /&gt;
&lt;br /&gt;
== tdebindings ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=84ec6486 [84ec6486]] Drop compatibility code for TQSignal&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=13378021 [13378021]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=02712db1 [02712db1]] Drop compatibility code for TQButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=53442b53 [53442b53]] Drop obsolete TQLineEdit methods&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=1b35744b [1b35744b]] Drop compatibility code for TQToolButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=476cadbf [476cadbf]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=941081ce [941081ce]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=dcffc0bc [dcffc0bc]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
== tdesdk ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=e116e963 [e116e963]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbabel - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbabel-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=ba42cd60 [ba42cd60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=0b324ad9 [0b324ad9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=26ea0a31 [26ea0a31]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdecachegrind - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdecachegrind-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=7b277c01 [7b277c01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/scheck - scheck.themerc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/scheck-scheckthemerc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=8d7ac8ea [8d7ac8ea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kuiviewer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kuiviewer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=70cbb21e [70cbb21e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbugbuster - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbugbuster-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=5951f56b [5951f56b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/cervisia - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/cervisia-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=0c03e09c [0c03e09c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/cervisia - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/cervisia-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=b221bea0 [b221bea0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kompare - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kompare-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d50abb28 [d50abb28]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.1% (27 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=3523578c [3523578c]] Fix functionality broken by commit d619f66&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d619f66a [d619f66a]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tdevelop ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=f4724912 [f4724912]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop-desktop-files/&lt;br /&gt;
&lt;br /&gt;
== tdewebdev ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=13d63148 [13d63148]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kimagemapeditor - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kimagemapeditor-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=e16b4e3b [e16b4e3b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=6552a392 [6552a392]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== tde-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b54aba2 [2b54aba2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (833 of 833 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02030efa [02030efa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.2% (461 of 500 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdecachegrind&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdecachegrind/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5abddf59 [5abddf59]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1016 of 1016 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbabel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbabel/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fc1947d4 [fc1947d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - validators&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-validators/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=995b2521 [995b2521]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4722fda2 [4722fda2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 71.0% (49 of 69 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c7fe792b [c7fe792b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (89 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c55b4ce5 [c55b4ce5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (241 of 241 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonqhtml&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonqhtml/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aeed5fd8 [aeed5fd8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b7b847f5 [b7b847f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (223 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=255d26f7 [255d26f7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (238 of 238 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/ksim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/ksim/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78aad284 [78aad284]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (89 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76168eb5 [76168eb5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmperformance&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmperformance/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1fd85bdd [1fd85bdd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_pop3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_pop3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a58fce8 [2a58fce8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d228567 [7d228567]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfmclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfmclient/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d1527d8f [d1527d8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_smtp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_smtp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c363a97 [6c363a97]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (140 of 140 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ec080931 [ec080931]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc2988ac [bc2988ac]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd5194d2 [bd5194d2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=04ed4b52 [04ed4b52]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (76 of 76 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmusb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmusb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc1d1c98 [bc1d1c98]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (43 of 43 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kthememanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kthememanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ffa5d7e7 [ffa5d7e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (96 of 96 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeprintfax&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeprintfax/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=076c2fed [076c2fed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdestyle_keramik_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdestyle_keramik_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4ceab3f4 [4ceab3f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplashthemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplashthemes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=512d9f79 [512d9f79]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=47e26a43 [47e26a43]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (93 of 93 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdefontinst&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdefontinst/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3a144469 [3a144469]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_home&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_home/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cd272aca [cd272aca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmnotify&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmnotify/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d2ba7ada [d2ba7ada]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (290 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=135f1b2e [135f1b2e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=07c69212 [07c69212]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=03934f6b [03934f6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_system&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_system/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67680029 [67680029]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0e0ae526 [0e0ae526]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeio_svn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeio_svn/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a87c6d1 [8a87c6d1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_ts&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_ts/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aade5865 [aade5865]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_po&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_po/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=522da565 [522da565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_diff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_diff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=83c47a3a [83c47a3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_cpp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_cpp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4d9ffb4a [4d9ffb4a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kres_bugzilla&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kres_bugzilla/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cfa3a9ad [cfa3a9ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (208 of 208 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbugbuster&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbugbuster/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ebed3f3 [3ebed3f3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acb7bd01 [acb7bd01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kmenuapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kmenuapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b406e7b0 [b406e7b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=610e404f [610e404f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/krdb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/krdb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bf546323 [bf546323]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmspellchecking&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmspellchecking/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a6399d3 [4a6399d3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 65.0% (13 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmiccconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmiccconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=80a06e94 [80a06e94]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_tar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_tar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b26c4f5 [4b26c4f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_recentdocs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_recentdocs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=58999e40 [58999e40]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_prefmenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_prefmenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6ce221c9 [6ce221c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - sort&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-sort/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0390f05b [0390f05b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - webarchiver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-webarchiver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cf552d9d [cf552d9d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - wavecapture&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-wavecapture/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=433ee6e7 [433ee6e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - wakeup&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-wakeup/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=46159872 [46159872]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - tyler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-tyler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e02bff0f [e02bff0f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - tippecanoe&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-tippecanoe/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0761ee7 [c0761ee7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - txt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-txt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cd18979e [cd18979e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - mhtml&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-mhtml/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=712079e1 [712079e1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - lnk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-lnk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fce9e09 [4fce9e09]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - html&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-html/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25db3dca [25db3dca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - folder&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-folder/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef1f9ac7 [ef1f9ac7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-desktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10e3306c [10e3306c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - cert&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-cert/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3fec0e8 [f3fec0e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - synaescope&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-synaescope/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a86eaabb [a86eaabb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - searchbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-searchbar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5da3c28e [5da3c28e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - pitchablespeed&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-pitchablespeed/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dce4401c [dce4401c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - minitools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-minitools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=65231d72 [65231d72]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - microformat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-microformat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e048a4eb [e048a4eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (42 of 42 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - mediacontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-mediacontrol/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=03f6f36f [03f6f36f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - lyrics&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-lyrics/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=75a2d1a4 [75a2d1a4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kaddressbook - gmx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kaddressbook-gmx/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=111da4e5 [111da4e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kaddressbook - kworldclock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kaddressbook-kworldclock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=37ccc73b [37ccc73b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (53 of 53 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - ktimemon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-ktimemon/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=877faee6 [877faee6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (48 of 48 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - metabar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-metabar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a964e80 [8a964e80]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - mediaplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-mediaplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6215185a [6215185a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - delicious&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-delicious/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=432a8fd9 [432a8fd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - kmathapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-kmathapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2537b8d7 [2537b8d7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (33 of 33 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - kbinaryclock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-kbinaryclock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41b3507f [41b3507f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - xmltools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-xmltools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d895f991 [d895f991]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - xmlcheck&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-xmlcheck/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1477c443 [1477c443]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - textfilter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-textfilter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a96d906d [a96d906d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - tabbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-tabbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02b5b392 [02b5b392]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - snippets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-snippets/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=06908d1c [06908d1c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - pybrowse&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-pybrowse/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68019125 [68019125]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - openheader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-openheader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e4943b1f [e4943b1f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - modeline&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-modeline/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a8e169d [4a8e169d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - make&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-make/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8548c37e [8548c37e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - kjswrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-kjswrapper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=65197c45 [65197c45]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - insertcommand&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-insertcommand/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f33c05f3 [f33c05f3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - htmltools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-htmltools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a3220aa3 [a3220aa3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - helloworld&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-helloworld/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0768ae06 [0768ae06]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - fll_plugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-fll_plugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ed62a7e [7ed62a7e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - fll_initplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-fll_initplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4551fe7c [4551fe7c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - filetemplates&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-filetemplates/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a5773c33 [a5773c33]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - cppsymbolviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-cppsymbolviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d5f107a6 [d5f107a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - image&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-image/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=760d609c [760d609c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - charlatanui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-charlatanui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=49a7da4e [49a7da4e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - ffrs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-ffrs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44ff5289 [44ff5289]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - dub&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-dub/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f595c2f4 [f595c2f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (81 of 81 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - domtreeviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-domtreeviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5984420c [5984420c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - dirfilter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-dirfilter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8740f36c [8740f36c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - crashes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-crashes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2eea31a6 [2eea31a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - autorefresh&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-autorefresh/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0b43890b [0b43890b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - audio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-audio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b60fc4c0 [b60fc4c0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - ark&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-ark/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4f2e12e9 [4f2e12e9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - alsaplayerui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-alsaplayerui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8cf5b05b [8cf5b05b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - akregator&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-akregator/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e9608f5 [1e9608f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (3009 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb7f6413 [bb7f6413]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (101 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2297c73 [a2297c73]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16fc9290 [16fc9290]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30b25447 [30b25447]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0c9390e0 [0c9390e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_asus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_asus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c9b6e0a [3c9b6e0a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (464 of 464 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kttsd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kttsd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5f018862 [5f018862]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.8% (5277 of 5622 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9cd12c13 [9cd12c13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4373 of 4373 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fb393ca2 [fb393ca2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdelirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdelirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de26e8e7 [de26e8e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/superkaramba&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/superkaramba/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef2d1ac9 [ef2d1ac9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.7% (204 of 238 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/ksim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/ksim/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8225ecb4 [8225ecb4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0d8c5564 [0d8c5564]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_powerbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_powerbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=15e159f9 [15e159f9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cbaed96f [cbaed96f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_delli8k&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_delli8k/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=99665cc4 [99665cc4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilod&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilod/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76cf712f [76cf712f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kfloppy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kfloppy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a780ff13 [a780ff13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.1% (833 of 849 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kaddressbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kaddressbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=160a21e5 [160a21e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (288 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b39b69b0 [b39b69b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.8% (224 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=37c46a10 [37c46a10]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aaa64918 [aaa64918]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_raw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_raw/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b72b65e [2b72b65e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (197 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de33568d [de33568d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (121 of 121 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/klinkstatus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/klinkstatus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c46c273c [c46c273c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=463fe953 [463fe953]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.0% (23 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - webarchiver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-webarchiver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f902060c [f902060c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - imgallery&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-imgallery/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7291a5d [e7291a5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (254 of 254 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libtdegames&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libtdegames/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=60f4c2ad [60f4c2ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4d13a2c [c4d13a2c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (557 of 557 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kmplot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kmplot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8f16a587 [8f16a587]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4373 of 4373 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a1803a12 [a1803a12]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (765 of 765 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kalzium&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kalzium/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a9f1223f [a9f1223f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6f5c5077 [6f5c5077]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (138 of 138 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdeiconedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdeiconedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9f37b90b [9f37b90b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_xpm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_xpm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=124a1a5b [124a1a5b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_xbm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_xbm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1397cb2b [1397cb2b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_tiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_tiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8cd2a856 [8cd2a856]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_tga&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_tga/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2102c574 [2102c574]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_rgb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_rgb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=146a8054 [146a8054]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_ps&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_ps/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=21580aeb [21580aeb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pnm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pnm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee75c8c5 [ee75c8c5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_png&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_png/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=19cf3c62 [19cf3c62]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pdf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=107c467f [107c467f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pcx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pcx/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02a155ef [02a155ef]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (67 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_jpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_jpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d85c7052 [d85c7052]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_ico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_ico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2933d93 [e2933d93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_gif&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_gif/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4382f606 [4382f606]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (59 of 59 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_exr&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_exr/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5bddf5a5 [5bddf5a5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_dvi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_dvi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=921e29b3 [921e29b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_dds&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_dds/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0b56525a [0b56525a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_bmp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_bmp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5694df40 [5694df40]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (107 of 107 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/libkscan&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/libkscan/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4f70423 [d4f70423]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/libkfaximgage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/libkfaximgage/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1d63ec25 [1d63ec25]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (179 of 179 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewshell&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewshell/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4cd8d3e0 [4cd8d3e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewscannerplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewscannerplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d794493d [d794493d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kview_scale&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kview_scale/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5f74d61a [5f74d61a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewpresenterplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewpresenterplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1c6f60df [1c6f60df]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kvieweffectsplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kvieweffectsplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2c39783 [a2c39783]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewbrowserplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewbrowserplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=23706e02 [23706e02]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (123 of 123 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kuickshow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kuickshow/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=96c0bde1 [96c0bde1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (45 of 45 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksnapshot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksnapshot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6536643 [e6536643]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=40b76cfc [40b76cfc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (225 of 225 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=54045117 [54045117]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (256 of 256 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kooka&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kooka/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a0ba024f [a0ba024f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (386 of 386 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kolourpaint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kolourpaint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b9817b46 [b9817b46]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (131 of 131 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8614f6c [a8614f6c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kgamma&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kgamma/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=09d52dca [09d52dca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (215 of 215 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kdvi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kdvi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25b4dfd1 [25b4dfd1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcoloredit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcoloredit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51cd9478 [51cd9478]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewviewerpluginsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewviewerpluginsconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2c14518 [a2c14518]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewpluginsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewpluginsconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2746c521 [2746c521]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewgeneralconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewgeneralconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25650c93 [25650c93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewcanvasconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewcanvasconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4af32845 [4af32845]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcmkamera&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcmkamera/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb0c53ea [bb0c53ea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ff1ec9c1 [ff1ec9c1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (403 of 403 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c00aae5c [c00aae5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppplogview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppplogview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=93829039 [93829039]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (416 of 416 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c152d582 [c152d582]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (94 of 94 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kpf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kpf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=654c466b [654c466b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acdd4826 [acdd4826]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_avi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_avi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=85655c32 [85655c32]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (320 of 320 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12c3105c [12c3105c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (80 of 80 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_lame&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_lame/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acfe74f0 [acfe74f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.0% (17 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_xmlrpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_xmlrpc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8f561fa [b8f561fa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2430 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b59a52df [b59a52df]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.1% (833 of 849 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kaddressbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kaddressbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b15f99b [3b15f99b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.7% (341 of 360 strings)&amp;lt;br/&amp;gt;Translation: tdepim/akregator&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/akregator/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6fd71df1 [6fd71df1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12eb7e03 [12eb7e03]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.0% (250 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9937df39 [9937df39]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ae470e5 [2ae470e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=08998baf [08998baf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (67 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmcolors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmcolors/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10ac25e5 [10ac25e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdedebugdialog&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdedebugdialog/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0771e565 [0771e565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2865 of 2865 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/ppdtranslations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/ppdtranslations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c535e26d [c535e26d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73b6114f [73b6114f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=155b3201 [155b3201]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a4c12d6 [2a4c12d6]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=976a81b4 [976a81b4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (245 of 245 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kdat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kdat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9fe445d8 [9fe445d8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8660af8 [a8660af8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (152 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=807855fe [807855fe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=69bdd2bf [69bdd2bf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (416 of 416 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=85d49634 [85d49634]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6980e97e [6980e97e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (111 of 111 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dc165c85 [dc165c85]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2430 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5bd9ba76 [5bd9ba76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0fd4f012 [0fd4f012]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.0% (99 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ca026de0 [ca026de0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0eb200e2 [0eb200e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4af789bd [4af789bd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b3efd69f [b3efd69f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (72 of 72 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/i18n - entry.desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/i18n-entrydesktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e5046884 [e5046884]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.5% (2464 of 2578 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6ff96b0 [d6ff96b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.9% (929 of 1010 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kommander&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kommander/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=052541a5 [052541a5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6813630 [d6813630]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61348be4 [61348be4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (106 of 106 strings)&amp;lt;br/&amp;gt;Translation: tdegames/lskat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/lskat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ce4cc89a [ce4cc89a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f84f621b [f84f621b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.8% (5277 of 5622 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7adefbb7 [7adefbb7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (553 of 553 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kgpg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kgpg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a54f6ad [9a54f6ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.8% (722 of 723 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a7b6a48e [a7b6a48e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.0% (109 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=adb9ee02 [adb9ee02]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acbf941b [acbf941b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_systemmenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_systemmenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d1ace2d1 [d1ace2d1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (288 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c940de1b [c940de1b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ce53218 [7ce53218]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76141cbc [76141cbc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.7% (158 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44df28d5 [44df28d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1032 of 1032 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpovmodeler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpovmodeler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=77cf8f9c [77cf8f9c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (3008 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c8cacdab [c8cacdab]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 90.6% (155 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f38fa8f3 [f38fa8f3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b01edccd [b01edccd]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=04d54b46 [04d54b46]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=edde93c4 [edde93c4]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (331 of 332 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee87723d [ee87723d]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 94.7% (36 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=347c614b [347c614b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5d7a5d36 [5d7a5d36]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4a7354e [c4a7354e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17e37aec [17e37aec]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a93fc87 [5a93fc87]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (417 of 417 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libtdepim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fa7c437 [4fa7c437]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1428 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e157a91c [e157a91c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=35f9874a [35f9874a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=31e1fd99 [31e1fd99]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5196 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c29db08c [c29db08c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kasteroids&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kasteroids/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45c9efee [45c9efee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bac7cad2 [bac7cad2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.8% (722 of 723 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45438fab [45438fab]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmicons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmicons/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=184c41a3 [184c41a3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f2e51c15 [f2e51c15]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 55.1% (32 of 58 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78f3d660 [78f3d660]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c84bab9b [c84bab9b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9dceffa5 [9dceffa5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bea7c2b5 [bea7c2b5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2f6e4464 [2f6e4464]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (181 of 181 strings)&amp;lt;br/&amp;gt;Translation: tdepim/karm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/karm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b718443 [7b718443]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksystemtrayapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksystemtrayapplet/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df6f0d2f [df6f0d2f]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (290 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2282d9eb [2282d9eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.3% (21 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - alsaplayerui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-alsaplayerui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8ef3404 [a8ef3404]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (369 of 369 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3fb5a51f [3fb5a51f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (137 of 137 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kverbos&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kverbos/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6fd40db8 [6fd40db8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (205 of 205 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdemid&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdemid/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=789b5f42 [789b5f42]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (88 of 88 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kpersonalizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kpersonalizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bfa34bd2 [bfa34bd2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6da779c2 [6da779c2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.8% (224 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6038555 [e6038555]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dffecf21 [dffecf21]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.7% (157 of 159 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b0cd75a3 [b0cd75a3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (289 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=64e03b0c [64e03b0c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=805a0c6c [805a0c6c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c16120f [3c16120f]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f6b47865 [f6b47865]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.5% (3006 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=905b500e [905b500e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_wav&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_wav/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0376d619 [0376d619]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_theora&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_theora/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8c0bd602 [8c0bd602]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_sid&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_sid/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f96bfe38 [f96bfe38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_ogg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_ogg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=20da6100 [20da6100]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_m3u&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_m3u/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6ec9d7d [e6ec9d7d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=002f6b01 [002f6b01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9c288da4 [9c288da4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fdacc87 [4fdacc87]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_flac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_flac/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79bd92c0 [79bd92c0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_avi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_avi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8545225b [8545225b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_au&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_au/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16bb2152 [16bb2152]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (332 of 332 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61ff946a [61ff946a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (187 of 187 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/libkcddb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/libkcddb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=18dd016f [18dd016f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (111 of 111 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7047488 [e7047488]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=09ae6e3a [09ae6e3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a94f2253 [a94f2253]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kcmcddb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kcmcddb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=839723e8 [839723e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaboodle&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaboodle/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a3d5767a [a3d5767a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_vorbis&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_vorbis/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=039aa373 [039aa373]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (80 of 80 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_lame&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_lame/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1a2584a5 [1a2584a5]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 85.9% (1749 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ae0d186 [1ae0d186]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwindecoration&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwindecoration/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8e3a9bd8 [8e3a9bd8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a8bf169 [9a8bf169]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6329682c [6329682c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_flac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_flac/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=01a947f7 [01a947f7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48cbdde6 [48cbdde6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bda1bc83 [bda1bc83]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a94365d8 [a94365d8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b07c9fd5 [b07c9fd5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=99ddc47e [99ddc47e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=233603f3 [233603f3]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kickermenu_kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kickermenu_kate/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eb41c146 [eb41c146]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (261 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=035d412a [035d412a]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=252276b0 [252276b0]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a3c101a [5a3c101a]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3baf4ac [f3baf4ac]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0198f7b7 [0198f7b7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abbea754 [abbea754]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=22447195 [22447195]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67154ced [67154ced]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwinrules&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwinrules/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68257170 [68257170]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwindecoration&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwindecoration/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5b8921e6 [5b8921e6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b643ca2 [4b643ca2]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ea42728d [ea42728d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e0f759a [1e0f759a]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41a2a0a6 [41a2a0a6]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 87.7% (150 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7a72e540 [7a72e540]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1433ed29 [1433ed29]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4816e684 [4816e684]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c9f3b6c [3c9f3b6c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41444a5d [41444a5d]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 80.6% (2134 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=62275fac [62275fac]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4565a842 [4565a842]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eb88e6fc [eb88e6fc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a15c7835 [a15c7835]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7e214ab [e7e214ab]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ff4ced6a [ff4ced6a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c8260126 [c8260126]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4d00bce3 [4d00bce3]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cadd2b5d [cadd2b5d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9a96806 [c9a96806]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdelicense&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdelicense/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bda14f95 [bda14f95]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5196 of 5196 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dac4018a [dac4018a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 80.9% (1648 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b5c59d83 [b5c59d83]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=643497da [643497da]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e41785c [1e41785c]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (197 of 197 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1be1e3e9 [1be1e3e9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fbde5a66 [fbde5a66]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (326 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c1acc00 [6c1acc00]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (289 of 289 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9b635e1b [9b635e1b]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b0ef02e [7b0ef02e]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8dbd2744 [8dbd2744]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1b39883e [1b39883e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b5c8e7a [3b5c8e7a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=49367158 [49367158]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da6ebc69 [da6ebc69]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.5% (211 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=38d19787 [38d19787]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da4c604a [da4c604a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a289914a [a289914a]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmag&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmag/nl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=587622ea [587622ea]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d0076837 [d0076837]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=484fbfeb [484fbfeb]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 85.0% (805 of 946 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/katepart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/katepart/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a1c113b [5a1c113b]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 86.4% (369 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb4d9424 [bb4d9424]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 54.2% (247 of 455 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs_colors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs_colors/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3059b6dc [3059b6dc]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd92b2ee [bd92b2ee]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44c33da9 [44c33da9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.3% (158 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e405a694 [e405a694]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.8% (16 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmenergy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmenergy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1a8c65b3 [1a8c65b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 71.4% (5 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - image&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-image/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f91ae8b2 [f91ae8b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (197 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee561a5d [ee561a5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.5% (193 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b7818e1 [4b7818e1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegames/kmahjongg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmahjongg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=62c862a8 [62c862a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.6% (191 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=feb94ddc [feb94ddc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdewalletmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdewalletmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9cf3ed6a [9cf3ed6a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da73efd6 [da73efd6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdewalletmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdewalletmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=56f2e465 [56f2e465]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/krdb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/krdb/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ea2bd4b [2ea2bd4b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=289b8045 [289b8045]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 80.3% (1636 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17b287ee [17b287ee]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.9% (195 of 197 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e98cc110 [e98cc110]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7768467e [7768467e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ffe4047 [3ffe4047]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d42dfce9 [d42dfce9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 77.9% (1588 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c033f982 [c033f982]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=447af80a [447af80a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 76.8% (1565 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f9a53f48 [f9a53f48]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5cac2c06 [5cac2c06]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ec024ca [7ec024ca]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c624634e [c624634e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f86ccae9 [f86ccae9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6fc3c2e [d6fc3c2e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin_lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin_lib/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f322a111 [f322a111]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f09ec0ab [f09ec0ab]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ba5d62d1 [ba5d62d1]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.5% (209 of 210 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7e255c40 [7e255c40]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=86acd12e [86acd12e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4f3b4305 [4f3b4305]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eac33e90 [eac33e90]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (196 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17c51be5 [17c51be5]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0ab2398 [c0ab2398]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (326 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6b7fac1 [d6b7fac1]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (206 of 206 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4e97cea7 [4e97cea7]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e8274087 [e8274087]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d7fbab18 [d7fbab18]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3f1a08b4 [3f1a08b4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=92e6fc46 [92e6fc46]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6cf5249d [6cf5249d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48907031 [48907031]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.3% (148 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9ef855fe [9ef855fe]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.4% (170 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79e81b47 [79e81b47]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.9% (194 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=af5e01d0 [af5e01d0]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f262c268 [f262c268]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (326 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e03e491a [e03e491a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=299d7e9b [299d7e9b]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=963b03f8 [963b03f8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4643459 [a4643459]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 99.4% (171 of 172 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b6f0d602 [b6f0d602]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f6a6c8e5 [f6a6c8e5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67d451ba [67d451ba]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewpresenterplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewpresenterplugin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a18b92ba [a18b92ba]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d9a6697 [7d9a6697]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aaeda12b [aaeda12b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c999f37 [3c999f37]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdmconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmconfig/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef954c90 [ef954c90]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2aa378ca [2aa378ca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_zeroconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_zeroconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2cd8ff75 [2cd8ff75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cb5cf602 [cb5cf602]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krdc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krdc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fc00fa70 [fc00fa70]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (94 of 94 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kpf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kpf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=325dc4a8 [325dc4a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.8% (2984 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b912c6e7 [b912c6e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (248 of 248 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/knewsticker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/knewsticker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6e04a742 [6e04a742]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (103 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmwifi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmwifi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ca7235c9 [ca7235c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (100 of 100 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmlanbrowser&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmlanbrowser/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ddb067e7 [ddb067e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (43 of 43 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmktalkd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmktalkd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c7fc70f6 [c7fc70f6]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (196 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cff19a2f [cff19a2f]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bad75a4d [bad75a4d]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (327 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0115ec51 [0115ec51]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=75d3b850 [75d3b850]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ade36f2 [1ade36f2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ad7aeafe [ad7aeafe]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=57cd82f9 [57cd82f9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=405dc7df [405dc7df]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ee0c314 [3ee0c314]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdmconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmconfig/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2567a89d [2567a89d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b2441d13 [b2441d13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_zeroconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_zeroconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c669a79d [c669a79d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_lan&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_lan/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5ecccc8f [5ecccc8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_jabberdisco&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_jabberdisco/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=153f7022 [153f7022]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefile_torrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefile_torrent/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=db5cbbbc [db5cbbbc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kwireless&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kwireless/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=70391ee5 [70391ee5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kinetd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kinetd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0f541093 [0f541093]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kdictapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kdictapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16494e41 [16494e41]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/libtdepim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7648b3c9 [7648b3c9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b7ec603 [7b7ec603]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fb3fdb2b [fb3fdb2b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fe4514c8 [fe4514c8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=83bdc126 [83bdc126]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=63a90127 [63a90127]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/tdefifteen&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/tdefifteen/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df53a5b9 [df53a5b9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a27093a0 [a27093a0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 87.5% (14 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - audio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-audio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd2a6f38 [bd2a6f38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (89 of 89 strings)&amp;lt;br/&amp;gt;Translation: tdegames/twin4&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/twin4/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e64c11d2 [e64c11d2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (254 of 254 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libtdegames&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libtdegames/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7e30682d [7e30682d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (122 of 122 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libksirtet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libksirtet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ce1a3bf [3ce1a3bf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.2% (56 of 57 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ktuberling&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ktuberling/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2d940247 [2d940247]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9561b74 [c9561b74]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kshisen&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kshisen/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e67e6a7f [e67e6a7f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kolf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kolf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12861973 [12861973]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2e8f84f5 [2e8f84f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (381 of 381 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kgoldrunner&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kgoldrunner/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1256c7f6 [1256c7f6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f0087266 [f0087266]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (1235 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=06391dfe [06391dfe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 84.4% (87 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=71347685 [71347685]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79cebe5e [79cebe5e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78aaa659 [78aaa659]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (289 of 289 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=74773ebc [74773ebc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ac07e9f6 [ac07e9f6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdestyle_plastik_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdestyle_plastik_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e00cbcb5 [e00cbcb5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_kdatatool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_kdatatool/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c09081a6 [c09081a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdefileaudiopreview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdefileaudiopreview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=624183f5 [624183f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_autobookmarker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_autobookmarker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b00d45a6 [b00d45a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (946 of 946 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/katepart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/katepart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=db142dcb [db142dcb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabcformat_binary&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabcformat_binary/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7cd87b83 [7cd87b83]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_isearch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_isearch/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=11d74de2 [11d74de2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_file&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_file/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8c12f11 [b8c12f11]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_docwordcompletion&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_docwordcompletion/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dd4127b3 [dd4127b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_net&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_net/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6d341d34 [6d341d34]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_sql&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_sql/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=661b618f [661b618f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_dir&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_dir/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=650ebed1 [650ebed1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdestyle_highcontrast_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdestyle_highcontrast_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=681fb57e [681fb57e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2865 of 2865 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/ppdtranslations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/ppdtranslations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5410b42a [5410b42a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/libtdescreensaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/libtdescreensaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a4a938d [6a4a938d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_insertfile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_insertfile/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f1d18823 [f1d18823]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (44 of 44 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_ldaptdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_ldaptdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30f083cd [30f083cd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acbf80cd [acbf80cd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f8fb2e20 [f8fb2e20]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1013 of 1013 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeprint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeprint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aa0506f0 [aa0506f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (455 of 455 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs_colors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs_colors/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82e61934 [82e61934]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2739 of 2739 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a2ce6cb [9a2ce6cb]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73eb4e4d [73eb4e4d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=91f7be0d [91f7be0d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 64.5% (129 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a9fa5d76 [a9fa5d76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/taskbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/taskbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b382a9a [2b382a9a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktaskbarapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktaskbarapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30e0f112 [30e0f112]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/lockout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/lockout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e1c4e2b5 [e1c4e2b5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5317fab2 [5317fab2]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=92ad6a46 [92ad6a46]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0e61bcd [c0e61bcd]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dedebeb6 [dedebeb6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_delli8k&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_delli8k/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51c00880 [51c00880]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (206 of 206 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4a6e3eb [d4a6e3eb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c368d148 [c368d148]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a73707b4 [a73707b4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9af8d504 [9af8d504]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 97.3% (219 of 225 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=875d4c24 [875d4c24]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a757dd8a [a757dd8a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abcfb18a [abcfb18a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/libtaskbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskbar/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d481507 [7d481507]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kay&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kay/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fa9f0334 [fa9f0334]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5af0121c [5af0121c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdesud&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdesud/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e363127a [e363127a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/naughtyapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/naughtyapplet/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=54976205 [54976205]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 75.7% (1542 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8f32df4 [b8f32df4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a46e674 [8a46e674]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82b00602 [82b00602]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8919bb8a [8919bb8a]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3e98afc4 [3e98afc4]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51cb26bc [51cb26bc]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d5046c21 [d5046c21]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=500f2c45 [500f2c45]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 98.5% (70 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kspaceduel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kspaceduel/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=53f3360c [53f3360c]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksokoban&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksokoban/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fa57d92b [fa57d92b]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 48.9% (24 of 49 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksnake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksnake/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4d9d7c1 [a4d9d7c1]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 94.7% (18 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksmiletris&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksmiletris/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=63667467 [63667467]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 34.1% (27 of 79 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2b3a41b [e2b3a41b]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 38.0% (19 of 50 strings)&amp;lt;br/&amp;gt;Translation: tdegames/klines&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/klines/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=33531138 [33531138]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45486792 [45486792]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (58 of 58 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5e2914e7 [5e2914e7]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c716f74 [6c716f74]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a270de3 [5a270de3]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (322 of 322 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=404b586a [404b586a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8b023bb7 [8b023bb7]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (322 of 322 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10d7630d [10d7630d]] tdepim: remove kitchensync pot file again, since it was automatically re-added&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a8b0c96 [2a8b0c96]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f4de4713 [f4de4713]] tdepim: remove translations for kitchensync and multisynk&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=64d45800 [64d45800]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0c2a0ab3 [0c2a0ab3]] tdegraphics: remove translations for kmrml&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8aa58abf [8aa58abf]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=376b1bfe [376b1bfe]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a340797 [6a340797]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=90797510 [90797510]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e0706cf8 [e0706cf8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eee4a43c [eee4a43c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb21ba44 [bb21ba44]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
= libraries =&lt;br /&gt;
== libkdcraw ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=d13e9744 [d13e9744]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (74 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=50387262 [50387262]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 70.2% (52 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=fb8e7233 [fb8e7233]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (74 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=4720b9e3 [4720b9e3]] Added translation using Weblate (Chinese (Simplified))&lt;br /&gt;
&lt;br /&gt;
== libkipi ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=1ea1d770 [1ea1d770]] Added translation using Weblate (Chinese (Traditional))&lt;br /&gt;
&lt;br /&gt;
== kipi-plugins ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=aa3b7277 [aa3b7277]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.0% (512 of 602 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - metadataedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-metadataedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=62e89ce1 [62e89ce1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 40.1% (53 of 132 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - cdarchiving&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-cdarchiving/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=1fc6b1e0 [1fc6b1e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - viewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-viewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=f134eb8d [f134eb8d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=7115da7d [7115da7d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=c39b2d5d [c39b2d5d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=549a8d58 [549a8d58]] Added translation using Weblate (Chinese (Traditional))&lt;br /&gt;
&lt;br /&gt;
== libtqt-perl ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=ea4d4023 [ea4d4023]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=a8738810 [a8738810]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=076ec834 [076ec834]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
= applications/development =&lt;br /&gt;
== kdbg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=b171e1b2 [b171e1b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kdbg - kdbg.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbg-kdbgdesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== kdiff3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=453f35a8 [453f35a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 67.2% (347 of 516 strings)&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=47366761 [47366761]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: applications/kdiff3 - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=810025fb [810025fb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=b65164fa [b65164fa]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=abcdeb43 [abcdeb43]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=1bab9902 [1bab9902]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tdesvn ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=2cdbcc87 [2cdbcc87]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 48.5% (359 of 739 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=f66e96c7 [f66e96c7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdesvn - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=e0823d75 [e0823d75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/graphics =&lt;br /&gt;
== digikam ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=31f057f7 [31f057f7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1794 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=d1ed2afa [d1ed2afa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1793 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=1798610f [1798610f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=e809e384 [e809e384]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1793 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=53e13c18 [53e13c18]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2244 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=09a41f75 [09a41f75]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/&lt;br /&gt;
&lt;br /&gt;
== gwenview-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=3e754a52 [3e754a52]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=57175831 [57175831]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=827f6c7b [827f6c7b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/internet =&lt;br /&gt;
== kasablanca ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=2a9b7e7d [2a9b7e7d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kasablanca - kasablanca.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca-kasablancadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=159a8faf [159a8faf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 64.3% (74 of 115 strings)&amp;lt;br/&amp;gt;Translation: applications/kasablanca&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=4b9e3dcb [4b9e3dcb]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kbiff ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=c53c9a60 [c53c9a60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=2cc626b9 [2cc626b9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.8% (89 of 90 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=4069eda9 [4069eda9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff - kbiff.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff-kbiffdesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== kftpgrabber ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=70edee2c [70edee2c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/kftpgrabber - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kftpgrabber-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== knmap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=a289b05a [a289b05a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=2721c5e0 [2721c5e0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=24febfa6 [24febfa6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=8f8a354b [8f8a354b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (221 of 221 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=b68bd35b [b68bd35b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=60528588 [60528588]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 16.2% (36 of 221 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=aea076a0 [aea076a0]] Added translation using Weblate (Ukrainian)&lt;br /&gt;
&lt;br /&gt;
== konversation ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=dfedc855 [dfedc855]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.6% (1167 of 1362 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation/ru/&lt;br /&gt;
&lt;br /&gt;
== kshowmail ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=10272aed [10272aed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 49.8% (174 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=b13b420d [b13b420d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 49.5% (173 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
&lt;br /&gt;
== kstreamripper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=dbdd2a4e [dbdd2a4e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=6a970335 [6a970335]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=3ec99f94 [3ec99f94]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=457de6e0 [457de6e0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=1801e3aa [1801e3aa]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 80.0% (24 of 30 strings)&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=382d4392 [382d4392]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=5da88b7e [5da88b7e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=c621d368 [c621d368]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== ktorrent ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=523c79c3 [523c79c3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (875 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=46220b63 [46220b63]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 80.1% (701 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/ru/&lt;br /&gt;
&lt;br /&gt;
== kvirc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=44846083 [44846083]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - notifier&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b435bad5 [b435bad5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - editor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b412083e [b412083e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - about&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-about/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b32a017a [b32a017a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.8% (2404 of 2588 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=02e908ee [02e908ee]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=e2dd007c [e2dd007c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a48e70a7 [a48e70a7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (794 of 805 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a7254dcc [a7254dcc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - theme&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-theme/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=25f3bffc [25f3bffc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=1e208b4f [1e208b4f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - logview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-logview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=3e94a25e [3e94a25e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - editor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=0c62fcd5 [0c62fcd5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - filetransferwindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-filetransferwindow/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a6e75ff9 [a6e75ff9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - dcc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-dcc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=2091bae5 [2091bae5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - notifier&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=90e47cbd [90e47cbd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - sharedfileswindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-sharedfileswindow/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=729d67a2 [729d67a2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=116c3821 [116c3821]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=5e2a1ae3 [5e2a1ae3]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
= applications/misc =&lt;br /&gt;
== bibletime ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=9d90808b [9d90808b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/bibletime - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/bibletime-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=de0a4201 [de0a4201]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=7c699d2d [7c699d2d]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== desktop-effects-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=4ef8c50e [4ef8c50e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=7437087e [7437087e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=92556696 [92556696]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kerberostray ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=f56d47b0 [f56d47b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kerberostray&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kerberostray/&lt;br /&gt;
&lt;br /&gt;
== krecipes ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=d2a4cb93 [d2a4cb93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 30.5% (343 of 1123 strings)&amp;lt;br/&amp;gt;Translation: applications/krecipes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krecipes/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/multimedia =&lt;br /&gt;
== amarok ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=73837f1a [73837f1a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=079f0cc9 [079f0cc9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b037abfb [b037abfb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=93aff8fd [93aff8fd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=7f396148 [7f396148]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=8ac0d326 [8ac0d326]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=086adc4f [086adc4f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4ebfa149 [4ebfa149]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 79.7% (1981 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4cc71ec3 [4cc71ec3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=2116bf2a [2116bf2a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=e6e2d189 [e6e2d189]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=c2a12e62 [c2a12e62]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=44ad188d [44ad188d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=83730846 [83730846]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4ddb9e62 [4ddb9e62]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=90520108 [90520108]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 84.7% (2105 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=40099ec0 [40099ec0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b767627f [b767627f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=bcd8d83e [bcd8d83e]] Fix functionality broken by commit 1c3e0630.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b04099ff [b04099ff]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=a7a79de0 [a7a79de0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=1c3e0630 [1c3e0630]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=5dedf79f [5dedf79f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=8b28bb5c [8b28bb5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=9038cb17 [9038cb17]] Translated using Weblate (Turkish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/tr/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=3c835108 [3c835108]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.8% (2406 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
&lt;br /&gt;
== codeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=033f32ab [033f32ab]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=28a3b75f [28a3b75f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=9f39f05e [9f39f05e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/codeine - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/codeine-desktop-files/&lt;br /&gt;
&lt;br /&gt;
== k3b ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=00a24ebc [00a24ebc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=987871f0 [987871f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=c2fbc8f1 [c2fbc8f1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=95a45a4f [95a45a4f]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=bbf83236 [bbf83236]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=894069eb [894069eb]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/pt/&lt;br /&gt;
&lt;br /&gt;
== k3b-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=84cd0b47 [84cd0b47]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (47 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=6f6f5263 [6f6f5263]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=bd308fa9 [bd308fa9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=e6010418 [e6010418]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (47 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=cb12df11 [cb12df11]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=ecef8905 [ecef8905]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=9c355f26 [9c355f26]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=1d1360a7 [1d1360a7]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=6f8f68cc [6f8f68cc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=47c13aee [47c13aee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=b92282bd [b92282bd]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 97.8% (46 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/bg/&lt;br /&gt;
&lt;br /&gt;
== k9copy ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=ef83b5b8 [ef83b5b8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=4979c509 [4979c509]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=237b3548 [237b3548]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (495 of 495 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=553df4a4 [553df4a4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=bc07265d [bc07265d]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kaffeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=eac2daca [eac2daca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (729 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=6c9257f2 [6c9257f2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.5% (711 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=e0e0d158 [e0e0d158]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=b871bd5b [b871bd5b]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kmplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=30650e19 [30650e19]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.9% (347 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=77c148a7 [77c148a7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=bb993d63 [bb993d63]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=d8d54a7f [d8d54a7f]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 95.6% (373 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=122a27a0 [122a27a0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=bb9e13d1 [bb9e13d1]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=0817bc03 [0817bc03]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer-desktop-files/bg/&lt;br /&gt;
&lt;br /&gt;
== kplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=cc14b9cf [cc14b9cf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=d8391ef7 [d8391ef7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 77.0% (799 of 1037 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/ru/&lt;br /&gt;
&lt;br /&gt;
== soundkonverter ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=bcf2d459 [bcf2d459]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.6% (302 of 319 strings)&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=2bf7eb6c [2bf7eb6c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=28a35800 [28a35800]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=300613ee [300613ee]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=a13d3527 [a13d3527]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tderadio ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=aa80a24c [aa80a24c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=28afa3da [28afa3da]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - oss-sound&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-oss-sound/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=5369d924 [5369d924]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (45 of 45 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - gui-standard-display&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-standard-display/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=a9f14b38 [a9f14b38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 82.3% (14 of 17 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - timeshifter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-timeshifter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=d57a893c [d57a893c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.1% (75 of 78 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - recording&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-recording/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=55460675 [55460675]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=03b5df8e [03b5df8e]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 93.5% (29 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=0bb5fda6 [0bb5fda6]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=8cd30c0e [8cd30c0e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=c74cfcb6 [c74cfcb6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.7% (30 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/office =&lt;br /&gt;
== basket ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=33317176 [33317176]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/basket&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=c8b892a3 [c8b892a3]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kbibtex ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=702a473b [702a473b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 73.7% (444 of 602 strings)&amp;lt;br/&amp;gt;Translation: applications/kbibtex&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbibtex/ru/&lt;br /&gt;
&lt;br /&gt;
== kbookreader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=e32bbc6e [e32bbc6e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (17 of 17 strings)&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=fcdb94c9 [fcdb94c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kbookreader - kbookreader.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader-kbookreaderdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=ac3e0386 [ac3e0386]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=61e10e5a [61e10e5a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/&lt;br /&gt;
&lt;br /&gt;
== kile ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=00b87abb [00b87abb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kile - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== kmymoney ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=47cc1d27 [47cc1d27]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: applications/kmymoney - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=e592106d [e592106d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (2658 of 2674 strings)&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=67a43ced [67a43ced]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=9df4c701 [9df4c701]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== koffice ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=d165869a [d165869a]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=c2fdb394 [c2fdb394]] Fix functionality broken by commit a9bbaa83&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=a9bbaa83 [a9bbaa83]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== koffice-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=572398a4 [572398a4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (3150 of 3168 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspread&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=bce5a0c4 [bce5a0c4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.4% (1169 of 1200 strings)&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=cc44ebc3 [cc44ebc3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: koffice/thesaurus_tool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/thesaurus_tool/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=b6cedf64 [b6cedf64]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_ooo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_ooo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=9f49ba05 [9f49ba05]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_koffice&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_koffice/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=7a3529fd [7a3529fd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_gnumeric&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_gnumeric/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=05196041 [05196041]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_abiword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_abiword/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ffe6d299 [ffe6d299]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (961 of 961 strings)&amp;lt;br/&amp;gt;Translation: koffice/kword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kword/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ad3cf8ee [ad3cf8ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspreadcalc_calc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspreadcalc_calc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=7f8b71fa [7f8b71fa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (909 of 909 strings)&amp;lt;br/&amp;gt;Translation: koffice/kpresenter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kpresenter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=d154e97e [d154e97e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (354 of 354 strings)&amp;lt;br/&amp;gt;Translation: koffice/kformdesigner&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kformdesigner/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=9c40a4ce [9c40a4ce]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=aa8c2267 [aa8c2267]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ccf47869 [ccf47869]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=f690d314 [f690d314]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.0% (1295 of 1423 strings)&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=f0bcacf8 [f0bcacf8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kivio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kivio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=e1f27756 [e1f27756]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=e84fa74c [e84fa74c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kword/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=fc3d61ff [fc3d61ff]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/koffice&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/koffice/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=31fd578d [31fd578d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=069df0f0 [069df0f0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kofficefilters&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kofficefilters/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=96a280ad [96a280ad]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=b7a0d0ff [b7a0d0ff]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 98.3% (420 of 427 strings)&amp;lt;br/&amp;gt;Translation: koffice/karbon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/karbon/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=8e305f42 [8e305f42]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 99.8% (1421 of 1423 strings)&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=61f41445 [61f41445]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: koffice/example&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/example/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=1f753ab8 [1f753ab8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (3150 of 3168 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspread&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/ru/&lt;br /&gt;
&lt;br /&gt;
== kpilot ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=9beef848 [9beef848]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.3% (1059 of 1088 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=adc41d0e [adc41d0e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=43b3df95 [43b3df95]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=b2480185 [b2480185]] Fix functionality broken by commit a956e3e&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=f060f38e [f060f38e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=fa847ef4 [fa847ef4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=a956e3e8 [a956e3e8]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tellico ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=10996a19 [10996a19]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=252be932 [252be932]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.5% (1108 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=f73799c2 [f73799c2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=30d2f3d2 [30d2f3d2]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 74.2% (826 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=997c050d [997c050d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=0a00263f [0a00263f]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
= applications/settings =&lt;br /&gt;
== kdpkg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=752317fb [752317fb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=c178f4e3 [c178f4e3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 93.1% (27 of 29 strings)&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=7afa4047 [7afa4047]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=3107e30a [3107e30a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=4277d12f [4277d12f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/&lt;br /&gt;
&lt;br /&gt;
== kiosktool ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=6d1e1f26 [6d1e1f26]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (238 of 238 strings)&amp;lt;br/&amp;gt;Translation: applications/kiosktool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kiosktool/ru/&lt;br /&gt;
&lt;br /&gt;
== kkbswitch ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=c36d0446 [c36d0446]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch - kkbswitch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch-kkbswitchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=d7b89dac [d7b89dac]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=586412b8 [586412b8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 96.4% (55 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=8978515d [8978515d]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=29e2187e [29e2187e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=4f10d322 [4f10d322]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=2f27dd99 [2f27dd99]] Added global shortcuts for switching to previous/next group&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/kkbswitch/issues/6 #6]&lt;br /&gt;
&lt;br /&gt;
== klcddimmer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=739e6b63 [739e6b63]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/klcddimmer - klcddimmer.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer-klcddimmerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=c552505d [c552505d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/klcddimmer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer/&lt;br /&gt;
&lt;br /&gt;
== tdenetworkmanager ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=f781e430 [f781e430]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 56.5% (160 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=6bd64d20 [6bd64d20]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 54.4% (154 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/system =&lt;br /&gt;
== dolphin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=d6981f86 [d6981f86]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=88bffef8 [88bffef8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=50bf6ece [50bf6ece]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=df0f2634 [df0f2634]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 87.3% (55 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=128fc6c0 [128fc6c0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=4177bfeb [4177bfeb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=31e79818 [31e79818]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=614887eb [614887eb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=dfc034e5 [dfc034e5]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kbfx ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=7df544d7 [7df544d7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbfx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbfx/&lt;br /&gt;
&lt;br /&gt;
== kcmautostart ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=e156d8d7 [e156d8d7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=a34114dc [a34114dc]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=e32b5599 [e32b5599]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/&lt;br /&gt;
&lt;br /&gt;
== knemo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=8e390170 [8e390170]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=73908043 [73908043]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo - kcm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-kcm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=d1925e58 [d1925e58]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (85 of 85 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=6132bf8e [6132bf8e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== knetload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=ad81a141 [ad81a141]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knetload - knetload.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetload-knetloaddesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== krusader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=a6d7af8f [a6d7af8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 89.0% (1246 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=1107ba66 [1107ba66]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=60b198a9 [60b198a9]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1399 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/uk/&lt;br /&gt;
&lt;br /&gt;
== kshutdown ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=0cb0eeb3 [0cb0eeb3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown - kshutdown.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-kshutdowndesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=6c6e8bb5 [6c6e8bb5]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown - kshutdown.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-kshutdowndesktop/nl/&lt;br /&gt;
&lt;br /&gt;
== ksystemlog ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=cf0f1b44 [cf0f1b44]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/ksystemlog&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksystemlog/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=27e255d7 [27e255d7]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== polkit-agent-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=774e540b [774e540b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=fe3d3837 [fe3d3837]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=81f288bf [81f288bf]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/zh_Hant/&lt;br /&gt;
&lt;br /&gt;
== tdebluez ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=fce0091e [fce0091e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=f23e3839 [f23e3839]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=823b8121 [823b8121]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=d0311fa0 [d0311fa0]] Added translation using Weblate (Dutch)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ee1b7905 [ee1b7905]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 89.1% (239 of 268 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=14e65f81 [14e65f81]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=9a895e4f [9a895e4f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=5dbd02e3 [5dbd02e3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=75e3f4ae [75e3f4ae]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=1d2fcc95 [1d2fcc95]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (266 of 266 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=9ec32992 [9ec32992]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=226cacc4 [226cacc4]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (274 of 274 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ae46115f [ae46115f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ad1894b7 [ad1894b7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=e852055d [e852055d]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tdepowersave ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=96ba1bf7 [96ba1bf7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 36.3% (20 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=1e735aeb [1e735aeb]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (311 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=f39d5cd2 [f39d5cd2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=c1d1a446 [c1d1a446]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=70666ec3 [70666ec3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=c2676876 [c2676876]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.2% (290 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=5242ce6d [5242ce6d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=678ecbe9 [678ecbe9]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tdesshaskpass ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=7a7a240e [7a7a240e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesshaskpass&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesshaskpass/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=b0aaaa03 [b0aaaa03]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== yakuake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=4d40f6d0 [4d40f6d0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.9% (94 of 98 strings)&amp;lt;br/&amp;gt;Translation: applications/yakuake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/tdeio =&lt;br /&gt;
== tdeio-ftps ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-ftps/commit/?id=8ac1f636 [8ac1f636]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdeio-ftps&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-ftps/&lt;br /&gt;
&lt;br /&gt;
== tdeio-sword ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=a1851f5d [a1851f5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-sword - sword.protocol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-sword-swordprotocol/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=6d75ce24 [6d75ce24]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeio-umountwrapper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=e3173ff2 [e3173ff2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-umountwrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-umountwrapper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=c37ba2dc [c37ba2dc]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
= applications/themes =&lt;br /&gt;
== gtk-qt-engine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=2178adeb [2178adeb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=90c79e65 [90c79e65]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=df701883 [df701883]] Added translation using Weblate (Chinese (Simplified))&lt;br /&gt;
&lt;br /&gt;
== kgtk-qt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=06bca424 [06bca424]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/kgtk-qt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kgtk-qt3/ru/&lt;br /&gt;
&lt;br /&gt;
== tde-style-baghira ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=bb43a575 [bb43a575]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - sessionapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-sessionapplet/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=738600de [738600de]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - starter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-starter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=54a306f5 [54a306f5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=4a3bbfa4 [4a3bbfa4]] Rename library twin3_baghira -&amp;amp;gt; twin_baghira&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=fc8b3dd4 [fc8b3dd4]] Fix functionality broken by commit 66813ef&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=66813efe [66813efe]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tde-style-domino ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=7ea023ba [7ea023ba]] Rename library twin3_domino -&amp;amp;gt; twin_domino&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== tde-style-ia-ora ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=25c19604 [25c19604]] Rename library twin3_iaora -&amp;amp;gt; twin_iaora&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== tde-style-lipstik ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=39c758d5 [39c758d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-lipstik - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-lipstik-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=e0338512 [e0338512]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== twin-style-crystal ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=d9afc78c [d9afc78c]] Rename library twin3_crystal -&amp;amp;gt; twin_crystal&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-dekorator ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=c67f6084 [c67f6084]] Rename library twin3_deKorator -&amp;amp;gt; twin_deKorator&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-machbunt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=81c7c4d0 [81c7c4d0]] Rename library twin3_MachBunt to twin_MachBunt&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-suse2 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=9b5c2e1e [9b5c2e1e]] Rename library twin3_SUSE2 -&amp;amp;gt; twin_SUSE&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
= applications/utilities =&lt;br /&gt;
== abakus ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=9ace50d1 [9ace50d1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/abakus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=467ef6c1 [467ef6c1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (49 of 49 strings)&amp;lt;br/&amp;gt;Translation: applications/abakus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=e1762b36 [e1762b36]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=b277c7ae [b277c7ae]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/abakus - abakus.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus-abakusdesktop/bg/&lt;br /&gt;
&lt;br /&gt;
== filelight ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=9fd8fe68 [9fd8fe68]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (77 of 77 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=aa06806b [aa06806b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=28349b70 [28349b70]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=7cc11b7f [7cc11b7f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=629295b3 [629295b3]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=33098270 [33098270]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (77 of 77 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/uk/&lt;br /&gt;
&lt;br /&gt;
== kbarcode ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=2f5aa189 [2f5aa189]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.1% (589 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=6c31a9ec [6c31a9ec]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=7f9e4e65 [7f9e4e65]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.9% (582 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=f6c05921 [f6c05921]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 74.5% (443 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=371ce27c [371ce27c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=7bd51d72 [7bd51d72]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=6ca861bd [6ca861bd]] Fix functionality broken by commit fc06df3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=fc06df33 [fc06df33]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== kchmviewer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=78502278 [78502278]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kchmviewer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kchmviewer-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== kcpuload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=b49178b0 [b49178b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=8ae8e9f8 [8ae8e9f8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 94.8% (37 of 39 strings)&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=7a450d31 [7a450d31]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=d9952f82 [d9952f82]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/&lt;br /&gt;
&lt;br /&gt;
== knutclient ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=dfa5f3fa [dfa5f3fa]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knutclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=466ddc1b [466ddc1b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (203 of 203 strings)&amp;lt;br/&amp;gt;Translation: applications/knutclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient/uk/&lt;br /&gt;
&lt;br /&gt;
== krename ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=b4e78648 [b4e78648]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/krename - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krename-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=7740aa8e [7740aa8e]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== qalculate-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=744ac88e [744ac88e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=6baf1704 [6baf1704]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.4% (593 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=accfbbbf [accfbbbf]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=34b3365e [34b3365e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=933d4190 [933d4190]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=68aa9b3b [68aa9b3b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (596 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=96280709 [96280709]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 75.0% (447 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=09de128a [09de128a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 70.6% (421 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=c714c687 [c714c687]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 60.7% (362 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=1c102209 [1c102209]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 42.4% (253 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=06249035 [06249035]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
= packaging =&lt;br /&gt;
== packaging ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=70a0160c [70a0160c]] DEB tdebindings: remove dependency on libtqt3-compat-headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=fb212c9e [fb212c9e]] DEB tqt3: drop compat files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=a4869e73 [a4869e73]] DEB tdebase twin: adjusted after renaming client libraries from twin3_* to twin_*. This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=7b064a10 [7b064a10]] DEB tqt3: adjusted after removing Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f7be243e [f7be243e]] DEB buildscripts: update supported distros&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f82c8cc0 [f82c8cc0]] DEB: remove support for Debian Stretch and Ubuntu Xenial&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=4721bdc6 [4721bdc6]] DEB tqt3: remove Qt2 obsolete classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=e6b868c8 [e6b868c8]] DEB tdebase: added release notes for R14.2.x series&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=3c5c1e60 [3c5c1e60]] DEB trinity-apt-archive: Set the apt repository URL to PTB.&lt;/div&gt;</summary>
		<author><name>SlavekB</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.2.0&amp;diff=3275</id>
		<title>Changelog For R14.2.0</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.2.0&amp;diff=3275"/>
		<updated>2024-01-02T00:59:47Z</updated>

		<summary type="html">&lt;p&gt;SlavekB: /* tdelibs */ Update 20240101&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= dependencies =&lt;br /&gt;
== tde-cmake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=9fae6b57 [9fae6b57]] Update version to R14.2.0&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tqt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=ee0c5d58 [ee0c5d58]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a6829398 [a6829398]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=d2122705 [d2122705]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=e0a3cab4 [e0a3cab4]] Minor adjustments to porting documentation&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=f2b3ea52 [f2b3ea52]] Drop compatibility code for TQSignal&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=fb6884ea [fb6884ea]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=2e817b4b [2e817b4b]] Remove dangled symlinks for droped compat headers.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=c3bb8881 [c3bb8881]] Drop compatibility code for TQButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=9492e618 [9492e618]] Drop compatibility code for TQThread&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=979f5621 [979f5621]] Drop compatibility code for TQLineEdit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=83991feb [83991feb]] Remove Qt4 related stuff&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=48ea22d0 [48ea22d0]] Drop compatibility code for TQToolButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b1bfbe79 [b1bfbe79]] Drop compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=bfd62a0b [bfd62a0b]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a8466ab3 [a8466ab3]] Translated using Weblate (Chinese (zh))&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3 - examples-i18n&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3-examples-i18n/zh/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=5350a724 [5350a724]] Drop TQT_NO_COMPAT code from mkspecs files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a75445b4 [a75445b4]] Drop Qt2 obsolete classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b6e9b6c6 [b6e9b6c6]] Added translation using Weblate (Turkish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=af9d6b11 [af9d6b11]] Added translation using Weblate (Turkish)&lt;br /&gt;
&lt;br /&gt;
== tqtinterface ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=9ad01120 [9ad01120]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=4746fbba [4746fbba]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=1c79e9f8 [1c79e9f8]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
== pytqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=aa676491 [aa676491]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=cba16275 [cba16275]] Drop compatibility code for TQThread&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=8bd235be [8bd235be]] Addons to previous commit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=28273a01 [28273a01]] Drop Qt2&amp;#039;s TQSemiModal class.&lt;br /&gt;
&lt;br /&gt;
= core =&lt;br /&gt;
== tdelibs ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=5efbce07 [5efbce07]] tdehw lib: drop definition of TDEDiskDeviceStatus::Hotpluggable&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cca633c6 [cca633c6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (179 of 179 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/all languages&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/all-languages/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=9755ecd9 [9755ecd9]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=503eb0d9 [503eb0d9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=29b84bd0 [29b84bd0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=f6627610 [f6627610]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7f7e5585 [7f7e5585]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.4% (323 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7a35fcf1 [7a35fcf1]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=f49e67f0 [f49e67f0]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=920d56d2 [920d56d2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=a7316f73 [a7316f73]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=4e0aa6d5 [4e0aa6d5]] Fix functionality broken by commit 8233b2e5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=8233b2e5 [8233b2e5]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=74cb596c [74cb596c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdemarkdown - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdemarkdown-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=29f58681 [29f58681]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (327 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=c6bc3af7 [c6bc3af7]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cdf964bb [cdf964bb]] Update version to R14.2.0&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tdebase ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f093a1be [f093a1be]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdm - themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdm-themes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=21ecd990 [21ecd990]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplash - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplash-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=607f0804 [607f0804]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdehtml_plugins.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdehtml_pluginsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5f815bd0 [5f815bd0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkonq - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkonq-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8175c850 [8175c850]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksysguard - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksysguard-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7c8d600d [7c8d600d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=3faa7b1b [3faa7b1b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kate - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kate-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f6fb0d91 [f6fb0d91]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 61.8% (281 of 454 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=70af14e2 [70af14e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 48.5% (168 of 346 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kappfinder - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kappfinder-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=035c2698 [035c2698]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - directories&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-directories/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a1cbb16b [a1cbb16b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.8% (248 of 251 strings)&amp;lt;br/&amp;gt;Translation: tdebase/l10n - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/l10n-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a26bb216 [a26bb216]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1103f2b1 [1103f2b1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c836bb9d [c836bb9d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=00eab673 [00eab673]] Translated using Weblate (Greek)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/el/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9e7b4bb1 [9e7b4bb1]] TWin: Fix loading of window decoration configuration libraries&amp;lt;br/&amp;gt;Accidentally broken by commit 84ab47055d.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=748a54ff [748a54ff]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=dddd52ff [dddd52ff]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=30d54139 [30d54139]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2317bee2 [2317bee2]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=4c64b274 [4c64b274]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-events/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c0ca8145 [c0ca8145]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f1f2e40a [f1f2e40a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5eec362c [5eec362c]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2986ff6e [2986ff6e]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2937383d [2937383d]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-data/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9ab75fc1 [9ab75fc1]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ea076539 [ea076539]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi - presets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi-presets/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8a8431ab [8a8431ab]] twin: renames twin3_ to twin_ in user theme config files. This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/351 #351] and PR #364.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=91cb2036 [91cb2036]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.0% (33 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=88ea7160 [88ea7160]] KWin: rename client libraries twin3_* -&amp;amp;gt; twin_*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=84ab4705 [84ab4705]] Make TWin look for `twin_` libraries&amp;lt;br/&amp;gt;This is now the preferred way of calling the decoration libraries&amp;lt;br/&amp;gt;(in place of `twin3_`). The old names that start with `twin3_` are&amp;lt;br/&amp;gt;still recognized for compatibility reasons.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/351 #351]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e8336ee5 [e8336ee5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2da663c3 [2da663c3]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8210b058 [8210b058]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=74eb1d78 [74eb1d78]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=90b19e21 [90b19e21]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ce84a0c6 [ce84a0c6]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=950f0ce7 [950f0ce7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tde_release_notes.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tde_release_notesdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d61158c7 [d61158c7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdcop - kdcop.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdcop-kdcopdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ddc6b3af [ddc6b3af]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeintegration.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeintegrationdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1771a344 [1771a344]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5ec66d53 [5ec66d53]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - compat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-compat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=653159ea [653159ea]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=143cff2e [143cff2e]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=78937d51 [78937d51]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9ab17ab4 [9ab17ab4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e539275a [e539275a]] Add release notes draft for R14.2.x series&lt;br /&gt;
&lt;br /&gt;
== tdepim ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=5863ef46 [5863ef46]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=0e164959 [0e164959]] Fix functionality broken by commit fd0046c4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=fd0046c4 [fd0046c4]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=860c8799 [860c8799]] Drop deprecated kitchensync code&lt;br /&gt;
&lt;br /&gt;
== tdemultimedia ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=c5e80026 [c5e80026]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdemid - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdemid-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=ec115020 [ec115020]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=1c71f523 [1c71f523]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/libkcddb - libkcddb.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/libkcddb-libkcddbdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=94ca3a13 [94ca3a13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kscd - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kscd-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=6c3e9a2f [6c3e9a2f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=775b1efd [775b1efd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kappfinder - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kappfinder-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=a452bd94 [a452bd94]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaudiocreator - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaudiocreator-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=514a0715 [514a0715]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=cb937aa9 [cb937aa9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaudiocreator - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaudiocreator-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=261327ee [261327ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaboodle - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaboodle-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=ab65a990 [ab65a990]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== tdenetwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=7cf631be [7cf631be]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=15fd0d5c [15fd0d5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=bff9d105 [bff9d105]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=1e65a9c9 [1e65a9c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krfb - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krfb-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=65f0237b [65f0237b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=0f7aec08 [0f7aec08]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=8b0277b3 [8b0277b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=ea8c2556 [ea8c2556]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kwifi - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kwifi-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=7dbed250 [7dbed250]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=1732e27c [1732e27c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc - ksirc.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc-ksircdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=f0b3ae6b [f0b3ae6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krfb - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krfb-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=0bf1f09c [0bf1f09c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krdc - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krdc-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=cd3b9bc6 [cd3b9bc6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=6c1bfe1c [6c1bfe1c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/knewsticker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/knewsticker-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e540875f [e540875f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=9f39152c [9f39152c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=ec7c5f92 [ec7c5f92]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmlanbrowser - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmlanbrowser-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=bd2c6b41 [bd2c6b41]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kdict - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kdict-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=055c3ba8 [055c3ba8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmktalkd - kcmktalkd.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmktalkd-kcmktalkddesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e8441a98 [e8441a98]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/dcoprss - rssservice.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/dcoprss-rssservicedesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== tdegraphics ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=32a0eae8 [32a0eae8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=0464b42f [0464b42f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksvg - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksvg-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=83ca390f [83ca390f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kooka - kooka.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kooka-kookadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=b946ccf6 [b946ccf6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kolourpaint - kolourpaint.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kolourpaint-kolourpaintdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=c3994f8f [c3994f8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=c8525154 [c8525154]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kfax - kfax.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kfax-kfaxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=82790fe5 [82790fe5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcoloredit - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcoloredit-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=6628c1cf [6628c1cf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdeiconedit - tdeiconedit.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdeiconedit-tdeiconeditdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=6fec2493 [6fec2493]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewshell - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewshell-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=0ac60cd7 [0ac60cd7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kuickshow - kuickshow.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kuickshow-kuickshowdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=b7a2fb44 [b7a2fb44]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksnapshot - ksnapshot.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksnapshot-ksnapshotdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=d73ec8db [d73ec8db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler - kruler.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler-krulerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=4207cf76 [4207cf76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpovmodeler - kpovmodeler.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpovmodeler-kpovmodelerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=a34651aa [a34651aa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=df90b4db [df90b4db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kfaxview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kfaxview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=10228ff7 [10228ff7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kdvi - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kdvi-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=786ba559 [786ba559]] Fix functionality broken by commit d26dabfe.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=d26dabfe [d26dabfe]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=fdd22494 [fdd22494]] Drop deprecated kmrml code&lt;br /&gt;
&lt;br /&gt;
== tdetoys ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=47ebe98c [47ebe98c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (285 of 285 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather - stations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather-stations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=bfb7d592 [bfb7d592]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=97649015 [97649015]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kworldclock - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kworldclock-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=29e37f55 [29e37f55]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/ktux - ktux.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/ktux-ktuxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=4eb6f321 [4eb6f321]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kteatime - kteatime.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kteatime-kteatimedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=75d71ec8 [75d71ec8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kodo - kodo.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kodo-kododesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=ef99089e [ef99089e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/amor - amor.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/amor-amordesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=528f19d2 [528f19d2]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeedu ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=0c53c58d [0c53c58d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=d99f3098 [d99f3098]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=05b36881 [05b36881]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kverbos - kverbos.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kverbos-kverbosdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=b2b4038e [b2b4038e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kturtle - kturtle.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kturtle-kturtledesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=9edf12e3 [9edf12e3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/ktouch - ktouch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/ktouch-ktouchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=373f572e [373f572e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kiten - kiten.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kiten-kitendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=894d22c5 [894d22c5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars - kstars.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars-kstarsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=b245468a [b245468a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kpercentage - kpercentage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kpercentage-kpercentagedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=9a430435 [9a430435]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kmplot - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kmplot-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=7cbde739 [7cbde739]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/klettres - klettres.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/klettres-klettresdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=3f41eb31 [3f41eb31]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/klatin - klatin.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/klatin-klatindesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=274c00f5 [274c00f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kig - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kig-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=d076ba6e [d076ba6e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/khangman - khangman.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/khangman-khangmandesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e7ecdbc7 [e7ecdbc7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography - kgeography.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography-kgeographydesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=7ec075a1 [7ec075a1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/keduca - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/keduca-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e45f4ee3 [e45f4ee3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kbruch - kbruch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kbruch-kbruchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e73aad5f [e73aad5f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kanagram - kanagram.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kanagram-kanagramdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=026dd7e1 [026dd7e1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kalzium - kalzium.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kalzium-kalziumdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=92daf7c2 [92daf7c2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/blinken - blinken.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/blinken-blinkendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=ad620012 [ad620012]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=1b57c822 [1b57c822]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== tdegames ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=707ed9c6 [707ed9c6]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=72486eea [72486eea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/tdefifteen - tdefifteen.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/tdefifteen-tdefifteendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=1af92e8c [1af92e8c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk - knetwalk.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk-knetwalkdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=b4e10441 [b4e10441]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/twin4 - twin4.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/twin4-twin4desktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=60e6b4b7 [60e6b4b7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ktuberling - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ktuberling-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f86cc3b2 [f86cc3b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kspaceduel - kspaceduel.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kspaceduel-kspacedueldesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=1723a2e2 [1723a2e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksokoban - ksokoban.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksokoban-ksokobandesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=b8bfa029 [b8bfa029]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksnake - ksnake.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksnake-ksnakedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f3055d26 [f3055d26]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=25bbc148 [25bbc148]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet - ksirtet.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet-ksirtetdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=bc6ebdd9 [bc6ebdd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksame - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksame-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=245abf4b [245abf4b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kshisen - kshisen.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kshisen-kshisendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=a24aefaf [a24aefaf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f361902f [f361902f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi - kreversi.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi-kreversidesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=bdbf75db [bdbf75db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kpoker - kpoker.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kpoker-kpokerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=8010109b [8010109b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kpat - kpat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kpat-kpatdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=30b2fe6b [30b2fe6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/konquest - konquest.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/konquest-konquestdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e3c0ddc0 [e3c0ddc0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kolf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kolf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=214ce742 [214ce742]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmines - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmines-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e2876665 [e2876665]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e58b9568 [e58b9568]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmines - kmines.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmines-kminesdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=564ede18 [564ede18]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmahjongg - kmahjongg.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmahjongg-kmahjonggdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=a1f2098b [a1f2098b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegames/klickety - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/klickety-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=04405ac0 [04405ac0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kjumpingcube - kjumpingcube.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kjumpingcube-kjumpingcubedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=ddeb59d5 [ddeb59d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kgoldrunner - KGoldrunner.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kgoldrunner-kgoldrunnerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=6aa6a2fc [6aa6a2fc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kenolaba - kenolaba.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kenolaba-kenolabadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=c2e382ff [c2e382ff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbounce - kbounce.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbounce-kbouncedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=43a1ef1a [43a1ef1a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kblackbox - kblackbox.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kblackbox-kblackboxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=47443995 [47443995]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbackgammon - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbackgammon-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=51730a13 [51730a13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbackgammon - kbackgammon.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbackgammon-kbackgammondesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f4e1241f [f4e1241f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kasteroids - kasteroids.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kasteroids-kasteroidsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=195f32ff [195f32ff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegames/atlantik - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/atlantik-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=078f8a60 [078f8a60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/atlantik - atlantik.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/atlantik-atlantikdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=23f73f6d [23f73f6d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=89209b44 [89209b44]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeaccessibility ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=546f0a26 [546f0a26]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmousetool - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmousetool-desktop-files/nl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=0c8252ff [0c8252ff]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmag - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmag-desktop-files/nl/&lt;br /&gt;
&lt;br /&gt;
== tdeaddons ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=462e8067 [462e8067]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (64 of 64 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-plugins-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=7247f36b [7247f36b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tutorials - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tutorials-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=729f8436 [729f8436]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-plugins-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=c75bb91d [c75bb91d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/ksig - ksig.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/ksig-ksigdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=8b19a3d4 [8b19a3d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (44 of 44 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-plugins-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== tdeadmin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=7c269be3 [7c269be3]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 50.0% (1 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage - kpackage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage-kpackagedesktop/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=b60f7565 [b60f7565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kuser - kuser.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kuser-kuserdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=39dd6199 [39dd6199]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/ksysv - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/ksysv-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=1ec384e5 [1ec384e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=78260ae7 [78260ae7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage - kpackage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage-kpackagedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=18052ec0 [18052ec0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kdat - kdat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kdat-kdatdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=68dbc1fc [68dbc1fc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kcron - kcron.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kcron-kcrondesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== tdeartwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=e76fde84 [e76fde84]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/icon themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/icon-themes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=480c8a32 [480c8a32]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/icon themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/icon-themes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=d5891cb6 [d5891cb6]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/wallpapers-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=b7c7780f [b7c7780f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeartwork/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/wallpapers-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=25e4ea58 [25e4ea58]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=0afaf315 [0afaf315]] twin-styles: twin3_ to twin_ conversion&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=5f90bc99 [5f90bc99]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (314 of 314 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/tdescreensaver - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/tdescreensaver-desktop-files/it/&lt;br /&gt;
&lt;br /&gt;
== tdebindings ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=84ec6486 [84ec6486]] Drop compatibility code for TQSignal&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=13378021 [13378021]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=02712db1 [02712db1]] Drop compatibility code for TQButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=53442b53 [53442b53]] Drop obsolete TQLineEdit methods&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=1b35744b [1b35744b]] Drop compatibility code for TQToolButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=476cadbf [476cadbf]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=941081ce [941081ce]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=dcffc0bc [dcffc0bc]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
== tdesdk ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=e116e963 [e116e963]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbabel - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbabel-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=ba42cd60 [ba42cd60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=0b324ad9 [0b324ad9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=26ea0a31 [26ea0a31]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdecachegrind - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdecachegrind-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=7b277c01 [7b277c01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/scheck - scheck.themerc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/scheck-scheckthemerc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=8d7ac8ea [8d7ac8ea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kuiviewer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kuiviewer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=70cbb21e [70cbb21e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbugbuster - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbugbuster-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=5951f56b [5951f56b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/cervisia - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/cervisia-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=0c03e09c [0c03e09c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/cervisia - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/cervisia-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=b221bea0 [b221bea0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kompare - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kompare-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d50abb28 [d50abb28]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.1% (27 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=3523578c [3523578c]] Fix functionality broken by commit d619f66&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d619f66a [d619f66a]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tdevelop ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=f4724912 [f4724912]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop-desktop-files/&lt;br /&gt;
&lt;br /&gt;
== tdewebdev ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=13d63148 [13d63148]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kimagemapeditor - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kimagemapeditor-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=e16b4e3b [e16b4e3b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=6552a392 [6552a392]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== tde-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b54aba2 [2b54aba2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (833 of 833 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02030efa [02030efa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.2% (461 of 500 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdecachegrind&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdecachegrind/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5abddf59 [5abddf59]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1016 of 1016 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbabel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbabel/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fc1947d4 [fc1947d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - validators&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-validators/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=995b2521 [995b2521]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4722fda2 [4722fda2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 71.0% (49 of 69 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c7fe792b [c7fe792b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (89 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c55b4ce5 [c55b4ce5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (241 of 241 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonqhtml&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonqhtml/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aeed5fd8 [aeed5fd8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b7b847f5 [b7b847f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (223 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=255d26f7 [255d26f7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (238 of 238 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/ksim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/ksim/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78aad284 [78aad284]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (89 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76168eb5 [76168eb5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmperformance&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmperformance/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1fd85bdd [1fd85bdd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_pop3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_pop3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a58fce8 [2a58fce8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d228567 [7d228567]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfmclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfmclient/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d1527d8f [d1527d8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_smtp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_smtp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c363a97 [6c363a97]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (140 of 140 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ec080931 [ec080931]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc2988ac [bc2988ac]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd5194d2 [bd5194d2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=04ed4b52 [04ed4b52]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (76 of 76 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmusb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmusb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc1d1c98 [bc1d1c98]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (43 of 43 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kthememanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kthememanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ffa5d7e7 [ffa5d7e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (96 of 96 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeprintfax&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeprintfax/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=076c2fed [076c2fed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdestyle_keramik_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdestyle_keramik_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4ceab3f4 [4ceab3f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplashthemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplashthemes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=512d9f79 [512d9f79]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=47e26a43 [47e26a43]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (93 of 93 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdefontinst&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdefontinst/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3a144469 [3a144469]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_home&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_home/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cd272aca [cd272aca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmnotify&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmnotify/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d2ba7ada [d2ba7ada]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (290 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=135f1b2e [135f1b2e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=07c69212 [07c69212]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=03934f6b [03934f6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_system&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_system/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67680029 [67680029]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0e0ae526 [0e0ae526]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeio_svn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeio_svn/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a87c6d1 [8a87c6d1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_ts&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_ts/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aade5865 [aade5865]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_po&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_po/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=522da565 [522da565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_diff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_diff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=83c47a3a [83c47a3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_cpp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_cpp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4d9ffb4a [4d9ffb4a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kres_bugzilla&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kres_bugzilla/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cfa3a9ad [cfa3a9ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (208 of 208 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbugbuster&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbugbuster/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ebed3f3 [3ebed3f3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acb7bd01 [acb7bd01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kmenuapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kmenuapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b406e7b0 [b406e7b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=610e404f [610e404f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/krdb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/krdb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bf546323 [bf546323]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmspellchecking&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmspellchecking/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a6399d3 [4a6399d3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 65.0% (13 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmiccconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmiccconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=80a06e94 [80a06e94]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_tar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_tar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b26c4f5 [4b26c4f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_recentdocs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_recentdocs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=58999e40 [58999e40]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_prefmenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_prefmenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6ce221c9 [6ce221c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - sort&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-sort/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0390f05b [0390f05b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - webarchiver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-webarchiver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cf552d9d [cf552d9d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - wavecapture&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-wavecapture/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=433ee6e7 [433ee6e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - wakeup&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-wakeup/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=46159872 [46159872]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - tyler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-tyler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e02bff0f [e02bff0f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - tippecanoe&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-tippecanoe/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0761ee7 [c0761ee7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - txt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-txt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cd18979e [cd18979e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - mhtml&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-mhtml/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=712079e1 [712079e1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - lnk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-lnk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fce9e09 [4fce9e09]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - html&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-html/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25db3dca [25db3dca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - folder&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-folder/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef1f9ac7 [ef1f9ac7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-desktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10e3306c [10e3306c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - cert&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-cert/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3fec0e8 [f3fec0e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - synaescope&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-synaescope/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a86eaabb [a86eaabb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - searchbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-searchbar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5da3c28e [5da3c28e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - pitchablespeed&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-pitchablespeed/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dce4401c [dce4401c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - minitools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-minitools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=65231d72 [65231d72]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - microformat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-microformat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e048a4eb [e048a4eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (42 of 42 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - mediacontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-mediacontrol/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=03f6f36f [03f6f36f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - lyrics&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-lyrics/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=75a2d1a4 [75a2d1a4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kaddressbook - gmx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kaddressbook-gmx/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=111da4e5 [111da4e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kaddressbook - kworldclock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kaddressbook-kworldclock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=37ccc73b [37ccc73b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (53 of 53 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - ktimemon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-ktimemon/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=877faee6 [877faee6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (48 of 48 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - metabar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-metabar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a964e80 [8a964e80]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - mediaplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-mediaplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6215185a [6215185a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - delicious&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-delicious/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=432a8fd9 [432a8fd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - kmathapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-kmathapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2537b8d7 [2537b8d7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (33 of 33 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - kbinaryclock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-kbinaryclock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41b3507f [41b3507f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - xmltools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-xmltools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d895f991 [d895f991]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - xmlcheck&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-xmlcheck/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1477c443 [1477c443]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - textfilter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-textfilter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a96d906d [a96d906d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - tabbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-tabbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02b5b392 [02b5b392]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - snippets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-snippets/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=06908d1c [06908d1c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - pybrowse&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-pybrowse/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68019125 [68019125]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - openheader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-openheader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e4943b1f [e4943b1f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - modeline&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-modeline/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a8e169d [4a8e169d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - make&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-make/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8548c37e [8548c37e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - kjswrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-kjswrapper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=65197c45 [65197c45]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - insertcommand&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-insertcommand/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f33c05f3 [f33c05f3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - htmltools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-htmltools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a3220aa3 [a3220aa3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - helloworld&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-helloworld/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0768ae06 [0768ae06]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - fll_plugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-fll_plugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ed62a7e [7ed62a7e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - fll_initplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-fll_initplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4551fe7c [4551fe7c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - filetemplates&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-filetemplates/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a5773c33 [a5773c33]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - cppsymbolviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-cppsymbolviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d5f107a6 [d5f107a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - image&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-image/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=760d609c [760d609c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - charlatanui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-charlatanui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=49a7da4e [49a7da4e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - ffrs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-ffrs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44ff5289 [44ff5289]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - dub&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-dub/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f595c2f4 [f595c2f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (81 of 81 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - domtreeviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-domtreeviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5984420c [5984420c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - dirfilter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-dirfilter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8740f36c [8740f36c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - crashes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-crashes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2eea31a6 [2eea31a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - autorefresh&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-autorefresh/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0b43890b [0b43890b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - audio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-audio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b60fc4c0 [b60fc4c0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - ark&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-ark/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4f2e12e9 [4f2e12e9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - alsaplayerui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-alsaplayerui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8cf5b05b [8cf5b05b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - akregator&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-akregator/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e9608f5 [1e9608f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (3009 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb7f6413 [bb7f6413]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (101 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2297c73 [a2297c73]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16fc9290 [16fc9290]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30b25447 [30b25447]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0c9390e0 [0c9390e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_asus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_asus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c9b6e0a [3c9b6e0a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (464 of 464 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kttsd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kttsd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5f018862 [5f018862]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.8% (5277 of 5622 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9cd12c13 [9cd12c13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4373 of 4373 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fb393ca2 [fb393ca2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdelirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdelirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de26e8e7 [de26e8e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/superkaramba&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/superkaramba/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef2d1ac9 [ef2d1ac9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.7% (204 of 238 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/ksim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/ksim/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8225ecb4 [8225ecb4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0d8c5564 [0d8c5564]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_powerbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_powerbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=15e159f9 [15e159f9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cbaed96f [cbaed96f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_delli8k&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_delli8k/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=99665cc4 [99665cc4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilod&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilod/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76cf712f [76cf712f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kfloppy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kfloppy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a780ff13 [a780ff13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.1% (833 of 849 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kaddressbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kaddressbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=160a21e5 [160a21e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (288 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b39b69b0 [b39b69b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.8% (224 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=37c46a10 [37c46a10]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aaa64918 [aaa64918]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_raw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_raw/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b72b65e [2b72b65e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (197 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de33568d [de33568d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (121 of 121 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/klinkstatus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/klinkstatus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c46c273c [c46c273c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=463fe953 [463fe953]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.0% (23 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - webarchiver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-webarchiver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f902060c [f902060c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - imgallery&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-imgallery/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7291a5d [e7291a5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (254 of 254 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libtdegames&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libtdegames/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=60f4c2ad [60f4c2ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4d13a2c [c4d13a2c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (557 of 557 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kmplot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kmplot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8f16a587 [8f16a587]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4373 of 4373 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a1803a12 [a1803a12]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (765 of 765 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kalzium&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kalzium/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a9f1223f [a9f1223f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6f5c5077 [6f5c5077]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (138 of 138 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdeiconedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdeiconedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9f37b90b [9f37b90b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_xpm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_xpm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=124a1a5b [124a1a5b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_xbm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_xbm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1397cb2b [1397cb2b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_tiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_tiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8cd2a856 [8cd2a856]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_tga&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_tga/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2102c574 [2102c574]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_rgb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_rgb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=146a8054 [146a8054]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_ps&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_ps/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=21580aeb [21580aeb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pnm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pnm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee75c8c5 [ee75c8c5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_png&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_png/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=19cf3c62 [19cf3c62]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pdf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=107c467f [107c467f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pcx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pcx/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02a155ef [02a155ef]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (67 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_jpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_jpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d85c7052 [d85c7052]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_ico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_ico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2933d93 [e2933d93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_gif&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_gif/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4382f606 [4382f606]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (59 of 59 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_exr&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_exr/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5bddf5a5 [5bddf5a5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_dvi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_dvi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=921e29b3 [921e29b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_dds&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_dds/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0b56525a [0b56525a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_bmp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_bmp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5694df40 [5694df40]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (107 of 107 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/libkscan&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/libkscan/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4f70423 [d4f70423]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/libkfaximgage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/libkfaximgage/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1d63ec25 [1d63ec25]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (179 of 179 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewshell&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewshell/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4cd8d3e0 [4cd8d3e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewscannerplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewscannerplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d794493d [d794493d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kview_scale&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kview_scale/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5f74d61a [5f74d61a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewpresenterplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewpresenterplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1c6f60df [1c6f60df]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kvieweffectsplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kvieweffectsplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2c39783 [a2c39783]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewbrowserplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewbrowserplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=23706e02 [23706e02]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (123 of 123 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kuickshow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kuickshow/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=96c0bde1 [96c0bde1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (45 of 45 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksnapshot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksnapshot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6536643 [e6536643]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=40b76cfc [40b76cfc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (225 of 225 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=54045117 [54045117]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (256 of 256 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kooka&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kooka/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a0ba024f [a0ba024f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (386 of 386 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kolourpaint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kolourpaint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b9817b46 [b9817b46]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (131 of 131 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8614f6c [a8614f6c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kgamma&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kgamma/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=09d52dca [09d52dca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (215 of 215 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kdvi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kdvi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25b4dfd1 [25b4dfd1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcoloredit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcoloredit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51cd9478 [51cd9478]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewviewerpluginsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewviewerpluginsconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2c14518 [a2c14518]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewpluginsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewpluginsconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2746c521 [2746c521]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewgeneralconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewgeneralconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25650c93 [25650c93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewcanvasconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewcanvasconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4af32845 [4af32845]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcmkamera&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcmkamera/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb0c53ea [bb0c53ea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ff1ec9c1 [ff1ec9c1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (403 of 403 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c00aae5c [c00aae5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppplogview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppplogview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=93829039 [93829039]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (416 of 416 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c152d582 [c152d582]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (94 of 94 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kpf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kpf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=654c466b [654c466b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acdd4826 [acdd4826]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_avi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_avi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=85655c32 [85655c32]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (320 of 320 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12c3105c [12c3105c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (80 of 80 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_lame&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_lame/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acfe74f0 [acfe74f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.0% (17 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_xmlrpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_xmlrpc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8f561fa [b8f561fa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2430 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b59a52df [b59a52df]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.1% (833 of 849 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kaddressbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kaddressbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b15f99b [3b15f99b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.7% (341 of 360 strings)&amp;lt;br/&amp;gt;Translation: tdepim/akregator&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/akregator/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6fd71df1 [6fd71df1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12eb7e03 [12eb7e03]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.0% (250 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9937df39 [9937df39]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ae470e5 [2ae470e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=08998baf [08998baf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (67 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmcolors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmcolors/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10ac25e5 [10ac25e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdedebugdialog&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdedebugdialog/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0771e565 [0771e565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2865 of 2865 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/ppdtranslations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/ppdtranslations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c535e26d [c535e26d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73b6114f [73b6114f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=155b3201 [155b3201]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a4c12d6 [2a4c12d6]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=976a81b4 [976a81b4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (245 of 245 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kdat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kdat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9fe445d8 [9fe445d8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8660af8 [a8660af8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (152 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=807855fe [807855fe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=69bdd2bf [69bdd2bf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (416 of 416 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=85d49634 [85d49634]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6980e97e [6980e97e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (111 of 111 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dc165c85 [dc165c85]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2430 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5bd9ba76 [5bd9ba76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0fd4f012 [0fd4f012]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.0% (99 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ca026de0 [ca026de0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0eb200e2 [0eb200e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4af789bd [4af789bd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b3efd69f [b3efd69f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (72 of 72 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/i18n - entry.desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/i18n-entrydesktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e5046884 [e5046884]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.5% (2464 of 2578 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6ff96b0 [d6ff96b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.9% (929 of 1010 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kommander&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kommander/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=052541a5 [052541a5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6813630 [d6813630]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61348be4 [61348be4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (106 of 106 strings)&amp;lt;br/&amp;gt;Translation: tdegames/lskat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/lskat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ce4cc89a [ce4cc89a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f84f621b [f84f621b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.8% (5277 of 5622 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7adefbb7 [7adefbb7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (553 of 553 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kgpg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kgpg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a54f6ad [9a54f6ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.8% (722 of 723 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a7b6a48e [a7b6a48e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.0% (109 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=adb9ee02 [adb9ee02]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acbf941b [acbf941b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_systemmenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_systemmenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d1ace2d1 [d1ace2d1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (288 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c940de1b [c940de1b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ce53218 [7ce53218]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76141cbc [76141cbc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.7% (158 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44df28d5 [44df28d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1032 of 1032 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpovmodeler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpovmodeler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=77cf8f9c [77cf8f9c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (3008 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c8cacdab [c8cacdab]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 90.6% (155 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f38fa8f3 [f38fa8f3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b01edccd [b01edccd]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=04d54b46 [04d54b46]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=edde93c4 [edde93c4]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (331 of 332 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee87723d [ee87723d]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 94.7% (36 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=347c614b [347c614b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5d7a5d36 [5d7a5d36]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4a7354e [c4a7354e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17e37aec [17e37aec]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a93fc87 [5a93fc87]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (417 of 417 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libtdepim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fa7c437 [4fa7c437]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1428 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e157a91c [e157a91c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=35f9874a [35f9874a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=31e1fd99 [31e1fd99]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5196 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c29db08c [c29db08c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kasteroids&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kasteroids/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45c9efee [45c9efee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bac7cad2 [bac7cad2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.8% (722 of 723 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45438fab [45438fab]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmicons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmicons/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=184c41a3 [184c41a3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f2e51c15 [f2e51c15]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 55.1% (32 of 58 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78f3d660 [78f3d660]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c84bab9b [c84bab9b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9dceffa5 [9dceffa5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bea7c2b5 [bea7c2b5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2f6e4464 [2f6e4464]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (181 of 181 strings)&amp;lt;br/&amp;gt;Translation: tdepim/karm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/karm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b718443 [7b718443]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksystemtrayapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksystemtrayapplet/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df6f0d2f [df6f0d2f]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (290 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2282d9eb [2282d9eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.3% (21 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - alsaplayerui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-alsaplayerui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8ef3404 [a8ef3404]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (369 of 369 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3fb5a51f [3fb5a51f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (137 of 137 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kverbos&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kverbos/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6fd40db8 [6fd40db8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (205 of 205 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdemid&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdemid/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=789b5f42 [789b5f42]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (88 of 88 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kpersonalizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kpersonalizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bfa34bd2 [bfa34bd2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6da779c2 [6da779c2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.8% (224 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6038555 [e6038555]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dffecf21 [dffecf21]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.7% (157 of 159 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b0cd75a3 [b0cd75a3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (289 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=64e03b0c [64e03b0c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=805a0c6c [805a0c6c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c16120f [3c16120f]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f6b47865 [f6b47865]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.5% (3006 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=905b500e [905b500e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_wav&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_wav/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0376d619 [0376d619]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_theora&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_theora/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8c0bd602 [8c0bd602]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_sid&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_sid/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f96bfe38 [f96bfe38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_ogg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_ogg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=20da6100 [20da6100]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_m3u&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_m3u/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6ec9d7d [e6ec9d7d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=002f6b01 [002f6b01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9c288da4 [9c288da4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fdacc87 [4fdacc87]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_flac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_flac/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79bd92c0 [79bd92c0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_avi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_avi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8545225b [8545225b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_au&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_au/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16bb2152 [16bb2152]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (332 of 332 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61ff946a [61ff946a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (187 of 187 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/libkcddb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/libkcddb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=18dd016f [18dd016f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (111 of 111 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7047488 [e7047488]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=09ae6e3a [09ae6e3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a94f2253 [a94f2253]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kcmcddb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kcmcddb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=839723e8 [839723e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaboodle&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaboodle/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a3d5767a [a3d5767a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_vorbis&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_vorbis/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=039aa373 [039aa373]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (80 of 80 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_lame&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_lame/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1a2584a5 [1a2584a5]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 85.9% (1749 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ae0d186 [1ae0d186]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwindecoration&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwindecoration/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8e3a9bd8 [8e3a9bd8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a8bf169 [9a8bf169]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6329682c [6329682c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_flac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_flac/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=01a947f7 [01a947f7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48cbdde6 [48cbdde6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bda1bc83 [bda1bc83]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a94365d8 [a94365d8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b07c9fd5 [b07c9fd5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=99ddc47e [99ddc47e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=233603f3 [233603f3]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kickermenu_kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kickermenu_kate/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eb41c146 [eb41c146]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (261 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=035d412a [035d412a]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=252276b0 [252276b0]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a3c101a [5a3c101a]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3baf4ac [f3baf4ac]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0198f7b7 [0198f7b7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abbea754 [abbea754]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=22447195 [22447195]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67154ced [67154ced]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwinrules&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwinrules/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68257170 [68257170]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwindecoration&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwindecoration/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5b8921e6 [5b8921e6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b643ca2 [4b643ca2]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ea42728d [ea42728d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e0f759a [1e0f759a]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41a2a0a6 [41a2a0a6]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 87.7% (150 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7a72e540 [7a72e540]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1433ed29 [1433ed29]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4816e684 [4816e684]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c9f3b6c [3c9f3b6c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41444a5d [41444a5d]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 80.6% (2134 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=62275fac [62275fac]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4565a842 [4565a842]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eb88e6fc [eb88e6fc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a15c7835 [a15c7835]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7e214ab [e7e214ab]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ff4ced6a [ff4ced6a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c8260126 [c8260126]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4d00bce3 [4d00bce3]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cadd2b5d [cadd2b5d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9a96806 [c9a96806]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdelicense&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdelicense/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bda14f95 [bda14f95]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5196 of 5196 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dac4018a [dac4018a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 80.9% (1648 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b5c59d83 [b5c59d83]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=643497da [643497da]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e41785c [1e41785c]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (197 of 197 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1be1e3e9 [1be1e3e9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fbde5a66 [fbde5a66]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (326 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c1acc00 [6c1acc00]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (289 of 289 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9b635e1b [9b635e1b]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b0ef02e [7b0ef02e]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8dbd2744 [8dbd2744]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1b39883e [1b39883e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b5c8e7a [3b5c8e7a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=49367158 [49367158]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da6ebc69 [da6ebc69]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.5% (211 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=38d19787 [38d19787]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da4c604a [da4c604a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a289914a [a289914a]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmag&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmag/nl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=587622ea [587622ea]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d0076837 [d0076837]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=484fbfeb [484fbfeb]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 85.0% (805 of 946 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/katepart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/katepart/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a1c113b [5a1c113b]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 86.4% (369 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb4d9424 [bb4d9424]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 54.2% (247 of 455 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs_colors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs_colors/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3059b6dc [3059b6dc]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd92b2ee [bd92b2ee]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44c33da9 [44c33da9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.3% (158 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e405a694 [e405a694]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.8% (16 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmenergy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmenergy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1a8c65b3 [1a8c65b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 71.4% (5 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - image&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-image/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f91ae8b2 [f91ae8b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (197 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee561a5d [ee561a5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.5% (193 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b7818e1 [4b7818e1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegames/kmahjongg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmahjongg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=62c862a8 [62c862a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.6% (191 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=feb94ddc [feb94ddc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdewalletmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdewalletmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9cf3ed6a [9cf3ed6a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da73efd6 [da73efd6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdewalletmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdewalletmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=56f2e465 [56f2e465]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/krdb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/krdb/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ea2bd4b [2ea2bd4b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=289b8045 [289b8045]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 80.3% (1636 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17b287ee [17b287ee]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.9% (195 of 197 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e98cc110 [e98cc110]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7768467e [7768467e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ffe4047 [3ffe4047]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d42dfce9 [d42dfce9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 77.9% (1588 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c033f982 [c033f982]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=447af80a [447af80a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 76.8% (1565 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f9a53f48 [f9a53f48]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5cac2c06 [5cac2c06]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ec024ca [7ec024ca]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c624634e [c624634e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f86ccae9 [f86ccae9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6fc3c2e [d6fc3c2e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin_lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin_lib/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f322a111 [f322a111]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f09ec0ab [f09ec0ab]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ba5d62d1 [ba5d62d1]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.5% (209 of 210 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7e255c40 [7e255c40]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=86acd12e [86acd12e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4f3b4305 [4f3b4305]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eac33e90 [eac33e90]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (196 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17c51be5 [17c51be5]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0ab2398 [c0ab2398]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (326 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6b7fac1 [d6b7fac1]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (206 of 206 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4e97cea7 [4e97cea7]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e8274087 [e8274087]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d7fbab18 [d7fbab18]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3f1a08b4 [3f1a08b4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=92e6fc46 [92e6fc46]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6cf5249d [6cf5249d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48907031 [48907031]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.3% (148 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9ef855fe [9ef855fe]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.4% (170 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79e81b47 [79e81b47]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.9% (194 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=af5e01d0 [af5e01d0]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f262c268 [f262c268]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (326 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e03e491a [e03e491a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=299d7e9b [299d7e9b]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=963b03f8 [963b03f8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4643459 [a4643459]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 99.4% (171 of 172 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b6f0d602 [b6f0d602]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f6a6c8e5 [f6a6c8e5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67d451ba [67d451ba]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewpresenterplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewpresenterplugin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a18b92ba [a18b92ba]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d9a6697 [7d9a6697]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aaeda12b [aaeda12b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c999f37 [3c999f37]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdmconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmconfig/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef954c90 [ef954c90]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2aa378ca [2aa378ca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_zeroconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_zeroconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2cd8ff75 [2cd8ff75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cb5cf602 [cb5cf602]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krdc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krdc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fc00fa70 [fc00fa70]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (94 of 94 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kpf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kpf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=325dc4a8 [325dc4a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.8% (2984 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b912c6e7 [b912c6e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (248 of 248 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/knewsticker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/knewsticker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6e04a742 [6e04a742]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (103 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmwifi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmwifi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ca7235c9 [ca7235c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (100 of 100 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmlanbrowser&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmlanbrowser/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ddb067e7 [ddb067e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (43 of 43 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmktalkd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmktalkd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c7fc70f6 [c7fc70f6]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (196 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cff19a2f [cff19a2f]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bad75a4d [bad75a4d]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (327 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0115ec51 [0115ec51]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=75d3b850 [75d3b850]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ade36f2 [1ade36f2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ad7aeafe [ad7aeafe]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=57cd82f9 [57cd82f9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=405dc7df [405dc7df]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ee0c314 [3ee0c314]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdmconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmconfig/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2567a89d [2567a89d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b2441d13 [b2441d13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_zeroconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_zeroconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c669a79d [c669a79d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_lan&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_lan/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5ecccc8f [5ecccc8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_jabberdisco&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_jabberdisco/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=153f7022 [153f7022]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefile_torrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefile_torrent/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=db5cbbbc [db5cbbbc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kwireless&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kwireless/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=70391ee5 [70391ee5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kinetd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kinetd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0f541093 [0f541093]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kdictapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kdictapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16494e41 [16494e41]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/libtdepim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7648b3c9 [7648b3c9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b7ec603 [7b7ec603]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fb3fdb2b [fb3fdb2b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fe4514c8 [fe4514c8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=83bdc126 [83bdc126]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=63a90127 [63a90127]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/tdefifteen&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/tdefifteen/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df53a5b9 [df53a5b9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a27093a0 [a27093a0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 87.5% (14 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - audio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-audio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd2a6f38 [bd2a6f38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (89 of 89 strings)&amp;lt;br/&amp;gt;Translation: tdegames/twin4&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/twin4/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e64c11d2 [e64c11d2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (254 of 254 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libtdegames&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libtdegames/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7e30682d [7e30682d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (122 of 122 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libksirtet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libksirtet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ce1a3bf [3ce1a3bf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.2% (56 of 57 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ktuberling&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ktuberling/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2d940247 [2d940247]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9561b74 [c9561b74]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kshisen&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kshisen/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e67e6a7f [e67e6a7f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kolf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kolf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12861973 [12861973]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2e8f84f5 [2e8f84f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (381 of 381 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kgoldrunner&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kgoldrunner/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1256c7f6 [1256c7f6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f0087266 [f0087266]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (1235 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=06391dfe [06391dfe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 84.4% (87 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=71347685 [71347685]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79cebe5e [79cebe5e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78aaa659 [78aaa659]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (289 of 289 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=74773ebc [74773ebc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ac07e9f6 [ac07e9f6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdestyle_plastik_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdestyle_plastik_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e00cbcb5 [e00cbcb5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_kdatatool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_kdatatool/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c09081a6 [c09081a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdefileaudiopreview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdefileaudiopreview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=624183f5 [624183f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_autobookmarker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_autobookmarker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b00d45a6 [b00d45a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (946 of 946 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/katepart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/katepart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=db142dcb [db142dcb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabcformat_binary&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabcformat_binary/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7cd87b83 [7cd87b83]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_isearch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_isearch/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=11d74de2 [11d74de2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_file&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_file/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8c12f11 [b8c12f11]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_docwordcompletion&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_docwordcompletion/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dd4127b3 [dd4127b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_net&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_net/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6d341d34 [6d341d34]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_sql&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_sql/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=661b618f [661b618f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_dir&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_dir/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=650ebed1 [650ebed1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdestyle_highcontrast_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdestyle_highcontrast_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=681fb57e [681fb57e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2865 of 2865 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/ppdtranslations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/ppdtranslations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5410b42a [5410b42a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/libtdescreensaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/libtdescreensaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a4a938d [6a4a938d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_insertfile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_insertfile/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f1d18823 [f1d18823]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (44 of 44 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_ldaptdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_ldaptdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30f083cd [30f083cd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acbf80cd [acbf80cd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f8fb2e20 [f8fb2e20]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1013 of 1013 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeprint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeprint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aa0506f0 [aa0506f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (455 of 455 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs_colors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs_colors/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82e61934 [82e61934]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2739 of 2739 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a2ce6cb [9a2ce6cb]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73eb4e4d [73eb4e4d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=91f7be0d [91f7be0d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 64.5% (129 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a9fa5d76 [a9fa5d76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/taskbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/taskbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b382a9a [2b382a9a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktaskbarapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktaskbarapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30e0f112 [30e0f112]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/lockout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/lockout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e1c4e2b5 [e1c4e2b5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5317fab2 [5317fab2]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=92ad6a46 [92ad6a46]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0e61bcd [c0e61bcd]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dedebeb6 [dedebeb6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_delli8k&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_delli8k/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51c00880 [51c00880]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (206 of 206 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4a6e3eb [d4a6e3eb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c368d148 [c368d148]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a73707b4 [a73707b4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9af8d504 [9af8d504]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 97.3% (219 of 225 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=875d4c24 [875d4c24]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a757dd8a [a757dd8a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abcfb18a [abcfb18a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/libtaskbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskbar/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d481507 [7d481507]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kay&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kay/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fa9f0334 [fa9f0334]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5af0121c [5af0121c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdesud&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdesud/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e363127a [e363127a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/naughtyapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/naughtyapplet/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=54976205 [54976205]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 75.7% (1542 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8f32df4 [b8f32df4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a46e674 [8a46e674]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82b00602 [82b00602]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8919bb8a [8919bb8a]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3e98afc4 [3e98afc4]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51cb26bc [51cb26bc]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d5046c21 [d5046c21]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=500f2c45 [500f2c45]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 98.5% (70 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kspaceduel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kspaceduel/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=53f3360c [53f3360c]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksokoban&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksokoban/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fa57d92b [fa57d92b]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 48.9% (24 of 49 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksnake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksnake/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4d9d7c1 [a4d9d7c1]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 94.7% (18 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksmiletris&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksmiletris/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=63667467 [63667467]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 34.1% (27 of 79 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2b3a41b [e2b3a41b]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 38.0% (19 of 50 strings)&amp;lt;br/&amp;gt;Translation: tdegames/klines&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/klines/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=33531138 [33531138]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45486792 [45486792]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (58 of 58 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5e2914e7 [5e2914e7]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c716f74 [6c716f74]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a270de3 [5a270de3]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (322 of 322 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=404b586a [404b586a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8b023bb7 [8b023bb7]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (322 of 322 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10d7630d [10d7630d]] tdepim: remove kitchensync pot file again, since it was automatically re-added&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a8b0c96 [2a8b0c96]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f4de4713 [f4de4713]] tdepim: remove translations for kitchensync and multisynk&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=64d45800 [64d45800]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0c2a0ab3 [0c2a0ab3]] tdegraphics: remove translations for kmrml&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8aa58abf [8aa58abf]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=376b1bfe [376b1bfe]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a340797 [6a340797]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=90797510 [90797510]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e0706cf8 [e0706cf8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eee4a43c [eee4a43c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb21ba44 [bb21ba44]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
= libraries =&lt;br /&gt;
== libkdcraw ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=d13e9744 [d13e9744]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (74 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=50387262 [50387262]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 70.2% (52 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=fb8e7233 [fb8e7233]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (74 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=4720b9e3 [4720b9e3]] Added translation using Weblate (Chinese (Simplified))&lt;br /&gt;
&lt;br /&gt;
== libkipi ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=1ea1d770 [1ea1d770]] Added translation using Weblate (Chinese (Traditional))&lt;br /&gt;
&lt;br /&gt;
== kipi-plugins ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=aa3b7277 [aa3b7277]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.0% (512 of 602 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - metadataedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-metadataedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=62e89ce1 [62e89ce1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 40.1% (53 of 132 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - cdarchiving&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-cdarchiving/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=1fc6b1e0 [1fc6b1e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - viewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-viewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=f134eb8d [f134eb8d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=7115da7d [7115da7d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=c39b2d5d [c39b2d5d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=549a8d58 [549a8d58]] Added translation using Weblate (Chinese (Traditional))&lt;br /&gt;
&lt;br /&gt;
== libtqt-perl ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=ea4d4023 [ea4d4023]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=a8738810 [a8738810]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=076ec834 [076ec834]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
= applications/development =&lt;br /&gt;
== kdbg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=b171e1b2 [b171e1b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kdbg - kdbg.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbg-kdbgdesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== kdiff3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=453f35a8 [453f35a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 67.2% (347 of 516 strings)&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=47366761 [47366761]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: applications/kdiff3 - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=810025fb [810025fb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=b65164fa [b65164fa]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=abcdeb43 [abcdeb43]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=1bab9902 [1bab9902]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tdesvn ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=2cdbcc87 [2cdbcc87]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 48.5% (359 of 739 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=f66e96c7 [f66e96c7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdesvn - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=e0823d75 [e0823d75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/graphics =&lt;br /&gt;
== digikam ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=31f057f7 [31f057f7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1794 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=d1ed2afa [d1ed2afa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1793 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=1798610f [1798610f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=e809e384 [e809e384]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1793 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=53e13c18 [53e13c18]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2244 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=09a41f75 [09a41f75]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/&lt;br /&gt;
&lt;br /&gt;
== gwenview-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=3e754a52 [3e754a52]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=57175831 [57175831]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=827f6c7b [827f6c7b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/internet =&lt;br /&gt;
== kasablanca ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=2a9b7e7d [2a9b7e7d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kasablanca - kasablanca.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca-kasablancadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=159a8faf [159a8faf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 64.3% (74 of 115 strings)&amp;lt;br/&amp;gt;Translation: applications/kasablanca&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=4b9e3dcb [4b9e3dcb]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kbiff ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=c53c9a60 [c53c9a60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=2cc626b9 [2cc626b9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.8% (89 of 90 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=4069eda9 [4069eda9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff - kbiff.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff-kbiffdesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== kftpgrabber ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=70edee2c [70edee2c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/kftpgrabber - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kftpgrabber-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== knmap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=a289b05a [a289b05a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=2721c5e0 [2721c5e0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=24febfa6 [24febfa6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=8f8a354b [8f8a354b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (221 of 221 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=b68bd35b [b68bd35b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=60528588 [60528588]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 16.2% (36 of 221 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=aea076a0 [aea076a0]] Added translation using Weblate (Ukrainian)&lt;br /&gt;
&lt;br /&gt;
== konversation ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=dfedc855 [dfedc855]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.6% (1167 of 1362 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation/ru/&lt;br /&gt;
&lt;br /&gt;
== kshowmail ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=10272aed [10272aed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 49.8% (174 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=b13b420d [b13b420d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 49.5% (173 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
&lt;br /&gt;
== kstreamripper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=dbdd2a4e [dbdd2a4e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=6a970335 [6a970335]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=3ec99f94 [3ec99f94]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=457de6e0 [457de6e0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=1801e3aa [1801e3aa]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 80.0% (24 of 30 strings)&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=382d4392 [382d4392]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=5da88b7e [5da88b7e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=c621d368 [c621d368]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== ktorrent ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=523c79c3 [523c79c3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (875 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=46220b63 [46220b63]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 80.1% (701 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/ru/&lt;br /&gt;
&lt;br /&gt;
== kvirc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=44846083 [44846083]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - notifier&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b435bad5 [b435bad5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - editor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b412083e [b412083e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - about&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-about/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b32a017a [b32a017a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.8% (2404 of 2588 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=02e908ee [02e908ee]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=e2dd007c [e2dd007c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a48e70a7 [a48e70a7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (794 of 805 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a7254dcc [a7254dcc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - theme&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-theme/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=25f3bffc [25f3bffc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=1e208b4f [1e208b4f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - logview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-logview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=3e94a25e [3e94a25e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - editor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=0c62fcd5 [0c62fcd5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - filetransferwindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-filetransferwindow/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a6e75ff9 [a6e75ff9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - dcc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-dcc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=2091bae5 [2091bae5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - notifier&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=90e47cbd [90e47cbd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - sharedfileswindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-sharedfileswindow/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=729d67a2 [729d67a2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=116c3821 [116c3821]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=5e2a1ae3 [5e2a1ae3]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
= applications/misc =&lt;br /&gt;
== bibletime ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=9d90808b [9d90808b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/bibletime - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/bibletime-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=de0a4201 [de0a4201]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=7c699d2d [7c699d2d]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== desktop-effects-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=4ef8c50e [4ef8c50e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=7437087e [7437087e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=92556696 [92556696]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kerberostray ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=f56d47b0 [f56d47b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kerberostray&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kerberostray/&lt;br /&gt;
&lt;br /&gt;
== krecipes ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=d2a4cb93 [d2a4cb93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 30.5% (343 of 1123 strings)&amp;lt;br/&amp;gt;Translation: applications/krecipes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krecipes/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/multimedia =&lt;br /&gt;
== amarok ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=73837f1a [73837f1a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=079f0cc9 [079f0cc9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b037abfb [b037abfb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=93aff8fd [93aff8fd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=7f396148 [7f396148]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=8ac0d326 [8ac0d326]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=086adc4f [086adc4f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4ebfa149 [4ebfa149]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 79.7% (1981 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4cc71ec3 [4cc71ec3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=2116bf2a [2116bf2a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=e6e2d189 [e6e2d189]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=c2a12e62 [c2a12e62]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=44ad188d [44ad188d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=83730846 [83730846]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4ddb9e62 [4ddb9e62]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=90520108 [90520108]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 84.7% (2105 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=40099ec0 [40099ec0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b767627f [b767627f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=bcd8d83e [bcd8d83e]] Fix functionality broken by commit 1c3e0630.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b04099ff [b04099ff]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=a7a79de0 [a7a79de0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=1c3e0630 [1c3e0630]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=5dedf79f [5dedf79f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=8b28bb5c [8b28bb5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=9038cb17 [9038cb17]] Translated using Weblate (Turkish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/tr/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=3c835108 [3c835108]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.8% (2406 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
&lt;br /&gt;
== codeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=033f32ab [033f32ab]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=28a3b75f [28a3b75f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=9f39f05e [9f39f05e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/codeine - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/codeine-desktop-files/&lt;br /&gt;
&lt;br /&gt;
== k3b ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=00a24ebc [00a24ebc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=987871f0 [987871f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=c2fbc8f1 [c2fbc8f1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=95a45a4f [95a45a4f]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=bbf83236 [bbf83236]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=894069eb [894069eb]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/pt/&lt;br /&gt;
&lt;br /&gt;
== k3b-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=84cd0b47 [84cd0b47]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (47 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=6f6f5263 [6f6f5263]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=bd308fa9 [bd308fa9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=e6010418 [e6010418]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (47 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=cb12df11 [cb12df11]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=ecef8905 [ecef8905]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=9c355f26 [9c355f26]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=1d1360a7 [1d1360a7]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=6f8f68cc [6f8f68cc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=47c13aee [47c13aee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=b92282bd [b92282bd]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 97.8% (46 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/bg/&lt;br /&gt;
&lt;br /&gt;
== k9copy ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=ef83b5b8 [ef83b5b8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=4979c509 [4979c509]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=237b3548 [237b3548]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (495 of 495 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=553df4a4 [553df4a4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=bc07265d [bc07265d]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kaffeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=eac2daca [eac2daca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (729 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=6c9257f2 [6c9257f2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.5% (711 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=e0e0d158 [e0e0d158]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=b871bd5b [b871bd5b]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kmplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=30650e19 [30650e19]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.9% (347 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=77c148a7 [77c148a7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=bb993d63 [bb993d63]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=d8d54a7f [d8d54a7f]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 95.6% (373 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=122a27a0 [122a27a0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=bb9e13d1 [bb9e13d1]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=0817bc03 [0817bc03]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer-desktop-files/bg/&lt;br /&gt;
&lt;br /&gt;
== kplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=cc14b9cf [cc14b9cf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=d8391ef7 [d8391ef7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 77.0% (799 of 1037 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/ru/&lt;br /&gt;
&lt;br /&gt;
== soundkonverter ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=bcf2d459 [bcf2d459]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.6% (302 of 319 strings)&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=2bf7eb6c [2bf7eb6c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=28a35800 [28a35800]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=300613ee [300613ee]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=a13d3527 [a13d3527]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tderadio ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=aa80a24c [aa80a24c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=28afa3da [28afa3da]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - oss-sound&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-oss-sound/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=5369d924 [5369d924]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (45 of 45 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - gui-standard-display&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-standard-display/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=a9f14b38 [a9f14b38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 82.3% (14 of 17 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - timeshifter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-timeshifter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=d57a893c [d57a893c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.1% (75 of 78 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - recording&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-recording/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=55460675 [55460675]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=03b5df8e [03b5df8e]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 93.5% (29 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=0bb5fda6 [0bb5fda6]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=8cd30c0e [8cd30c0e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=c74cfcb6 [c74cfcb6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.7% (30 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/office =&lt;br /&gt;
== basket ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=33317176 [33317176]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/basket&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=c8b892a3 [c8b892a3]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kbibtex ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=702a473b [702a473b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 73.7% (444 of 602 strings)&amp;lt;br/&amp;gt;Translation: applications/kbibtex&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbibtex/ru/&lt;br /&gt;
&lt;br /&gt;
== kbookreader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=e32bbc6e [e32bbc6e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (17 of 17 strings)&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=fcdb94c9 [fcdb94c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kbookreader - kbookreader.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader-kbookreaderdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=ac3e0386 [ac3e0386]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=61e10e5a [61e10e5a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/&lt;br /&gt;
&lt;br /&gt;
== kile ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=00b87abb [00b87abb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kile - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== kmymoney ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=47cc1d27 [47cc1d27]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: applications/kmymoney - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=e592106d [e592106d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (2658 of 2674 strings)&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=67a43ced [67a43ced]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=9df4c701 [9df4c701]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== koffice ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=d165869a [d165869a]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=c2fdb394 [c2fdb394]] Fix functionality broken by commit a9bbaa83&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=a9bbaa83 [a9bbaa83]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== koffice-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=572398a4 [572398a4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (3150 of 3168 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspread&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=bce5a0c4 [bce5a0c4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.4% (1169 of 1200 strings)&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=cc44ebc3 [cc44ebc3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: koffice/thesaurus_tool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/thesaurus_tool/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=b6cedf64 [b6cedf64]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_ooo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_ooo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=9f49ba05 [9f49ba05]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_koffice&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_koffice/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=7a3529fd [7a3529fd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_gnumeric&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_gnumeric/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=05196041 [05196041]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_abiword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_abiword/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ffe6d299 [ffe6d299]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (961 of 961 strings)&amp;lt;br/&amp;gt;Translation: koffice/kword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kword/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ad3cf8ee [ad3cf8ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspreadcalc_calc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspreadcalc_calc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=7f8b71fa [7f8b71fa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (909 of 909 strings)&amp;lt;br/&amp;gt;Translation: koffice/kpresenter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kpresenter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=d154e97e [d154e97e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (354 of 354 strings)&amp;lt;br/&amp;gt;Translation: koffice/kformdesigner&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kformdesigner/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=9c40a4ce [9c40a4ce]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=aa8c2267 [aa8c2267]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ccf47869 [ccf47869]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=f690d314 [f690d314]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.0% (1295 of 1423 strings)&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=f0bcacf8 [f0bcacf8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kivio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kivio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=e1f27756 [e1f27756]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=e84fa74c [e84fa74c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kword/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=fc3d61ff [fc3d61ff]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/koffice&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/koffice/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=31fd578d [31fd578d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=069df0f0 [069df0f0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kofficefilters&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kofficefilters/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=96a280ad [96a280ad]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=b7a0d0ff [b7a0d0ff]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 98.3% (420 of 427 strings)&amp;lt;br/&amp;gt;Translation: koffice/karbon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/karbon/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=8e305f42 [8e305f42]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 99.8% (1421 of 1423 strings)&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=61f41445 [61f41445]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: koffice/example&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/example/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=1f753ab8 [1f753ab8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (3150 of 3168 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspread&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/ru/&lt;br /&gt;
&lt;br /&gt;
== kpilot ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=9beef848 [9beef848]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.3% (1059 of 1088 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=adc41d0e [adc41d0e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=43b3df95 [43b3df95]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=b2480185 [b2480185]] Fix functionality broken by commit a956e3e&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=f060f38e [f060f38e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=fa847ef4 [fa847ef4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=a956e3e8 [a956e3e8]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tellico ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=10996a19 [10996a19]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=252be932 [252be932]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.5% (1108 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=f73799c2 [f73799c2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=30d2f3d2 [30d2f3d2]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 74.2% (826 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=997c050d [997c050d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=0a00263f [0a00263f]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
= applications/settings =&lt;br /&gt;
== kdpkg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=752317fb [752317fb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=c178f4e3 [c178f4e3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 93.1% (27 of 29 strings)&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=7afa4047 [7afa4047]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=3107e30a [3107e30a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=4277d12f [4277d12f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/&lt;br /&gt;
&lt;br /&gt;
== kiosktool ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=6d1e1f26 [6d1e1f26]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (238 of 238 strings)&amp;lt;br/&amp;gt;Translation: applications/kiosktool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kiosktool/ru/&lt;br /&gt;
&lt;br /&gt;
== kkbswitch ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=c36d0446 [c36d0446]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch - kkbswitch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch-kkbswitchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=d7b89dac [d7b89dac]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=586412b8 [586412b8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 96.4% (55 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=8978515d [8978515d]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=29e2187e [29e2187e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=4f10d322 [4f10d322]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=2f27dd99 [2f27dd99]] Added global shortcuts for switching to previous/next group&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/kkbswitch/issues/6 #6]&lt;br /&gt;
&lt;br /&gt;
== klcddimmer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=739e6b63 [739e6b63]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/klcddimmer - klcddimmer.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer-klcddimmerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=c552505d [c552505d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/klcddimmer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer/&lt;br /&gt;
&lt;br /&gt;
== tdenetworkmanager ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=f781e430 [f781e430]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 56.5% (160 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=6bd64d20 [6bd64d20]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 54.4% (154 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/system =&lt;br /&gt;
== dolphin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=d6981f86 [d6981f86]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=88bffef8 [88bffef8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=50bf6ece [50bf6ece]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=df0f2634 [df0f2634]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 87.3% (55 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=128fc6c0 [128fc6c0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=4177bfeb [4177bfeb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=31e79818 [31e79818]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=614887eb [614887eb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=dfc034e5 [dfc034e5]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kbfx ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=7df544d7 [7df544d7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbfx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbfx/&lt;br /&gt;
&lt;br /&gt;
== kcmautostart ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=e156d8d7 [e156d8d7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=a34114dc [a34114dc]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=e32b5599 [e32b5599]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/&lt;br /&gt;
&lt;br /&gt;
== knemo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=8e390170 [8e390170]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=73908043 [73908043]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo - kcm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-kcm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=d1925e58 [d1925e58]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (85 of 85 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=6132bf8e [6132bf8e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== knetload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=ad81a141 [ad81a141]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knetload - knetload.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetload-knetloaddesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== krusader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=a6d7af8f [a6d7af8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 89.0% (1246 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=1107ba66 [1107ba66]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=60b198a9 [60b198a9]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1399 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/uk/&lt;br /&gt;
&lt;br /&gt;
== kshutdown ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=0cb0eeb3 [0cb0eeb3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown - kshutdown.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-kshutdowndesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=6c6e8bb5 [6c6e8bb5]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown - kshutdown.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-kshutdowndesktop/nl/&lt;br /&gt;
&lt;br /&gt;
== ksystemlog ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=cf0f1b44 [cf0f1b44]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/ksystemlog&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksystemlog/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=27e255d7 [27e255d7]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== polkit-agent-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=774e540b [774e540b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=fe3d3837 [fe3d3837]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=81f288bf [81f288bf]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/zh_Hant/&lt;br /&gt;
&lt;br /&gt;
== tdebluez ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=fce0091e [fce0091e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=f23e3839 [f23e3839]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=823b8121 [823b8121]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=d0311fa0 [d0311fa0]] Added translation using Weblate (Dutch)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ee1b7905 [ee1b7905]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 89.1% (239 of 268 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=14e65f81 [14e65f81]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=9a895e4f [9a895e4f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=5dbd02e3 [5dbd02e3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=75e3f4ae [75e3f4ae]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=1d2fcc95 [1d2fcc95]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (266 of 266 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=9ec32992 [9ec32992]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=226cacc4 [226cacc4]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (274 of 274 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ae46115f [ae46115f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ad1894b7 [ad1894b7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=e852055d [e852055d]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tdepowersave ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=96ba1bf7 [96ba1bf7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 36.3% (20 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=1e735aeb [1e735aeb]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (311 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=f39d5cd2 [f39d5cd2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=c1d1a446 [c1d1a446]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=70666ec3 [70666ec3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=c2676876 [c2676876]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.2% (290 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=5242ce6d [5242ce6d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=678ecbe9 [678ecbe9]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tdesshaskpass ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=7a7a240e [7a7a240e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesshaskpass&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesshaskpass/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=b0aaaa03 [b0aaaa03]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== yakuake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=4d40f6d0 [4d40f6d0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.9% (94 of 98 strings)&amp;lt;br/&amp;gt;Translation: applications/yakuake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/tdeio =&lt;br /&gt;
== tdeio-ftps ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-ftps/commit/?id=8ac1f636 [8ac1f636]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdeio-ftps&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-ftps/&lt;br /&gt;
&lt;br /&gt;
== tdeio-sword ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=a1851f5d [a1851f5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-sword - sword.protocol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-sword-swordprotocol/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=6d75ce24 [6d75ce24]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeio-umountwrapper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=e3173ff2 [e3173ff2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-umountwrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-umountwrapper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=c37ba2dc [c37ba2dc]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
= applications/themes =&lt;br /&gt;
== gtk-qt-engine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=2178adeb [2178adeb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=90c79e65 [90c79e65]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=df701883 [df701883]] Added translation using Weblate (Chinese (Simplified))&lt;br /&gt;
&lt;br /&gt;
== kgtk-qt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=06bca424 [06bca424]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/kgtk-qt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kgtk-qt3/ru/&lt;br /&gt;
&lt;br /&gt;
== tde-style-baghira ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=bb43a575 [bb43a575]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - sessionapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-sessionapplet/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=738600de [738600de]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - starter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-starter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=54a306f5 [54a306f5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=4a3bbfa4 [4a3bbfa4]] Rename library twin3_baghira -&amp;amp;gt; twin_baghira&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=fc8b3dd4 [fc8b3dd4]] Fix functionality broken by commit 66813ef&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=66813efe [66813efe]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tde-style-domino ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=7ea023ba [7ea023ba]] Rename library twin3_domino -&amp;amp;gt; twin_domino&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== tde-style-ia-ora ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=25c19604 [25c19604]] Rename library twin3_iaora -&amp;amp;gt; twin_iaora&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== tde-style-lipstik ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=39c758d5 [39c758d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-lipstik - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-lipstik-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=e0338512 [e0338512]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== twin-style-crystal ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=d9afc78c [d9afc78c]] Rename library twin3_crystal -&amp;amp;gt; twin_crystal&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-dekorator ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=c67f6084 [c67f6084]] Rename library twin3_deKorator -&amp;amp;gt; twin_deKorator&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-machbunt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=81c7c4d0 [81c7c4d0]] Rename library twin3_MachBunt to twin_MachBunt&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-suse2 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=9b5c2e1e [9b5c2e1e]] Rename library twin3_SUSE2 -&amp;amp;gt; twin_SUSE&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
= applications/utilities =&lt;br /&gt;
== abakus ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=9ace50d1 [9ace50d1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/abakus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=467ef6c1 [467ef6c1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (49 of 49 strings)&amp;lt;br/&amp;gt;Translation: applications/abakus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=e1762b36 [e1762b36]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=b277c7ae [b277c7ae]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/abakus - abakus.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus-abakusdesktop/bg/&lt;br /&gt;
&lt;br /&gt;
== filelight ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=9fd8fe68 [9fd8fe68]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (77 of 77 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=aa06806b [aa06806b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=28349b70 [28349b70]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=7cc11b7f [7cc11b7f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=629295b3 [629295b3]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=33098270 [33098270]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (77 of 77 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/uk/&lt;br /&gt;
&lt;br /&gt;
== kbarcode ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=2f5aa189 [2f5aa189]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.1% (589 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=6c31a9ec [6c31a9ec]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=7f9e4e65 [7f9e4e65]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.9% (582 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=f6c05921 [f6c05921]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 74.5% (443 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=371ce27c [371ce27c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=7bd51d72 [7bd51d72]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=6ca861bd [6ca861bd]] Fix functionality broken by commit fc06df3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=fc06df33 [fc06df33]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== kchmviewer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=78502278 [78502278]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kchmviewer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kchmviewer-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== kcpuload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=b49178b0 [b49178b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=8ae8e9f8 [8ae8e9f8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 94.8% (37 of 39 strings)&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=7a450d31 [7a450d31]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=d9952f82 [d9952f82]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/&lt;br /&gt;
&lt;br /&gt;
== knutclient ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=dfa5f3fa [dfa5f3fa]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knutclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=466ddc1b [466ddc1b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (203 of 203 strings)&amp;lt;br/&amp;gt;Translation: applications/knutclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient/uk/&lt;br /&gt;
&lt;br /&gt;
== krename ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=b4e78648 [b4e78648]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/krename - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krename-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=7740aa8e [7740aa8e]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== qalculate-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=744ac88e [744ac88e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=6baf1704 [6baf1704]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.4% (593 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=accfbbbf [accfbbbf]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=34b3365e [34b3365e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=933d4190 [933d4190]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=68aa9b3b [68aa9b3b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (596 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=96280709 [96280709]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 75.0% (447 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=09de128a [09de128a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 70.6% (421 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=c714c687 [c714c687]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 60.7% (362 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=1c102209 [1c102209]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 42.4% (253 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=06249035 [06249035]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
= packaging =&lt;br /&gt;
== packaging ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=70a0160c [70a0160c]] DEB tdebindings: remove dependency on libtqt3-compat-headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=fb212c9e [fb212c9e]] DEB tqt3: drop compat files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=a4869e73 [a4869e73]] DEB tdebase twin: adjusted after renaming client libraries from twin3_* to twin_*. This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=7b064a10 [7b064a10]] DEB tqt3: adjusted after removing Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f7be243e [f7be243e]] DEB buildscripts: update supported distros&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f82c8cc0 [f82c8cc0]] DEB: remove support for Debian Stretch and Ubuntu Xenial&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=4721bdc6 [4721bdc6]] DEB tqt3: remove Qt2 obsolete classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=e6b868c8 [e6b868c8]] DEB tdebase: added release notes for R14.2.x series&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=3c5c1e60 [3c5c1e60]] DEB trinity-apt-archive: Set the apt repository URL to PTB.&lt;/div&gt;</summary>
		<author><name>SlavekB</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.1.2&amp;diff=3274</id>
		<title>Changelog For R14.1.2</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.1.2&amp;diff=3274"/>
		<updated>2024-01-02T00:57:51Z</updated>

		<summary type="html">&lt;p&gt;SlavekB: Update 20240101&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= common =&lt;br /&gt;
== admin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=3019aa7a [3019aa7a]] Improve TQt detection. Use CFLAGS from pkg-config&amp;lt;br/&amp;gt;instead of hard-coded include paths.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=bcdb3081 [bcdb3081]] Fix detection of TQt3 following bug introduced in previous commit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=e27d7286 [e27d7286]] Drop TQT_VERSION_ONLY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=02e3ce62 [02e3ce62]] Fix visibility support check&lt;br /&gt;
&lt;br /&gt;
== libtdevnc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtdevnc/commit/?id=2b46ed6b [2b46ed6b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
= dependencies =&lt;br /&gt;
== tde-cmake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=76ca9f74 [76ca9f74]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=bb49d854 [bb49d854]] Update version to R14.1.2&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tqt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=ecca365d [ecca365d]] Rename METHOD, SIGNAL, SLOT to TQ_METHOD, TQ_SIGNAL, TQ_SLOT&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=1c308584 [1c308584]] Fix potential buffer overflow in debug functions.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tqt3/issues/70 #70]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=f30ac87a [f30ac87a]] Add support for HistoryBackButton and HistoryForwardButton&amp;lt;br/&amp;gt;This resolves [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/421 TDE/tdebase#421]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=c339f68f [c339f68f]] Update README&amp;lt;br/&amp;gt;A new README with markdown format, updated information on TQt, contributor section and translations status.&amp;lt;br/&amp;gt;The old README has been preserved as README.Qt3 for historical reasons.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a059b24f [a059b24f]] tqdesigner: prevent SEGV from invalid pointer. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tqt3/issues/97 #97]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=ccc0d8e4 [ccc0d8e4]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=541b9007 [541b9007]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tqtinterface ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=42cd150b [42cd150b]] Rename TQT_{METHOD, SIGNAL, SLOT} and METHOD, SIGNAL, SLOT to TQ_METHOD, TQ_SIGNAL, TQ_SLOT. This is a temporary step to make sure TDE keeps building while METHOD, SIGNAL, SLOT are renamed in every repository.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=7850ec99 [7850ec99]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=aee37a80 [aee37a80]] Remove various &amp;#039;#define&amp;#039; strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=ed3960fe [ed3960fe]] Remove &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=e49839b0 [e49839b0]] Remove various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=f933a4cd [f933a4cd]] Remove various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=1adb7b0c [1adb7b0c]] Remove color &amp;#039;#define&amp;#039; strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=f3d5db9e [f3d5db9e]] Remove various &amp;#039;#define&amp;#039; with actual strings - part 2&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=8a3ee3cf [8a3ee3cf]] Remove time related &amp;#039;#define&amp;#039; with actual strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=4f64bcf4 [4f64bcf4]] Remove various tq* strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=4469ebf5 [4469ebf5]] Remove various &amp;#039;#define&amp;#039; strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=83393107 [83393107]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=4999d66f [4999d66f]] Change to build and install inputmethod files if enabled&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=5b1ff5f7 [5b1ff5f7]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=ce975cb4 [ce975cb4]] Drop TQT_VERSION_ONLY&lt;br /&gt;
&lt;br /&gt;
== akode ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/akode/commit/?id=76833fdb [76833fdb]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== arts ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/arts/commit/?id=c048d067 [c048d067]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== avahi-tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/avahi-tqt/commit/?id=571a0c03 [571a0c03]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== dbus-1-tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dbus-1-tqt/commit/?id=49dca60b [49dca60b]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dbus-1-tqt/commit/?id=122c2a5a [122c2a5a]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== dbus-tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dbus-tqt/commit/?id=31736507 [31736507]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== libart-lgpl ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libart-lgpl/commit/?id=a8d8c5d0 [a8d8c5d0]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== libcaldav ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libcaldav/commit/?id=212fdb12 [212fdb12]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== libcarddav ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libcarddav/commit/?id=2bee3c7a [2bee3c7a]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== libr ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libr/commit/?id=aaf98109 [aaf98109]] Update library version to 0.7.0&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libr/commit/?id=47a836e4 [47a836e4]] Remove libglade related code, since libglade is no longer available&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libr/commit/?id=35d7395c [35d7395c]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tqscintilla ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqscintilla/commit/?id=0355ec98 [0355ec98]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqscintilla/commit/?id=57048ef2 [57048ef2]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== pytqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=a131499f [a131499f]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
&lt;br /&gt;
== polkit-tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-tqt/commit/?id=b5e521d0 [b5e521d0]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tqca ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqca/commit/?id=9cbea02c [9cbea02c]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
= core =&lt;br /&gt;
== tdelibs ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=dff83720 [dff83720]] Fix lvm volumes appearing as removable devices&amp;lt;br/&amp;gt;- remove obsolete/erroneous code meddling with&amp;lt;br/&amp;gt;  GENHD_FL_MEDIA_CHANGE_NOTIFY&amp;lt;br/&amp;gt;- use /sys/block/&amp;amp;lt;dev&amp;amp;gt;/removable rather than&amp;lt;br/&amp;gt;  /sys/block/&amp;amp;lt;dev&amp;amp;gt;/capabilities&amp;lt;br/&amp;gt;- deprecate TDEDiskDeviceStatus::Hotpluggable and use&amp;lt;br/&amp;gt;  TDEDiskDeviceStatus::Removable for all removable devices&amp;lt;br/&amp;gt;- put some local utility function into anonymous namespace&amp;lt;br/&amp;gt;See https://mirror.git.trinitydesktop.org/gitea/TDE/tde/issues/148&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=2a3a62bb [2a3a62bb]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=af8caead [af8caead]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=553b7050 [553b7050]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=d8d8319b [d8d8319b]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=3a837ecf [3a837ecf]] Fix FTBFS caused by detection of libr version after recent update&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=9fc074fc [9fc074fc]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=4c9f3f02 [4c9f3f02]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cf7f8e74 [cf7f8e74]] Replace color &amp;#039;#define&amp;#039; strings with actual values&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=89c80321 [89c80321]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 2&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=e84b6d89 [e84b6d89]] Replaced time related &amp;#039;#define&amp;#039; with actual strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=3373b45c [3373b45c]] Replace various tq* strings with TQt::* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=0e4a5c95 [0e4a5c95]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=303b6445 [303b6445]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=141ced0c [141ced0c]] Prevent to use conditional inclusion preprocessor feature (since C++23)&amp;lt;br/&amp;gt;`#elifdef` is supported since C23 and C++23, but such newer compiler&amp;lt;br/&amp;gt;is not required here.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=1b8945b1 [1b8945b1]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=050ff82b [050ff82b]] KTabBar: add way to revert tab color to default&amp;lt;br/&amp;gt;This commit adds a resetTabColor(...) method to TQTabBar and TQTabWidget which allows the color of the appropriate tab to be reset to the default as specified by the desktop color scheme.&amp;lt;br/&amp;gt;It also changes how invalid color values are handled; before, an invalid value would be used as a valid color, resulting in 0,0,0 (black). Seeing that an invalid color is returned by KColorDialog when the default color checkbox is checked, it makes more sense to ignore invalid colors, using the appropriate color from the color scheme instead.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=10b5c67d [10b5c67d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=2cc4398e [2cc4398e]] Update version to R14.1.2&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tdebase ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=0e5ef873 [0e5ef873]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=dcda0012 [dcda0012]] KXkb: add keyboard layout notification&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=94cec968 [94cec968]] Kxkb: move LayoutUnit struct into its own file and add getLayoutName function&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c55cad68 [c55cad68]] Make dependency upon libssh optional&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=6c067940 [6c067940]] TWin: Add DCOP method showWindowMenu(wid) for default menu position&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8447a9a6 [8447a9a6]] TWin showWindowMenu: add support for negative coordinates&amp;lt;br/&amp;gt;Negative coordinates change the popup menu origins:&amp;lt;br/&amp;gt;* Negative X: origin is right edge instead of left;&amp;lt;br/&amp;gt;* Negative Y: origin is bottom edge instead of top.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e67f30eb [e67f30eb]] twin: fix showWindowMenuAt(...) DCOP call&amp;lt;br/&amp;gt;Before it only called slotWindowOperations(), which showed the operations menu of the current window at a preset position, ignoring all arguments passed to showWindowMenuAt.&amp;lt;br/&amp;gt;This commit implpements the correct behaviour of the function which takes all arguments into account.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=fa7aa947 [fa7aa947]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9c73915c [9c73915c]] twin: use separate bit to inhibit configure request messages. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/434 #434]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=80859919 [80859919]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f91c73bf [f91c73bf]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=3f84b83e [3f84b83e]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e240ec46 [e240ec46]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b19e4cab [b19e4cab]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=6b5d95d5 [6b5d95d5]] twin: makes sure to notify an application on resizing events so that the window contents can get updated. This is particularly important for Virtual Terminal based application. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tde/issues/57 TDE/tde#57] and issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/384 #384]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a3017180 [a3017180]] Fix FTBFS caused by detection of libr version after recent update&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=df343992 [df343992]] Fix unwanted window resizing. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tde/issues/57 TDE/tde#57]&amp;lt;br/&amp;gt;Some applications (like xfce4-terminal) try to manage their sizes by requesting the window manager a different size. The WM responds by resizing the window and the application tries once again to adjust its own size. This can lead to a repeated loop of request-resize which results in the application window to either shrink to the minimum allowed size or expand to the display size.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=71b2eaec [71b2eaec]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=139b166e [139b166e]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c19f68bd [c19f68bd]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 2&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=bf17c1e9 [bf17c1e9]] Replaced time related &amp;#039;#define&amp;#039; with actual strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7272c289 [7272c289]] Replace various tq* strings with TQt::* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=4a6f4a17 [4a6f4a17]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=06606d2a [06606d2a]] QuickLauncher: Ignore empty URLs at reading the configuration&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=196fabb2 [196fabb2]] Fix strlcat and strlcpy check&amp;lt;br/&amp;gt;Solving the [https://mirror.git.trinitydesktop.org/gitea/TDE/tde-packaging-gentoo/issues/310 TDE/tde-packaging-gentoo#310] problem.&amp;lt;br/&amp;gt;Glibc-2.38 adds new functions strlcat and strlcpy.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a49b0e2c [a49b0e2c]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8f661313 [8f661313]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=63432a21 [63432a21]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=457c4539 [457c4539]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=539f7f00 [539f7f00]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e3908518 [e3908518]] Deprecate TabColor setting&amp;lt;br/&amp;gt;This is a confusing feature which saves the color of the first tab and makes it the default color in new sessions. As a result, it broke color schemes by overriding the default tab color.&amp;lt;br/&amp;gt;This is not related to saving tab colors as part of a session.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c7cfaf20 [c7cfaf20]] Konsole: add ability to reset tab color to default&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=93dcc468 [93dcc468]] Add six new color schemes taken from https://www.opendesktop.org.&amp;lt;br/&amp;gt;There is no license files on the website, but based on the site Terms &amp;amp; Conditions, it seems reasonable to redistribute this files under GPL2 license.&amp;lt;br/&amp;gt;Human:    https://www.opendesktop.org/p/1123955/&amp;lt;br/&amp;gt;Last.fm:  https://www.opendesktop.org/p/1123742/&amp;lt;br/&amp;gt;Lizard:   https://www.opendesktop.org/p/1123562&amp;lt;br/&amp;gt;Platinum: https://www.opendesktop.org/p/1123528/&amp;lt;br/&amp;gt;Sienna:   https://www.opendesktop.org/p/1123485/&amp;lt;br/&amp;gt;WedgeWeb: https://www.opendesktop.org/p/1123249/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5739816e [5739816e]] Added initial draft of release notes for R14.1.2.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=fe02fc0d [fe02fc0d]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdepim ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=3b25eb31 [3b25eb31]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=f26a304e [f26a304e]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=ae35bc48 [ae35bc48]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=51d0291b [51d0291b]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=22da7013 [22da7013]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=6efcb28e [6efcb28e]] Replaced time related &amp;#039;#define&amp;#039; with actual strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=9ade94ab [9ade94ab]] Holidays: ua&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=4a793dd7 [4a793dd7]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=7a712e61 [7a712e61]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=0a8405f6 [0a8405f6]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdemultimedia ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=f353dc99 [f353dc99]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=da49daf5 [da49daf5]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=452c1e81 [452c1e81]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=bd26faa9 [bd26faa9]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=de42315f [de42315f]] Noatun: Crashing at empty items in the playlist&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=5bdb5189 [5bdb5189]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=a86ba592 [a86ba592]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdenetwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=51f2e0ff [51f2e0ff]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=4be03979 [4be03979]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e0a2f545 [e0a2f545]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e6bbef6d [e6bbef6d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=4dbc3ab8 [4dbc3ab8]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=b195cf38 [b195cf38]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=4edd87ce [4edd87ce]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=7367a616 [7367a616]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=caae1151 [caae1151]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdegraphics ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=904cb397 [904cb397]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=c9e40417 [c9e40417]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=1fe6cb7f [1fe6cb7f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=556d90cb [556d90cb]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=7ec27f89 [7ec27f89]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=cdcc24c6 [cdcc24c6]] ksnapshot: add setPixmap DCOP call&amp;lt;br/&amp;gt;Can be useful to integrate KSnapshot with applications that can take their own screenshots better (e.g. a media player can use a single frame from a video instead of a lower-quality real screen grab).&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=57ade681 [57ade681]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=73368709 [73368709]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=cfee7c43 [cfee7c43]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=924f894b [924f894b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=666a1d67 [666a1d67]] ksnapshot: add delay functionality to &amp;#039;Region&amp;#039; mode. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdegraphics/issues/71 #71]&lt;br /&gt;
&lt;br /&gt;
== tdetoys ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=4603b024 [4603b024]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=1606ffff [1606ffff]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=0b6f951e [0b6f951e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=64a5b23e [64a5b23e]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=79c780ce [79c780ce]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=8f9e8c88 [8f9e8c88]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=a6499fdc [a6499fdc]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeutils ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=c960bd6f [c960bd6f]] superkaramba: add support for python 3.12. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdeutils/issues/71 #71]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=d4393c11 [d4393c11]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=5b1fdb9a [5b1fdb9a]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=5ecef94f [5ecef94f]] kmilo: after changing the screen brightness, allows a small delay before popping up the OSD feedback. This allows the underlying hardware to report the correct value. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdeutils/issues/68 #68]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=dfb81fda [dfb81fda]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=2d05a4b0 [2d05a4b0]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=f901ccee [f901ccee]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=3156b549 [3156b549]] Solving the [https://mirror.git.trinitydesktop.org/gitea/TDE/tde-packaging-gentoo/issues/313 TDE/tde-packaging-gentoo#313] problem.&amp;lt;br/&amp;gt;Glibc-2.38 adds new functions strlcat and strlcpy.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=b3f501d4 [b3f501d4]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=60471443 [60471443]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeedu ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=5446eb71 [5446eb71]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=63af14c3 [63af14c3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=c75fee7f [c75fee7f]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=c407c455 [c407c455]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=79ebc59c [79ebc59c]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=bcee6c32 [bcee6c32]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=9af05810 [9af05810]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=0ef55542 [0ef55542]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdegames ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=4d6acadb [4d6acadb]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=76f734a8 [76f734a8]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=03c3d226 [03c3d226]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f240b9f9 [f240b9f9]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=c5a61d6e [c5a61d6e]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=afc67225 [afc67225]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=d86e0406 [d86e0406]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeaccessibility ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=2aad9568 [2aad9568]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=93fbe96e [93fbe96e]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=14c0e766 [14c0e766]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=716294c7 [716294c7]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=57266e49 [57266e49]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeaddons ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=c19fc937 [c19fc937]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=76b9a4ad [76b9a4ad]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=92d851c1 [92d851c1]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=588c6181 [588c6181]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=a67df804 [a67df804]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=94639370 [94639370]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=f37c5af5 [f37c5af5]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=35876c80 [35876c80]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeadmin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=1ab02499 [1ab02499]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=ac7e4fb5 [ac7e4fb5]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=684b9d33 [684b9d33]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=16c7639b [16c7639b]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=a0028424 [a0028424]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeartwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=f2e4e24e [f2e4e24e]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=856d6d13 [856d6d13]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=fc6c321e [fc6c321e]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=e243bddf [e243bddf]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=149da968 [149da968]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=185ed081 [185ed081]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=59d0ee36 [59d0ee36]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=5f9b4a9f [5f9b4a9f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=f6619763 [f6619763]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdebindings ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=7d03532f [7d03532f]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
&lt;br /&gt;
== tdesdk ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=8fc5cf27 [8fc5cf27]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=74c34bca [74c34bca]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=a03358fd [a03358fd]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=4f51c08a [4f51c08a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d6dc3a3d [d6dc3a3d]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=49d88f18 [49d88f18]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=5d52b8ff [5d52b8ff]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=785064f9 [785064f9]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=429f7fd4 [429f7fd4]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdevelop ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=b9186693 [b9186693]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=f12db681 [f12db681]] kdevdesigner: prevent SEGV from invalid pointer. This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tqt3/issues/97 TDE/tqt3#97]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=ea8f1be4 [ea8f1be4]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=2d0252be [2d0252be]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=d31a7027 [d31a7027]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=8308ebce [8308ebce]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=521604de [521604de]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=96ced6ef [96ced6ef]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdewebdev ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=86fed9b7 [86fed9b7]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=8954d764 [8954d764]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=717ca24e [717ca24e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=abd5e8f9 [abd5e8f9]] Fix FTBFS from prior commit.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=37f6b15c [37f6b15c]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=dd931b3e [dd931b3e]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=b4887167 [b4887167]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=9e8724c9 [9e8724c9]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=b00a91b0 [b00a91b0]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=b3b05947 [b3b05947]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tde-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b590f840 [b590f840]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b319b88a [b319b88a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cc45161c [cc45161c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=efd947d3 [efd947d3]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25d196dc [25d196dc]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e5380a77 [e5380a77]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a1d02ef5 [a1d02ef5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b02ffeb [4b02ffeb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2729c261 [2729c261]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=47a9a331 [47a9a331]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41f9994c [41f9994c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8772ccd5 [8772ccd5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9cfeaaba [9cfeaaba]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b8623c9 [2b8623c9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ea97c56 [7ea97c56]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ce43bede [ce43bede]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=298b491a [298b491a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c2f113be [c2f113be]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4594ec8 [d4594ec8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=28015952 [28015952]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abe7f960 [abe7f960]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6d051d6a [6d051d6a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1608a85b [1608a85b]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61e2eaf3 [61e2eaf3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c41887c6 [c41887c6]] Remove duplicate translations from commit 83e7d90131a60206a219edf4a2ba9e570c689268.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ff9fcec [2ff9fcec]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6b78e804 [6b78e804]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=83e7d901 [83e7d901]] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d3f6a5fb [d3f6a5fb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dd01a895 [dd01a895]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d7331290 [d7331290]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d39a21e0 [d39a21e0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6383fd9e [6383fd9e]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a662e89 [2a662e89]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0cb349be [0cb349be]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d9b15b4 [7d9b15b4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=42fa475c [42fa475c]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
= libraries =&lt;br /&gt;
== libkdcraw ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=d2e28d1a [d2e28d1a]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=cf62b14f [cf62b14f]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== libkexiv2 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkexiv2/commit/?id=d69c95c1 [d69c95c1]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkexiv2/commit/?id=735076ec [735076ec]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== libkipi ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=29ef104e [29ef104e]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=72d352a7 [72d352a7]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=79b037f6 [79b037f6]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kipi-plugins ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=d0107930 [d0107930]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=2cf37f58 [2cf37f58]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=b4ab4f13 [b4ab4f13]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=d543d160 [d543d160]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=cc9c3a67 [cc9c3a67]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=5c09bb36 [5c09bb36]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=bc3ec7f2 [bc3ec7f2]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=d28f47b5 [d28f47b5]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== libksquirrel ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libksquirrel/commit/?id=592f28f9 [592f28f9]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libksquirrel/commit/?id=c612c9c0 [c612c9c0]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libksquirrel/commit/?id=029784cd [029784cd]] Drop autotools support&lt;br /&gt;
&lt;br /&gt;
== libtdeldap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtdeldap/commit/?id=1090c874 [1090c874]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtdeldap/commit/?id=5ba47607 [5ba47607]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== libtqt-perl ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=d655c313 [d655c313]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=803408f7 [803408f7]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 2&lt;br /&gt;
&lt;br /&gt;
== pytde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytde/commit/?id=41cc3906 [41cc3906]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytde/commit/?id=16dba0a4 [16dba0a4]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
= applications/development =&lt;br /&gt;
== kdbg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=320b4e63 [320b4e63]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=3cefef8e [3cefef8e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=c8f5e54e [c8f5e54e]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kdiff3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=79daa6a1 [79daa6a1]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=835702ea [835702ea]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=95d0ba61 [95d0ba61]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=7ff0b7ed [7ff0b7ed]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=10096961 [10096961]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=eff219cd [eff219cd]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=b1a7c5eb [b1a7c5eb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=180f871b [180f871b]] Fix pasting UTF8 text from clipboard.&amp;lt;br/&amp;gt;This commit is based on work from Roman Savochenko  available at PR #13, but adapted to the TDE standard. It replaces the aforementioned PR #13.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=5e65678a [5e65678a]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=d3cfbab1 [d3cfbab1]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kpicosim ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=7825473d [7825473d]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=bb32ffaf [bb32ffaf]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=6e904a10 [6e904a10]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=69df5d03 [69df5d03]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kscope ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=b035a6c4 [b035a6c4]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=3fb41909 [3fb41909]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== ktechlab ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=4bff0b57 [4bff0b57]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=a082a259 [a082a259]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=f5d0ed0e [f5d0ed0e]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=669d1daa [669d1daa]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=420fcb6c [420fcb6c]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kxmleditor ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=9e94ee99 [9e94ee99]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=21ab29e9 [21ab29e9]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== piklab ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=f3f67ab7 [f3f67ab7]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=26bcb362 [26bcb362]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=aa5aa16b [aa5aa16b]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=fb9112c9 [fb9112c9]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=d73c00b7 [d73c00b7]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=6ea6638a [6ea6638a]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tdesvn ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=f71f6c99 [f71f6c99]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=a2bf0715 [a2bf0715]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=7221e1ed [7221e1ed]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=340a9422 [340a9422]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=2e75d667 [2e75d667]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=2bf1c106 [2bf1c106]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=42734aee [42734aee]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
= applications/games =&lt;br /&gt;
== knights ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=b4b4994c [b4b4994c]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=b8335a4a [b8335a4a]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=a39b2b83 [a39b2b83]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=0959fe8c [0959fe8c]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=248df7d9 [248df7d9]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tdepacman ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=2d94efff [2d94efff]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=1a929a80 [1a929a80]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
= applications/graphics =&lt;br /&gt;
== digikam ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=40c16979 [40c16979]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=4fb5c762 [4fb5c762]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=dfb59e25 [dfb59e25]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=8fa69390 [8fa69390]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=3bedcd00 [3bedcd00]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=80cb02ba [80cb02ba]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=a7a3aa3b [a7a3aa3b]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=df0251e7 [df0251e7]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=56a89d7b [56a89d7b]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== gwenview ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=f476b77d [f476b77d]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=5eb453b7 [5eb453b7]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=247add21 [247add21]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=5a71f93b [5a71f93b]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=20b4653f [20b4653f]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=d4e69bd2 [d4e69bd2]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 2&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=d2998fbc [d2998fbc]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=549b83de [549b83de]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=4c58d618 [4c58d618]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== gwenview-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=04164129 [04164129]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=df89b8d0 [df89b8d0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=fe3a9945 [fe3a9945]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=ec568f0d [ec568f0d]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== ksquirrel ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=77d98cdf [77d98cdf]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=e814f1e8 [e814f1e8]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=9d3adf01 [9d3adf01]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=4078a895 [4078a895]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== potracegui ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=63c91476 [63c91476]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=91a23eae [91a23eae]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=512732b0 [512732b0]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
= applications/internet =&lt;br /&gt;
== kasablanca ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=cd4fe19c [cd4fe19c]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=44e4c4e1 [44e4c4e1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=749fadd2 [749fadd2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=d942de57 [d942de57]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=0e9b7d1d [0e9b7d1d]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kbiff ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=47b05696 [47b05696]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=8498ab1f [8498ab1f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=b1912c9f [b1912c9f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=4c492704 [4c492704]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=e65e12d0 [e65e12d0]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kftpgrabber ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=f198284d [f198284d]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=91bacaa9 [91bacaa9]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== knmap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=2a173c58 [2a173c58]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=76067f79 [76067f79]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=3f0328e9 [3f0328e9]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== konversation ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=0d666f48 [0d666f48]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=9f9819b2 [9f9819b2]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=0b3b0962 [0b3b0962]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=b44a471a [b44a471a]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=ae1967dc [ae1967dc]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=cb42cd20 [cb42cd20]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kopete-otr ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=e14ad764 [e14ad764]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=edea0d8d [edea0d8d]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kshowmail ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=87732784 [87732784]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=521a7742 [521a7742]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=c5b1ab33 [c5b1ab33]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=86f2b710 [86f2b710]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kstreamripper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=5e4da610 [5e4da610]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=ae602fba [ae602fba]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=786fcd32 [786fcd32]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=04368be9 [04368be9]] Properly deallocate memory on exit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=6a86ef7a [6a86ef7a]] Added context menu&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=248e67ea [248e67ea]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=9f785fdc [9f785fdc]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=c22d8d68 [c22d8d68]] Ask for confirmation before deleting a stream from the list&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=0796f6cb [0796f6cb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=d94539da [d94539da]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=8286cc5b [8286cc5b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=71c98694 [71c98694]] Provide a minimum height for the station listview to improve user experiences when there are more than a few stations&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=64cf76fc [64cf76fc]] Prevent loss of last station across multiple program runs if its description is empty&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=5aed5382 [5aed5382]] Removing unnecessary functionality&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=9fb4112a [9fb4112a]] Added stream editing in a separate dialog box&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=9a8675a8 [9a8675a8]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=bcdbeef8 [bcdbeef8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=9d38a4e2 [9d38a4e2]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=fbb41b91 [fbb41b91]] Add unicode stream support&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=683560fc [683560fc]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=560afe55 [560afe55]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=7678506d [7678506d]] Fix deallocation of process controllers when quitting the application&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=b624496e [b624496e]] Avoid repeated connection of the same signal when ripping the same item multiple times&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=b3d9058d [b3d9058d]] Added event processing if the process has finished its work&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=6701bdba [6701bdba]] Removed unnecessary code and files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=be9e9e89 [be9e9e89]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=015618b1 [015618b1]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=ff9482e1 [ff9482e1]] Added processing for stopping processes when closing the program window&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=943a67a4 [943a67a4]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== ktorrent ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=657dd888 [657dd888]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=4caf6f3c [4caf6f3c]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=29628def [29628def]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=ea5e56f7 [ea5e56f7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=5a75de0b [5a75de0b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=2a3111ed [2a3111ed]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=e76b1b06 [e76b1b06]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=59f680d9 [59f680d9]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=f5f62f5b [f5f62f5b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=9e6ff2e1 [9e6ff2e1]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kvirc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=677dae3b [677dae3b]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=0066e291 [0066e291]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=35d1f217 [35d1f217]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=039fcfa8 [039fcfa8]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=3f8bfdfe [3f8bfdfe]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=265b1c8c [265b1c8c]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=860d3e1f [860d3e1f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=5b2ba173 [5b2ba173]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=55b59d3d [55b59d3d]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=8bb7372e [8bb7372e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=d7a1d0a3 [d7a1d0a3]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=945085d2 [945085d2]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kvpnc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=f6f9924d [f6f9924d]] Fix remaining unwanted renaming SLOT =&amp;amp;gt; TQ_SLOT related to the message.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=36f7e3f1 [36f7e3f1]] Fix unwanted renaming SLOT =&amp;amp;gt; TQ_SLOT in the message string.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=143ef5f5 [143ef5f5]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=c76d015d [c76d015d]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=1172d1f6 [1172d1f6]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== smb4k ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=b703a19e [b703a19e]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=74b97723 [74b97723]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=cfafca88 [cfafca88]] CMake conversion&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=3b8edca5 [3b8edca5]] TQString related changes required for cmake conversion&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=cdd07aa7 [cdd07aa7]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=c6b056cc [c6b056cc]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=e7dc7656 [e7dc7656]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=01627fbd [01627fbd]] Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=16657171 [16657171]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
= applications/misc =&lt;br /&gt;
== bibletime ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=14f6b82f [14f6b82f]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=138dd9d3 [138dd9d3]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=c6f8f1bf [c6f8f1bf]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=f2540b01 [f2540b01]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=bc35a6b9 [bc35a6b9]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=79a57869 [79a57869]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=89cdda50 [89cdda50]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=75205341 [75205341]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== compizconfig-backend-tdeconfig ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/compizconfig-backend-tdeconfig/commit/?id=6cb631f1 [6cb631f1]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== desktop-effects-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=c3d75707 [c3d75707]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=842d40b0 [842d40b0]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kcmldap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=2fcf4275 [2fcf4275]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kcmldapcontroller ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=9e149d4b [9e149d4b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=585d173e [585d173e]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kcmldapmanager ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=d6b06a9d [d6b06a9d]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=47887118 [47887118]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kerberostray ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=67336400 [67336400]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=d3f5f06e [d3f5f06e]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=9fe0aff0 [9fe0aff0]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== krecipes ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=c72be0a6 [c72be0a6]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=6b856e9c [6b856e9c]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=60c15de3 [60c15de3]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
= applications/multimedia =&lt;br /&gt;
== amarok ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=97c254f2 [97c254f2]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=a9635517 [a9635517]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=03e5582d [03e5582d]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=5cae14d5 [5cae14d5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=0851e201 [0851e201]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=832a6a86 [832a6a86]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=22bcf55f [22bcf55f]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=3b0aee61 [3b0aee61]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=e4b6122b [e4b6122b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=36d4e52e [36d4e52e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=f2d29897 [f2d29897]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== codeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=7c2b90bd [7c2b90bd]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== k3b ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=6a101aa2 [6a101aa2]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=386d824e [386d824e]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=b591f195 [b591f195]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=361bf819 [361bf819]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=c7656114 [c7656114]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=214ce2ba [214ce2ba]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=32a52075 [32a52075]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=21fdca70 [21fdca70]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=0c90dd24 [0c90dd24]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== k3b-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=408cd80e [408cd80e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=c871eb98 [c871eb98]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=6b26d66f [6b26d66f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=f9c5cefe [f9c5cefe]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=d711e3fb [d711e3fb]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== k9copy ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=0828ec19 [0828ec19]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=4b425835 [4b425835]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=9e55e6ee [9e55e6ee]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=a2dacecf [a2dacecf]] Remove the original translation directory layout.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=fb42a086 [fb42a086]] Copy translations to a new directory layout.&amp;lt;br/&amp;gt;Added translation of .desktop files.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=83c41bf1 [83c41bf1]] Drop autotools support&lt;br /&gt;
&lt;br /&gt;
== kaffeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=89e9863c [89e9863c]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=53219858 [53219858]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=3ba0ef17 [3ba0ef17]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=018ae989 [018ae989]] xine-backend: Remove protocols from supported extensions&amp;lt;br/&amp;gt;This caused problems with the extension filter of the file opener dialog.&amp;lt;br/&amp;gt;This fixes [https://mirror.git.trinitydesktop.org/gitea/TDE/tdemultimedia/issues/58 TDE/tdemultimedia#58]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=283e19b9 [283e19b9]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=2c49540b [2c49540b]] Removed patch files from source code.&amp;lt;br/&amp;gt;fast-slow-dcop.patch, generic_tr.patch and scandialog.patch have already&amp;lt;br/&amp;gt;been applied in the code.&amp;lt;br/&amp;gt;terminate.patch has not been applied but contains no explanation on what&amp;lt;br/&amp;gt;problem it was trying to fix.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=f5f7098e [f5f7098e]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=2fe187b9 [2fe187b9]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kaffeine-mozilla ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine-mozilla/commit/?id=e7e12a9a [e7e12a9a]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kmplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=436bc266 [436bc266]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=8a590af0 [8a590af0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=2e5e0a3b [2e5e0a3b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=8417b0fe [8417b0fe]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=6777b854 [6777b854]] Solving the problem of launching the settings dialog without xine support&amp;lt;br/&amp;gt;The settings dialog crashes if built without xine support.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=8527831e [8527831e]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=27035a4b [27035a4b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=f29a95f6 [f29a95f6]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=9ed93309 [9ed93309]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== mplayerthumbs ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=52f017aa [52f017aa]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== rosegarden ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=0d651f25 [0d651f25]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=d2261821 [d2261821]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=ec073d64 [ec073d64]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=6bee7afd [6bee7afd]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=d80f3b6c [d80f3b6c]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=5a840665 [5a840665]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== soundkonverter ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=070927f4 [070927f4]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=80596a68 [80596a68]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=ad48759d [ad48759d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=54c143b5 [54c143b5]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=0438ba40 [0438ba40]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=c4c4d373 [c4c4d373]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=5bba09ee [5bba09ee]] cmake conversion&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=546952a1 [546952a1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=7fe222c3 [7fe222c3]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=2ec39571 [2ec39571]] Rename src/config.h to src/configuration.h to avoid possible conflicts with autogenerated config.h file&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=b36ba456 [b36ba456]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=65f00ac0 [65f00ac0]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=6d9278a9 [6d9278a9]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tderadio ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=3dbd1166 [3dbd1166]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=a2837bd4 [a2837bd4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=525e762e [525e762e]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=e76222b9 [e76222b9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=e8c31a52 [e8c31a52]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=779f24c6 [779f24c6]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
= applications/office =&lt;br /&gt;
== basket ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=50245e3d [50245e3d]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=b70474e0 [b70474e0]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=b29b77fb [b29b77fb]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=70031454 [70031454]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=928b97c5 [928b97c5]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=48f3d5f4 [48f3d5f4]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kbibtex ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=584744b2 [584744b2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=c9d1bd72 [c9d1bd72]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kbookreader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=9830ae32 [9830ae32]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=4bc7d31a [4bc7d31a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=86c67226 [86c67226]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=4aa2e024 [4aa2e024]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=1e7501a9 [1e7501a9]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=853da7ee [853da7ee]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== keximdb ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keximdb/commit/?id=7e2ce5dc [7e2ce5dc]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kile ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=b8b37954 [b8b37954]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=cde35e42 [cde35e42]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=6549f004 [6549f004]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=50df78ea [50df78ea]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=9999c59b [9999c59b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=286a5b17 [286a5b17]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kmymoney ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=04ddc823 [04ddc823]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=f892e5be [f892e5be]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=debbb965 [debbb965]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=778d1114 [778d1114]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=c033bc04 [c033bc04]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=2889777f [2889777f]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=483ebca4 [483ebca4]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=00081047 [00081047]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== knowit ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=2f7d0721 [2f7d0721]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=b47d595e [b47d595e]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=07692010 [07692010]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== koffice ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=757d80a9 [757d80a9]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=9abcf51d [9abcf51d]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=5761876d [5761876d]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=2891d3c2 [2891d3c2]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=f9893e5b [f9893e5b]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=8263fdf7 [8263fdf7]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 2&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=00aa1f43 [00aa1f43]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=c8c5e11f [c8c5e11f]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=c9973bfb [c9973bfb]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== koffice-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=6b648c74 [6b648c74]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=1033bf66 [1033bf66]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=8f039f42 [8f039f42]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=d3c5f390 [d3c5f390]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=c9c89dbb [c9c89dbb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=c0d03513 [c0d03513]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=0340f152 [0340f152]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=3cc206ab [3cc206ab]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kpilot ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=3b5ccc65 [3b5ccc65]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=abcd9a45 [abcd9a45]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=1d47a02e [1d47a02e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=04d2f2a5 [04d2f2a5]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=2f80418d [2f80418d]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=255ec906 [255ec906]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tellico ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=727a2e58 [727a2e58]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=8ed9929d [8ed9929d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=c932624b [c932624b]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=5f98a522 [5f98a522]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=ad02e86c [ad02e86c]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=1ff93d9e [1ff93d9e]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=211ad874 [211ad874]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=5dcd02bb [5dcd02bb]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=034ed63e [034ed63e]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
= applications/settings =&lt;br /&gt;
== kdpkg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=b630d6e2 [b630d6e2]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=ac316ed3 [ac316ed3]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kima ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=545f3b89 [545f3b89]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=aa0c75cc [aa0c75cc]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=0558e0fb [0558e0fb]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=99ba74a9 [99ba74a9]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kiosktool ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=2811df5f [2811df5f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=9ef88aa8 [9ef88aa8]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=a0811519 [a0811519]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kkbswitch ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=2b9c1482 [2b9c1482]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=cf86bb82 [cf86bb82]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== klcddimmer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=d69adfd4 [d69adfd4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=b09ff5dd [b09ff5dd]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kmyfirewall ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=53fde083 [53fde083]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=6913f86b [6913f86b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=37baea59 [37baea59]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tde-guidance ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-guidance/commit/?id=5acecc50 [5acecc50]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-guidance/commit/?id=4a49ed93 [4a49ed93]] Remove wineconfig module&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-guidance/commit/?id=16bbedc3 [16bbedc3]] Remove grubconfig module&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-guidance/commit/?id=dc9cd228 [dc9cd228]] Fix functionality of mountconfig module&lt;br /&gt;
&lt;br /&gt;
== tde-systemsettings ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-systemsettings/commit/?id=f614f05c [f614f05c]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-systemsettings/commit/?id=a1194f5b [a1194f5b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdenetworkmanager ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=ac34a604 [ac34a604]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=00aab2e4 [00aab2e4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=048ed035 [048ed035]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=ba52504d [ba52504d]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=687ebf64 [687ebf64]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=f54fe201 [f54fe201]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tdesudo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesudo/commit/?id=da05d2b4 [da05d2b4]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== wlassistant ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/wlassistant/commit/?id=3efb8ddd [3efb8ddd]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/wlassistant/commit/?id=f7a20040 [f7a20040]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
= applications/system =&lt;br /&gt;
== dolphin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=a822e3e4 [a822e3e4]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=84dce0e3 [84dce0e3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=94fa32f9 [94fa32f9]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=60a08792 [60a08792]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=5ee150f0 [5ee150f0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=c11be914 [c11be914]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=fd73938a [fd73938a]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== katapult ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=d3f66339 [d3f66339]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=bdd907d1 [bdd907d1]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=4ca2cbcf [4ca2cbcf]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kbfx ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=6319099a [6319099a]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=cca1b232 [cca1b232]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=97ca6223 [97ca6223]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kcmautostart ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=59eea31e [59eea31e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=9f38675b [9f38675b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=f73b98ca [f73b98ca]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kdbusnotification ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=93591f24 [93591f24]] Respect -DDBUS_BINDING_TOOL provided by cmake user&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=a971c7f6 [a971c7f6]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== klamav ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=e2e86dda [e2e86dda]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== knemo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=bed78533 [bed78533]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=74f1cd87 [74f1cd87]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=95eef6c3 [95eef6c3]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=a2090048 [a2090048]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=923a514f [923a514f]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== knetload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=0ba0326e [0ba0326e]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=83b084bf [83b084bf]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=0ea50dc6 [0ea50dc6]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=bb7f6255 [bb7f6255]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== knetstats ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=57a4c0ab [57a4c0ab]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=1caa8b1b [1caa8b1b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=de4276a7 [de4276a7]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kooldock ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kooldock/commit/?id=2191a58b [2191a58b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== krusader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=0e769547 [0e769547]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=e61c1db9 [e61c1db9]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=f854b2fe [f854b2fe]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=f19fa530 [f19fa530]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=db723943 [db723943]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=6c738063 [6c738063]] Krusader: Unpacking TXZ.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=f8733916 [f8733916]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=ae61cb4c [ae61cb4c]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kshutdown ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=8f798c9f [8f798c9f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=bdaee14b [bdaee14b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== ksystemlog ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=c110ab27 [c110ab27]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=a07e5bcd [a07e5bcd]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=6200356b [6200356b]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kvkbd ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=09ce2637 [09ce2637]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=0a7a004c [0a7a004c]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== polkit-agent-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=fbceb48f [fbceb48f]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== smartcardauth ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smartcardauth/commit/?id=0247a594 [0247a594]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tastymenu ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=44e77ecb [44e77ecb]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdebluez ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=1f091996 [1f091996]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=7fe3e3a1 [7fe3e3a1]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdedocker ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=e9c02a31 [e9c02a31]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdepowersave ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=f5832e4a [f5832e4a]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=c492704a [c492704a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=2ef52b9d [2ef52b9d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=135b14de [135b14de]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=04965313 [04965313]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tdesshaskpass ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=bf98ebd6 [bf98ebd6]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=60c67fdf [60c67fdf]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=481fe0f8 [481fe0f8]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== yakuake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=3dc97a47 [3dc97a47]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=9368dcd8 [9368dcd8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=cbb2affd [cbb2affd]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=9388682a [9388682a]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
= applications/tdeio =&lt;br /&gt;
== tdeio-appinfo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=6a5b2b96 [6a5b2b96]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeio-apt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=d76aa3d0 [d76aa3d0]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeio-ftps ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-ftps/commit/?id=20caed22 [20caed22]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeio-gopher ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-gopher/commit/?id=629af4d1 [629af4d1]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeio-locate ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=2f71daf1 [2f71daf1]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeio-sword ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=b14a6077 [b14a6077]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=4f0871c3 [4f0871c3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=a4b077fb [a4b077fb]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeio-umountwrapper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=6d87cc1f [6d87cc1f]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=13da79f0 [13da79f0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=c138f55c [c138f55c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=b2628b22 [b2628b22]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
= applications/themes =&lt;br /&gt;
== gtk-qt-engine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=afc6ea03 [afc6ea03]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=717ae9b4 [717ae9b4]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=e2af75f0 [e2af75f0]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=d161ea67 [d161ea67]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== gtk3-tqt-engine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk3-tqt-engine/commit/?id=9d21ebe8 [9d21ebe8]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk3-tqt-engine/commit/?id=180b6368 [180b6368]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kgtk-qt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=fa044ab0 [fa044ab0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=97c7c47d [97c7c47d]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=68e5b179 [68e5b179]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== ksplash-engine-moodin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=62f1c985 [62f1c985]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== qt4-tqt-theme-engine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qt4-tqt-theme-engine/commit/?id=7e605f95 [7e605f95]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
&lt;br /&gt;
== tde-style-baghira ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=210aaadd [210aaadd]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tde-style-domino ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=e19e9e50 [e19e9e50]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=12aad560 [12aad560]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tde-style-ia-ora ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=bfcab3f3 [bfcab3f3]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tde-style-lipstik ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=b0e0c34a [b0e0c34a]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=7b118fa8 [7b118fa8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=69a0e002 [69a0e002]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=3a412a9e [3a412a9e]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=f30bd931 [f30bd931]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tde-style-qtcurve ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=ea3215e2 [ea3215e2]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=cbb50b27 [cbb50b27]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=9238a995 [9238a995]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=f1732e3b [f1732e3b]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=5d24eff4 [5d24eff4]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=14a3eec2 [14a3eec2]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tdmtheme ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=d5324923 [d5324923]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== twin-style-crystal ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=e0ee1309 [e0ee1309]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=e87fce4f [e87fce4f]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=857dc031 [857dc031]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=858d33cc [858d33cc]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== twin-style-dekorator ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=6e6b5fd0 [6e6b5fd0]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== twin-style-machbunt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=8cf5d248 [8cf5d248]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== twin-style-suse2 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=3193200c [3193200c]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
= applications/utilities =&lt;br /&gt;
== abakus ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=7367cf3e [7367cf3e]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=6ff22608 [6ff22608]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=54b3d710 [54b3d710]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=e41c0ced [e41c0ced]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== filelight ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=2725bd4a [2725bd4a]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=287eaafa [287eaafa]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=58b6f564 [58b6f564]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=ad0cfb27 [ad0cfb27]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=894a7b9c [894a7b9c]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kbarcode ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=97a76f36 [97a76f36]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=2191b2df [2191b2df]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=587dc58e [587dc58e]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=e68f82c5 [e68f82c5]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kchmviewer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=d2f01bb5 [d2f01bb5]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=89ba2b7d [89ba2b7d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=dfbfbc33 [dfbfbc33]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kcpuload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=cec0eba3 [cec0eba3]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=ee9f81ae [ee9f81ae]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=357be4cd [357be4cd]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kdirstat ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=be5e4244 [be5e4244]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=23237d09 [23237d09]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=1ba064de [1ba064de]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== keep ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=4f1c8e54 [4f1c8e54]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=2b6bd386 [2b6bd386]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=15c4aae7 [15c4aae7]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== knutclient ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=334246ae [334246ae]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=017c57dd [017c57dd]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=b3f56562 [b3f56562]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kommando ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kommando/commit/?id=9066230a [9066230a]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kompose ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=cb455231 [cb455231]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== krename ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=44470b8a [44470b8a]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=7132d1d7 [7132d1d7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=d8fcd4fa [d8fcd4fa]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=804f4f35 [804f4f35]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=5d02ccb1 [5d02ccb1]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== ksensors ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=7453b1ad [7453b1ad]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== mathemagics ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mathemagics/commit/?id=fdfbfd7c [fdfbfd7c]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== qalculate-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=d88c548d [d88c548d]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
= packaging =&lt;br /&gt;
== packaging ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=9907c849 [9907c849]] DEB tdebase: Enable new option WITH_SFTP.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=3d551b91 [3d551b91]] DEB tdebase kxkb: add notification event for keyboard layout change. This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/438 TDE/tdebase#438]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=a006276e [a006276e]] DEB tdesshaskpass: Fix the support of Ninja build.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=03143bf8 [03143bf8]] DEB tqt3: Update README file name.&amp;lt;br/&amp;gt;This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tqt3/issues/93 TDE/tqt3#93]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=6729c27b [6729c27b]] DEB: Automatically add ldconfig trigger if the package contains plugins.&amp;lt;br/&amp;gt;As a result, it is no longer necessary to enforce ldconfig in postinst&amp;lt;br/&amp;gt;and postrm scripts and this solves the problem with packages where the&amp;lt;br/&amp;gt;ldconfig was not called after installation, but it was needed.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdemultimedia/issues/29 TDE/tdemultimedia#29]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=6bc6d6e3 [6bc6d6e3]] DEB: Add support for Ubuntu Noble.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=4ae59bb2 [4ae59bb2]] DEB tdebase: Prevent unwanted restarting TDM service during upgrade.&amp;lt;br/&amp;gt;This made it possible to add #DEBHELPER# back to TDM prerm script.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/409 TDE/tdebase#409]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=4784f17e [4784f17e]] DEB smb4k: cmake conversion&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=65dd80fb [65dd80fb]] DEB libr: update package name to libr1&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=ce06e711 [ce06e711]] DEB libr: remove dependency on libglade, which is no longer available&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=dff6d937 [dff6d937]] DEB tdeaddons: Add libdb5.3++-dev as an alternative dependency for libdb++-dev.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=d4152453 [d4152453]] DEB soundkonverter: cmake conversion&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=13ab9cf7 [13ab9cf7]] DEB gwenview: Fix the name of suggested i18n package.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=904d1e09 [904d1e09]] RPM: add support for Fedora 39&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=ea66d8ef [ea66d8ef]] DEB: drop Stretch and Xenial and invalid link&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=bdc4e185 [bdc4e185]] DEB twin-style-fahrenheit: Change debhelper compatibility level to 10.&amp;lt;br/&amp;gt;Use DEB_COMPRESS_EXCLUDE_ALL instead of deprecated DEB_COMPRESS_EXCLUDE.&amp;lt;br/&amp;gt;(the last part of commit fc691a7208477948ad7519ed67861a0b4c6a4b74)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=2b20e14f [2b20e14f]] DEB: add twin-style-fahrenheit packaging files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=90c68a68 [90c68a68]] DEB tde-cmake: Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=0809dd93 [0809dd93]] DEB: Change debhelper compatibility level to 10.&amp;lt;br/&amp;gt;Use DEB_COMPRESS_EXCLUDE_ALL instead of deprecated DEB_COMPRESS_EXCLUDE.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=657aaad5 [657aaad5]] DEB tdebase: add new color themes&lt;/div&gt;</summary>
		<author><name>SlavekB</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.2.0&amp;diff=3261</id>
		<title>Changelog For R14.2.0</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.2.0&amp;diff=3261"/>
		<updated>2023-12-18T01:20:59Z</updated>

		<summary type="html">&lt;p&gt;SlavekB: /* applications/utilities */ Update 20231217&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= dependencies =&lt;br /&gt;
== tde-cmake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=9fae6b57 [9fae6b57]] Update version to R14.2.0&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tqt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=ee0c5d58 [ee0c5d58]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a6829398 [a6829398]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=d2122705 [d2122705]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=e0a3cab4 [e0a3cab4]] Minor adjustments to porting documentation&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=f2b3ea52 [f2b3ea52]] Drop compatibility code for TQSignal&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=fb6884ea [fb6884ea]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=2e817b4b [2e817b4b]] Remove dangled symlinks for droped compat headers.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=c3bb8881 [c3bb8881]] Drop compatibility code for TQButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=9492e618 [9492e618]] Drop compatibility code for TQThread&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=979f5621 [979f5621]] Drop compatibility code for TQLineEdit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=83991feb [83991feb]] Remove Qt4 related stuff&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=48ea22d0 [48ea22d0]] Drop compatibility code for TQToolButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b1bfbe79 [b1bfbe79]] Drop compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=bfd62a0b [bfd62a0b]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a8466ab3 [a8466ab3]] Translated using Weblate (Chinese (zh))&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3 - examples-i18n&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3-examples-i18n/zh/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=5350a724 [5350a724]] Drop TQT_NO_COMPAT code from mkspecs files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a75445b4 [a75445b4]] Drop Qt2 obsolete classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b6e9b6c6 [b6e9b6c6]] Added translation using Weblate (Turkish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=af9d6b11 [af9d6b11]] Added translation using Weblate (Turkish)&lt;br /&gt;
&lt;br /&gt;
== tqtinterface ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=9ad01120 [9ad01120]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=4746fbba [4746fbba]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=1c79e9f8 [1c79e9f8]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
== pytqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=aa676491 [aa676491]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=cba16275 [cba16275]] Drop compatibility code for TQThread&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=8bd235be [8bd235be]] Addons to previous commit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=28273a01 [28273a01]] Drop Qt2&amp;#039;s TQSemiModal class.&lt;br /&gt;
&lt;br /&gt;
= core =&lt;br /&gt;
== tdelibs ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cca633c6 [cca633c6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (179 of 179 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/all languages&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/all-languages/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=9755ecd9 [9755ecd9]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=503eb0d9 [503eb0d9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=29b84bd0 [29b84bd0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=f6627610 [f6627610]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7f7e5585 [7f7e5585]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.4% (323 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7a35fcf1 [7a35fcf1]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=f49e67f0 [f49e67f0]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=920d56d2 [920d56d2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=a7316f73 [a7316f73]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=4e0aa6d5 [4e0aa6d5]] Fix functionality broken by commit 8233b2e5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=8233b2e5 [8233b2e5]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=74cb596c [74cb596c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdemarkdown - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdemarkdown-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=29f58681 [29f58681]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (327 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=c6bc3af7 [c6bc3af7]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cdf964bb [cdf964bb]] Update version to R14.2.0&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tdebase ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f093a1be [f093a1be]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdm - themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdm-themes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=21ecd990 [21ecd990]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplash - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplash-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=607f0804 [607f0804]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdehtml_plugins.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdehtml_pluginsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5f815bd0 [5f815bd0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkonq - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkonq-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8175c850 [8175c850]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksysguard - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksysguard-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7c8d600d [7c8d600d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=3faa7b1b [3faa7b1b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kate - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kate-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f6fb0d91 [f6fb0d91]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 61.8% (281 of 454 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=70af14e2 [70af14e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 48.5% (168 of 346 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kappfinder - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kappfinder-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=035c2698 [035c2698]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - directories&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-directories/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a1cbb16b [a1cbb16b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.8% (248 of 251 strings)&amp;lt;br/&amp;gt;Translation: tdebase/l10n - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/l10n-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a26bb216 [a26bb216]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1103f2b1 [1103f2b1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c836bb9d [c836bb9d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=00eab673 [00eab673]] Translated using Weblate (Greek)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/el/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9e7b4bb1 [9e7b4bb1]] TWin: Fix loading of window decoration configuration libraries&amp;lt;br/&amp;gt;Accidentally broken by commit 84ab47055d.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=748a54ff [748a54ff]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=dddd52ff [dddd52ff]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=30d54139 [30d54139]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2317bee2 [2317bee2]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=4c64b274 [4c64b274]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-events/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c0ca8145 [c0ca8145]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f1f2e40a [f1f2e40a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5eec362c [5eec362c]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2986ff6e [2986ff6e]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2937383d [2937383d]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-data/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9ab75fc1 [9ab75fc1]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ea076539 [ea076539]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi - presets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi-presets/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8a8431ab [8a8431ab]] twin: renames twin3_ to twin_ in user theme config files. This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/351 #351] and PR #364.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=91cb2036 [91cb2036]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.0% (33 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=88ea7160 [88ea7160]] KWin: rename client libraries twin3_* -&amp;amp;gt; twin_*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=84ab4705 [84ab4705]] Make TWin look for `twin_` libraries&amp;lt;br/&amp;gt;This is now the preferred way of calling the decoration libraries&amp;lt;br/&amp;gt;(in place of `twin3_`). The old names that start with `twin3_` are&amp;lt;br/&amp;gt;still recognized for compatibility reasons.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/351 #351]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e8336ee5 [e8336ee5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2da663c3 [2da663c3]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8210b058 [8210b058]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=74eb1d78 [74eb1d78]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=90b19e21 [90b19e21]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ce84a0c6 [ce84a0c6]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=950f0ce7 [950f0ce7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tde_release_notes.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tde_release_notesdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d61158c7 [d61158c7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdcop - kdcop.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdcop-kdcopdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ddc6b3af [ddc6b3af]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeintegration.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeintegrationdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1771a344 [1771a344]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5ec66d53 [5ec66d53]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - compat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-compat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=653159ea [653159ea]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=143cff2e [143cff2e]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=78937d51 [78937d51]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9ab17ab4 [9ab17ab4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e539275a [e539275a]] Add release notes draft for R14.2.x series&lt;br /&gt;
&lt;br /&gt;
== tdepim ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=5863ef46 [5863ef46]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=0e164959 [0e164959]] Fix functionality broken by commit fd0046c4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=fd0046c4 [fd0046c4]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=860c8799 [860c8799]] Drop deprecated kitchensync code&lt;br /&gt;
&lt;br /&gt;
== tdemultimedia ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=c5e80026 [c5e80026]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdemid - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdemid-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=ec115020 [ec115020]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=1c71f523 [1c71f523]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/libkcddb - libkcddb.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/libkcddb-libkcddbdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=94ca3a13 [94ca3a13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kscd - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kscd-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=6c3e9a2f [6c3e9a2f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=775b1efd [775b1efd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kappfinder - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kappfinder-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=a452bd94 [a452bd94]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaudiocreator - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaudiocreator-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=514a0715 [514a0715]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=cb937aa9 [cb937aa9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaudiocreator - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaudiocreator-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=261327ee [261327ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaboodle - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaboodle-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=ab65a990 [ab65a990]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== tdenetwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=7cf631be [7cf631be]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=15fd0d5c [15fd0d5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=bff9d105 [bff9d105]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=1e65a9c9 [1e65a9c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krfb - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krfb-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=65f0237b [65f0237b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=0f7aec08 [0f7aec08]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=8b0277b3 [8b0277b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=ea8c2556 [ea8c2556]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kwifi - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kwifi-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=7dbed250 [7dbed250]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=1732e27c [1732e27c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc - ksirc.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc-ksircdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=f0b3ae6b [f0b3ae6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krfb - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krfb-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=0bf1f09c [0bf1f09c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krdc - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krdc-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=cd3b9bc6 [cd3b9bc6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=6c1bfe1c [6c1bfe1c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/knewsticker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/knewsticker-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e540875f [e540875f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=9f39152c [9f39152c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=ec7c5f92 [ec7c5f92]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmlanbrowser - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmlanbrowser-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=bd2c6b41 [bd2c6b41]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kdict - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kdict-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=055c3ba8 [055c3ba8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmktalkd - kcmktalkd.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmktalkd-kcmktalkddesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e8441a98 [e8441a98]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/dcoprss - rssservice.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/dcoprss-rssservicedesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== tdegraphics ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=32a0eae8 [32a0eae8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=0464b42f [0464b42f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksvg - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksvg-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=83ca390f [83ca390f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kooka - kooka.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kooka-kookadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=b946ccf6 [b946ccf6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kolourpaint - kolourpaint.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kolourpaint-kolourpaintdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=c3994f8f [c3994f8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=c8525154 [c8525154]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kfax - kfax.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kfax-kfaxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=82790fe5 [82790fe5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcoloredit - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcoloredit-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=6628c1cf [6628c1cf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdeiconedit - tdeiconedit.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdeiconedit-tdeiconeditdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=6fec2493 [6fec2493]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewshell - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewshell-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=0ac60cd7 [0ac60cd7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kuickshow - kuickshow.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kuickshow-kuickshowdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=b7a2fb44 [b7a2fb44]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksnapshot - ksnapshot.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksnapshot-ksnapshotdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=d73ec8db [d73ec8db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler - kruler.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler-krulerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=4207cf76 [4207cf76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpovmodeler - kpovmodeler.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpovmodeler-kpovmodelerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=a34651aa [a34651aa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=df90b4db [df90b4db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kfaxview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kfaxview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=10228ff7 [10228ff7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kdvi - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kdvi-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=786ba559 [786ba559]] Fix functionality broken by commit d26dabfe.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=d26dabfe [d26dabfe]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=fdd22494 [fdd22494]] Drop deprecated kmrml code&lt;br /&gt;
&lt;br /&gt;
== tdetoys ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=47ebe98c [47ebe98c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (285 of 285 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather - stations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather-stations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=bfb7d592 [bfb7d592]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=97649015 [97649015]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kworldclock - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kworldclock-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=29e37f55 [29e37f55]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/ktux - ktux.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/ktux-ktuxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=4eb6f321 [4eb6f321]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kteatime - kteatime.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kteatime-kteatimedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=75d71ec8 [75d71ec8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kodo - kodo.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kodo-kododesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=ef99089e [ef99089e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/amor - amor.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/amor-amordesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=528f19d2 [528f19d2]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeedu ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=0c53c58d [0c53c58d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=d99f3098 [d99f3098]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=05b36881 [05b36881]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kverbos - kverbos.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kverbos-kverbosdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=b2b4038e [b2b4038e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kturtle - kturtle.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kturtle-kturtledesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=9edf12e3 [9edf12e3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/ktouch - ktouch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/ktouch-ktouchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=373f572e [373f572e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kiten - kiten.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kiten-kitendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=894d22c5 [894d22c5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars - kstars.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars-kstarsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=b245468a [b245468a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kpercentage - kpercentage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kpercentage-kpercentagedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=9a430435 [9a430435]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kmplot - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kmplot-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=7cbde739 [7cbde739]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/klettres - klettres.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/klettres-klettresdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=3f41eb31 [3f41eb31]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/klatin - klatin.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/klatin-klatindesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=274c00f5 [274c00f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kig - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kig-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=d076ba6e [d076ba6e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/khangman - khangman.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/khangman-khangmandesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e7ecdbc7 [e7ecdbc7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography - kgeography.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography-kgeographydesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=7ec075a1 [7ec075a1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/keduca - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/keduca-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e45f4ee3 [e45f4ee3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kbruch - kbruch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kbruch-kbruchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e73aad5f [e73aad5f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kanagram - kanagram.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kanagram-kanagramdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=026dd7e1 [026dd7e1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kalzium - kalzium.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kalzium-kalziumdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=92daf7c2 [92daf7c2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/blinken - blinken.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/blinken-blinkendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=ad620012 [ad620012]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=1b57c822 [1b57c822]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== tdegames ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=707ed9c6 [707ed9c6]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=72486eea [72486eea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/tdefifteen - tdefifteen.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/tdefifteen-tdefifteendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=1af92e8c [1af92e8c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk - knetwalk.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk-knetwalkdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=b4e10441 [b4e10441]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/twin4 - twin4.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/twin4-twin4desktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=60e6b4b7 [60e6b4b7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ktuberling - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ktuberling-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f86cc3b2 [f86cc3b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kspaceduel - kspaceduel.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kspaceduel-kspacedueldesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=1723a2e2 [1723a2e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksokoban - ksokoban.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksokoban-ksokobandesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=b8bfa029 [b8bfa029]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksnake - ksnake.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksnake-ksnakedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f3055d26 [f3055d26]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=25bbc148 [25bbc148]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet - ksirtet.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet-ksirtetdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=bc6ebdd9 [bc6ebdd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksame - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksame-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=245abf4b [245abf4b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kshisen - kshisen.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kshisen-kshisendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=a24aefaf [a24aefaf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f361902f [f361902f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi - kreversi.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi-kreversidesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=bdbf75db [bdbf75db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kpoker - kpoker.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kpoker-kpokerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=8010109b [8010109b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kpat - kpat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kpat-kpatdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=30b2fe6b [30b2fe6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/konquest - konquest.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/konquest-konquestdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e3c0ddc0 [e3c0ddc0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kolf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kolf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=214ce742 [214ce742]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmines - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmines-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e2876665 [e2876665]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e58b9568 [e58b9568]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmines - kmines.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmines-kminesdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=564ede18 [564ede18]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmahjongg - kmahjongg.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmahjongg-kmahjonggdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=a1f2098b [a1f2098b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegames/klickety - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/klickety-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=04405ac0 [04405ac0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kjumpingcube - kjumpingcube.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kjumpingcube-kjumpingcubedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=ddeb59d5 [ddeb59d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kgoldrunner - KGoldrunner.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kgoldrunner-kgoldrunnerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=6aa6a2fc [6aa6a2fc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kenolaba - kenolaba.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kenolaba-kenolabadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=c2e382ff [c2e382ff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbounce - kbounce.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbounce-kbouncedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=43a1ef1a [43a1ef1a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kblackbox - kblackbox.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kblackbox-kblackboxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=47443995 [47443995]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbackgammon - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbackgammon-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=51730a13 [51730a13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbackgammon - kbackgammon.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbackgammon-kbackgammondesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f4e1241f [f4e1241f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kasteroids - kasteroids.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kasteroids-kasteroidsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=195f32ff [195f32ff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegames/atlantik - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/atlantik-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=078f8a60 [078f8a60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/atlantik - atlantik.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/atlantik-atlantikdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=23f73f6d [23f73f6d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=89209b44 [89209b44]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeaccessibility ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=546f0a26 [546f0a26]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmousetool - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmousetool-desktop-files/nl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=0c8252ff [0c8252ff]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmag - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmag-desktop-files/nl/&lt;br /&gt;
&lt;br /&gt;
== tdeaddons ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=462e8067 [462e8067]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (64 of 64 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-plugins-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=7247f36b [7247f36b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tutorials - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tutorials-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=729f8436 [729f8436]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-plugins-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=c75bb91d [c75bb91d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/ksig - ksig.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/ksig-ksigdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=8b19a3d4 [8b19a3d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (44 of 44 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-plugins-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== tdeadmin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=7c269be3 [7c269be3]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 50.0% (1 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage - kpackage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage-kpackagedesktop/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=b60f7565 [b60f7565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kuser - kuser.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kuser-kuserdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=39dd6199 [39dd6199]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/ksysv - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/ksysv-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=1ec384e5 [1ec384e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=78260ae7 [78260ae7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage - kpackage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage-kpackagedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=18052ec0 [18052ec0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kdat - kdat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kdat-kdatdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=68dbc1fc [68dbc1fc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kcron - kcron.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kcron-kcrondesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== tdeartwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=e76fde84 [e76fde84]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/icon themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/icon-themes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=480c8a32 [480c8a32]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/icon themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/icon-themes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=d5891cb6 [d5891cb6]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/wallpapers-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=b7c7780f [b7c7780f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeartwork/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/wallpapers-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=25e4ea58 [25e4ea58]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=0afaf315 [0afaf315]] twin-styles: twin3_ to twin_ conversion&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=5f90bc99 [5f90bc99]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (314 of 314 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/tdescreensaver - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/tdescreensaver-desktop-files/it/&lt;br /&gt;
&lt;br /&gt;
== tdebindings ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=84ec6486 [84ec6486]] Drop compatibility code for TQSignal&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=13378021 [13378021]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=02712db1 [02712db1]] Drop compatibility code for TQButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=53442b53 [53442b53]] Drop obsolete TQLineEdit methods&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=1b35744b [1b35744b]] Drop compatibility code for TQToolButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=476cadbf [476cadbf]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=941081ce [941081ce]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=dcffc0bc [dcffc0bc]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
== tdesdk ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=e116e963 [e116e963]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbabel - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbabel-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=ba42cd60 [ba42cd60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=0b324ad9 [0b324ad9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=26ea0a31 [26ea0a31]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdecachegrind - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdecachegrind-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=7b277c01 [7b277c01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/scheck - scheck.themerc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/scheck-scheckthemerc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=8d7ac8ea [8d7ac8ea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kuiviewer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kuiviewer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=70cbb21e [70cbb21e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbugbuster - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbugbuster-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=5951f56b [5951f56b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/cervisia - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/cervisia-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=0c03e09c [0c03e09c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/cervisia - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/cervisia-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=b221bea0 [b221bea0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kompare - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kompare-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d50abb28 [d50abb28]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.1% (27 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=3523578c [3523578c]] Fix functionality broken by commit d619f66&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d619f66a [d619f66a]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tdevelop ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=f4724912 [f4724912]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop-desktop-files/&lt;br /&gt;
&lt;br /&gt;
== tdewebdev ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=13d63148 [13d63148]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kimagemapeditor - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kimagemapeditor-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=e16b4e3b [e16b4e3b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=6552a392 [6552a392]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== tde-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b54aba2 [2b54aba2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (833 of 833 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02030efa [02030efa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.2% (461 of 500 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdecachegrind&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdecachegrind/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5abddf59 [5abddf59]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1016 of 1016 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbabel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbabel/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fc1947d4 [fc1947d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - validators&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-validators/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=995b2521 [995b2521]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4722fda2 [4722fda2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 71.0% (49 of 69 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c7fe792b [c7fe792b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (89 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c55b4ce5 [c55b4ce5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (241 of 241 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonqhtml&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonqhtml/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aeed5fd8 [aeed5fd8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b7b847f5 [b7b847f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (223 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=255d26f7 [255d26f7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (238 of 238 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/ksim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/ksim/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78aad284 [78aad284]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (89 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76168eb5 [76168eb5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmperformance&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmperformance/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1fd85bdd [1fd85bdd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_pop3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_pop3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a58fce8 [2a58fce8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d228567 [7d228567]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfmclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfmclient/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d1527d8f [d1527d8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_smtp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_smtp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c363a97 [6c363a97]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (140 of 140 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ec080931 [ec080931]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc2988ac [bc2988ac]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd5194d2 [bd5194d2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=04ed4b52 [04ed4b52]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (76 of 76 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmusb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmusb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc1d1c98 [bc1d1c98]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (43 of 43 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kthememanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kthememanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ffa5d7e7 [ffa5d7e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (96 of 96 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeprintfax&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeprintfax/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=076c2fed [076c2fed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdestyle_keramik_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdestyle_keramik_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4ceab3f4 [4ceab3f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplashthemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplashthemes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=512d9f79 [512d9f79]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=47e26a43 [47e26a43]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (93 of 93 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdefontinst&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdefontinst/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3a144469 [3a144469]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_home&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_home/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cd272aca [cd272aca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmnotify&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmnotify/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d2ba7ada [d2ba7ada]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (290 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=135f1b2e [135f1b2e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=07c69212 [07c69212]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=03934f6b [03934f6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_system&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_system/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67680029 [67680029]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0e0ae526 [0e0ae526]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeio_svn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeio_svn/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a87c6d1 [8a87c6d1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_ts&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_ts/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aade5865 [aade5865]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_po&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_po/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=522da565 [522da565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_diff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_diff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=83c47a3a [83c47a3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_cpp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_cpp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4d9ffb4a [4d9ffb4a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kres_bugzilla&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kres_bugzilla/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cfa3a9ad [cfa3a9ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (208 of 208 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbugbuster&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbugbuster/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ebed3f3 [3ebed3f3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acb7bd01 [acb7bd01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kmenuapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kmenuapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b406e7b0 [b406e7b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=610e404f [610e404f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/krdb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/krdb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bf546323 [bf546323]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmspellchecking&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmspellchecking/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a6399d3 [4a6399d3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 65.0% (13 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmiccconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmiccconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=80a06e94 [80a06e94]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_tar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_tar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b26c4f5 [4b26c4f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_recentdocs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_recentdocs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=58999e40 [58999e40]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_prefmenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_prefmenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6ce221c9 [6ce221c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - sort&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-sort/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0390f05b [0390f05b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - webarchiver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-webarchiver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cf552d9d [cf552d9d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - wavecapture&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-wavecapture/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=433ee6e7 [433ee6e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - wakeup&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-wakeup/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=46159872 [46159872]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - tyler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-tyler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e02bff0f [e02bff0f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - tippecanoe&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-tippecanoe/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0761ee7 [c0761ee7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - txt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-txt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cd18979e [cd18979e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - mhtml&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-mhtml/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=712079e1 [712079e1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - lnk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-lnk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fce9e09 [4fce9e09]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - html&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-html/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25db3dca [25db3dca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - folder&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-folder/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef1f9ac7 [ef1f9ac7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-desktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10e3306c [10e3306c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - cert&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-cert/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3fec0e8 [f3fec0e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - synaescope&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-synaescope/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a86eaabb [a86eaabb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - searchbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-searchbar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5da3c28e [5da3c28e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - pitchablespeed&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-pitchablespeed/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dce4401c [dce4401c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - minitools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-minitools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=65231d72 [65231d72]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - microformat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-microformat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e048a4eb [e048a4eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (42 of 42 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - mediacontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-mediacontrol/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=03f6f36f [03f6f36f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - lyrics&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-lyrics/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=75a2d1a4 [75a2d1a4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kaddressbook - gmx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kaddressbook-gmx/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=111da4e5 [111da4e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kaddressbook - kworldclock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kaddressbook-kworldclock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=37ccc73b [37ccc73b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (53 of 53 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - ktimemon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-ktimemon/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=877faee6 [877faee6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (48 of 48 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - metabar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-metabar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a964e80 [8a964e80]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - mediaplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-mediaplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6215185a [6215185a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - delicious&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-delicious/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=432a8fd9 [432a8fd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - kmathapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-kmathapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2537b8d7 [2537b8d7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (33 of 33 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - kbinaryclock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-kbinaryclock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41b3507f [41b3507f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - xmltools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-xmltools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d895f991 [d895f991]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - xmlcheck&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-xmlcheck/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1477c443 [1477c443]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - textfilter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-textfilter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a96d906d [a96d906d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - tabbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-tabbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02b5b392 [02b5b392]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - snippets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-snippets/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=06908d1c [06908d1c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - pybrowse&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-pybrowse/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68019125 [68019125]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - openheader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-openheader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e4943b1f [e4943b1f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - modeline&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-modeline/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a8e169d [4a8e169d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - make&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-make/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8548c37e [8548c37e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - kjswrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-kjswrapper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=65197c45 [65197c45]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - insertcommand&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-insertcommand/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f33c05f3 [f33c05f3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - htmltools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-htmltools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a3220aa3 [a3220aa3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - helloworld&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-helloworld/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0768ae06 [0768ae06]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - fll_plugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-fll_plugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ed62a7e [7ed62a7e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - fll_initplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-fll_initplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4551fe7c [4551fe7c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - filetemplates&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-filetemplates/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a5773c33 [a5773c33]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - cppsymbolviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-cppsymbolviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d5f107a6 [d5f107a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - image&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-image/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=760d609c [760d609c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - charlatanui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-charlatanui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=49a7da4e [49a7da4e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - ffrs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-ffrs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44ff5289 [44ff5289]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - dub&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-dub/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f595c2f4 [f595c2f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (81 of 81 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - domtreeviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-domtreeviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5984420c [5984420c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - dirfilter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-dirfilter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8740f36c [8740f36c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - crashes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-crashes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2eea31a6 [2eea31a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - autorefresh&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-autorefresh/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0b43890b [0b43890b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - audio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-audio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b60fc4c0 [b60fc4c0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - ark&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-ark/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4f2e12e9 [4f2e12e9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - alsaplayerui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-alsaplayerui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8cf5b05b [8cf5b05b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - akregator&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-akregator/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e9608f5 [1e9608f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (3009 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb7f6413 [bb7f6413]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (101 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2297c73 [a2297c73]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16fc9290 [16fc9290]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30b25447 [30b25447]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0c9390e0 [0c9390e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_asus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_asus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c9b6e0a [3c9b6e0a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (464 of 464 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kttsd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kttsd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5f018862 [5f018862]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.8% (5277 of 5622 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9cd12c13 [9cd12c13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4373 of 4373 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fb393ca2 [fb393ca2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdelirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdelirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de26e8e7 [de26e8e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/superkaramba&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/superkaramba/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef2d1ac9 [ef2d1ac9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.7% (204 of 238 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/ksim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/ksim/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8225ecb4 [8225ecb4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0d8c5564 [0d8c5564]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_powerbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_powerbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=15e159f9 [15e159f9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cbaed96f [cbaed96f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_delli8k&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_delli8k/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=99665cc4 [99665cc4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilod&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilod/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76cf712f [76cf712f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kfloppy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kfloppy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a780ff13 [a780ff13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.1% (833 of 849 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kaddressbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kaddressbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=160a21e5 [160a21e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (288 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b39b69b0 [b39b69b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.8% (224 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=37c46a10 [37c46a10]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aaa64918 [aaa64918]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_raw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_raw/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b72b65e [2b72b65e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (197 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de33568d [de33568d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (121 of 121 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/klinkstatus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/klinkstatus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c46c273c [c46c273c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=463fe953 [463fe953]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.0% (23 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - webarchiver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-webarchiver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f902060c [f902060c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - imgallery&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-imgallery/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7291a5d [e7291a5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (254 of 254 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libtdegames&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libtdegames/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=60f4c2ad [60f4c2ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4d13a2c [c4d13a2c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (557 of 557 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kmplot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kmplot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8f16a587 [8f16a587]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4373 of 4373 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a1803a12 [a1803a12]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (765 of 765 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kalzium&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kalzium/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a9f1223f [a9f1223f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6f5c5077 [6f5c5077]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (138 of 138 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdeiconedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdeiconedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9f37b90b [9f37b90b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_xpm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_xpm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=124a1a5b [124a1a5b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_xbm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_xbm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1397cb2b [1397cb2b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_tiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_tiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8cd2a856 [8cd2a856]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_tga&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_tga/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2102c574 [2102c574]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_rgb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_rgb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=146a8054 [146a8054]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_ps&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_ps/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=21580aeb [21580aeb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pnm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pnm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee75c8c5 [ee75c8c5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_png&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_png/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=19cf3c62 [19cf3c62]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pdf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=107c467f [107c467f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pcx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pcx/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02a155ef [02a155ef]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (67 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_jpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_jpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d85c7052 [d85c7052]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_ico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_ico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2933d93 [e2933d93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_gif&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_gif/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4382f606 [4382f606]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (59 of 59 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_exr&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_exr/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5bddf5a5 [5bddf5a5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_dvi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_dvi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=921e29b3 [921e29b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_dds&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_dds/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0b56525a [0b56525a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_bmp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_bmp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5694df40 [5694df40]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (107 of 107 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/libkscan&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/libkscan/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4f70423 [d4f70423]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/libkfaximgage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/libkfaximgage/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1d63ec25 [1d63ec25]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (179 of 179 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewshell&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewshell/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4cd8d3e0 [4cd8d3e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewscannerplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewscannerplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d794493d [d794493d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kview_scale&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kview_scale/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5f74d61a [5f74d61a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewpresenterplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewpresenterplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1c6f60df [1c6f60df]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kvieweffectsplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kvieweffectsplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2c39783 [a2c39783]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewbrowserplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewbrowserplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=23706e02 [23706e02]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (123 of 123 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kuickshow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kuickshow/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=96c0bde1 [96c0bde1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (45 of 45 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksnapshot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksnapshot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6536643 [e6536643]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=40b76cfc [40b76cfc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (225 of 225 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=54045117 [54045117]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (256 of 256 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kooka&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kooka/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a0ba024f [a0ba024f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (386 of 386 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kolourpaint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kolourpaint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b9817b46 [b9817b46]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (131 of 131 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8614f6c [a8614f6c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kgamma&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kgamma/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=09d52dca [09d52dca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (215 of 215 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kdvi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kdvi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25b4dfd1 [25b4dfd1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcoloredit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcoloredit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51cd9478 [51cd9478]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewviewerpluginsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewviewerpluginsconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2c14518 [a2c14518]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewpluginsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewpluginsconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2746c521 [2746c521]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewgeneralconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewgeneralconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25650c93 [25650c93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewcanvasconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewcanvasconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4af32845 [4af32845]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcmkamera&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcmkamera/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb0c53ea [bb0c53ea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ff1ec9c1 [ff1ec9c1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (403 of 403 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c00aae5c [c00aae5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppplogview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppplogview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=93829039 [93829039]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (416 of 416 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c152d582 [c152d582]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (94 of 94 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kpf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kpf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=654c466b [654c466b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acdd4826 [acdd4826]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_avi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_avi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=85655c32 [85655c32]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (320 of 320 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12c3105c [12c3105c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (80 of 80 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_lame&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_lame/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acfe74f0 [acfe74f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.0% (17 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_xmlrpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_xmlrpc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8f561fa [b8f561fa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2430 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b59a52df [b59a52df]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.1% (833 of 849 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kaddressbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kaddressbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b15f99b [3b15f99b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.7% (341 of 360 strings)&amp;lt;br/&amp;gt;Translation: tdepim/akregator&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/akregator/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6fd71df1 [6fd71df1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12eb7e03 [12eb7e03]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.0% (250 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9937df39 [9937df39]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ae470e5 [2ae470e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=08998baf [08998baf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (67 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmcolors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmcolors/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10ac25e5 [10ac25e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdedebugdialog&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdedebugdialog/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0771e565 [0771e565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2865 of 2865 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/ppdtranslations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/ppdtranslations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c535e26d [c535e26d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73b6114f [73b6114f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=155b3201 [155b3201]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a4c12d6 [2a4c12d6]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=976a81b4 [976a81b4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (245 of 245 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kdat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kdat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9fe445d8 [9fe445d8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8660af8 [a8660af8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (152 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=807855fe [807855fe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=69bdd2bf [69bdd2bf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (416 of 416 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=85d49634 [85d49634]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6980e97e [6980e97e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (111 of 111 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dc165c85 [dc165c85]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2430 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5bd9ba76 [5bd9ba76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0fd4f012 [0fd4f012]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.0% (99 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ca026de0 [ca026de0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0eb200e2 [0eb200e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4af789bd [4af789bd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b3efd69f [b3efd69f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (72 of 72 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/i18n - entry.desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/i18n-entrydesktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e5046884 [e5046884]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.5% (2464 of 2578 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6ff96b0 [d6ff96b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.9% (929 of 1010 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kommander&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kommander/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=052541a5 [052541a5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6813630 [d6813630]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61348be4 [61348be4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (106 of 106 strings)&amp;lt;br/&amp;gt;Translation: tdegames/lskat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/lskat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ce4cc89a [ce4cc89a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f84f621b [f84f621b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.8% (5277 of 5622 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7adefbb7 [7adefbb7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (553 of 553 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kgpg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kgpg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a54f6ad [9a54f6ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.8% (722 of 723 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a7b6a48e [a7b6a48e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.0% (109 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=adb9ee02 [adb9ee02]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acbf941b [acbf941b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_systemmenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_systemmenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d1ace2d1 [d1ace2d1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (288 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c940de1b [c940de1b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ce53218 [7ce53218]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76141cbc [76141cbc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.7% (158 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44df28d5 [44df28d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1032 of 1032 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpovmodeler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpovmodeler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=77cf8f9c [77cf8f9c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (3008 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c8cacdab [c8cacdab]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 90.6% (155 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f38fa8f3 [f38fa8f3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b01edccd [b01edccd]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=04d54b46 [04d54b46]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=edde93c4 [edde93c4]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (331 of 332 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee87723d [ee87723d]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 94.7% (36 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=347c614b [347c614b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5d7a5d36 [5d7a5d36]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4a7354e [c4a7354e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17e37aec [17e37aec]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a93fc87 [5a93fc87]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (417 of 417 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libtdepim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fa7c437 [4fa7c437]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1428 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e157a91c [e157a91c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=35f9874a [35f9874a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=31e1fd99 [31e1fd99]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5196 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c29db08c [c29db08c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kasteroids&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kasteroids/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45c9efee [45c9efee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bac7cad2 [bac7cad2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.8% (722 of 723 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45438fab [45438fab]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmicons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmicons/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=184c41a3 [184c41a3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f2e51c15 [f2e51c15]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 55.1% (32 of 58 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78f3d660 [78f3d660]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c84bab9b [c84bab9b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9dceffa5 [9dceffa5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bea7c2b5 [bea7c2b5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2f6e4464 [2f6e4464]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (181 of 181 strings)&amp;lt;br/&amp;gt;Translation: tdepim/karm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/karm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b718443 [7b718443]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksystemtrayapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksystemtrayapplet/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df6f0d2f [df6f0d2f]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (290 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2282d9eb [2282d9eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.3% (21 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - alsaplayerui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-alsaplayerui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8ef3404 [a8ef3404]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (369 of 369 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3fb5a51f [3fb5a51f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (137 of 137 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kverbos&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kverbos/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6fd40db8 [6fd40db8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (205 of 205 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdemid&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdemid/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=789b5f42 [789b5f42]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (88 of 88 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kpersonalizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kpersonalizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bfa34bd2 [bfa34bd2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6da779c2 [6da779c2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.8% (224 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6038555 [e6038555]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dffecf21 [dffecf21]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.7% (157 of 159 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b0cd75a3 [b0cd75a3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (289 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=64e03b0c [64e03b0c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=805a0c6c [805a0c6c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c16120f [3c16120f]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f6b47865 [f6b47865]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.5% (3006 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=905b500e [905b500e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_wav&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_wav/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0376d619 [0376d619]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_theora&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_theora/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8c0bd602 [8c0bd602]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_sid&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_sid/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f96bfe38 [f96bfe38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_ogg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_ogg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=20da6100 [20da6100]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_m3u&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_m3u/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6ec9d7d [e6ec9d7d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=002f6b01 [002f6b01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9c288da4 [9c288da4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fdacc87 [4fdacc87]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_flac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_flac/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79bd92c0 [79bd92c0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_avi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_avi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8545225b [8545225b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_au&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_au/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16bb2152 [16bb2152]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (332 of 332 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61ff946a [61ff946a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (187 of 187 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/libkcddb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/libkcddb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=18dd016f [18dd016f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (111 of 111 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7047488 [e7047488]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=09ae6e3a [09ae6e3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a94f2253 [a94f2253]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kcmcddb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kcmcddb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=839723e8 [839723e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaboodle&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaboodle/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a3d5767a [a3d5767a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_vorbis&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_vorbis/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=039aa373 [039aa373]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (80 of 80 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_lame&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_lame/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1a2584a5 [1a2584a5]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 85.9% (1749 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ae0d186 [1ae0d186]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwindecoration&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwindecoration/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8e3a9bd8 [8e3a9bd8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a8bf169 [9a8bf169]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6329682c [6329682c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_flac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_flac/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=01a947f7 [01a947f7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48cbdde6 [48cbdde6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bda1bc83 [bda1bc83]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a94365d8 [a94365d8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b07c9fd5 [b07c9fd5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=99ddc47e [99ddc47e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=233603f3 [233603f3]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kickermenu_kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kickermenu_kate/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eb41c146 [eb41c146]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (261 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=035d412a [035d412a]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=252276b0 [252276b0]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a3c101a [5a3c101a]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3baf4ac [f3baf4ac]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0198f7b7 [0198f7b7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abbea754 [abbea754]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=22447195 [22447195]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67154ced [67154ced]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwinrules&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwinrules/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68257170 [68257170]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwindecoration&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwindecoration/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5b8921e6 [5b8921e6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b643ca2 [4b643ca2]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ea42728d [ea42728d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e0f759a [1e0f759a]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41a2a0a6 [41a2a0a6]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 87.7% (150 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7a72e540 [7a72e540]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1433ed29 [1433ed29]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4816e684 [4816e684]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c9f3b6c [3c9f3b6c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41444a5d [41444a5d]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 80.6% (2134 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=62275fac [62275fac]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4565a842 [4565a842]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eb88e6fc [eb88e6fc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a15c7835 [a15c7835]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7e214ab [e7e214ab]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ff4ced6a [ff4ced6a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c8260126 [c8260126]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4d00bce3 [4d00bce3]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cadd2b5d [cadd2b5d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9a96806 [c9a96806]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdelicense&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdelicense/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bda14f95 [bda14f95]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5196 of 5196 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dac4018a [dac4018a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 80.9% (1648 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b5c59d83 [b5c59d83]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=643497da [643497da]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e41785c [1e41785c]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (197 of 197 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1be1e3e9 [1be1e3e9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fbde5a66 [fbde5a66]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (326 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c1acc00 [6c1acc00]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (289 of 289 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9b635e1b [9b635e1b]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b0ef02e [7b0ef02e]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8dbd2744 [8dbd2744]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1b39883e [1b39883e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b5c8e7a [3b5c8e7a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=49367158 [49367158]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da6ebc69 [da6ebc69]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.5% (211 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=38d19787 [38d19787]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da4c604a [da4c604a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a289914a [a289914a]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmag&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmag/nl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=587622ea [587622ea]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d0076837 [d0076837]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=484fbfeb [484fbfeb]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 85.0% (805 of 946 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/katepart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/katepart/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a1c113b [5a1c113b]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 86.4% (369 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb4d9424 [bb4d9424]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 54.2% (247 of 455 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs_colors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs_colors/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3059b6dc [3059b6dc]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd92b2ee [bd92b2ee]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44c33da9 [44c33da9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.3% (158 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e405a694 [e405a694]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.8% (16 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmenergy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmenergy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1a8c65b3 [1a8c65b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 71.4% (5 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - image&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-image/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f91ae8b2 [f91ae8b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (197 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee561a5d [ee561a5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.5% (193 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b7818e1 [4b7818e1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegames/kmahjongg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmahjongg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=62c862a8 [62c862a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.6% (191 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=feb94ddc [feb94ddc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdewalletmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdewalletmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9cf3ed6a [9cf3ed6a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da73efd6 [da73efd6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdewalletmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdewalletmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=56f2e465 [56f2e465]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/krdb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/krdb/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ea2bd4b [2ea2bd4b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=289b8045 [289b8045]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 80.3% (1636 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17b287ee [17b287ee]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.9% (195 of 197 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e98cc110 [e98cc110]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7768467e [7768467e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ffe4047 [3ffe4047]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d42dfce9 [d42dfce9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 77.9% (1588 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c033f982 [c033f982]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=447af80a [447af80a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 76.8% (1565 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f9a53f48 [f9a53f48]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5cac2c06 [5cac2c06]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ec024ca [7ec024ca]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c624634e [c624634e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f86ccae9 [f86ccae9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6fc3c2e [d6fc3c2e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin_lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin_lib/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f322a111 [f322a111]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f09ec0ab [f09ec0ab]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ba5d62d1 [ba5d62d1]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.5% (209 of 210 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7e255c40 [7e255c40]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=86acd12e [86acd12e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4f3b4305 [4f3b4305]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eac33e90 [eac33e90]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (196 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17c51be5 [17c51be5]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0ab2398 [c0ab2398]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (326 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6b7fac1 [d6b7fac1]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (206 of 206 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4e97cea7 [4e97cea7]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e8274087 [e8274087]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d7fbab18 [d7fbab18]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3f1a08b4 [3f1a08b4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=92e6fc46 [92e6fc46]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6cf5249d [6cf5249d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48907031 [48907031]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.3% (148 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9ef855fe [9ef855fe]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.4% (170 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79e81b47 [79e81b47]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.9% (194 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=af5e01d0 [af5e01d0]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f262c268 [f262c268]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (326 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e03e491a [e03e491a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=299d7e9b [299d7e9b]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=963b03f8 [963b03f8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4643459 [a4643459]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 99.4% (171 of 172 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b6f0d602 [b6f0d602]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f6a6c8e5 [f6a6c8e5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67d451ba [67d451ba]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewpresenterplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewpresenterplugin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a18b92ba [a18b92ba]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d9a6697 [7d9a6697]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aaeda12b [aaeda12b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c999f37 [3c999f37]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdmconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmconfig/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef954c90 [ef954c90]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2aa378ca [2aa378ca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_zeroconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_zeroconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2cd8ff75 [2cd8ff75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cb5cf602 [cb5cf602]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krdc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krdc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fc00fa70 [fc00fa70]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (94 of 94 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kpf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kpf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=325dc4a8 [325dc4a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.8% (2984 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b912c6e7 [b912c6e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (248 of 248 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/knewsticker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/knewsticker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6e04a742 [6e04a742]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (103 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmwifi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmwifi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ca7235c9 [ca7235c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (100 of 100 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmlanbrowser&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmlanbrowser/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ddb067e7 [ddb067e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (43 of 43 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmktalkd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmktalkd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c7fc70f6 [c7fc70f6]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (196 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cff19a2f [cff19a2f]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bad75a4d [bad75a4d]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (327 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0115ec51 [0115ec51]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=75d3b850 [75d3b850]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ade36f2 [1ade36f2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ad7aeafe [ad7aeafe]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=57cd82f9 [57cd82f9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=405dc7df [405dc7df]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ee0c314 [3ee0c314]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdmconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmconfig/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2567a89d [2567a89d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b2441d13 [b2441d13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_zeroconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_zeroconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c669a79d [c669a79d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_lan&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_lan/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5ecccc8f [5ecccc8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_jabberdisco&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_jabberdisco/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=153f7022 [153f7022]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefile_torrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefile_torrent/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=db5cbbbc [db5cbbbc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kwireless&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kwireless/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=70391ee5 [70391ee5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kinetd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kinetd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0f541093 [0f541093]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kdictapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kdictapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16494e41 [16494e41]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/libtdepim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7648b3c9 [7648b3c9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b7ec603 [7b7ec603]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fb3fdb2b [fb3fdb2b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fe4514c8 [fe4514c8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=83bdc126 [83bdc126]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=63a90127 [63a90127]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/tdefifteen&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/tdefifteen/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df53a5b9 [df53a5b9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a27093a0 [a27093a0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 87.5% (14 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - audio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-audio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd2a6f38 [bd2a6f38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (89 of 89 strings)&amp;lt;br/&amp;gt;Translation: tdegames/twin4&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/twin4/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e64c11d2 [e64c11d2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (254 of 254 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libtdegames&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libtdegames/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7e30682d [7e30682d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (122 of 122 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libksirtet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libksirtet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ce1a3bf [3ce1a3bf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.2% (56 of 57 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ktuberling&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ktuberling/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2d940247 [2d940247]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9561b74 [c9561b74]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kshisen&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kshisen/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e67e6a7f [e67e6a7f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kolf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kolf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12861973 [12861973]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2e8f84f5 [2e8f84f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (381 of 381 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kgoldrunner&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kgoldrunner/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1256c7f6 [1256c7f6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f0087266 [f0087266]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (1235 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=06391dfe [06391dfe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 84.4% (87 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=71347685 [71347685]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79cebe5e [79cebe5e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78aaa659 [78aaa659]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (289 of 289 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=74773ebc [74773ebc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ac07e9f6 [ac07e9f6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdestyle_plastik_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdestyle_plastik_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e00cbcb5 [e00cbcb5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_kdatatool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_kdatatool/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c09081a6 [c09081a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdefileaudiopreview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdefileaudiopreview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=624183f5 [624183f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_autobookmarker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_autobookmarker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b00d45a6 [b00d45a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (946 of 946 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/katepart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/katepart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=db142dcb [db142dcb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabcformat_binary&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabcformat_binary/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7cd87b83 [7cd87b83]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_isearch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_isearch/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=11d74de2 [11d74de2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_file&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_file/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8c12f11 [b8c12f11]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_docwordcompletion&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_docwordcompletion/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dd4127b3 [dd4127b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_net&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_net/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6d341d34 [6d341d34]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_sql&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_sql/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=661b618f [661b618f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_dir&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_dir/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=650ebed1 [650ebed1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdestyle_highcontrast_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdestyle_highcontrast_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=681fb57e [681fb57e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2865 of 2865 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/ppdtranslations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/ppdtranslations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5410b42a [5410b42a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/libtdescreensaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/libtdescreensaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a4a938d [6a4a938d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_insertfile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_insertfile/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f1d18823 [f1d18823]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (44 of 44 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_ldaptdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_ldaptdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30f083cd [30f083cd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acbf80cd [acbf80cd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f8fb2e20 [f8fb2e20]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1013 of 1013 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeprint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeprint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aa0506f0 [aa0506f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (455 of 455 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs_colors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs_colors/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82e61934 [82e61934]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2739 of 2739 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a2ce6cb [9a2ce6cb]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73eb4e4d [73eb4e4d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=91f7be0d [91f7be0d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 64.5% (129 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a9fa5d76 [a9fa5d76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/taskbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/taskbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b382a9a [2b382a9a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktaskbarapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktaskbarapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30e0f112 [30e0f112]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/lockout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/lockout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e1c4e2b5 [e1c4e2b5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5317fab2 [5317fab2]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=92ad6a46 [92ad6a46]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0e61bcd [c0e61bcd]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dedebeb6 [dedebeb6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_delli8k&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_delli8k/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51c00880 [51c00880]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (206 of 206 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4a6e3eb [d4a6e3eb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c368d148 [c368d148]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a73707b4 [a73707b4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9af8d504 [9af8d504]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 97.3% (219 of 225 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=875d4c24 [875d4c24]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a757dd8a [a757dd8a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abcfb18a [abcfb18a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/libtaskbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskbar/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d481507 [7d481507]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kay&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kay/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fa9f0334 [fa9f0334]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5af0121c [5af0121c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdesud&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdesud/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e363127a [e363127a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/naughtyapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/naughtyapplet/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=54976205 [54976205]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 75.7% (1542 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8f32df4 [b8f32df4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a46e674 [8a46e674]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82b00602 [82b00602]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8919bb8a [8919bb8a]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3e98afc4 [3e98afc4]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51cb26bc [51cb26bc]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d5046c21 [d5046c21]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=500f2c45 [500f2c45]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 98.5% (70 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kspaceduel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kspaceduel/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=53f3360c [53f3360c]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksokoban&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksokoban/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fa57d92b [fa57d92b]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 48.9% (24 of 49 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksnake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksnake/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4d9d7c1 [a4d9d7c1]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 94.7% (18 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksmiletris&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksmiletris/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=63667467 [63667467]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 34.1% (27 of 79 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2b3a41b [e2b3a41b]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 38.0% (19 of 50 strings)&amp;lt;br/&amp;gt;Translation: tdegames/klines&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/klines/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=33531138 [33531138]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45486792 [45486792]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (58 of 58 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5e2914e7 [5e2914e7]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c716f74 [6c716f74]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a270de3 [5a270de3]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (322 of 322 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=404b586a [404b586a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8b023bb7 [8b023bb7]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (322 of 322 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10d7630d [10d7630d]] tdepim: remove kitchensync pot file again, since it was automatically re-added&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a8b0c96 [2a8b0c96]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f4de4713 [f4de4713]] tdepim: remove translations for kitchensync and multisynk&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=64d45800 [64d45800]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0c2a0ab3 [0c2a0ab3]] tdegraphics: remove translations for kmrml&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8aa58abf [8aa58abf]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=376b1bfe [376b1bfe]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a340797 [6a340797]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=90797510 [90797510]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e0706cf8 [e0706cf8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eee4a43c [eee4a43c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb21ba44 [bb21ba44]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
= libraries =&lt;br /&gt;
== libkdcraw ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=d13e9744 [d13e9744]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (74 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=50387262 [50387262]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 70.2% (52 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=fb8e7233 [fb8e7233]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (74 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=4720b9e3 [4720b9e3]] Added translation using Weblate (Chinese (Simplified))&lt;br /&gt;
&lt;br /&gt;
== libkipi ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=1ea1d770 [1ea1d770]] Added translation using Weblate (Chinese (Traditional))&lt;br /&gt;
&lt;br /&gt;
== kipi-plugins ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=aa3b7277 [aa3b7277]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.0% (512 of 602 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - metadataedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-metadataedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=62e89ce1 [62e89ce1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 40.1% (53 of 132 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - cdarchiving&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-cdarchiving/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=1fc6b1e0 [1fc6b1e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - viewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-viewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=f134eb8d [f134eb8d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=7115da7d [7115da7d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=c39b2d5d [c39b2d5d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=549a8d58 [549a8d58]] Added translation using Weblate (Chinese (Traditional))&lt;br /&gt;
&lt;br /&gt;
== libtqt-perl ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=ea4d4023 [ea4d4023]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=a8738810 [a8738810]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=076ec834 [076ec834]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
= applications/development =&lt;br /&gt;
== kdbg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=b171e1b2 [b171e1b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kdbg - kdbg.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbg-kdbgdesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== kdiff3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=453f35a8 [453f35a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 67.2% (347 of 516 strings)&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=47366761 [47366761]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: applications/kdiff3 - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=810025fb [810025fb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=b65164fa [b65164fa]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=abcdeb43 [abcdeb43]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=1bab9902 [1bab9902]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tdesvn ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=2cdbcc87 [2cdbcc87]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 48.5% (359 of 739 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=f66e96c7 [f66e96c7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdesvn - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=e0823d75 [e0823d75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/graphics =&lt;br /&gt;
== digikam ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=31f057f7 [31f057f7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1794 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=d1ed2afa [d1ed2afa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1793 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=1798610f [1798610f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=e809e384 [e809e384]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1793 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=53e13c18 [53e13c18]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2244 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=09a41f75 [09a41f75]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/&lt;br /&gt;
&lt;br /&gt;
== gwenview-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=3e754a52 [3e754a52]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=57175831 [57175831]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=827f6c7b [827f6c7b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/internet =&lt;br /&gt;
== kasablanca ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=2a9b7e7d [2a9b7e7d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kasablanca - kasablanca.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca-kasablancadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=159a8faf [159a8faf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 64.3% (74 of 115 strings)&amp;lt;br/&amp;gt;Translation: applications/kasablanca&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=4b9e3dcb [4b9e3dcb]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kbiff ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=c53c9a60 [c53c9a60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=2cc626b9 [2cc626b9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.8% (89 of 90 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=4069eda9 [4069eda9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff - kbiff.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff-kbiffdesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== kftpgrabber ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=70edee2c [70edee2c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/kftpgrabber - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kftpgrabber-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== knmap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=a289b05a [a289b05a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=2721c5e0 [2721c5e0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=24febfa6 [24febfa6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=8f8a354b [8f8a354b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (221 of 221 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=b68bd35b [b68bd35b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=60528588 [60528588]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 16.2% (36 of 221 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=aea076a0 [aea076a0]] Added translation using Weblate (Ukrainian)&lt;br /&gt;
&lt;br /&gt;
== konversation ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=dfedc855 [dfedc855]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.6% (1167 of 1362 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation/ru/&lt;br /&gt;
&lt;br /&gt;
== kshowmail ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=10272aed [10272aed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 49.8% (174 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=b13b420d [b13b420d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 49.5% (173 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
&lt;br /&gt;
== kstreamripper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=dbdd2a4e [dbdd2a4e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=6a970335 [6a970335]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=3ec99f94 [3ec99f94]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=457de6e0 [457de6e0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=1801e3aa [1801e3aa]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 80.0% (24 of 30 strings)&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=382d4392 [382d4392]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=5da88b7e [5da88b7e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=c621d368 [c621d368]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== ktorrent ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=523c79c3 [523c79c3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (875 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=46220b63 [46220b63]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 80.1% (701 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/ru/&lt;br /&gt;
&lt;br /&gt;
== kvirc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=44846083 [44846083]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - notifier&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b435bad5 [b435bad5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - editor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b412083e [b412083e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - about&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-about/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b32a017a [b32a017a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.8% (2404 of 2588 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=02e908ee [02e908ee]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=e2dd007c [e2dd007c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a48e70a7 [a48e70a7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (794 of 805 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a7254dcc [a7254dcc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - theme&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-theme/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=25f3bffc [25f3bffc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=1e208b4f [1e208b4f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - logview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-logview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=3e94a25e [3e94a25e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - editor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=0c62fcd5 [0c62fcd5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - filetransferwindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-filetransferwindow/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a6e75ff9 [a6e75ff9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - dcc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-dcc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=2091bae5 [2091bae5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - notifier&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=90e47cbd [90e47cbd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - sharedfileswindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-sharedfileswindow/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=729d67a2 [729d67a2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=116c3821 [116c3821]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=5e2a1ae3 [5e2a1ae3]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
= applications/misc =&lt;br /&gt;
== bibletime ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=9d90808b [9d90808b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/bibletime - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/bibletime-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=de0a4201 [de0a4201]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=7c699d2d [7c699d2d]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== desktop-effects-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=4ef8c50e [4ef8c50e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=7437087e [7437087e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=92556696 [92556696]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kerberostray ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=f56d47b0 [f56d47b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kerberostray&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kerberostray/&lt;br /&gt;
&lt;br /&gt;
== krecipes ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=d2a4cb93 [d2a4cb93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 30.5% (343 of 1123 strings)&amp;lt;br/&amp;gt;Translation: applications/krecipes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krecipes/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/multimedia =&lt;br /&gt;
== amarok ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=73837f1a [73837f1a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=079f0cc9 [079f0cc9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b037abfb [b037abfb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=93aff8fd [93aff8fd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=7f396148 [7f396148]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=8ac0d326 [8ac0d326]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=086adc4f [086adc4f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4ebfa149 [4ebfa149]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 79.7% (1981 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4cc71ec3 [4cc71ec3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=2116bf2a [2116bf2a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=e6e2d189 [e6e2d189]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=c2a12e62 [c2a12e62]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=44ad188d [44ad188d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=83730846 [83730846]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4ddb9e62 [4ddb9e62]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=90520108 [90520108]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 84.7% (2105 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=40099ec0 [40099ec0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b767627f [b767627f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=bcd8d83e [bcd8d83e]] Fix functionality broken by commit 1c3e0630.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b04099ff [b04099ff]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=a7a79de0 [a7a79de0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=1c3e0630 [1c3e0630]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=5dedf79f [5dedf79f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=8b28bb5c [8b28bb5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=9038cb17 [9038cb17]] Translated using Weblate (Turkish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/tr/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=3c835108 [3c835108]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.8% (2406 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
&lt;br /&gt;
== codeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=033f32ab [033f32ab]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=28a3b75f [28a3b75f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=9f39f05e [9f39f05e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/codeine - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/codeine-desktop-files/&lt;br /&gt;
&lt;br /&gt;
== k3b ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=00a24ebc [00a24ebc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=987871f0 [987871f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=c2fbc8f1 [c2fbc8f1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=95a45a4f [95a45a4f]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=bbf83236 [bbf83236]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=894069eb [894069eb]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/pt/&lt;br /&gt;
&lt;br /&gt;
== k3b-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=84cd0b47 [84cd0b47]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (47 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=6f6f5263 [6f6f5263]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=bd308fa9 [bd308fa9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=e6010418 [e6010418]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (47 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=cb12df11 [cb12df11]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=ecef8905 [ecef8905]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=9c355f26 [9c355f26]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=1d1360a7 [1d1360a7]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=6f8f68cc [6f8f68cc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=47c13aee [47c13aee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=b92282bd [b92282bd]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 97.8% (46 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/bg/&lt;br /&gt;
&lt;br /&gt;
== k9copy ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=ef83b5b8 [ef83b5b8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=4979c509 [4979c509]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=237b3548 [237b3548]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (495 of 495 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=553df4a4 [553df4a4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=bc07265d [bc07265d]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kaffeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=eac2daca [eac2daca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (729 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=6c9257f2 [6c9257f2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.5% (711 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=e0e0d158 [e0e0d158]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=b871bd5b [b871bd5b]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kmplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=30650e19 [30650e19]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.9% (347 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=77c148a7 [77c148a7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=bb993d63 [bb993d63]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=d8d54a7f [d8d54a7f]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 95.6% (373 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=122a27a0 [122a27a0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=bb9e13d1 [bb9e13d1]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=0817bc03 [0817bc03]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer-desktop-files/bg/&lt;br /&gt;
&lt;br /&gt;
== kplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=cc14b9cf [cc14b9cf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=d8391ef7 [d8391ef7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 77.0% (799 of 1037 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/ru/&lt;br /&gt;
&lt;br /&gt;
== soundkonverter ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=bcf2d459 [bcf2d459]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.6% (302 of 319 strings)&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=2bf7eb6c [2bf7eb6c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=28a35800 [28a35800]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=300613ee [300613ee]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=a13d3527 [a13d3527]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tderadio ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=aa80a24c [aa80a24c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=28afa3da [28afa3da]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - oss-sound&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-oss-sound/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=5369d924 [5369d924]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (45 of 45 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - gui-standard-display&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-standard-display/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=a9f14b38 [a9f14b38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 82.3% (14 of 17 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - timeshifter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-timeshifter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=d57a893c [d57a893c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.1% (75 of 78 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - recording&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-recording/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=55460675 [55460675]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=03b5df8e [03b5df8e]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 93.5% (29 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=0bb5fda6 [0bb5fda6]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=8cd30c0e [8cd30c0e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=c74cfcb6 [c74cfcb6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.7% (30 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/office =&lt;br /&gt;
== basket ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=33317176 [33317176]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/basket&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=c8b892a3 [c8b892a3]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kbibtex ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=702a473b [702a473b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 73.7% (444 of 602 strings)&amp;lt;br/&amp;gt;Translation: applications/kbibtex&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbibtex/ru/&lt;br /&gt;
&lt;br /&gt;
== kbookreader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=e32bbc6e [e32bbc6e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (17 of 17 strings)&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=fcdb94c9 [fcdb94c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kbookreader - kbookreader.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader-kbookreaderdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=ac3e0386 [ac3e0386]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=61e10e5a [61e10e5a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/&lt;br /&gt;
&lt;br /&gt;
== kile ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=00b87abb [00b87abb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kile - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== kmymoney ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=47cc1d27 [47cc1d27]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: applications/kmymoney - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=e592106d [e592106d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (2658 of 2674 strings)&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=67a43ced [67a43ced]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=9df4c701 [9df4c701]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== koffice ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=d165869a [d165869a]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=c2fdb394 [c2fdb394]] Fix functionality broken by commit a9bbaa83&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=a9bbaa83 [a9bbaa83]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== koffice-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=572398a4 [572398a4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (3150 of 3168 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspread&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=bce5a0c4 [bce5a0c4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.4% (1169 of 1200 strings)&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=cc44ebc3 [cc44ebc3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: koffice/thesaurus_tool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/thesaurus_tool/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=b6cedf64 [b6cedf64]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_ooo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_ooo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=9f49ba05 [9f49ba05]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_koffice&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_koffice/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=7a3529fd [7a3529fd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_gnumeric&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_gnumeric/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=05196041 [05196041]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_abiword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_abiword/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ffe6d299 [ffe6d299]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (961 of 961 strings)&amp;lt;br/&amp;gt;Translation: koffice/kword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kword/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ad3cf8ee [ad3cf8ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspreadcalc_calc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspreadcalc_calc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=7f8b71fa [7f8b71fa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (909 of 909 strings)&amp;lt;br/&amp;gt;Translation: koffice/kpresenter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kpresenter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=d154e97e [d154e97e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (354 of 354 strings)&amp;lt;br/&amp;gt;Translation: koffice/kformdesigner&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kformdesigner/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=9c40a4ce [9c40a4ce]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=aa8c2267 [aa8c2267]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ccf47869 [ccf47869]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=f690d314 [f690d314]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.0% (1295 of 1423 strings)&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=f0bcacf8 [f0bcacf8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kivio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kivio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=e1f27756 [e1f27756]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=e84fa74c [e84fa74c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kword/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=fc3d61ff [fc3d61ff]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/koffice&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/koffice/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=31fd578d [31fd578d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=069df0f0 [069df0f0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kofficefilters&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kofficefilters/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=96a280ad [96a280ad]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=b7a0d0ff [b7a0d0ff]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 98.3% (420 of 427 strings)&amp;lt;br/&amp;gt;Translation: koffice/karbon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/karbon/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=8e305f42 [8e305f42]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 99.8% (1421 of 1423 strings)&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=61f41445 [61f41445]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: koffice/example&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/example/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=1f753ab8 [1f753ab8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (3150 of 3168 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspread&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/ru/&lt;br /&gt;
&lt;br /&gt;
== kpilot ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=9beef848 [9beef848]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.3% (1059 of 1088 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=adc41d0e [adc41d0e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=43b3df95 [43b3df95]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=b2480185 [b2480185]] Fix functionality broken by commit a956e3e&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=f060f38e [f060f38e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=fa847ef4 [fa847ef4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=a956e3e8 [a956e3e8]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tellico ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=10996a19 [10996a19]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=252be932 [252be932]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.5% (1108 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=f73799c2 [f73799c2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=30d2f3d2 [30d2f3d2]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 74.2% (826 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=997c050d [997c050d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=0a00263f [0a00263f]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
= applications/settings =&lt;br /&gt;
== kdpkg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=752317fb [752317fb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=c178f4e3 [c178f4e3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 93.1% (27 of 29 strings)&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=7afa4047 [7afa4047]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=3107e30a [3107e30a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=4277d12f [4277d12f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/&lt;br /&gt;
&lt;br /&gt;
== kiosktool ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=6d1e1f26 [6d1e1f26]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (238 of 238 strings)&amp;lt;br/&amp;gt;Translation: applications/kiosktool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kiosktool/ru/&lt;br /&gt;
&lt;br /&gt;
== kkbswitch ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=c36d0446 [c36d0446]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch - kkbswitch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch-kkbswitchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=d7b89dac [d7b89dac]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=586412b8 [586412b8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 96.4% (55 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=8978515d [8978515d]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=29e2187e [29e2187e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=4f10d322 [4f10d322]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=2f27dd99 [2f27dd99]] Added global shortcuts for switching to previous/next group&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/kkbswitch/issues/6 #6]&lt;br /&gt;
&lt;br /&gt;
== klcddimmer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=739e6b63 [739e6b63]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/klcddimmer - klcddimmer.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer-klcddimmerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=c552505d [c552505d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/klcddimmer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer/&lt;br /&gt;
&lt;br /&gt;
== tdenetworkmanager ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=f781e430 [f781e430]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 56.5% (160 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=6bd64d20 [6bd64d20]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 54.4% (154 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/system =&lt;br /&gt;
== dolphin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=d6981f86 [d6981f86]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=88bffef8 [88bffef8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=50bf6ece [50bf6ece]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=df0f2634 [df0f2634]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 87.3% (55 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=128fc6c0 [128fc6c0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=4177bfeb [4177bfeb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=31e79818 [31e79818]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=614887eb [614887eb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=dfc034e5 [dfc034e5]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kbfx ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=7df544d7 [7df544d7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbfx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbfx/&lt;br /&gt;
&lt;br /&gt;
== kcmautostart ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=e156d8d7 [e156d8d7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=a34114dc [a34114dc]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=e32b5599 [e32b5599]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/&lt;br /&gt;
&lt;br /&gt;
== knemo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=8e390170 [8e390170]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=73908043 [73908043]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo - kcm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-kcm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=d1925e58 [d1925e58]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (85 of 85 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=6132bf8e [6132bf8e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== knetload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=ad81a141 [ad81a141]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knetload - knetload.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetload-knetloaddesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== krusader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=a6d7af8f [a6d7af8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 89.0% (1246 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=1107ba66 [1107ba66]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=60b198a9 [60b198a9]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1399 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/uk/&lt;br /&gt;
&lt;br /&gt;
== kshutdown ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=0cb0eeb3 [0cb0eeb3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown - kshutdown.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-kshutdowndesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=6c6e8bb5 [6c6e8bb5]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown - kshutdown.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-kshutdowndesktop/nl/&lt;br /&gt;
&lt;br /&gt;
== ksystemlog ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=cf0f1b44 [cf0f1b44]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/ksystemlog&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksystemlog/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=27e255d7 [27e255d7]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== polkit-agent-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=774e540b [774e540b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=fe3d3837 [fe3d3837]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=81f288bf [81f288bf]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/zh_Hant/&lt;br /&gt;
&lt;br /&gt;
== tdebluez ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=fce0091e [fce0091e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=f23e3839 [f23e3839]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=823b8121 [823b8121]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=d0311fa0 [d0311fa0]] Added translation using Weblate (Dutch)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ee1b7905 [ee1b7905]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 89.1% (239 of 268 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=14e65f81 [14e65f81]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=9a895e4f [9a895e4f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=5dbd02e3 [5dbd02e3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=75e3f4ae [75e3f4ae]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=1d2fcc95 [1d2fcc95]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (266 of 266 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=9ec32992 [9ec32992]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=226cacc4 [226cacc4]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (274 of 274 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ae46115f [ae46115f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ad1894b7 [ad1894b7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=e852055d [e852055d]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tdepowersave ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=96ba1bf7 [96ba1bf7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 36.3% (20 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=1e735aeb [1e735aeb]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (311 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=f39d5cd2 [f39d5cd2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=c1d1a446 [c1d1a446]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=70666ec3 [70666ec3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=c2676876 [c2676876]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.2% (290 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=5242ce6d [5242ce6d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=678ecbe9 [678ecbe9]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tdesshaskpass ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=7a7a240e [7a7a240e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesshaskpass&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesshaskpass/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=b0aaaa03 [b0aaaa03]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== yakuake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=4d40f6d0 [4d40f6d0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.9% (94 of 98 strings)&amp;lt;br/&amp;gt;Translation: applications/yakuake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/tdeio =&lt;br /&gt;
== tdeio-ftps ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-ftps/commit/?id=8ac1f636 [8ac1f636]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdeio-ftps&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-ftps/&lt;br /&gt;
&lt;br /&gt;
== tdeio-sword ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=a1851f5d [a1851f5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-sword - sword.protocol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-sword-swordprotocol/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=6d75ce24 [6d75ce24]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeio-umountwrapper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=e3173ff2 [e3173ff2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-umountwrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-umountwrapper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=c37ba2dc [c37ba2dc]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
= applications/themes =&lt;br /&gt;
== gtk-qt-engine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=2178adeb [2178adeb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=90c79e65 [90c79e65]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=df701883 [df701883]] Added translation using Weblate (Chinese (Simplified))&lt;br /&gt;
&lt;br /&gt;
== kgtk-qt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=06bca424 [06bca424]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/kgtk-qt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kgtk-qt3/ru/&lt;br /&gt;
&lt;br /&gt;
== tde-style-baghira ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=bb43a575 [bb43a575]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - sessionapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-sessionapplet/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=738600de [738600de]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - starter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-starter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=54a306f5 [54a306f5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=4a3bbfa4 [4a3bbfa4]] Rename library twin3_baghira -&amp;amp;gt; twin_baghira&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=fc8b3dd4 [fc8b3dd4]] Fix functionality broken by commit 66813ef&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=66813efe [66813efe]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tde-style-domino ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=7ea023ba [7ea023ba]] Rename library twin3_domino -&amp;amp;gt; twin_domino&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== tde-style-ia-ora ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=25c19604 [25c19604]] Rename library twin3_iaora -&amp;amp;gt; twin_iaora&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== tde-style-lipstik ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=39c758d5 [39c758d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-lipstik - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-lipstik-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=e0338512 [e0338512]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== twin-style-crystal ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=d9afc78c [d9afc78c]] Rename library twin3_crystal -&amp;amp;gt; twin_crystal&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-dekorator ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=c67f6084 [c67f6084]] Rename library twin3_deKorator -&amp;amp;gt; twin_deKorator&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-machbunt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=81c7c4d0 [81c7c4d0]] Rename library twin3_MachBunt to twin_MachBunt&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-suse2 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=9b5c2e1e [9b5c2e1e]] Rename library twin3_SUSE2 -&amp;amp;gt; twin_SUSE&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
= applications/utilities =&lt;br /&gt;
== abakus ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=9ace50d1 [9ace50d1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/abakus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=467ef6c1 [467ef6c1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (49 of 49 strings)&amp;lt;br/&amp;gt;Translation: applications/abakus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=e1762b36 [e1762b36]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=b277c7ae [b277c7ae]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/abakus - abakus.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus-abakusdesktop/bg/&lt;br /&gt;
&lt;br /&gt;
== filelight ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=9fd8fe68 [9fd8fe68]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (77 of 77 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=aa06806b [aa06806b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=28349b70 [28349b70]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=7cc11b7f [7cc11b7f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=629295b3 [629295b3]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=33098270 [33098270]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (77 of 77 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/uk/&lt;br /&gt;
&lt;br /&gt;
== kbarcode ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=2f5aa189 [2f5aa189]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.1% (589 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=6c31a9ec [6c31a9ec]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=7f9e4e65 [7f9e4e65]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.9% (582 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=f6c05921 [f6c05921]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 74.5% (443 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=371ce27c [371ce27c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=7bd51d72 [7bd51d72]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=6ca861bd [6ca861bd]] Fix functionality broken by commit fc06df3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=fc06df33 [fc06df33]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== kchmviewer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=78502278 [78502278]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kchmviewer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kchmviewer-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== kcpuload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=b49178b0 [b49178b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=8ae8e9f8 [8ae8e9f8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 94.8% (37 of 39 strings)&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=7a450d31 [7a450d31]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=d9952f82 [d9952f82]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/&lt;br /&gt;
&lt;br /&gt;
== knutclient ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=dfa5f3fa [dfa5f3fa]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knutclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=466ddc1b [466ddc1b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (203 of 203 strings)&amp;lt;br/&amp;gt;Translation: applications/knutclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient/uk/&lt;br /&gt;
&lt;br /&gt;
== krename ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=b4e78648 [b4e78648]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/krename - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krename-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=7740aa8e [7740aa8e]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== qalculate-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=744ac88e [744ac88e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=6baf1704 [6baf1704]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.4% (593 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=accfbbbf [accfbbbf]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=34b3365e [34b3365e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=933d4190 [933d4190]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=68aa9b3b [68aa9b3b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (596 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=96280709 [96280709]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 75.0% (447 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=09de128a [09de128a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 70.6% (421 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=c714c687 [c714c687]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 60.7% (362 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=1c102209 [1c102209]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 42.4% (253 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=06249035 [06249035]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
= packaging =&lt;br /&gt;
== packaging ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=70a0160c [70a0160c]] DEB tdebindings: remove dependency on libtqt3-compat-headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=fb212c9e [fb212c9e]] DEB tqt3: drop compat files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=a4869e73 [a4869e73]] DEB tdebase twin: adjusted after renaming client libraries from twin3_* to twin_*. This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=7b064a10 [7b064a10]] DEB tqt3: adjusted after removing Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f7be243e [f7be243e]] DEB buildscripts: update supported distros&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f82c8cc0 [f82c8cc0]] DEB: remove support for Debian Stretch and Ubuntu Xenial&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=4721bdc6 [4721bdc6]] DEB tqt3: remove Qt2 obsolete classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=e6b868c8 [e6b868c8]] DEB tdebase: added release notes for R14.2.x series&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=3c5c1e60 [3c5c1e60]] DEB trinity-apt-archive: Set the apt repository URL to PTB.&lt;/div&gt;</summary>
		<author><name>SlavekB</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.2.0&amp;diff=3260</id>
		<title>Changelog For R14.2.0</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.2.0&amp;diff=3260"/>
		<updated>2023-12-18T01:19:33Z</updated>

		<summary type="html">&lt;p&gt;SlavekB: /* applications/tdeio */ Update 20231217&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= dependencies =&lt;br /&gt;
== tde-cmake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=9fae6b57 [9fae6b57]] Update version to R14.2.0&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tqt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=ee0c5d58 [ee0c5d58]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a6829398 [a6829398]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=d2122705 [d2122705]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=e0a3cab4 [e0a3cab4]] Minor adjustments to porting documentation&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=f2b3ea52 [f2b3ea52]] Drop compatibility code for TQSignal&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=fb6884ea [fb6884ea]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=2e817b4b [2e817b4b]] Remove dangled symlinks for droped compat headers.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=c3bb8881 [c3bb8881]] Drop compatibility code for TQButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=9492e618 [9492e618]] Drop compatibility code for TQThread&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=979f5621 [979f5621]] Drop compatibility code for TQLineEdit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=83991feb [83991feb]] Remove Qt4 related stuff&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=48ea22d0 [48ea22d0]] Drop compatibility code for TQToolButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b1bfbe79 [b1bfbe79]] Drop compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=bfd62a0b [bfd62a0b]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a8466ab3 [a8466ab3]] Translated using Weblate (Chinese (zh))&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3 - examples-i18n&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3-examples-i18n/zh/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=5350a724 [5350a724]] Drop TQT_NO_COMPAT code from mkspecs files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a75445b4 [a75445b4]] Drop Qt2 obsolete classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b6e9b6c6 [b6e9b6c6]] Added translation using Weblate (Turkish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=af9d6b11 [af9d6b11]] Added translation using Weblate (Turkish)&lt;br /&gt;
&lt;br /&gt;
== tqtinterface ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=9ad01120 [9ad01120]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=4746fbba [4746fbba]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=1c79e9f8 [1c79e9f8]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
== pytqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=aa676491 [aa676491]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=cba16275 [cba16275]] Drop compatibility code for TQThread&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=8bd235be [8bd235be]] Addons to previous commit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=28273a01 [28273a01]] Drop Qt2&amp;#039;s TQSemiModal class.&lt;br /&gt;
&lt;br /&gt;
= core =&lt;br /&gt;
== tdelibs ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cca633c6 [cca633c6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (179 of 179 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/all languages&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/all-languages/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=9755ecd9 [9755ecd9]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=503eb0d9 [503eb0d9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=29b84bd0 [29b84bd0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=f6627610 [f6627610]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7f7e5585 [7f7e5585]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.4% (323 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7a35fcf1 [7a35fcf1]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=f49e67f0 [f49e67f0]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=920d56d2 [920d56d2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=a7316f73 [a7316f73]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=4e0aa6d5 [4e0aa6d5]] Fix functionality broken by commit 8233b2e5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=8233b2e5 [8233b2e5]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=74cb596c [74cb596c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdemarkdown - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdemarkdown-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=29f58681 [29f58681]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (327 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=c6bc3af7 [c6bc3af7]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cdf964bb [cdf964bb]] Update version to R14.2.0&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tdebase ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f093a1be [f093a1be]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdm - themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdm-themes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=21ecd990 [21ecd990]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplash - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplash-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=607f0804 [607f0804]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdehtml_plugins.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdehtml_pluginsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5f815bd0 [5f815bd0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkonq - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkonq-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8175c850 [8175c850]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksysguard - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksysguard-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7c8d600d [7c8d600d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=3faa7b1b [3faa7b1b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kate - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kate-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f6fb0d91 [f6fb0d91]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 61.8% (281 of 454 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=70af14e2 [70af14e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 48.5% (168 of 346 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kappfinder - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kappfinder-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=035c2698 [035c2698]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - directories&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-directories/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a1cbb16b [a1cbb16b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.8% (248 of 251 strings)&amp;lt;br/&amp;gt;Translation: tdebase/l10n - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/l10n-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a26bb216 [a26bb216]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1103f2b1 [1103f2b1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c836bb9d [c836bb9d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=00eab673 [00eab673]] Translated using Weblate (Greek)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/el/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9e7b4bb1 [9e7b4bb1]] TWin: Fix loading of window decoration configuration libraries&amp;lt;br/&amp;gt;Accidentally broken by commit 84ab47055d.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=748a54ff [748a54ff]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=dddd52ff [dddd52ff]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=30d54139 [30d54139]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2317bee2 [2317bee2]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=4c64b274 [4c64b274]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-events/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c0ca8145 [c0ca8145]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f1f2e40a [f1f2e40a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5eec362c [5eec362c]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2986ff6e [2986ff6e]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2937383d [2937383d]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-data/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9ab75fc1 [9ab75fc1]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ea076539 [ea076539]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi - presets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi-presets/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8a8431ab [8a8431ab]] twin: renames twin3_ to twin_ in user theme config files. This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/351 #351] and PR #364.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=91cb2036 [91cb2036]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.0% (33 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=88ea7160 [88ea7160]] KWin: rename client libraries twin3_* -&amp;amp;gt; twin_*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=84ab4705 [84ab4705]] Make TWin look for `twin_` libraries&amp;lt;br/&amp;gt;This is now the preferred way of calling the decoration libraries&amp;lt;br/&amp;gt;(in place of `twin3_`). The old names that start with `twin3_` are&amp;lt;br/&amp;gt;still recognized for compatibility reasons.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/351 #351]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e8336ee5 [e8336ee5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2da663c3 [2da663c3]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8210b058 [8210b058]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=74eb1d78 [74eb1d78]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=90b19e21 [90b19e21]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ce84a0c6 [ce84a0c6]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=950f0ce7 [950f0ce7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tde_release_notes.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tde_release_notesdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d61158c7 [d61158c7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdcop - kdcop.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdcop-kdcopdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ddc6b3af [ddc6b3af]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeintegration.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeintegrationdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1771a344 [1771a344]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5ec66d53 [5ec66d53]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - compat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-compat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=653159ea [653159ea]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=143cff2e [143cff2e]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=78937d51 [78937d51]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9ab17ab4 [9ab17ab4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e539275a [e539275a]] Add release notes draft for R14.2.x series&lt;br /&gt;
&lt;br /&gt;
== tdepim ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=5863ef46 [5863ef46]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=0e164959 [0e164959]] Fix functionality broken by commit fd0046c4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=fd0046c4 [fd0046c4]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=860c8799 [860c8799]] Drop deprecated kitchensync code&lt;br /&gt;
&lt;br /&gt;
== tdemultimedia ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=c5e80026 [c5e80026]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdemid - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdemid-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=ec115020 [ec115020]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=1c71f523 [1c71f523]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/libkcddb - libkcddb.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/libkcddb-libkcddbdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=94ca3a13 [94ca3a13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kscd - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kscd-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=6c3e9a2f [6c3e9a2f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=775b1efd [775b1efd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kappfinder - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kappfinder-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=a452bd94 [a452bd94]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaudiocreator - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaudiocreator-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=514a0715 [514a0715]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=cb937aa9 [cb937aa9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaudiocreator - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaudiocreator-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=261327ee [261327ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaboodle - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaboodle-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=ab65a990 [ab65a990]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== tdenetwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=7cf631be [7cf631be]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=15fd0d5c [15fd0d5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=bff9d105 [bff9d105]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=1e65a9c9 [1e65a9c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krfb - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krfb-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=65f0237b [65f0237b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=0f7aec08 [0f7aec08]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=8b0277b3 [8b0277b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=ea8c2556 [ea8c2556]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kwifi - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kwifi-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=7dbed250 [7dbed250]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=1732e27c [1732e27c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc - ksirc.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc-ksircdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=f0b3ae6b [f0b3ae6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krfb - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krfb-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=0bf1f09c [0bf1f09c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krdc - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krdc-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=cd3b9bc6 [cd3b9bc6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=6c1bfe1c [6c1bfe1c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/knewsticker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/knewsticker-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e540875f [e540875f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=9f39152c [9f39152c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=ec7c5f92 [ec7c5f92]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmlanbrowser - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmlanbrowser-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=bd2c6b41 [bd2c6b41]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kdict - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kdict-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=055c3ba8 [055c3ba8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmktalkd - kcmktalkd.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmktalkd-kcmktalkddesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e8441a98 [e8441a98]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/dcoprss - rssservice.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/dcoprss-rssservicedesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== tdegraphics ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=32a0eae8 [32a0eae8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=0464b42f [0464b42f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksvg - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksvg-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=83ca390f [83ca390f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kooka - kooka.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kooka-kookadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=b946ccf6 [b946ccf6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kolourpaint - kolourpaint.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kolourpaint-kolourpaintdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=c3994f8f [c3994f8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=c8525154 [c8525154]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kfax - kfax.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kfax-kfaxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=82790fe5 [82790fe5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcoloredit - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcoloredit-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=6628c1cf [6628c1cf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdeiconedit - tdeiconedit.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdeiconedit-tdeiconeditdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=6fec2493 [6fec2493]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewshell - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewshell-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=0ac60cd7 [0ac60cd7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kuickshow - kuickshow.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kuickshow-kuickshowdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=b7a2fb44 [b7a2fb44]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksnapshot - ksnapshot.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksnapshot-ksnapshotdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=d73ec8db [d73ec8db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler - kruler.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler-krulerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=4207cf76 [4207cf76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpovmodeler - kpovmodeler.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpovmodeler-kpovmodelerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=a34651aa [a34651aa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=df90b4db [df90b4db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kfaxview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kfaxview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=10228ff7 [10228ff7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kdvi - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kdvi-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=786ba559 [786ba559]] Fix functionality broken by commit d26dabfe.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=d26dabfe [d26dabfe]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=fdd22494 [fdd22494]] Drop deprecated kmrml code&lt;br /&gt;
&lt;br /&gt;
== tdetoys ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=47ebe98c [47ebe98c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (285 of 285 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather - stations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather-stations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=bfb7d592 [bfb7d592]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=97649015 [97649015]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kworldclock - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kworldclock-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=29e37f55 [29e37f55]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/ktux - ktux.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/ktux-ktuxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=4eb6f321 [4eb6f321]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kteatime - kteatime.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kteatime-kteatimedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=75d71ec8 [75d71ec8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kodo - kodo.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kodo-kododesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=ef99089e [ef99089e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/amor - amor.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/amor-amordesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=528f19d2 [528f19d2]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeedu ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=0c53c58d [0c53c58d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=d99f3098 [d99f3098]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=05b36881 [05b36881]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kverbos - kverbos.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kverbos-kverbosdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=b2b4038e [b2b4038e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kturtle - kturtle.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kturtle-kturtledesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=9edf12e3 [9edf12e3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/ktouch - ktouch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/ktouch-ktouchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=373f572e [373f572e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kiten - kiten.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kiten-kitendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=894d22c5 [894d22c5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars - kstars.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars-kstarsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=b245468a [b245468a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kpercentage - kpercentage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kpercentage-kpercentagedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=9a430435 [9a430435]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kmplot - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kmplot-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=7cbde739 [7cbde739]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/klettres - klettres.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/klettres-klettresdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=3f41eb31 [3f41eb31]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/klatin - klatin.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/klatin-klatindesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=274c00f5 [274c00f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kig - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kig-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=d076ba6e [d076ba6e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/khangman - khangman.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/khangman-khangmandesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e7ecdbc7 [e7ecdbc7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography - kgeography.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography-kgeographydesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=7ec075a1 [7ec075a1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/keduca - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/keduca-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e45f4ee3 [e45f4ee3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kbruch - kbruch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kbruch-kbruchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e73aad5f [e73aad5f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kanagram - kanagram.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kanagram-kanagramdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=026dd7e1 [026dd7e1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kalzium - kalzium.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kalzium-kalziumdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=92daf7c2 [92daf7c2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/blinken - blinken.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/blinken-blinkendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=ad620012 [ad620012]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=1b57c822 [1b57c822]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== tdegames ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=707ed9c6 [707ed9c6]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=72486eea [72486eea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/tdefifteen - tdefifteen.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/tdefifteen-tdefifteendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=1af92e8c [1af92e8c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk - knetwalk.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk-knetwalkdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=b4e10441 [b4e10441]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/twin4 - twin4.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/twin4-twin4desktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=60e6b4b7 [60e6b4b7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ktuberling - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ktuberling-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f86cc3b2 [f86cc3b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kspaceduel - kspaceduel.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kspaceduel-kspacedueldesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=1723a2e2 [1723a2e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksokoban - ksokoban.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksokoban-ksokobandesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=b8bfa029 [b8bfa029]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksnake - ksnake.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksnake-ksnakedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f3055d26 [f3055d26]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=25bbc148 [25bbc148]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet - ksirtet.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet-ksirtetdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=bc6ebdd9 [bc6ebdd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksame - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksame-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=245abf4b [245abf4b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kshisen - kshisen.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kshisen-kshisendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=a24aefaf [a24aefaf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f361902f [f361902f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi - kreversi.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi-kreversidesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=bdbf75db [bdbf75db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kpoker - kpoker.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kpoker-kpokerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=8010109b [8010109b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kpat - kpat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kpat-kpatdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=30b2fe6b [30b2fe6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/konquest - konquest.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/konquest-konquestdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e3c0ddc0 [e3c0ddc0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kolf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kolf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=214ce742 [214ce742]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmines - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmines-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e2876665 [e2876665]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e58b9568 [e58b9568]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmines - kmines.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmines-kminesdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=564ede18 [564ede18]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmahjongg - kmahjongg.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmahjongg-kmahjonggdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=a1f2098b [a1f2098b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegames/klickety - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/klickety-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=04405ac0 [04405ac0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kjumpingcube - kjumpingcube.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kjumpingcube-kjumpingcubedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=ddeb59d5 [ddeb59d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kgoldrunner - KGoldrunner.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kgoldrunner-kgoldrunnerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=6aa6a2fc [6aa6a2fc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kenolaba - kenolaba.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kenolaba-kenolabadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=c2e382ff [c2e382ff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbounce - kbounce.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbounce-kbouncedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=43a1ef1a [43a1ef1a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kblackbox - kblackbox.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kblackbox-kblackboxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=47443995 [47443995]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbackgammon - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbackgammon-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=51730a13 [51730a13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbackgammon - kbackgammon.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbackgammon-kbackgammondesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f4e1241f [f4e1241f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kasteroids - kasteroids.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kasteroids-kasteroidsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=195f32ff [195f32ff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegames/atlantik - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/atlantik-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=078f8a60 [078f8a60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/atlantik - atlantik.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/atlantik-atlantikdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=23f73f6d [23f73f6d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=89209b44 [89209b44]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeaccessibility ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=546f0a26 [546f0a26]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmousetool - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmousetool-desktop-files/nl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=0c8252ff [0c8252ff]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmag - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmag-desktop-files/nl/&lt;br /&gt;
&lt;br /&gt;
== tdeaddons ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=462e8067 [462e8067]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (64 of 64 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-plugins-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=7247f36b [7247f36b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tutorials - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tutorials-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=729f8436 [729f8436]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-plugins-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=c75bb91d [c75bb91d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/ksig - ksig.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/ksig-ksigdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=8b19a3d4 [8b19a3d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (44 of 44 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-plugins-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== tdeadmin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=7c269be3 [7c269be3]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 50.0% (1 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage - kpackage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage-kpackagedesktop/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=b60f7565 [b60f7565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kuser - kuser.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kuser-kuserdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=39dd6199 [39dd6199]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/ksysv - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/ksysv-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=1ec384e5 [1ec384e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=78260ae7 [78260ae7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage - kpackage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage-kpackagedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=18052ec0 [18052ec0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kdat - kdat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kdat-kdatdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=68dbc1fc [68dbc1fc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kcron - kcron.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kcron-kcrondesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== tdeartwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=e76fde84 [e76fde84]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/icon themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/icon-themes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=480c8a32 [480c8a32]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/icon themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/icon-themes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=d5891cb6 [d5891cb6]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/wallpapers-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=b7c7780f [b7c7780f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeartwork/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/wallpapers-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=25e4ea58 [25e4ea58]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=0afaf315 [0afaf315]] twin-styles: twin3_ to twin_ conversion&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=5f90bc99 [5f90bc99]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (314 of 314 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/tdescreensaver - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/tdescreensaver-desktop-files/it/&lt;br /&gt;
&lt;br /&gt;
== tdebindings ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=84ec6486 [84ec6486]] Drop compatibility code for TQSignal&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=13378021 [13378021]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=02712db1 [02712db1]] Drop compatibility code for TQButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=53442b53 [53442b53]] Drop obsolete TQLineEdit methods&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=1b35744b [1b35744b]] Drop compatibility code for TQToolButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=476cadbf [476cadbf]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=941081ce [941081ce]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=dcffc0bc [dcffc0bc]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
== tdesdk ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=e116e963 [e116e963]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbabel - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbabel-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=ba42cd60 [ba42cd60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=0b324ad9 [0b324ad9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=26ea0a31 [26ea0a31]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdecachegrind - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdecachegrind-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=7b277c01 [7b277c01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/scheck - scheck.themerc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/scheck-scheckthemerc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=8d7ac8ea [8d7ac8ea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kuiviewer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kuiviewer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=70cbb21e [70cbb21e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbugbuster - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbugbuster-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=5951f56b [5951f56b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/cervisia - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/cervisia-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=0c03e09c [0c03e09c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/cervisia - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/cervisia-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=b221bea0 [b221bea0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kompare - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kompare-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d50abb28 [d50abb28]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.1% (27 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=3523578c [3523578c]] Fix functionality broken by commit d619f66&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d619f66a [d619f66a]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tdevelop ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=f4724912 [f4724912]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop-desktop-files/&lt;br /&gt;
&lt;br /&gt;
== tdewebdev ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=13d63148 [13d63148]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kimagemapeditor - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kimagemapeditor-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=e16b4e3b [e16b4e3b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=6552a392 [6552a392]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== tde-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b54aba2 [2b54aba2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (833 of 833 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02030efa [02030efa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.2% (461 of 500 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdecachegrind&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdecachegrind/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5abddf59 [5abddf59]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1016 of 1016 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbabel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbabel/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fc1947d4 [fc1947d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - validators&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-validators/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=995b2521 [995b2521]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4722fda2 [4722fda2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 71.0% (49 of 69 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c7fe792b [c7fe792b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (89 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c55b4ce5 [c55b4ce5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (241 of 241 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonqhtml&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonqhtml/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aeed5fd8 [aeed5fd8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b7b847f5 [b7b847f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (223 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=255d26f7 [255d26f7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (238 of 238 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/ksim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/ksim/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78aad284 [78aad284]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (89 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76168eb5 [76168eb5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmperformance&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmperformance/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1fd85bdd [1fd85bdd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_pop3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_pop3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a58fce8 [2a58fce8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d228567 [7d228567]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfmclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfmclient/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d1527d8f [d1527d8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_smtp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_smtp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c363a97 [6c363a97]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (140 of 140 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ec080931 [ec080931]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc2988ac [bc2988ac]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd5194d2 [bd5194d2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=04ed4b52 [04ed4b52]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (76 of 76 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmusb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmusb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc1d1c98 [bc1d1c98]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (43 of 43 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kthememanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kthememanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ffa5d7e7 [ffa5d7e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (96 of 96 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeprintfax&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeprintfax/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=076c2fed [076c2fed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdestyle_keramik_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdestyle_keramik_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4ceab3f4 [4ceab3f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplashthemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplashthemes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=512d9f79 [512d9f79]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=47e26a43 [47e26a43]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (93 of 93 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdefontinst&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdefontinst/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3a144469 [3a144469]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_home&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_home/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cd272aca [cd272aca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmnotify&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmnotify/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d2ba7ada [d2ba7ada]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (290 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=135f1b2e [135f1b2e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=07c69212 [07c69212]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=03934f6b [03934f6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_system&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_system/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67680029 [67680029]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0e0ae526 [0e0ae526]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeio_svn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeio_svn/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a87c6d1 [8a87c6d1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_ts&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_ts/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aade5865 [aade5865]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_po&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_po/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=522da565 [522da565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_diff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_diff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=83c47a3a [83c47a3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_cpp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_cpp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4d9ffb4a [4d9ffb4a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kres_bugzilla&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kres_bugzilla/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cfa3a9ad [cfa3a9ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (208 of 208 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbugbuster&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbugbuster/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ebed3f3 [3ebed3f3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acb7bd01 [acb7bd01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kmenuapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kmenuapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b406e7b0 [b406e7b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=610e404f [610e404f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/krdb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/krdb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bf546323 [bf546323]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmspellchecking&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmspellchecking/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a6399d3 [4a6399d3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 65.0% (13 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmiccconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmiccconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=80a06e94 [80a06e94]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_tar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_tar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b26c4f5 [4b26c4f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_recentdocs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_recentdocs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=58999e40 [58999e40]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_prefmenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_prefmenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6ce221c9 [6ce221c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - sort&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-sort/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0390f05b [0390f05b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - webarchiver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-webarchiver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cf552d9d [cf552d9d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - wavecapture&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-wavecapture/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=433ee6e7 [433ee6e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - wakeup&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-wakeup/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=46159872 [46159872]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - tyler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-tyler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e02bff0f [e02bff0f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - tippecanoe&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-tippecanoe/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0761ee7 [c0761ee7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - txt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-txt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cd18979e [cd18979e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - mhtml&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-mhtml/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=712079e1 [712079e1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - lnk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-lnk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fce9e09 [4fce9e09]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - html&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-html/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25db3dca [25db3dca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - folder&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-folder/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef1f9ac7 [ef1f9ac7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-desktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10e3306c [10e3306c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - cert&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-cert/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3fec0e8 [f3fec0e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - synaescope&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-synaescope/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a86eaabb [a86eaabb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - searchbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-searchbar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5da3c28e [5da3c28e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - pitchablespeed&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-pitchablespeed/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dce4401c [dce4401c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - minitools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-minitools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=65231d72 [65231d72]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - microformat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-microformat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e048a4eb [e048a4eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (42 of 42 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - mediacontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-mediacontrol/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=03f6f36f [03f6f36f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - lyrics&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-lyrics/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=75a2d1a4 [75a2d1a4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kaddressbook - gmx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kaddressbook-gmx/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=111da4e5 [111da4e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kaddressbook - kworldclock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kaddressbook-kworldclock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=37ccc73b [37ccc73b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (53 of 53 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - ktimemon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-ktimemon/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=877faee6 [877faee6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (48 of 48 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - metabar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-metabar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a964e80 [8a964e80]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - mediaplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-mediaplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6215185a [6215185a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - delicious&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-delicious/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=432a8fd9 [432a8fd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - kmathapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-kmathapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2537b8d7 [2537b8d7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (33 of 33 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - kbinaryclock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-kbinaryclock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41b3507f [41b3507f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - xmltools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-xmltools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d895f991 [d895f991]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - xmlcheck&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-xmlcheck/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1477c443 [1477c443]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - textfilter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-textfilter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a96d906d [a96d906d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - tabbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-tabbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02b5b392 [02b5b392]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - snippets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-snippets/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=06908d1c [06908d1c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - pybrowse&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-pybrowse/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68019125 [68019125]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - openheader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-openheader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e4943b1f [e4943b1f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - modeline&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-modeline/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a8e169d [4a8e169d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - make&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-make/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8548c37e [8548c37e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - kjswrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-kjswrapper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=65197c45 [65197c45]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - insertcommand&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-insertcommand/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f33c05f3 [f33c05f3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - htmltools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-htmltools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a3220aa3 [a3220aa3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - helloworld&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-helloworld/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0768ae06 [0768ae06]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - fll_plugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-fll_plugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ed62a7e [7ed62a7e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - fll_initplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-fll_initplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4551fe7c [4551fe7c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - filetemplates&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-filetemplates/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a5773c33 [a5773c33]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - cppsymbolviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-cppsymbolviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d5f107a6 [d5f107a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - image&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-image/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=760d609c [760d609c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - charlatanui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-charlatanui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=49a7da4e [49a7da4e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - ffrs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-ffrs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44ff5289 [44ff5289]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - dub&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-dub/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f595c2f4 [f595c2f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (81 of 81 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - domtreeviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-domtreeviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5984420c [5984420c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - dirfilter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-dirfilter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8740f36c [8740f36c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - crashes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-crashes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2eea31a6 [2eea31a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - autorefresh&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-autorefresh/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0b43890b [0b43890b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - audio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-audio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b60fc4c0 [b60fc4c0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - ark&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-ark/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4f2e12e9 [4f2e12e9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - alsaplayerui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-alsaplayerui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8cf5b05b [8cf5b05b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - akregator&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-akregator/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e9608f5 [1e9608f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (3009 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb7f6413 [bb7f6413]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (101 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2297c73 [a2297c73]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16fc9290 [16fc9290]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30b25447 [30b25447]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0c9390e0 [0c9390e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_asus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_asus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c9b6e0a [3c9b6e0a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (464 of 464 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kttsd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kttsd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5f018862 [5f018862]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.8% (5277 of 5622 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9cd12c13 [9cd12c13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4373 of 4373 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fb393ca2 [fb393ca2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdelirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdelirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de26e8e7 [de26e8e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/superkaramba&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/superkaramba/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef2d1ac9 [ef2d1ac9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.7% (204 of 238 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/ksim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/ksim/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8225ecb4 [8225ecb4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0d8c5564 [0d8c5564]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_powerbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_powerbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=15e159f9 [15e159f9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cbaed96f [cbaed96f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_delli8k&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_delli8k/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=99665cc4 [99665cc4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilod&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilod/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76cf712f [76cf712f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kfloppy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kfloppy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a780ff13 [a780ff13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.1% (833 of 849 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kaddressbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kaddressbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=160a21e5 [160a21e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (288 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b39b69b0 [b39b69b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.8% (224 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=37c46a10 [37c46a10]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aaa64918 [aaa64918]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_raw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_raw/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b72b65e [2b72b65e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (197 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de33568d [de33568d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (121 of 121 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/klinkstatus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/klinkstatus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c46c273c [c46c273c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=463fe953 [463fe953]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.0% (23 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - webarchiver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-webarchiver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f902060c [f902060c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - imgallery&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-imgallery/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7291a5d [e7291a5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (254 of 254 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libtdegames&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libtdegames/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=60f4c2ad [60f4c2ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4d13a2c [c4d13a2c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (557 of 557 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kmplot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kmplot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8f16a587 [8f16a587]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4373 of 4373 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a1803a12 [a1803a12]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (765 of 765 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kalzium&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kalzium/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a9f1223f [a9f1223f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6f5c5077 [6f5c5077]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (138 of 138 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdeiconedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdeiconedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9f37b90b [9f37b90b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_xpm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_xpm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=124a1a5b [124a1a5b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_xbm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_xbm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1397cb2b [1397cb2b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_tiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_tiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8cd2a856 [8cd2a856]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_tga&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_tga/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2102c574 [2102c574]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_rgb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_rgb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=146a8054 [146a8054]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_ps&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_ps/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=21580aeb [21580aeb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pnm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pnm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee75c8c5 [ee75c8c5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_png&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_png/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=19cf3c62 [19cf3c62]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pdf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=107c467f [107c467f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pcx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pcx/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02a155ef [02a155ef]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (67 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_jpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_jpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d85c7052 [d85c7052]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_ico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_ico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2933d93 [e2933d93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_gif&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_gif/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4382f606 [4382f606]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (59 of 59 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_exr&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_exr/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5bddf5a5 [5bddf5a5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_dvi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_dvi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=921e29b3 [921e29b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_dds&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_dds/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0b56525a [0b56525a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_bmp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_bmp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5694df40 [5694df40]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (107 of 107 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/libkscan&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/libkscan/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4f70423 [d4f70423]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/libkfaximgage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/libkfaximgage/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1d63ec25 [1d63ec25]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (179 of 179 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewshell&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewshell/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4cd8d3e0 [4cd8d3e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewscannerplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewscannerplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d794493d [d794493d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kview_scale&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kview_scale/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5f74d61a [5f74d61a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewpresenterplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewpresenterplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1c6f60df [1c6f60df]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kvieweffectsplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kvieweffectsplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2c39783 [a2c39783]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewbrowserplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewbrowserplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=23706e02 [23706e02]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (123 of 123 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kuickshow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kuickshow/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=96c0bde1 [96c0bde1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (45 of 45 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksnapshot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksnapshot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6536643 [e6536643]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=40b76cfc [40b76cfc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (225 of 225 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=54045117 [54045117]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (256 of 256 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kooka&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kooka/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a0ba024f [a0ba024f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (386 of 386 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kolourpaint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kolourpaint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b9817b46 [b9817b46]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (131 of 131 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8614f6c [a8614f6c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kgamma&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kgamma/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=09d52dca [09d52dca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (215 of 215 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kdvi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kdvi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25b4dfd1 [25b4dfd1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcoloredit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcoloredit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51cd9478 [51cd9478]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewviewerpluginsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewviewerpluginsconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2c14518 [a2c14518]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewpluginsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewpluginsconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2746c521 [2746c521]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewgeneralconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewgeneralconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25650c93 [25650c93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewcanvasconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewcanvasconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4af32845 [4af32845]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcmkamera&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcmkamera/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb0c53ea [bb0c53ea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ff1ec9c1 [ff1ec9c1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (403 of 403 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c00aae5c [c00aae5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppplogview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppplogview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=93829039 [93829039]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (416 of 416 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c152d582 [c152d582]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (94 of 94 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kpf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kpf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=654c466b [654c466b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acdd4826 [acdd4826]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_avi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_avi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=85655c32 [85655c32]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (320 of 320 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12c3105c [12c3105c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (80 of 80 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_lame&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_lame/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acfe74f0 [acfe74f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.0% (17 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_xmlrpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_xmlrpc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8f561fa [b8f561fa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2430 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b59a52df [b59a52df]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.1% (833 of 849 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kaddressbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kaddressbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b15f99b [3b15f99b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.7% (341 of 360 strings)&amp;lt;br/&amp;gt;Translation: tdepim/akregator&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/akregator/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6fd71df1 [6fd71df1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12eb7e03 [12eb7e03]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.0% (250 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9937df39 [9937df39]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ae470e5 [2ae470e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=08998baf [08998baf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (67 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmcolors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmcolors/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10ac25e5 [10ac25e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdedebugdialog&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdedebugdialog/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0771e565 [0771e565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2865 of 2865 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/ppdtranslations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/ppdtranslations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c535e26d [c535e26d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73b6114f [73b6114f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=155b3201 [155b3201]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a4c12d6 [2a4c12d6]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=976a81b4 [976a81b4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (245 of 245 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kdat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kdat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9fe445d8 [9fe445d8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8660af8 [a8660af8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (152 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=807855fe [807855fe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=69bdd2bf [69bdd2bf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (416 of 416 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=85d49634 [85d49634]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6980e97e [6980e97e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (111 of 111 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dc165c85 [dc165c85]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2430 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5bd9ba76 [5bd9ba76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0fd4f012 [0fd4f012]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.0% (99 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ca026de0 [ca026de0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0eb200e2 [0eb200e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4af789bd [4af789bd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b3efd69f [b3efd69f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (72 of 72 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/i18n - entry.desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/i18n-entrydesktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e5046884 [e5046884]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.5% (2464 of 2578 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6ff96b0 [d6ff96b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.9% (929 of 1010 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kommander&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kommander/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=052541a5 [052541a5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6813630 [d6813630]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61348be4 [61348be4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (106 of 106 strings)&amp;lt;br/&amp;gt;Translation: tdegames/lskat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/lskat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ce4cc89a [ce4cc89a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f84f621b [f84f621b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.8% (5277 of 5622 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7adefbb7 [7adefbb7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (553 of 553 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kgpg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kgpg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a54f6ad [9a54f6ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.8% (722 of 723 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a7b6a48e [a7b6a48e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.0% (109 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=adb9ee02 [adb9ee02]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acbf941b [acbf941b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_systemmenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_systemmenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d1ace2d1 [d1ace2d1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (288 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c940de1b [c940de1b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ce53218 [7ce53218]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76141cbc [76141cbc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.7% (158 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44df28d5 [44df28d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1032 of 1032 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpovmodeler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpovmodeler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=77cf8f9c [77cf8f9c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (3008 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c8cacdab [c8cacdab]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 90.6% (155 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f38fa8f3 [f38fa8f3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b01edccd [b01edccd]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=04d54b46 [04d54b46]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=edde93c4 [edde93c4]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (331 of 332 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee87723d [ee87723d]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 94.7% (36 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=347c614b [347c614b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5d7a5d36 [5d7a5d36]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4a7354e [c4a7354e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17e37aec [17e37aec]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a93fc87 [5a93fc87]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (417 of 417 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libtdepim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fa7c437 [4fa7c437]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1428 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e157a91c [e157a91c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=35f9874a [35f9874a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=31e1fd99 [31e1fd99]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5196 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c29db08c [c29db08c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kasteroids&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kasteroids/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45c9efee [45c9efee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bac7cad2 [bac7cad2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.8% (722 of 723 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45438fab [45438fab]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmicons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmicons/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=184c41a3 [184c41a3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f2e51c15 [f2e51c15]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 55.1% (32 of 58 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78f3d660 [78f3d660]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c84bab9b [c84bab9b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9dceffa5 [9dceffa5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bea7c2b5 [bea7c2b5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2f6e4464 [2f6e4464]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (181 of 181 strings)&amp;lt;br/&amp;gt;Translation: tdepim/karm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/karm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b718443 [7b718443]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksystemtrayapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksystemtrayapplet/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df6f0d2f [df6f0d2f]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (290 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2282d9eb [2282d9eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.3% (21 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - alsaplayerui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-alsaplayerui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8ef3404 [a8ef3404]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (369 of 369 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3fb5a51f [3fb5a51f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (137 of 137 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kverbos&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kverbos/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6fd40db8 [6fd40db8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (205 of 205 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdemid&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdemid/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=789b5f42 [789b5f42]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (88 of 88 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kpersonalizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kpersonalizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bfa34bd2 [bfa34bd2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6da779c2 [6da779c2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.8% (224 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6038555 [e6038555]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dffecf21 [dffecf21]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.7% (157 of 159 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b0cd75a3 [b0cd75a3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (289 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=64e03b0c [64e03b0c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=805a0c6c [805a0c6c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c16120f [3c16120f]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f6b47865 [f6b47865]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.5% (3006 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=905b500e [905b500e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_wav&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_wav/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0376d619 [0376d619]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_theora&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_theora/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8c0bd602 [8c0bd602]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_sid&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_sid/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f96bfe38 [f96bfe38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_ogg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_ogg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=20da6100 [20da6100]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_m3u&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_m3u/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6ec9d7d [e6ec9d7d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=002f6b01 [002f6b01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9c288da4 [9c288da4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fdacc87 [4fdacc87]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_flac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_flac/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79bd92c0 [79bd92c0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_avi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_avi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8545225b [8545225b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_au&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_au/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16bb2152 [16bb2152]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (332 of 332 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61ff946a [61ff946a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (187 of 187 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/libkcddb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/libkcddb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=18dd016f [18dd016f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (111 of 111 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7047488 [e7047488]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=09ae6e3a [09ae6e3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a94f2253 [a94f2253]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kcmcddb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kcmcddb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=839723e8 [839723e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaboodle&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaboodle/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a3d5767a [a3d5767a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_vorbis&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_vorbis/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=039aa373 [039aa373]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (80 of 80 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_lame&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_lame/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1a2584a5 [1a2584a5]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 85.9% (1749 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ae0d186 [1ae0d186]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwindecoration&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwindecoration/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8e3a9bd8 [8e3a9bd8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a8bf169 [9a8bf169]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6329682c [6329682c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_flac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_flac/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=01a947f7 [01a947f7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48cbdde6 [48cbdde6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bda1bc83 [bda1bc83]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a94365d8 [a94365d8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b07c9fd5 [b07c9fd5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=99ddc47e [99ddc47e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=233603f3 [233603f3]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kickermenu_kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kickermenu_kate/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eb41c146 [eb41c146]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (261 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=035d412a [035d412a]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=252276b0 [252276b0]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a3c101a [5a3c101a]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3baf4ac [f3baf4ac]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0198f7b7 [0198f7b7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abbea754 [abbea754]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=22447195 [22447195]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67154ced [67154ced]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwinrules&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwinrules/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68257170 [68257170]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwindecoration&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwindecoration/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5b8921e6 [5b8921e6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b643ca2 [4b643ca2]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ea42728d [ea42728d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e0f759a [1e0f759a]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41a2a0a6 [41a2a0a6]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 87.7% (150 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7a72e540 [7a72e540]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1433ed29 [1433ed29]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4816e684 [4816e684]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c9f3b6c [3c9f3b6c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41444a5d [41444a5d]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 80.6% (2134 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=62275fac [62275fac]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4565a842 [4565a842]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eb88e6fc [eb88e6fc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a15c7835 [a15c7835]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7e214ab [e7e214ab]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ff4ced6a [ff4ced6a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c8260126 [c8260126]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4d00bce3 [4d00bce3]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cadd2b5d [cadd2b5d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9a96806 [c9a96806]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdelicense&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdelicense/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bda14f95 [bda14f95]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5196 of 5196 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dac4018a [dac4018a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 80.9% (1648 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b5c59d83 [b5c59d83]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=643497da [643497da]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e41785c [1e41785c]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (197 of 197 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1be1e3e9 [1be1e3e9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fbde5a66 [fbde5a66]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (326 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c1acc00 [6c1acc00]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (289 of 289 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9b635e1b [9b635e1b]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b0ef02e [7b0ef02e]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8dbd2744 [8dbd2744]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1b39883e [1b39883e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b5c8e7a [3b5c8e7a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=49367158 [49367158]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da6ebc69 [da6ebc69]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.5% (211 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=38d19787 [38d19787]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da4c604a [da4c604a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a289914a [a289914a]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmag&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmag/nl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=587622ea [587622ea]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d0076837 [d0076837]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=484fbfeb [484fbfeb]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 85.0% (805 of 946 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/katepart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/katepart/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a1c113b [5a1c113b]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 86.4% (369 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb4d9424 [bb4d9424]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 54.2% (247 of 455 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs_colors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs_colors/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3059b6dc [3059b6dc]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd92b2ee [bd92b2ee]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44c33da9 [44c33da9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.3% (158 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e405a694 [e405a694]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.8% (16 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmenergy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmenergy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1a8c65b3 [1a8c65b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 71.4% (5 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - image&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-image/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f91ae8b2 [f91ae8b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (197 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee561a5d [ee561a5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.5% (193 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b7818e1 [4b7818e1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegames/kmahjongg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmahjongg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=62c862a8 [62c862a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.6% (191 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=feb94ddc [feb94ddc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdewalletmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdewalletmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9cf3ed6a [9cf3ed6a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da73efd6 [da73efd6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdewalletmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdewalletmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=56f2e465 [56f2e465]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/krdb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/krdb/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ea2bd4b [2ea2bd4b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=289b8045 [289b8045]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 80.3% (1636 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17b287ee [17b287ee]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.9% (195 of 197 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e98cc110 [e98cc110]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7768467e [7768467e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ffe4047 [3ffe4047]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d42dfce9 [d42dfce9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 77.9% (1588 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c033f982 [c033f982]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=447af80a [447af80a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 76.8% (1565 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f9a53f48 [f9a53f48]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5cac2c06 [5cac2c06]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ec024ca [7ec024ca]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c624634e [c624634e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f86ccae9 [f86ccae9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6fc3c2e [d6fc3c2e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin_lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin_lib/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f322a111 [f322a111]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f09ec0ab [f09ec0ab]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ba5d62d1 [ba5d62d1]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.5% (209 of 210 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7e255c40 [7e255c40]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=86acd12e [86acd12e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4f3b4305 [4f3b4305]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eac33e90 [eac33e90]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (196 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17c51be5 [17c51be5]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0ab2398 [c0ab2398]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (326 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6b7fac1 [d6b7fac1]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (206 of 206 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4e97cea7 [4e97cea7]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e8274087 [e8274087]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d7fbab18 [d7fbab18]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3f1a08b4 [3f1a08b4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=92e6fc46 [92e6fc46]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6cf5249d [6cf5249d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48907031 [48907031]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.3% (148 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9ef855fe [9ef855fe]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.4% (170 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79e81b47 [79e81b47]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.9% (194 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=af5e01d0 [af5e01d0]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f262c268 [f262c268]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (326 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e03e491a [e03e491a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=299d7e9b [299d7e9b]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=963b03f8 [963b03f8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4643459 [a4643459]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 99.4% (171 of 172 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b6f0d602 [b6f0d602]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f6a6c8e5 [f6a6c8e5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67d451ba [67d451ba]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewpresenterplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewpresenterplugin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a18b92ba [a18b92ba]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d9a6697 [7d9a6697]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aaeda12b [aaeda12b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c999f37 [3c999f37]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdmconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmconfig/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef954c90 [ef954c90]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2aa378ca [2aa378ca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_zeroconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_zeroconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2cd8ff75 [2cd8ff75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cb5cf602 [cb5cf602]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krdc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krdc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fc00fa70 [fc00fa70]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (94 of 94 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kpf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kpf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=325dc4a8 [325dc4a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.8% (2984 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b912c6e7 [b912c6e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (248 of 248 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/knewsticker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/knewsticker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6e04a742 [6e04a742]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (103 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmwifi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmwifi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ca7235c9 [ca7235c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (100 of 100 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmlanbrowser&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmlanbrowser/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ddb067e7 [ddb067e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (43 of 43 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmktalkd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmktalkd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c7fc70f6 [c7fc70f6]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (196 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cff19a2f [cff19a2f]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bad75a4d [bad75a4d]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (327 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0115ec51 [0115ec51]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=75d3b850 [75d3b850]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ade36f2 [1ade36f2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ad7aeafe [ad7aeafe]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=57cd82f9 [57cd82f9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=405dc7df [405dc7df]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ee0c314 [3ee0c314]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdmconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmconfig/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2567a89d [2567a89d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b2441d13 [b2441d13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_zeroconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_zeroconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c669a79d [c669a79d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_lan&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_lan/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5ecccc8f [5ecccc8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_jabberdisco&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_jabberdisco/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=153f7022 [153f7022]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefile_torrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefile_torrent/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=db5cbbbc [db5cbbbc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kwireless&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kwireless/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=70391ee5 [70391ee5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kinetd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kinetd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0f541093 [0f541093]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kdictapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kdictapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16494e41 [16494e41]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/libtdepim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7648b3c9 [7648b3c9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b7ec603 [7b7ec603]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fb3fdb2b [fb3fdb2b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fe4514c8 [fe4514c8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=83bdc126 [83bdc126]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=63a90127 [63a90127]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/tdefifteen&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/tdefifteen/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df53a5b9 [df53a5b9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a27093a0 [a27093a0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 87.5% (14 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - audio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-audio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd2a6f38 [bd2a6f38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (89 of 89 strings)&amp;lt;br/&amp;gt;Translation: tdegames/twin4&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/twin4/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e64c11d2 [e64c11d2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (254 of 254 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libtdegames&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libtdegames/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7e30682d [7e30682d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (122 of 122 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libksirtet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libksirtet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ce1a3bf [3ce1a3bf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.2% (56 of 57 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ktuberling&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ktuberling/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2d940247 [2d940247]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9561b74 [c9561b74]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kshisen&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kshisen/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e67e6a7f [e67e6a7f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kolf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kolf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12861973 [12861973]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2e8f84f5 [2e8f84f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (381 of 381 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kgoldrunner&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kgoldrunner/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1256c7f6 [1256c7f6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f0087266 [f0087266]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (1235 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=06391dfe [06391dfe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 84.4% (87 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=71347685 [71347685]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79cebe5e [79cebe5e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78aaa659 [78aaa659]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (289 of 289 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=74773ebc [74773ebc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ac07e9f6 [ac07e9f6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdestyle_plastik_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdestyle_plastik_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e00cbcb5 [e00cbcb5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_kdatatool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_kdatatool/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c09081a6 [c09081a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdefileaudiopreview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdefileaudiopreview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=624183f5 [624183f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_autobookmarker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_autobookmarker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b00d45a6 [b00d45a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (946 of 946 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/katepart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/katepart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=db142dcb [db142dcb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabcformat_binary&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabcformat_binary/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7cd87b83 [7cd87b83]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_isearch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_isearch/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=11d74de2 [11d74de2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_file&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_file/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8c12f11 [b8c12f11]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_docwordcompletion&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_docwordcompletion/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dd4127b3 [dd4127b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_net&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_net/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6d341d34 [6d341d34]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_sql&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_sql/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=661b618f [661b618f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_dir&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_dir/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=650ebed1 [650ebed1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdestyle_highcontrast_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdestyle_highcontrast_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=681fb57e [681fb57e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2865 of 2865 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/ppdtranslations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/ppdtranslations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5410b42a [5410b42a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/libtdescreensaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/libtdescreensaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a4a938d [6a4a938d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_insertfile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_insertfile/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f1d18823 [f1d18823]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (44 of 44 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_ldaptdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_ldaptdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30f083cd [30f083cd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acbf80cd [acbf80cd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f8fb2e20 [f8fb2e20]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1013 of 1013 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeprint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeprint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aa0506f0 [aa0506f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (455 of 455 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs_colors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs_colors/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82e61934 [82e61934]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2739 of 2739 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a2ce6cb [9a2ce6cb]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73eb4e4d [73eb4e4d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=91f7be0d [91f7be0d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 64.5% (129 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a9fa5d76 [a9fa5d76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/taskbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/taskbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b382a9a [2b382a9a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktaskbarapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktaskbarapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30e0f112 [30e0f112]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/lockout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/lockout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e1c4e2b5 [e1c4e2b5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5317fab2 [5317fab2]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=92ad6a46 [92ad6a46]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0e61bcd [c0e61bcd]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dedebeb6 [dedebeb6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_delli8k&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_delli8k/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51c00880 [51c00880]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (206 of 206 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4a6e3eb [d4a6e3eb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c368d148 [c368d148]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a73707b4 [a73707b4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9af8d504 [9af8d504]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 97.3% (219 of 225 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=875d4c24 [875d4c24]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a757dd8a [a757dd8a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abcfb18a [abcfb18a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/libtaskbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskbar/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d481507 [7d481507]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kay&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kay/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fa9f0334 [fa9f0334]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5af0121c [5af0121c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdesud&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdesud/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e363127a [e363127a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/naughtyapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/naughtyapplet/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=54976205 [54976205]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 75.7% (1542 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8f32df4 [b8f32df4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a46e674 [8a46e674]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82b00602 [82b00602]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8919bb8a [8919bb8a]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3e98afc4 [3e98afc4]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51cb26bc [51cb26bc]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d5046c21 [d5046c21]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=500f2c45 [500f2c45]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 98.5% (70 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kspaceduel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kspaceduel/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=53f3360c [53f3360c]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksokoban&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksokoban/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fa57d92b [fa57d92b]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 48.9% (24 of 49 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksnake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksnake/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4d9d7c1 [a4d9d7c1]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 94.7% (18 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksmiletris&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksmiletris/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=63667467 [63667467]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 34.1% (27 of 79 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2b3a41b [e2b3a41b]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 38.0% (19 of 50 strings)&amp;lt;br/&amp;gt;Translation: tdegames/klines&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/klines/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=33531138 [33531138]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45486792 [45486792]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (58 of 58 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5e2914e7 [5e2914e7]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c716f74 [6c716f74]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a270de3 [5a270de3]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (322 of 322 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=404b586a [404b586a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8b023bb7 [8b023bb7]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (322 of 322 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10d7630d [10d7630d]] tdepim: remove kitchensync pot file again, since it was automatically re-added&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a8b0c96 [2a8b0c96]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f4de4713 [f4de4713]] tdepim: remove translations for kitchensync and multisynk&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=64d45800 [64d45800]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0c2a0ab3 [0c2a0ab3]] tdegraphics: remove translations for kmrml&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8aa58abf [8aa58abf]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=376b1bfe [376b1bfe]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a340797 [6a340797]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=90797510 [90797510]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e0706cf8 [e0706cf8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eee4a43c [eee4a43c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb21ba44 [bb21ba44]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
= libraries =&lt;br /&gt;
== libkdcraw ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=d13e9744 [d13e9744]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (74 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=50387262 [50387262]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 70.2% (52 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=fb8e7233 [fb8e7233]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (74 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=4720b9e3 [4720b9e3]] Added translation using Weblate (Chinese (Simplified))&lt;br /&gt;
&lt;br /&gt;
== libkipi ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=1ea1d770 [1ea1d770]] Added translation using Weblate (Chinese (Traditional))&lt;br /&gt;
&lt;br /&gt;
== kipi-plugins ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=aa3b7277 [aa3b7277]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.0% (512 of 602 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - metadataedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-metadataedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=62e89ce1 [62e89ce1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 40.1% (53 of 132 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - cdarchiving&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-cdarchiving/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=1fc6b1e0 [1fc6b1e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - viewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-viewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=f134eb8d [f134eb8d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=7115da7d [7115da7d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=c39b2d5d [c39b2d5d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=549a8d58 [549a8d58]] Added translation using Weblate (Chinese (Traditional))&lt;br /&gt;
&lt;br /&gt;
== libtqt-perl ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=ea4d4023 [ea4d4023]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=a8738810 [a8738810]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=076ec834 [076ec834]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
= applications/development =&lt;br /&gt;
== kdbg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=b171e1b2 [b171e1b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kdbg - kdbg.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbg-kdbgdesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== kdiff3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=453f35a8 [453f35a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 67.2% (347 of 516 strings)&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=47366761 [47366761]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: applications/kdiff3 - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=810025fb [810025fb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=b65164fa [b65164fa]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=abcdeb43 [abcdeb43]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=1bab9902 [1bab9902]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tdesvn ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=2cdbcc87 [2cdbcc87]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 48.5% (359 of 739 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=f66e96c7 [f66e96c7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdesvn - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=e0823d75 [e0823d75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/graphics =&lt;br /&gt;
== digikam ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=31f057f7 [31f057f7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1794 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=d1ed2afa [d1ed2afa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1793 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=1798610f [1798610f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=e809e384 [e809e384]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1793 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=53e13c18 [53e13c18]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2244 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=09a41f75 [09a41f75]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/&lt;br /&gt;
&lt;br /&gt;
== gwenview-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=3e754a52 [3e754a52]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=57175831 [57175831]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=827f6c7b [827f6c7b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/internet =&lt;br /&gt;
== kasablanca ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=2a9b7e7d [2a9b7e7d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kasablanca - kasablanca.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca-kasablancadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=159a8faf [159a8faf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 64.3% (74 of 115 strings)&amp;lt;br/&amp;gt;Translation: applications/kasablanca&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=4b9e3dcb [4b9e3dcb]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kbiff ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=c53c9a60 [c53c9a60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=2cc626b9 [2cc626b9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.8% (89 of 90 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=4069eda9 [4069eda9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff - kbiff.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff-kbiffdesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== kftpgrabber ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=70edee2c [70edee2c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/kftpgrabber - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kftpgrabber-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== knmap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=a289b05a [a289b05a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=2721c5e0 [2721c5e0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=24febfa6 [24febfa6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=8f8a354b [8f8a354b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (221 of 221 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=b68bd35b [b68bd35b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=60528588 [60528588]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 16.2% (36 of 221 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=aea076a0 [aea076a0]] Added translation using Weblate (Ukrainian)&lt;br /&gt;
&lt;br /&gt;
== konversation ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=dfedc855 [dfedc855]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.6% (1167 of 1362 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation/ru/&lt;br /&gt;
&lt;br /&gt;
== kshowmail ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=10272aed [10272aed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 49.8% (174 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=b13b420d [b13b420d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 49.5% (173 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
&lt;br /&gt;
== kstreamripper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=dbdd2a4e [dbdd2a4e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=6a970335 [6a970335]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=3ec99f94 [3ec99f94]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=457de6e0 [457de6e0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=1801e3aa [1801e3aa]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 80.0% (24 of 30 strings)&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=382d4392 [382d4392]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=5da88b7e [5da88b7e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=c621d368 [c621d368]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== ktorrent ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=523c79c3 [523c79c3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (875 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=46220b63 [46220b63]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 80.1% (701 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/ru/&lt;br /&gt;
&lt;br /&gt;
== kvirc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=44846083 [44846083]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - notifier&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b435bad5 [b435bad5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - editor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b412083e [b412083e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - about&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-about/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b32a017a [b32a017a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.8% (2404 of 2588 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=02e908ee [02e908ee]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=e2dd007c [e2dd007c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a48e70a7 [a48e70a7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (794 of 805 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a7254dcc [a7254dcc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - theme&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-theme/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=25f3bffc [25f3bffc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=1e208b4f [1e208b4f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - logview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-logview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=3e94a25e [3e94a25e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - editor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=0c62fcd5 [0c62fcd5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - filetransferwindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-filetransferwindow/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a6e75ff9 [a6e75ff9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - dcc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-dcc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=2091bae5 [2091bae5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - notifier&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=90e47cbd [90e47cbd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - sharedfileswindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-sharedfileswindow/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=729d67a2 [729d67a2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=116c3821 [116c3821]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=5e2a1ae3 [5e2a1ae3]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
= applications/misc =&lt;br /&gt;
== bibletime ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=9d90808b [9d90808b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/bibletime - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/bibletime-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=de0a4201 [de0a4201]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=7c699d2d [7c699d2d]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== desktop-effects-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=4ef8c50e [4ef8c50e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=7437087e [7437087e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=92556696 [92556696]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kerberostray ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=f56d47b0 [f56d47b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kerberostray&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kerberostray/&lt;br /&gt;
&lt;br /&gt;
== krecipes ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=d2a4cb93 [d2a4cb93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 30.5% (343 of 1123 strings)&amp;lt;br/&amp;gt;Translation: applications/krecipes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krecipes/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/multimedia =&lt;br /&gt;
== amarok ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=73837f1a [73837f1a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=079f0cc9 [079f0cc9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b037abfb [b037abfb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=93aff8fd [93aff8fd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=7f396148 [7f396148]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=8ac0d326 [8ac0d326]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=086adc4f [086adc4f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4ebfa149 [4ebfa149]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 79.7% (1981 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4cc71ec3 [4cc71ec3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=2116bf2a [2116bf2a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=e6e2d189 [e6e2d189]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=c2a12e62 [c2a12e62]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=44ad188d [44ad188d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=83730846 [83730846]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4ddb9e62 [4ddb9e62]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=90520108 [90520108]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 84.7% (2105 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=40099ec0 [40099ec0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b767627f [b767627f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=bcd8d83e [bcd8d83e]] Fix functionality broken by commit 1c3e0630.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b04099ff [b04099ff]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=a7a79de0 [a7a79de0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=1c3e0630 [1c3e0630]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=5dedf79f [5dedf79f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=8b28bb5c [8b28bb5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=9038cb17 [9038cb17]] Translated using Weblate (Turkish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/tr/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=3c835108 [3c835108]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.8% (2406 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
&lt;br /&gt;
== codeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=033f32ab [033f32ab]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=28a3b75f [28a3b75f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=9f39f05e [9f39f05e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/codeine - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/codeine-desktop-files/&lt;br /&gt;
&lt;br /&gt;
== k3b ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=00a24ebc [00a24ebc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=987871f0 [987871f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=c2fbc8f1 [c2fbc8f1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=95a45a4f [95a45a4f]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=bbf83236 [bbf83236]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=894069eb [894069eb]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/pt/&lt;br /&gt;
&lt;br /&gt;
== k3b-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=84cd0b47 [84cd0b47]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (47 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=6f6f5263 [6f6f5263]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=bd308fa9 [bd308fa9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=e6010418 [e6010418]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (47 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=cb12df11 [cb12df11]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=ecef8905 [ecef8905]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=9c355f26 [9c355f26]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=1d1360a7 [1d1360a7]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=6f8f68cc [6f8f68cc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=47c13aee [47c13aee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=b92282bd [b92282bd]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 97.8% (46 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/bg/&lt;br /&gt;
&lt;br /&gt;
== k9copy ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=ef83b5b8 [ef83b5b8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=4979c509 [4979c509]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=237b3548 [237b3548]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (495 of 495 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=553df4a4 [553df4a4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=bc07265d [bc07265d]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kaffeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=eac2daca [eac2daca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (729 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=6c9257f2 [6c9257f2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.5% (711 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=e0e0d158 [e0e0d158]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=b871bd5b [b871bd5b]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kmplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=30650e19 [30650e19]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.9% (347 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=77c148a7 [77c148a7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=bb993d63 [bb993d63]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=d8d54a7f [d8d54a7f]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 95.6% (373 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=122a27a0 [122a27a0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=bb9e13d1 [bb9e13d1]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=0817bc03 [0817bc03]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer-desktop-files/bg/&lt;br /&gt;
&lt;br /&gt;
== kplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=cc14b9cf [cc14b9cf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=d8391ef7 [d8391ef7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 77.0% (799 of 1037 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/ru/&lt;br /&gt;
&lt;br /&gt;
== soundkonverter ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=bcf2d459 [bcf2d459]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.6% (302 of 319 strings)&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=2bf7eb6c [2bf7eb6c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=28a35800 [28a35800]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=300613ee [300613ee]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=a13d3527 [a13d3527]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tderadio ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=aa80a24c [aa80a24c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=28afa3da [28afa3da]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - oss-sound&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-oss-sound/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=5369d924 [5369d924]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (45 of 45 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - gui-standard-display&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-standard-display/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=a9f14b38 [a9f14b38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 82.3% (14 of 17 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - timeshifter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-timeshifter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=d57a893c [d57a893c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.1% (75 of 78 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - recording&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-recording/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=55460675 [55460675]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=03b5df8e [03b5df8e]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 93.5% (29 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=0bb5fda6 [0bb5fda6]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=8cd30c0e [8cd30c0e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=c74cfcb6 [c74cfcb6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.7% (30 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/office =&lt;br /&gt;
== basket ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=33317176 [33317176]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/basket&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=c8b892a3 [c8b892a3]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kbibtex ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=702a473b [702a473b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 73.7% (444 of 602 strings)&amp;lt;br/&amp;gt;Translation: applications/kbibtex&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbibtex/ru/&lt;br /&gt;
&lt;br /&gt;
== kbookreader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=e32bbc6e [e32bbc6e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (17 of 17 strings)&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=fcdb94c9 [fcdb94c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kbookreader - kbookreader.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader-kbookreaderdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=ac3e0386 [ac3e0386]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=61e10e5a [61e10e5a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/&lt;br /&gt;
&lt;br /&gt;
== kile ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=00b87abb [00b87abb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kile - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== kmymoney ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=47cc1d27 [47cc1d27]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: applications/kmymoney - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=e592106d [e592106d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (2658 of 2674 strings)&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=67a43ced [67a43ced]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=9df4c701 [9df4c701]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== koffice ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=d165869a [d165869a]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=c2fdb394 [c2fdb394]] Fix functionality broken by commit a9bbaa83&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=a9bbaa83 [a9bbaa83]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== koffice-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=572398a4 [572398a4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (3150 of 3168 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspread&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=bce5a0c4 [bce5a0c4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.4% (1169 of 1200 strings)&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=cc44ebc3 [cc44ebc3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: koffice/thesaurus_tool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/thesaurus_tool/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=b6cedf64 [b6cedf64]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_ooo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_ooo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=9f49ba05 [9f49ba05]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_koffice&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_koffice/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=7a3529fd [7a3529fd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_gnumeric&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_gnumeric/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=05196041 [05196041]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_abiword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_abiword/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ffe6d299 [ffe6d299]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (961 of 961 strings)&amp;lt;br/&amp;gt;Translation: koffice/kword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kword/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ad3cf8ee [ad3cf8ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspreadcalc_calc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspreadcalc_calc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=7f8b71fa [7f8b71fa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (909 of 909 strings)&amp;lt;br/&amp;gt;Translation: koffice/kpresenter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kpresenter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=d154e97e [d154e97e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (354 of 354 strings)&amp;lt;br/&amp;gt;Translation: koffice/kformdesigner&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kformdesigner/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=9c40a4ce [9c40a4ce]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=aa8c2267 [aa8c2267]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ccf47869 [ccf47869]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=f690d314 [f690d314]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.0% (1295 of 1423 strings)&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=f0bcacf8 [f0bcacf8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kivio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kivio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=e1f27756 [e1f27756]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=e84fa74c [e84fa74c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kword/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=fc3d61ff [fc3d61ff]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/koffice&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/koffice/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=31fd578d [31fd578d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=069df0f0 [069df0f0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kofficefilters&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kofficefilters/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=96a280ad [96a280ad]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=b7a0d0ff [b7a0d0ff]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 98.3% (420 of 427 strings)&amp;lt;br/&amp;gt;Translation: koffice/karbon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/karbon/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=8e305f42 [8e305f42]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 99.8% (1421 of 1423 strings)&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=61f41445 [61f41445]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: koffice/example&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/example/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=1f753ab8 [1f753ab8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (3150 of 3168 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspread&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/ru/&lt;br /&gt;
&lt;br /&gt;
== kpilot ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=9beef848 [9beef848]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.3% (1059 of 1088 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=adc41d0e [adc41d0e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=43b3df95 [43b3df95]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=b2480185 [b2480185]] Fix functionality broken by commit a956e3e&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=f060f38e [f060f38e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=fa847ef4 [fa847ef4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=a956e3e8 [a956e3e8]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tellico ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=10996a19 [10996a19]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=252be932 [252be932]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.5% (1108 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=f73799c2 [f73799c2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=30d2f3d2 [30d2f3d2]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 74.2% (826 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=997c050d [997c050d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=0a00263f [0a00263f]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
= applications/settings =&lt;br /&gt;
== kdpkg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=752317fb [752317fb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=c178f4e3 [c178f4e3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 93.1% (27 of 29 strings)&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=7afa4047 [7afa4047]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=3107e30a [3107e30a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=4277d12f [4277d12f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/&lt;br /&gt;
&lt;br /&gt;
== kiosktool ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=6d1e1f26 [6d1e1f26]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (238 of 238 strings)&amp;lt;br/&amp;gt;Translation: applications/kiosktool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kiosktool/ru/&lt;br /&gt;
&lt;br /&gt;
== kkbswitch ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=c36d0446 [c36d0446]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch - kkbswitch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch-kkbswitchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=d7b89dac [d7b89dac]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=586412b8 [586412b8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 96.4% (55 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=8978515d [8978515d]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=29e2187e [29e2187e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=4f10d322 [4f10d322]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=2f27dd99 [2f27dd99]] Added global shortcuts for switching to previous/next group&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/kkbswitch/issues/6 #6]&lt;br /&gt;
&lt;br /&gt;
== klcddimmer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=739e6b63 [739e6b63]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/klcddimmer - klcddimmer.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer-klcddimmerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=c552505d [c552505d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/klcddimmer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer/&lt;br /&gt;
&lt;br /&gt;
== tdenetworkmanager ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=f781e430 [f781e430]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 56.5% (160 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=6bd64d20 [6bd64d20]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 54.4% (154 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/system =&lt;br /&gt;
== dolphin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=d6981f86 [d6981f86]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=88bffef8 [88bffef8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=50bf6ece [50bf6ece]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=df0f2634 [df0f2634]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 87.3% (55 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=128fc6c0 [128fc6c0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=4177bfeb [4177bfeb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=31e79818 [31e79818]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=614887eb [614887eb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=dfc034e5 [dfc034e5]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kbfx ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=7df544d7 [7df544d7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbfx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbfx/&lt;br /&gt;
&lt;br /&gt;
== kcmautostart ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=e156d8d7 [e156d8d7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=a34114dc [a34114dc]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=e32b5599 [e32b5599]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/&lt;br /&gt;
&lt;br /&gt;
== knemo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=8e390170 [8e390170]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=73908043 [73908043]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo - kcm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-kcm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=d1925e58 [d1925e58]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (85 of 85 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=6132bf8e [6132bf8e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== knetload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=ad81a141 [ad81a141]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knetload - knetload.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetload-knetloaddesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== krusader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=a6d7af8f [a6d7af8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 89.0% (1246 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=1107ba66 [1107ba66]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=60b198a9 [60b198a9]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1399 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/uk/&lt;br /&gt;
&lt;br /&gt;
== kshutdown ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=0cb0eeb3 [0cb0eeb3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown - kshutdown.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-kshutdowndesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=6c6e8bb5 [6c6e8bb5]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown - kshutdown.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-kshutdowndesktop/nl/&lt;br /&gt;
&lt;br /&gt;
== ksystemlog ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=cf0f1b44 [cf0f1b44]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/ksystemlog&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksystemlog/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=27e255d7 [27e255d7]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== polkit-agent-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=774e540b [774e540b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=fe3d3837 [fe3d3837]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=81f288bf [81f288bf]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/zh_Hant/&lt;br /&gt;
&lt;br /&gt;
== tdebluez ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=fce0091e [fce0091e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=f23e3839 [f23e3839]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=823b8121 [823b8121]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=d0311fa0 [d0311fa0]] Added translation using Weblate (Dutch)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ee1b7905 [ee1b7905]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 89.1% (239 of 268 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=14e65f81 [14e65f81]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=9a895e4f [9a895e4f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=5dbd02e3 [5dbd02e3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=75e3f4ae [75e3f4ae]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=1d2fcc95 [1d2fcc95]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (266 of 266 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=9ec32992 [9ec32992]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=226cacc4 [226cacc4]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (274 of 274 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ae46115f [ae46115f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ad1894b7 [ad1894b7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=e852055d [e852055d]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tdepowersave ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=96ba1bf7 [96ba1bf7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 36.3% (20 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=1e735aeb [1e735aeb]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (311 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=f39d5cd2 [f39d5cd2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=c1d1a446 [c1d1a446]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=70666ec3 [70666ec3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=c2676876 [c2676876]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.2% (290 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=5242ce6d [5242ce6d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=678ecbe9 [678ecbe9]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tdesshaskpass ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=7a7a240e [7a7a240e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesshaskpass&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesshaskpass/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=b0aaaa03 [b0aaaa03]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== yakuake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=4d40f6d0 [4d40f6d0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.9% (94 of 98 strings)&amp;lt;br/&amp;gt;Translation: applications/yakuake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/tdeio =&lt;br /&gt;
== tdeio-ftps ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-ftps/commit/?id=8ac1f636 [8ac1f636]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdeio-ftps&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-ftps/&lt;br /&gt;
&lt;br /&gt;
== tdeio-sword ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=a1851f5d [a1851f5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-sword - sword.protocol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-sword-swordprotocol/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=6d75ce24 [6d75ce24]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeio-umountwrapper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=e3173ff2 [e3173ff2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-umountwrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-umountwrapper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=c37ba2dc [c37ba2dc]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
= applications/themes =&lt;br /&gt;
== gtk-qt-engine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=2178adeb [2178adeb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=90c79e65 [90c79e65]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=df701883 [df701883]] Added translation using Weblate (Chinese (Simplified))&lt;br /&gt;
&lt;br /&gt;
== kgtk-qt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=06bca424 [06bca424]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/kgtk-qt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kgtk-qt3/ru/&lt;br /&gt;
&lt;br /&gt;
== tde-style-baghira ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=bb43a575 [bb43a575]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - sessionapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-sessionapplet/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=738600de [738600de]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - starter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-starter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=54a306f5 [54a306f5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=4a3bbfa4 [4a3bbfa4]] Rename library twin3_baghira -&amp;amp;gt; twin_baghira&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=fc8b3dd4 [fc8b3dd4]] Fix functionality broken by commit 66813ef&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=66813efe [66813efe]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tde-style-domino ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=7ea023ba [7ea023ba]] Rename library twin3_domino -&amp;amp;gt; twin_domino&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== tde-style-ia-ora ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=25c19604 [25c19604]] Rename library twin3_iaora -&amp;amp;gt; twin_iaora&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== tde-style-lipstik ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=39c758d5 [39c758d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-lipstik - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-lipstik-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=e0338512 [e0338512]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== twin-style-crystal ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=d9afc78c [d9afc78c]] Rename library twin3_crystal -&amp;amp;gt; twin_crystal&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-dekorator ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=c67f6084 [c67f6084]] Rename library twin3_deKorator -&amp;amp;gt; twin_deKorator&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-machbunt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=81c7c4d0 [81c7c4d0]] Rename library twin3_MachBunt to twin_MachBunt&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-suse2 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=9b5c2e1e [9b5c2e1e]] Rename library twin3_SUSE2 -&amp;amp;gt; twin_SUSE&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
= applications/utilities =&lt;br /&gt;
== abakus ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=9ace50d1 [9ace50d1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/abakus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=467ef6c1 [467ef6c1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (49 of 49 strings)&amp;lt;br/&amp;gt;Translation: applications/abakus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=e1762b36 [e1762b36]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=b277c7ae [b277c7ae]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/abakus - abakus.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus-abakusdesktop/bg/&lt;br /&gt;
&lt;br /&gt;
== filelight ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=aa06806b [aa06806b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=28349b70 [28349b70]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=7cc11b7f [7cc11b7f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=629295b3 [629295b3]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=33098270 [33098270]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (77 of 77 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/uk/&lt;br /&gt;
&lt;br /&gt;
== kbarcode ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=2f5aa189 [2f5aa189]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.1% (589 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=6c31a9ec [6c31a9ec]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=7f9e4e65 [7f9e4e65]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.9% (582 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=f6c05921 [f6c05921]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 74.5% (443 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=371ce27c [371ce27c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=7bd51d72 [7bd51d72]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=6ca861bd [6ca861bd]] Fix functionality broken by commit fc06df3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=fc06df33 [fc06df33]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== kchmviewer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=78502278 [78502278]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kchmviewer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kchmviewer-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== kcpuload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=b49178b0 [b49178b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=8ae8e9f8 [8ae8e9f8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 94.8% (37 of 39 strings)&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=7a450d31 [7a450d31]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=d9952f82 [d9952f82]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/&lt;br /&gt;
&lt;br /&gt;
== knutclient ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=dfa5f3fa [dfa5f3fa]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knutclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=466ddc1b [466ddc1b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (203 of 203 strings)&amp;lt;br/&amp;gt;Translation: applications/knutclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient/uk/&lt;br /&gt;
&lt;br /&gt;
== krename ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=b4e78648 [b4e78648]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/krename - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krename-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=7740aa8e [7740aa8e]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== qalculate-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=744ac88e [744ac88e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=6baf1704 [6baf1704]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.4% (593 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=accfbbbf [accfbbbf]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=34b3365e [34b3365e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=933d4190 [933d4190]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=68aa9b3b [68aa9b3b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (596 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=96280709 [96280709]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 75.0% (447 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=09de128a [09de128a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 70.6% (421 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=c714c687 [c714c687]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 60.7% (362 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=1c102209 [1c102209]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 42.4% (253 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=06249035 [06249035]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
= packaging =&lt;br /&gt;
== packaging ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=70a0160c [70a0160c]] DEB tdebindings: remove dependency on libtqt3-compat-headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=fb212c9e [fb212c9e]] DEB tqt3: drop compat files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=a4869e73 [a4869e73]] DEB tdebase twin: adjusted after renaming client libraries from twin3_* to twin_*. This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=7b064a10 [7b064a10]] DEB tqt3: adjusted after removing Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f7be243e [f7be243e]] DEB buildscripts: update supported distros&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f82c8cc0 [f82c8cc0]] DEB: remove support for Debian Stretch and Ubuntu Xenial&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=4721bdc6 [4721bdc6]] DEB tqt3: remove Qt2 obsolete classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=e6b868c8 [e6b868c8]] DEB tdebase: added release notes for R14.2.x series&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=3c5c1e60 [3c5c1e60]] DEB trinity-apt-archive: Set the apt repository URL to PTB.&lt;/div&gt;</summary>
		<author><name>SlavekB</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.2.0&amp;diff=3259</id>
		<title>Changelog For R14.2.0</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.2.0&amp;diff=3259"/>
		<updated>2023-12-18T01:14:43Z</updated>

		<summary type="html">&lt;p&gt;SlavekB: /* applications/system */ Update 20231217&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= dependencies =&lt;br /&gt;
== tde-cmake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=9fae6b57 [9fae6b57]] Update version to R14.2.0&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tqt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=ee0c5d58 [ee0c5d58]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a6829398 [a6829398]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=d2122705 [d2122705]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=e0a3cab4 [e0a3cab4]] Minor adjustments to porting documentation&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=f2b3ea52 [f2b3ea52]] Drop compatibility code for TQSignal&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=fb6884ea [fb6884ea]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=2e817b4b [2e817b4b]] Remove dangled symlinks for droped compat headers.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=c3bb8881 [c3bb8881]] Drop compatibility code for TQButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=9492e618 [9492e618]] Drop compatibility code for TQThread&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=979f5621 [979f5621]] Drop compatibility code for TQLineEdit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=83991feb [83991feb]] Remove Qt4 related stuff&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=48ea22d0 [48ea22d0]] Drop compatibility code for TQToolButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b1bfbe79 [b1bfbe79]] Drop compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=bfd62a0b [bfd62a0b]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a8466ab3 [a8466ab3]] Translated using Weblate (Chinese (zh))&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3 - examples-i18n&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3-examples-i18n/zh/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=5350a724 [5350a724]] Drop TQT_NO_COMPAT code from mkspecs files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a75445b4 [a75445b4]] Drop Qt2 obsolete classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b6e9b6c6 [b6e9b6c6]] Added translation using Weblate (Turkish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=af9d6b11 [af9d6b11]] Added translation using Weblate (Turkish)&lt;br /&gt;
&lt;br /&gt;
== tqtinterface ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=9ad01120 [9ad01120]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=4746fbba [4746fbba]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=1c79e9f8 [1c79e9f8]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
== pytqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=aa676491 [aa676491]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=cba16275 [cba16275]] Drop compatibility code for TQThread&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=8bd235be [8bd235be]] Addons to previous commit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=28273a01 [28273a01]] Drop Qt2&amp;#039;s TQSemiModal class.&lt;br /&gt;
&lt;br /&gt;
= core =&lt;br /&gt;
== tdelibs ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cca633c6 [cca633c6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (179 of 179 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/all languages&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/all-languages/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=9755ecd9 [9755ecd9]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=503eb0d9 [503eb0d9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=29b84bd0 [29b84bd0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=f6627610 [f6627610]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7f7e5585 [7f7e5585]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.4% (323 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7a35fcf1 [7a35fcf1]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=f49e67f0 [f49e67f0]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=920d56d2 [920d56d2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=a7316f73 [a7316f73]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=4e0aa6d5 [4e0aa6d5]] Fix functionality broken by commit 8233b2e5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=8233b2e5 [8233b2e5]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=74cb596c [74cb596c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdemarkdown - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdemarkdown-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=29f58681 [29f58681]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (327 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=c6bc3af7 [c6bc3af7]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cdf964bb [cdf964bb]] Update version to R14.2.0&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tdebase ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f093a1be [f093a1be]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdm - themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdm-themes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=21ecd990 [21ecd990]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplash - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplash-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=607f0804 [607f0804]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdehtml_plugins.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdehtml_pluginsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5f815bd0 [5f815bd0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkonq - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkonq-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8175c850 [8175c850]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksysguard - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksysguard-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7c8d600d [7c8d600d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=3faa7b1b [3faa7b1b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kate - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kate-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f6fb0d91 [f6fb0d91]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 61.8% (281 of 454 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=70af14e2 [70af14e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 48.5% (168 of 346 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kappfinder - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kappfinder-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=035c2698 [035c2698]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - directories&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-directories/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a1cbb16b [a1cbb16b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.8% (248 of 251 strings)&amp;lt;br/&amp;gt;Translation: tdebase/l10n - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/l10n-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a26bb216 [a26bb216]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1103f2b1 [1103f2b1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c836bb9d [c836bb9d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=00eab673 [00eab673]] Translated using Weblate (Greek)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/el/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9e7b4bb1 [9e7b4bb1]] TWin: Fix loading of window decoration configuration libraries&amp;lt;br/&amp;gt;Accidentally broken by commit 84ab47055d.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=748a54ff [748a54ff]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=dddd52ff [dddd52ff]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=30d54139 [30d54139]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2317bee2 [2317bee2]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=4c64b274 [4c64b274]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-events/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c0ca8145 [c0ca8145]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f1f2e40a [f1f2e40a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5eec362c [5eec362c]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2986ff6e [2986ff6e]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2937383d [2937383d]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-data/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9ab75fc1 [9ab75fc1]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ea076539 [ea076539]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi - presets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi-presets/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8a8431ab [8a8431ab]] twin: renames twin3_ to twin_ in user theme config files. This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/351 #351] and PR #364.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=91cb2036 [91cb2036]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.0% (33 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=88ea7160 [88ea7160]] KWin: rename client libraries twin3_* -&amp;amp;gt; twin_*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=84ab4705 [84ab4705]] Make TWin look for `twin_` libraries&amp;lt;br/&amp;gt;This is now the preferred way of calling the decoration libraries&amp;lt;br/&amp;gt;(in place of `twin3_`). The old names that start with `twin3_` are&amp;lt;br/&amp;gt;still recognized for compatibility reasons.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/351 #351]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e8336ee5 [e8336ee5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2da663c3 [2da663c3]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8210b058 [8210b058]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=74eb1d78 [74eb1d78]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=90b19e21 [90b19e21]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ce84a0c6 [ce84a0c6]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=950f0ce7 [950f0ce7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tde_release_notes.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tde_release_notesdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d61158c7 [d61158c7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdcop - kdcop.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdcop-kdcopdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ddc6b3af [ddc6b3af]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeintegration.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeintegrationdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1771a344 [1771a344]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5ec66d53 [5ec66d53]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - compat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-compat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=653159ea [653159ea]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=143cff2e [143cff2e]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=78937d51 [78937d51]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9ab17ab4 [9ab17ab4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e539275a [e539275a]] Add release notes draft for R14.2.x series&lt;br /&gt;
&lt;br /&gt;
== tdepim ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=5863ef46 [5863ef46]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=0e164959 [0e164959]] Fix functionality broken by commit fd0046c4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=fd0046c4 [fd0046c4]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=860c8799 [860c8799]] Drop deprecated kitchensync code&lt;br /&gt;
&lt;br /&gt;
== tdemultimedia ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=c5e80026 [c5e80026]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdemid - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdemid-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=ec115020 [ec115020]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=1c71f523 [1c71f523]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/libkcddb - libkcddb.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/libkcddb-libkcddbdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=94ca3a13 [94ca3a13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kscd - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kscd-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=6c3e9a2f [6c3e9a2f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=775b1efd [775b1efd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kappfinder - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kappfinder-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=a452bd94 [a452bd94]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaudiocreator - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaudiocreator-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=514a0715 [514a0715]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=cb937aa9 [cb937aa9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaudiocreator - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaudiocreator-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=261327ee [261327ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaboodle - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaboodle-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=ab65a990 [ab65a990]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== tdenetwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=7cf631be [7cf631be]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=15fd0d5c [15fd0d5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=bff9d105 [bff9d105]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=1e65a9c9 [1e65a9c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krfb - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krfb-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=65f0237b [65f0237b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=0f7aec08 [0f7aec08]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=8b0277b3 [8b0277b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=ea8c2556 [ea8c2556]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kwifi - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kwifi-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=7dbed250 [7dbed250]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=1732e27c [1732e27c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc - ksirc.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc-ksircdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=f0b3ae6b [f0b3ae6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krfb - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krfb-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=0bf1f09c [0bf1f09c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krdc - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krdc-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=cd3b9bc6 [cd3b9bc6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=6c1bfe1c [6c1bfe1c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/knewsticker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/knewsticker-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e540875f [e540875f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=9f39152c [9f39152c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=ec7c5f92 [ec7c5f92]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmlanbrowser - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmlanbrowser-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=bd2c6b41 [bd2c6b41]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kdict - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kdict-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=055c3ba8 [055c3ba8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmktalkd - kcmktalkd.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmktalkd-kcmktalkddesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e8441a98 [e8441a98]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/dcoprss - rssservice.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/dcoprss-rssservicedesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== tdegraphics ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=32a0eae8 [32a0eae8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=0464b42f [0464b42f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksvg - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksvg-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=83ca390f [83ca390f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kooka - kooka.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kooka-kookadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=b946ccf6 [b946ccf6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kolourpaint - kolourpaint.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kolourpaint-kolourpaintdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=c3994f8f [c3994f8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=c8525154 [c8525154]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kfax - kfax.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kfax-kfaxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=82790fe5 [82790fe5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcoloredit - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcoloredit-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=6628c1cf [6628c1cf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdeiconedit - tdeiconedit.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdeiconedit-tdeiconeditdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=6fec2493 [6fec2493]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewshell - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewshell-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=0ac60cd7 [0ac60cd7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kuickshow - kuickshow.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kuickshow-kuickshowdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=b7a2fb44 [b7a2fb44]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksnapshot - ksnapshot.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksnapshot-ksnapshotdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=d73ec8db [d73ec8db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler - kruler.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler-krulerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=4207cf76 [4207cf76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpovmodeler - kpovmodeler.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpovmodeler-kpovmodelerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=a34651aa [a34651aa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=df90b4db [df90b4db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kfaxview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kfaxview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=10228ff7 [10228ff7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kdvi - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kdvi-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=786ba559 [786ba559]] Fix functionality broken by commit d26dabfe.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=d26dabfe [d26dabfe]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=fdd22494 [fdd22494]] Drop deprecated kmrml code&lt;br /&gt;
&lt;br /&gt;
== tdetoys ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=47ebe98c [47ebe98c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (285 of 285 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather - stations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather-stations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=bfb7d592 [bfb7d592]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=97649015 [97649015]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kworldclock - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kworldclock-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=29e37f55 [29e37f55]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/ktux - ktux.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/ktux-ktuxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=4eb6f321 [4eb6f321]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kteatime - kteatime.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kteatime-kteatimedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=75d71ec8 [75d71ec8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kodo - kodo.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kodo-kododesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=ef99089e [ef99089e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/amor - amor.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/amor-amordesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=528f19d2 [528f19d2]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeedu ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=0c53c58d [0c53c58d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=d99f3098 [d99f3098]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=05b36881 [05b36881]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kverbos - kverbos.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kverbos-kverbosdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=b2b4038e [b2b4038e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kturtle - kturtle.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kturtle-kturtledesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=9edf12e3 [9edf12e3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/ktouch - ktouch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/ktouch-ktouchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=373f572e [373f572e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kiten - kiten.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kiten-kitendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=894d22c5 [894d22c5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars - kstars.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars-kstarsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=b245468a [b245468a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kpercentage - kpercentage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kpercentage-kpercentagedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=9a430435 [9a430435]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kmplot - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kmplot-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=7cbde739 [7cbde739]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/klettres - klettres.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/klettres-klettresdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=3f41eb31 [3f41eb31]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/klatin - klatin.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/klatin-klatindesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=274c00f5 [274c00f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kig - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kig-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=d076ba6e [d076ba6e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/khangman - khangman.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/khangman-khangmandesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e7ecdbc7 [e7ecdbc7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography - kgeography.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography-kgeographydesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=7ec075a1 [7ec075a1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/keduca - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/keduca-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e45f4ee3 [e45f4ee3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kbruch - kbruch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kbruch-kbruchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e73aad5f [e73aad5f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kanagram - kanagram.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kanagram-kanagramdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=026dd7e1 [026dd7e1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kalzium - kalzium.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kalzium-kalziumdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=92daf7c2 [92daf7c2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/blinken - blinken.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/blinken-blinkendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=ad620012 [ad620012]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=1b57c822 [1b57c822]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== tdegames ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=707ed9c6 [707ed9c6]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=72486eea [72486eea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/tdefifteen - tdefifteen.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/tdefifteen-tdefifteendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=1af92e8c [1af92e8c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk - knetwalk.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk-knetwalkdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=b4e10441 [b4e10441]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/twin4 - twin4.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/twin4-twin4desktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=60e6b4b7 [60e6b4b7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ktuberling - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ktuberling-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f86cc3b2 [f86cc3b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kspaceduel - kspaceduel.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kspaceduel-kspacedueldesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=1723a2e2 [1723a2e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksokoban - ksokoban.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksokoban-ksokobandesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=b8bfa029 [b8bfa029]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksnake - ksnake.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksnake-ksnakedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f3055d26 [f3055d26]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=25bbc148 [25bbc148]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet - ksirtet.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet-ksirtetdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=bc6ebdd9 [bc6ebdd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksame - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksame-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=245abf4b [245abf4b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kshisen - kshisen.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kshisen-kshisendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=a24aefaf [a24aefaf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f361902f [f361902f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi - kreversi.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi-kreversidesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=bdbf75db [bdbf75db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kpoker - kpoker.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kpoker-kpokerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=8010109b [8010109b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kpat - kpat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kpat-kpatdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=30b2fe6b [30b2fe6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/konquest - konquest.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/konquest-konquestdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e3c0ddc0 [e3c0ddc0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kolf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kolf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=214ce742 [214ce742]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmines - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmines-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e2876665 [e2876665]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e58b9568 [e58b9568]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmines - kmines.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmines-kminesdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=564ede18 [564ede18]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmahjongg - kmahjongg.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmahjongg-kmahjonggdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=a1f2098b [a1f2098b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegames/klickety - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/klickety-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=04405ac0 [04405ac0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kjumpingcube - kjumpingcube.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kjumpingcube-kjumpingcubedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=ddeb59d5 [ddeb59d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kgoldrunner - KGoldrunner.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kgoldrunner-kgoldrunnerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=6aa6a2fc [6aa6a2fc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kenolaba - kenolaba.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kenolaba-kenolabadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=c2e382ff [c2e382ff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbounce - kbounce.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbounce-kbouncedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=43a1ef1a [43a1ef1a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kblackbox - kblackbox.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kblackbox-kblackboxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=47443995 [47443995]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbackgammon - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbackgammon-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=51730a13 [51730a13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbackgammon - kbackgammon.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbackgammon-kbackgammondesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f4e1241f [f4e1241f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kasteroids - kasteroids.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kasteroids-kasteroidsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=195f32ff [195f32ff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegames/atlantik - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/atlantik-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=078f8a60 [078f8a60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/atlantik - atlantik.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/atlantik-atlantikdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=23f73f6d [23f73f6d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=89209b44 [89209b44]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeaccessibility ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=546f0a26 [546f0a26]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmousetool - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmousetool-desktop-files/nl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=0c8252ff [0c8252ff]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmag - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmag-desktop-files/nl/&lt;br /&gt;
&lt;br /&gt;
== tdeaddons ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=462e8067 [462e8067]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (64 of 64 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-plugins-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=7247f36b [7247f36b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tutorials - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tutorials-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=729f8436 [729f8436]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-plugins-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=c75bb91d [c75bb91d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/ksig - ksig.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/ksig-ksigdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=8b19a3d4 [8b19a3d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (44 of 44 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-plugins-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== tdeadmin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=7c269be3 [7c269be3]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 50.0% (1 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage - kpackage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage-kpackagedesktop/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=b60f7565 [b60f7565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kuser - kuser.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kuser-kuserdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=39dd6199 [39dd6199]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/ksysv - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/ksysv-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=1ec384e5 [1ec384e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=78260ae7 [78260ae7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage - kpackage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage-kpackagedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=18052ec0 [18052ec0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kdat - kdat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kdat-kdatdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=68dbc1fc [68dbc1fc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kcron - kcron.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kcron-kcrondesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== tdeartwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=e76fde84 [e76fde84]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/icon themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/icon-themes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=480c8a32 [480c8a32]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/icon themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/icon-themes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=d5891cb6 [d5891cb6]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/wallpapers-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=b7c7780f [b7c7780f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeartwork/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/wallpapers-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=25e4ea58 [25e4ea58]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=0afaf315 [0afaf315]] twin-styles: twin3_ to twin_ conversion&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=5f90bc99 [5f90bc99]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (314 of 314 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/tdescreensaver - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/tdescreensaver-desktop-files/it/&lt;br /&gt;
&lt;br /&gt;
== tdebindings ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=84ec6486 [84ec6486]] Drop compatibility code for TQSignal&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=13378021 [13378021]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=02712db1 [02712db1]] Drop compatibility code for TQButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=53442b53 [53442b53]] Drop obsolete TQLineEdit methods&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=1b35744b [1b35744b]] Drop compatibility code for TQToolButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=476cadbf [476cadbf]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=941081ce [941081ce]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=dcffc0bc [dcffc0bc]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
== tdesdk ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=e116e963 [e116e963]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbabel - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbabel-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=ba42cd60 [ba42cd60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=0b324ad9 [0b324ad9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=26ea0a31 [26ea0a31]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdecachegrind - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdecachegrind-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=7b277c01 [7b277c01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/scheck - scheck.themerc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/scheck-scheckthemerc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=8d7ac8ea [8d7ac8ea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kuiviewer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kuiviewer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=70cbb21e [70cbb21e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbugbuster - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbugbuster-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=5951f56b [5951f56b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/cervisia - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/cervisia-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=0c03e09c [0c03e09c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/cervisia - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/cervisia-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=b221bea0 [b221bea0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kompare - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kompare-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d50abb28 [d50abb28]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.1% (27 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=3523578c [3523578c]] Fix functionality broken by commit d619f66&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d619f66a [d619f66a]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tdevelop ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=f4724912 [f4724912]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop-desktop-files/&lt;br /&gt;
&lt;br /&gt;
== tdewebdev ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=13d63148 [13d63148]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kimagemapeditor - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kimagemapeditor-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=e16b4e3b [e16b4e3b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=6552a392 [6552a392]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== tde-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b54aba2 [2b54aba2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (833 of 833 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02030efa [02030efa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.2% (461 of 500 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdecachegrind&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdecachegrind/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5abddf59 [5abddf59]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1016 of 1016 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbabel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbabel/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fc1947d4 [fc1947d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - validators&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-validators/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=995b2521 [995b2521]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4722fda2 [4722fda2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 71.0% (49 of 69 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c7fe792b [c7fe792b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (89 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c55b4ce5 [c55b4ce5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (241 of 241 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonqhtml&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonqhtml/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aeed5fd8 [aeed5fd8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b7b847f5 [b7b847f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (223 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=255d26f7 [255d26f7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (238 of 238 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/ksim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/ksim/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78aad284 [78aad284]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (89 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76168eb5 [76168eb5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmperformance&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmperformance/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1fd85bdd [1fd85bdd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_pop3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_pop3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a58fce8 [2a58fce8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d228567 [7d228567]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfmclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfmclient/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d1527d8f [d1527d8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_smtp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_smtp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c363a97 [6c363a97]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (140 of 140 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ec080931 [ec080931]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc2988ac [bc2988ac]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd5194d2 [bd5194d2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=04ed4b52 [04ed4b52]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (76 of 76 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmusb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmusb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc1d1c98 [bc1d1c98]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (43 of 43 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kthememanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kthememanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ffa5d7e7 [ffa5d7e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (96 of 96 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeprintfax&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeprintfax/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=076c2fed [076c2fed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdestyle_keramik_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdestyle_keramik_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4ceab3f4 [4ceab3f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplashthemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplashthemes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=512d9f79 [512d9f79]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=47e26a43 [47e26a43]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (93 of 93 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdefontinst&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdefontinst/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3a144469 [3a144469]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_home&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_home/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cd272aca [cd272aca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmnotify&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmnotify/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d2ba7ada [d2ba7ada]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (290 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=135f1b2e [135f1b2e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=07c69212 [07c69212]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=03934f6b [03934f6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_system&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_system/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67680029 [67680029]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0e0ae526 [0e0ae526]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeio_svn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeio_svn/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a87c6d1 [8a87c6d1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_ts&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_ts/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aade5865 [aade5865]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_po&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_po/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=522da565 [522da565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_diff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_diff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=83c47a3a [83c47a3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_cpp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_cpp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4d9ffb4a [4d9ffb4a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kres_bugzilla&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kres_bugzilla/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cfa3a9ad [cfa3a9ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (208 of 208 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbugbuster&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbugbuster/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ebed3f3 [3ebed3f3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acb7bd01 [acb7bd01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kmenuapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kmenuapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b406e7b0 [b406e7b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=610e404f [610e404f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/krdb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/krdb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bf546323 [bf546323]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmspellchecking&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmspellchecking/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a6399d3 [4a6399d3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 65.0% (13 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmiccconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmiccconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=80a06e94 [80a06e94]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_tar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_tar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b26c4f5 [4b26c4f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_recentdocs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_recentdocs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=58999e40 [58999e40]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_prefmenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_prefmenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6ce221c9 [6ce221c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - sort&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-sort/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0390f05b [0390f05b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - webarchiver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-webarchiver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cf552d9d [cf552d9d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - wavecapture&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-wavecapture/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=433ee6e7 [433ee6e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - wakeup&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-wakeup/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=46159872 [46159872]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - tyler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-tyler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e02bff0f [e02bff0f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - tippecanoe&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-tippecanoe/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0761ee7 [c0761ee7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - txt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-txt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cd18979e [cd18979e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - mhtml&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-mhtml/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=712079e1 [712079e1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - lnk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-lnk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fce9e09 [4fce9e09]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - html&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-html/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25db3dca [25db3dca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - folder&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-folder/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef1f9ac7 [ef1f9ac7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-desktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10e3306c [10e3306c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - cert&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-cert/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3fec0e8 [f3fec0e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - synaescope&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-synaescope/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a86eaabb [a86eaabb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - searchbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-searchbar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5da3c28e [5da3c28e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - pitchablespeed&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-pitchablespeed/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dce4401c [dce4401c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - minitools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-minitools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=65231d72 [65231d72]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - microformat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-microformat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e048a4eb [e048a4eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (42 of 42 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - mediacontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-mediacontrol/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=03f6f36f [03f6f36f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - lyrics&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-lyrics/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=75a2d1a4 [75a2d1a4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kaddressbook - gmx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kaddressbook-gmx/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=111da4e5 [111da4e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kaddressbook - kworldclock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kaddressbook-kworldclock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=37ccc73b [37ccc73b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (53 of 53 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - ktimemon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-ktimemon/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=877faee6 [877faee6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (48 of 48 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - metabar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-metabar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a964e80 [8a964e80]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - mediaplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-mediaplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6215185a [6215185a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - delicious&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-delicious/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=432a8fd9 [432a8fd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - kmathapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-kmathapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2537b8d7 [2537b8d7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (33 of 33 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - kbinaryclock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-kbinaryclock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41b3507f [41b3507f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - xmltools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-xmltools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d895f991 [d895f991]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - xmlcheck&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-xmlcheck/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1477c443 [1477c443]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - textfilter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-textfilter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a96d906d [a96d906d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - tabbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-tabbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02b5b392 [02b5b392]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - snippets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-snippets/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=06908d1c [06908d1c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - pybrowse&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-pybrowse/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68019125 [68019125]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - openheader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-openheader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e4943b1f [e4943b1f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - modeline&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-modeline/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a8e169d [4a8e169d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - make&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-make/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8548c37e [8548c37e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - kjswrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-kjswrapper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=65197c45 [65197c45]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - insertcommand&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-insertcommand/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f33c05f3 [f33c05f3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - htmltools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-htmltools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a3220aa3 [a3220aa3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - helloworld&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-helloworld/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0768ae06 [0768ae06]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - fll_plugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-fll_plugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ed62a7e [7ed62a7e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - fll_initplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-fll_initplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4551fe7c [4551fe7c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - filetemplates&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-filetemplates/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a5773c33 [a5773c33]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - cppsymbolviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-cppsymbolviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d5f107a6 [d5f107a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - image&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-image/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=760d609c [760d609c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - charlatanui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-charlatanui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=49a7da4e [49a7da4e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - ffrs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-ffrs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44ff5289 [44ff5289]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - dub&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-dub/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f595c2f4 [f595c2f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (81 of 81 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - domtreeviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-domtreeviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5984420c [5984420c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - dirfilter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-dirfilter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8740f36c [8740f36c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - crashes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-crashes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2eea31a6 [2eea31a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - autorefresh&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-autorefresh/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0b43890b [0b43890b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - audio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-audio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b60fc4c0 [b60fc4c0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - ark&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-ark/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4f2e12e9 [4f2e12e9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - alsaplayerui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-alsaplayerui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8cf5b05b [8cf5b05b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - akregator&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-akregator/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e9608f5 [1e9608f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (3009 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb7f6413 [bb7f6413]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (101 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2297c73 [a2297c73]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16fc9290 [16fc9290]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30b25447 [30b25447]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0c9390e0 [0c9390e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_asus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_asus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c9b6e0a [3c9b6e0a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (464 of 464 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kttsd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kttsd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5f018862 [5f018862]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.8% (5277 of 5622 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9cd12c13 [9cd12c13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4373 of 4373 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fb393ca2 [fb393ca2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdelirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdelirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de26e8e7 [de26e8e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/superkaramba&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/superkaramba/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef2d1ac9 [ef2d1ac9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.7% (204 of 238 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/ksim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/ksim/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8225ecb4 [8225ecb4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0d8c5564 [0d8c5564]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_powerbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_powerbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=15e159f9 [15e159f9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cbaed96f [cbaed96f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_delli8k&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_delli8k/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=99665cc4 [99665cc4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilod&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilod/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76cf712f [76cf712f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kfloppy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kfloppy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a780ff13 [a780ff13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.1% (833 of 849 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kaddressbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kaddressbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=160a21e5 [160a21e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (288 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b39b69b0 [b39b69b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.8% (224 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=37c46a10 [37c46a10]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aaa64918 [aaa64918]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_raw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_raw/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b72b65e [2b72b65e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (197 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de33568d [de33568d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (121 of 121 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/klinkstatus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/klinkstatus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c46c273c [c46c273c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=463fe953 [463fe953]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.0% (23 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - webarchiver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-webarchiver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f902060c [f902060c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - imgallery&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-imgallery/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7291a5d [e7291a5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (254 of 254 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libtdegames&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libtdegames/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=60f4c2ad [60f4c2ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4d13a2c [c4d13a2c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (557 of 557 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kmplot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kmplot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8f16a587 [8f16a587]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4373 of 4373 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a1803a12 [a1803a12]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (765 of 765 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kalzium&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kalzium/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a9f1223f [a9f1223f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6f5c5077 [6f5c5077]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (138 of 138 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdeiconedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdeiconedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9f37b90b [9f37b90b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_xpm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_xpm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=124a1a5b [124a1a5b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_xbm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_xbm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1397cb2b [1397cb2b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_tiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_tiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8cd2a856 [8cd2a856]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_tga&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_tga/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2102c574 [2102c574]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_rgb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_rgb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=146a8054 [146a8054]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_ps&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_ps/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=21580aeb [21580aeb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pnm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pnm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee75c8c5 [ee75c8c5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_png&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_png/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=19cf3c62 [19cf3c62]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pdf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=107c467f [107c467f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pcx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pcx/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02a155ef [02a155ef]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (67 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_jpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_jpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d85c7052 [d85c7052]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_ico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_ico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2933d93 [e2933d93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_gif&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_gif/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4382f606 [4382f606]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (59 of 59 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_exr&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_exr/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5bddf5a5 [5bddf5a5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_dvi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_dvi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=921e29b3 [921e29b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_dds&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_dds/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0b56525a [0b56525a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_bmp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_bmp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5694df40 [5694df40]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (107 of 107 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/libkscan&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/libkscan/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4f70423 [d4f70423]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/libkfaximgage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/libkfaximgage/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1d63ec25 [1d63ec25]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (179 of 179 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewshell&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewshell/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4cd8d3e0 [4cd8d3e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewscannerplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewscannerplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d794493d [d794493d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kview_scale&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kview_scale/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5f74d61a [5f74d61a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewpresenterplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewpresenterplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1c6f60df [1c6f60df]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kvieweffectsplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kvieweffectsplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2c39783 [a2c39783]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewbrowserplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewbrowserplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=23706e02 [23706e02]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (123 of 123 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kuickshow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kuickshow/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=96c0bde1 [96c0bde1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (45 of 45 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksnapshot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksnapshot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6536643 [e6536643]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=40b76cfc [40b76cfc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (225 of 225 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=54045117 [54045117]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (256 of 256 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kooka&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kooka/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a0ba024f [a0ba024f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (386 of 386 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kolourpaint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kolourpaint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b9817b46 [b9817b46]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (131 of 131 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8614f6c [a8614f6c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kgamma&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kgamma/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=09d52dca [09d52dca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (215 of 215 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kdvi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kdvi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25b4dfd1 [25b4dfd1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcoloredit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcoloredit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51cd9478 [51cd9478]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewviewerpluginsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewviewerpluginsconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2c14518 [a2c14518]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewpluginsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewpluginsconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2746c521 [2746c521]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewgeneralconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewgeneralconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25650c93 [25650c93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewcanvasconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewcanvasconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4af32845 [4af32845]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcmkamera&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcmkamera/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb0c53ea [bb0c53ea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ff1ec9c1 [ff1ec9c1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (403 of 403 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c00aae5c [c00aae5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppplogview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppplogview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=93829039 [93829039]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (416 of 416 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c152d582 [c152d582]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (94 of 94 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kpf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kpf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=654c466b [654c466b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acdd4826 [acdd4826]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_avi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_avi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=85655c32 [85655c32]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (320 of 320 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12c3105c [12c3105c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (80 of 80 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_lame&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_lame/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acfe74f0 [acfe74f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.0% (17 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_xmlrpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_xmlrpc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8f561fa [b8f561fa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2430 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b59a52df [b59a52df]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.1% (833 of 849 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kaddressbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kaddressbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b15f99b [3b15f99b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.7% (341 of 360 strings)&amp;lt;br/&amp;gt;Translation: tdepim/akregator&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/akregator/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6fd71df1 [6fd71df1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12eb7e03 [12eb7e03]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.0% (250 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9937df39 [9937df39]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ae470e5 [2ae470e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=08998baf [08998baf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (67 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmcolors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmcolors/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10ac25e5 [10ac25e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdedebugdialog&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdedebugdialog/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0771e565 [0771e565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2865 of 2865 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/ppdtranslations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/ppdtranslations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c535e26d [c535e26d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73b6114f [73b6114f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=155b3201 [155b3201]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a4c12d6 [2a4c12d6]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=976a81b4 [976a81b4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (245 of 245 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kdat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kdat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9fe445d8 [9fe445d8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8660af8 [a8660af8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (152 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=807855fe [807855fe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=69bdd2bf [69bdd2bf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (416 of 416 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=85d49634 [85d49634]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6980e97e [6980e97e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (111 of 111 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dc165c85 [dc165c85]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2430 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5bd9ba76 [5bd9ba76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0fd4f012 [0fd4f012]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.0% (99 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ca026de0 [ca026de0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0eb200e2 [0eb200e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4af789bd [4af789bd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b3efd69f [b3efd69f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (72 of 72 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/i18n - entry.desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/i18n-entrydesktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e5046884 [e5046884]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.5% (2464 of 2578 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6ff96b0 [d6ff96b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.9% (929 of 1010 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kommander&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kommander/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=052541a5 [052541a5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6813630 [d6813630]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61348be4 [61348be4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (106 of 106 strings)&amp;lt;br/&amp;gt;Translation: tdegames/lskat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/lskat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ce4cc89a [ce4cc89a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f84f621b [f84f621b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.8% (5277 of 5622 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7adefbb7 [7adefbb7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (553 of 553 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kgpg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kgpg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a54f6ad [9a54f6ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.8% (722 of 723 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a7b6a48e [a7b6a48e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.0% (109 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=adb9ee02 [adb9ee02]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acbf941b [acbf941b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_systemmenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_systemmenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d1ace2d1 [d1ace2d1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (288 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c940de1b [c940de1b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ce53218 [7ce53218]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76141cbc [76141cbc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.7% (158 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44df28d5 [44df28d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1032 of 1032 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpovmodeler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpovmodeler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=77cf8f9c [77cf8f9c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (3008 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c8cacdab [c8cacdab]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 90.6% (155 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f38fa8f3 [f38fa8f3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b01edccd [b01edccd]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=04d54b46 [04d54b46]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=edde93c4 [edde93c4]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (331 of 332 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee87723d [ee87723d]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 94.7% (36 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=347c614b [347c614b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5d7a5d36 [5d7a5d36]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4a7354e [c4a7354e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17e37aec [17e37aec]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a93fc87 [5a93fc87]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (417 of 417 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libtdepim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fa7c437 [4fa7c437]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1428 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e157a91c [e157a91c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=35f9874a [35f9874a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=31e1fd99 [31e1fd99]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5196 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c29db08c [c29db08c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kasteroids&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kasteroids/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45c9efee [45c9efee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bac7cad2 [bac7cad2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.8% (722 of 723 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45438fab [45438fab]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmicons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmicons/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=184c41a3 [184c41a3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f2e51c15 [f2e51c15]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 55.1% (32 of 58 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78f3d660 [78f3d660]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c84bab9b [c84bab9b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9dceffa5 [9dceffa5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bea7c2b5 [bea7c2b5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2f6e4464 [2f6e4464]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (181 of 181 strings)&amp;lt;br/&amp;gt;Translation: tdepim/karm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/karm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b718443 [7b718443]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksystemtrayapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksystemtrayapplet/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df6f0d2f [df6f0d2f]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (290 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2282d9eb [2282d9eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.3% (21 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - alsaplayerui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-alsaplayerui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8ef3404 [a8ef3404]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (369 of 369 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3fb5a51f [3fb5a51f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (137 of 137 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kverbos&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kverbos/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6fd40db8 [6fd40db8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (205 of 205 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdemid&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdemid/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=789b5f42 [789b5f42]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (88 of 88 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kpersonalizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kpersonalizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bfa34bd2 [bfa34bd2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6da779c2 [6da779c2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.8% (224 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6038555 [e6038555]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dffecf21 [dffecf21]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.7% (157 of 159 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b0cd75a3 [b0cd75a3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (289 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=64e03b0c [64e03b0c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=805a0c6c [805a0c6c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c16120f [3c16120f]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f6b47865 [f6b47865]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.5% (3006 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=905b500e [905b500e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_wav&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_wav/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0376d619 [0376d619]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_theora&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_theora/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8c0bd602 [8c0bd602]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_sid&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_sid/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f96bfe38 [f96bfe38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_ogg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_ogg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=20da6100 [20da6100]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_m3u&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_m3u/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6ec9d7d [e6ec9d7d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=002f6b01 [002f6b01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9c288da4 [9c288da4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fdacc87 [4fdacc87]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_flac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_flac/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79bd92c0 [79bd92c0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_avi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_avi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8545225b [8545225b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_au&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_au/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16bb2152 [16bb2152]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (332 of 332 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61ff946a [61ff946a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (187 of 187 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/libkcddb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/libkcddb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=18dd016f [18dd016f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (111 of 111 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7047488 [e7047488]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=09ae6e3a [09ae6e3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a94f2253 [a94f2253]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kcmcddb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kcmcddb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=839723e8 [839723e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaboodle&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaboodle/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a3d5767a [a3d5767a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_vorbis&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_vorbis/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=039aa373 [039aa373]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (80 of 80 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_lame&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_lame/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1a2584a5 [1a2584a5]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 85.9% (1749 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ae0d186 [1ae0d186]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwindecoration&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwindecoration/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8e3a9bd8 [8e3a9bd8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a8bf169 [9a8bf169]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6329682c [6329682c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_flac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_flac/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=01a947f7 [01a947f7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48cbdde6 [48cbdde6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bda1bc83 [bda1bc83]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a94365d8 [a94365d8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b07c9fd5 [b07c9fd5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=99ddc47e [99ddc47e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=233603f3 [233603f3]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kickermenu_kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kickermenu_kate/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eb41c146 [eb41c146]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (261 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=035d412a [035d412a]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=252276b0 [252276b0]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a3c101a [5a3c101a]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3baf4ac [f3baf4ac]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0198f7b7 [0198f7b7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abbea754 [abbea754]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=22447195 [22447195]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67154ced [67154ced]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwinrules&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwinrules/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68257170 [68257170]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwindecoration&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwindecoration/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5b8921e6 [5b8921e6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b643ca2 [4b643ca2]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ea42728d [ea42728d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e0f759a [1e0f759a]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41a2a0a6 [41a2a0a6]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 87.7% (150 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7a72e540 [7a72e540]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1433ed29 [1433ed29]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4816e684 [4816e684]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c9f3b6c [3c9f3b6c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41444a5d [41444a5d]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 80.6% (2134 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=62275fac [62275fac]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4565a842 [4565a842]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eb88e6fc [eb88e6fc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a15c7835 [a15c7835]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7e214ab [e7e214ab]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ff4ced6a [ff4ced6a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c8260126 [c8260126]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4d00bce3 [4d00bce3]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cadd2b5d [cadd2b5d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9a96806 [c9a96806]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdelicense&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdelicense/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bda14f95 [bda14f95]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5196 of 5196 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dac4018a [dac4018a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 80.9% (1648 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b5c59d83 [b5c59d83]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=643497da [643497da]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e41785c [1e41785c]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (197 of 197 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1be1e3e9 [1be1e3e9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fbde5a66 [fbde5a66]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (326 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c1acc00 [6c1acc00]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (289 of 289 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9b635e1b [9b635e1b]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b0ef02e [7b0ef02e]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8dbd2744 [8dbd2744]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1b39883e [1b39883e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b5c8e7a [3b5c8e7a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=49367158 [49367158]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da6ebc69 [da6ebc69]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.5% (211 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=38d19787 [38d19787]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da4c604a [da4c604a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a289914a [a289914a]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmag&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmag/nl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=587622ea [587622ea]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d0076837 [d0076837]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=484fbfeb [484fbfeb]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 85.0% (805 of 946 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/katepart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/katepart/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a1c113b [5a1c113b]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 86.4% (369 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb4d9424 [bb4d9424]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 54.2% (247 of 455 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs_colors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs_colors/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3059b6dc [3059b6dc]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd92b2ee [bd92b2ee]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44c33da9 [44c33da9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.3% (158 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e405a694 [e405a694]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.8% (16 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmenergy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmenergy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1a8c65b3 [1a8c65b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 71.4% (5 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - image&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-image/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f91ae8b2 [f91ae8b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (197 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee561a5d [ee561a5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.5% (193 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b7818e1 [4b7818e1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegames/kmahjongg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmahjongg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=62c862a8 [62c862a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.6% (191 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=feb94ddc [feb94ddc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdewalletmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdewalletmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9cf3ed6a [9cf3ed6a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da73efd6 [da73efd6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdewalletmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdewalletmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=56f2e465 [56f2e465]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/krdb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/krdb/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ea2bd4b [2ea2bd4b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=289b8045 [289b8045]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 80.3% (1636 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17b287ee [17b287ee]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.9% (195 of 197 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e98cc110 [e98cc110]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7768467e [7768467e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ffe4047 [3ffe4047]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d42dfce9 [d42dfce9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 77.9% (1588 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c033f982 [c033f982]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=447af80a [447af80a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 76.8% (1565 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f9a53f48 [f9a53f48]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5cac2c06 [5cac2c06]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ec024ca [7ec024ca]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c624634e [c624634e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f86ccae9 [f86ccae9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6fc3c2e [d6fc3c2e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin_lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin_lib/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f322a111 [f322a111]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f09ec0ab [f09ec0ab]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ba5d62d1 [ba5d62d1]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.5% (209 of 210 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7e255c40 [7e255c40]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=86acd12e [86acd12e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4f3b4305 [4f3b4305]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eac33e90 [eac33e90]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (196 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17c51be5 [17c51be5]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0ab2398 [c0ab2398]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (326 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6b7fac1 [d6b7fac1]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (206 of 206 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4e97cea7 [4e97cea7]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e8274087 [e8274087]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d7fbab18 [d7fbab18]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3f1a08b4 [3f1a08b4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=92e6fc46 [92e6fc46]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6cf5249d [6cf5249d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48907031 [48907031]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.3% (148 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9ef855fe [9ef855fe]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.4% (170 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79e81b47 [79e81b47]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.9% (194 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=af5e01d0 [af5e01d0]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f262c268 [f262c268]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (326 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e03e491a [e03e491a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=299d7e9b [299d7e9b]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=963b03f8 [963b03f8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4643459 [a4643459]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 99.4% (171 of 172 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b6f0d602 [b6f0d602]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f6a6c8e5 [f6a6c8e5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67d451ba [67d451ba]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewpresenterplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewpresenterplugin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a18b92ba [a18b92ba]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d9a6697 [7d9a6697]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aaeda12b [aaeda12b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c999f37 [3c999f37]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdmconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmconfig/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef954c90 [ef954c90]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2aa378ca [2aa378ca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_zeroconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_zeroconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2cd8ff75 [2cd8ff75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cb5cf602 [cb5cf602]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krdc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krdc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fc00fa70 [fc00fa70]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (94 of 94 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kpf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kpf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=325dc4a8 [325dc4a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.8% (2984 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b912c6e7 [b912c6e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (248 of 248 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/knewsticker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/knewsticker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6e04a742 [6e04a742]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (103 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmwifi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmwifi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ca7235c9 [ca7235c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (100 of 100 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmlanbrowser&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmlanbrowser/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ddb067e7 [ddb067e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (43 of 43 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmktalkd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmktalkd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c7fc70f6 [c7fc70f6]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (196 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cff19a2f [cff19a2f]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bad75a4d [bad75a4d]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (327 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0115ec51 [0115ec51]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=75d3b850 [75d3b850]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ade36f2 [1ade36f2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ad7aeafe [ad7aeafe]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=57cd82f9 [57cd82f9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=405dc7df [405dc7df]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ee0c314 [3ee0c314]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdmconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmconfig/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2567a89d [2567a89d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b2441d13 [b2441d13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_zeroconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_zeroconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c669a79d [c669a79d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_lan&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_lan/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5ecccc8f [5ecccc8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_jabberdisco&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_jabberdisco/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=153f7022 [153f7022]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefile_torrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefile_torrent/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=db5cbbbc [db5cbbbc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kwireless&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kwireless/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=70391ee5 [70391ee5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kinetd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kinetd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0f541093 [0f541093]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kdictapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kdictapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16494e41 [16494e41]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/libtdepim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7648b3c9 [7648b3c9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b7ec603 [7b7ec603]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fb3fdb2b [fb3fdb2b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fe4514c8 [fe4514c8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=83bdc126 [83bdc126]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=63a90127 [63a90127]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/tdefifteen&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/tdefifteen/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df53a5b9 [df53a5b9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a27093a0 [a27093a0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 87.5% (14 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - audio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-audio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd2a6f38 [bd2a6f38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (89 of 89 strings)&amp;lt;br/&amp;gt;Translation: tdegames/twin4&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/twin4/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e64c11d2 [e64c11d2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (254 of 254 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libtdegames&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libtdegames/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7e30682d [7e30682d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (122 of 122 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libksirtet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libksirtet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ce1a3bf [3ce1a3bf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.2% (56 of 57 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ktuberling&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ktuberling/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2d940247 [2d940247]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9561b74 [c9561b74]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kshisen&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kshisen/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e67e6a7f [e67e6a7f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kolf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kolf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12861973 [12861973]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2e8f84f5 [2e8f84f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (381 of 381 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kgoldrunner&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kgoldrunner/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1256c7f6 [1256c7f6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f0087266 [f0087266]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (1235 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=06391dfe [06391dfe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 84.4% (87 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=71347685 [71347685]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79cebe5e [79cebe5e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78aaa659 [78aaa659]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (289 of 289 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=74773ebc [74773ebc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ac07e9f6 [ac07e9f6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdestyle_plastik_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdestyle_plastik_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e00cbcb5 [e00cbcb5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_kdatatool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_kdatatool/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c09081a6 [c09081a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdefileaudiopreview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdefileaudiopreview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=624183f5 [624183f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_autobookmarker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_autobookmarker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b00d45a6 [b00d45a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (946 of 946 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/katepart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/katepart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=db142dcb [db142dcb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabcformat_binary&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabcformat_binary/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7cd87b83 [7cd87b83]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_isearch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_isearch/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=11d74de2 [11d74de2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_file&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_file/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8c12f11 [b8c12f11]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_docwordcompletion&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_docwordcompletion/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dd4127b3 [dd4127b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_net&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_net/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6d341d34 [6d341d34]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_sql&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_sql/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=661b618f [661b618f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_dir&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_dir/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=650ebed1 [650ebed1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdestyle_highcontrast_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdestyle_highcontrast_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=681fb57e [681fb57e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2865 of 2865 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/ppdtranslations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/ppdtranslations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5410b42a [5410b42a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/libtdescreensaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/libtdescreensaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a4a938d [6a4a938d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_insertfile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_insertfile/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f1d18823 [f1d18823]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (44 of 44 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_ldaptdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_ldaptdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30f083cd [30f083cd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acbf80cd [acbf80cd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f8fb2e20 [f8fb2e20]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1013 of 1013 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeprint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeprint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aa0506f0 [aa0506f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (455 of 455 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs_colors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs_colors/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82e61934 [82e61934]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2739 of 2739 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a2ce6cb [9a2ce6cb]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73eb4e4d [73eb4e4d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=91f7be0d [91f7be0d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 64.5% (129 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a9fa5d76 [a9fa5d76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/taskbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/taskbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b382a9a [2b382a9a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktaskbarapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktaskbarapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30e0f112 [30e0f112]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/lockout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/lockout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e1c4e2b5 [e1c4e2b5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5317fab2 [5317fab2]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=92ad6a46 [92ad6a46]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0e61bcd [c0e61bcd]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dedebeb6 [dedebeb6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_delli8k&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_delli8k/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51c00880 [51c00880]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (206 of 206 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4a6e3eb [d4a6e3eb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c368d148 [c368d148]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a73707b4 [a73707b4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9af8d504 [9af8d504]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 97.3% (219 of 225 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=875d4c24 [875d4c24]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a757dd8a [a757dd8a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abcfb18a [abcfb18a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/libtaskbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskbar/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d481507 [7d481507]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kay&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kay/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fa9f0334 [fa9f0334]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5af0121c [5af0121c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdesud&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdesud/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e363127a [e363127a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/naughtyapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/naughtyapplet/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=54976205 [54976205]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 75.7% (1542 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8f32df4 [b8f32df4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a46e674 [8a46e674]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82b00602 [82b00602]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8919bb8a [8919bb8a]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3e98afc4 [3e98afc4]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51cb26bc [51cb26bc]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d5046c21 [d5046c21]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=500f2c45 [500f2c45]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 98.5% (70 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kspaceduel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kspaceduel/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=53f3360c [53f3360c]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksokoban&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksokoban/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fa57d92b [fa57d92b]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 48.9% (24 of 49 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksnake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksnake/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4d9d7c1 [a4d9d7c1]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 94.7% (18 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksmiletris&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksmiletris/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=63667467 [63667467]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 34.1% (27 of 79 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2b3a41b [e2b3a41b]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 38.0% (19 of 50 strings)&amp;lt;br/&amp;gt;Translation: tdegames/klines&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/klines/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=33531138 [33531138]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45486792 [45486792]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (58 of 58 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5e2914e7 [5e2914e7]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c716f74 [6c716f74]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a270de3 [5a270de3]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (322 of 322 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=404b586a [404b586a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8b023bb7 [8b023bb7]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (322 of 322 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10d7630d [10d7630d]] tdepim: remove kitchensync pot file again, since it was automatically re-added&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a8b0c96 [2a8b0c96]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f4de4713 [f4de4713]] tdepim: remove translations for kitchensync and multisynk&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=64d45800 [64d45800]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0c2a0ab3 [0c2a0ab3]] tdegraphics: remove translations for kmrml&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8aa58abf [8aa58abf]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=376b1bfe [376b1bfe]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a340797 [6a340797]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=90797510 [90797510]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e0706cf8 [e0706cf8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eee4a43c [eee4a43c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb21ba44 [bb21ba44]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
= libraries =&lt;br /&gt;
== libkdcraw ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=d13e9744 [d13e9744]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (74 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=50387262 [50387262]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 70.2% (52 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=fb8e7233 [fb8e7233]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (74 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=4720b9e3 [4720b9e3]] Added translation using Weblate (Chinese (Simplified))&lt;br /&gt;
&lt;br /&gt;
== libkipi ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=1ea1d770 [1ea1d770]] Added translation using Weblate (Chinese (Traditional))&lt;br /&gt;
&lt;br /&gt;
== kipi-plugins ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=aa3b7277 [aa3b7277]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.0% (512 of 602 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - metadataedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-metadataedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=62e89ce1 [62e89ce1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 40.1% (53 of 132 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - cdarchiving&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-cdarchiving/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=1fc6b1e0 [1fc6b1e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - viewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-viewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=f134eb8d [f134eb8d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=7115da7d [7115da7d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=c39b2d5d [c39b2d5d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=549a8d58 [549a8d58]] Added translation using Weblate (Chinese (Traditional))&lt;br /&gt;
&lt;br /&gt;
== libtqt-perl ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=ea4d4023 [ea4d4023]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=a8738810 [a8738810]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=076ec834 [076ec834]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
= applications/development =&lt;br /&gt;
== kdbg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=b171e1b2 [b171e1b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kdbg - kdbg.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbg-kdbgdesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== kdiff3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=453f35a8 [453f35a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 67.2% (347 of 516 strings)&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=47366761 [47366761]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: applications/kdiff3 - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=810025fb [810025fb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=b65164fa [b65164fa]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=abcdeb43 [abcdeb43]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=1bab9902 [1bab9902]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tdesvn ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=2cdbcc87 [2cdbcc87]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 48.5% (359 of 739 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=f66e96c7 [f66e96c7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdesvn - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=e0823d75 [e0823d75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/graphics =&lt;br /&gt;
== digikam ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=31f057f7 [31f057f7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1794 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=d1ed2afa [d1ed2afa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1793 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=1798610f [1798610f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=e809e384 [e809e384]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1793 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=53e13c18 [53e13c18]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2244 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=09a41f75 [09a41f75]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/&lt;br /&gt;
&lt;br /&gt;
== gwenview-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=3e754a52 [3e754a52]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=57175831 [57175831]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=827f6c7b [827f6c7b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/internet =&lt;br /&gt;
== kasablanca ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=2a9b7e7d [2a9b7e7d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kasablanca - kasablanca.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca-kasablancadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=159a8faf [159a8faf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 64.3% (74 of 115 strings)&amp;lt;br/&amp;gt;Translation: applications/kasablanca&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=4b9e3dcb [4b9e3dcb]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kbiff ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=c53c9a60 [c53c9a60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=2cc626b9 [2cc626b9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.8% (89 of 90 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=4069eda9 [4069eda9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff - kbiff.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff-kbiffdesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== kftpgrabber ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=70edee2c [70edee2c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/kftpgrabber - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kftpgrabber-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== knmap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=a289b05a [a289b05a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=2721c5e0 [2721c5e0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=24febfa6 [24febfa6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=8f8a354b [8f8a354b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (221 of 221 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=b68bd35b [b68bd35b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=60528588 [60528588]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 16.2% (36 of 221 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=aea076a0 [aea076a0]] Added translation using Weblate (Ukrainian)&lt;br /&gt;
&lt;br /&gt;
== konversation ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=dfedc855 [dfedc855]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.6% (1167 of 1362 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation/ru/&lt;br /&gt;
&lt;br /&gt;
== kshowmail ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=10272aed [10272aed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 49.8% (174 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=b13b420d [b13b420d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 49.5% (173 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
&lt;br /&gt;
== kstreamripper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=dbdd2a4e [dbdd2a4e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=6a970335 [6a970335]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=3ec99f94 [3ec99f94]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=457de6e0 [457de6e0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=1801e3aa [1801e3aa]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 80.0% (24 of 30 strings)&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=382d4392 [382d4392]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=5da88b7e [5da88b7e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=c621d368 [c621d368]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== ktorrent ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=523c79c3 [523c79c3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (875 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=46220b63 [46220b63]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 80.1% (701 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/ru/&lt;br /&gt;
&lt;br /&gt;
== kvirc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=44846083 [44846083]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - notifier&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b435bad5 [b435bad5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - editor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b412083e [b412083e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - about&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-about/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b32a017a [b32a017a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.8% (2404 of 2588 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=02e908ee [02e908ee]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=e2dd007c [e2dd007c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a48e70a7 [a48e70a7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (794 of 805 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a7254dcc [a7254dcc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - theme&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-theme/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=25f3bffc [25f3bffc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=1e208b4f [1e208b4f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - logview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-logview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=3e94a25e [3e94a25e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - editor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=0c62fcd5 [0c62fcd5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - filetransferwindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-filetransferwindow/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a6e75ff9 [a6e75ff9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - dcc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-dcc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=2091bae5 [2091bae5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - notifier&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=90e47cbd [90e47cbd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - sharedfileswindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-sharedfileswindow/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=729d67a2 [729d67a2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=116c3821 [116c3821]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=5e2a1ae3 [5e2a1ae3]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
= applications/misc =&lt;br /&gt;
== bibletime ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=9d90808b [9d90808b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/bibletime - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/bibletime-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=de0a4201 [de0a4201]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=7c699d2d [7c699d2d]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== desktop-effects-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=4ef8c50e [4ef8c50e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=7437087e [7437087e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=92556696 [92556696]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kerberostray ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=f56d47b0 [f56d47b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kerberostray&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kerberostray/&lt;br /&gt;
&lt;br /&gt;
== krecipes ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=d2a4cb93 [d2a4cb93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 30.5% (343 of 1123 strings)&amp;lt;br/&amp;gt;Translation: applications/krecipes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krecipes/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/multimedia =&lt;br /&gt;
== amarok ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=73837f1a [73837f1a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=079f0cc9 [079f0cc9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b037abfb [b037abfb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=93aff8fd [93aff8fd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=7f396148 [7f396148]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=8ac0d326 [8ac0d326]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=086adc4f [086adc4f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4ebfa149 [4ebfa149]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 79.7% (1981 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4cc71ec3 [4cc71ec3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=2116bf2a [2116bf2a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=e6e2d189 [e6e2d189]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=c2a12e62 [c2a12e62]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=44ad188d [44ad188d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=83730846 [83730846]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4ddb9e62 [4ddb9e62]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=90520108 [90520108]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 84.7% (2105 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=40099ec0 [40099ec0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b767627f [b767627f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=bcd8d83e [bcd8d83e]] Fix functionality broken by commit 1c3e0630.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b04099ff [b04099ff]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=a7a79de0 [a7a79de0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=1c3e0630 [1c3e0630]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=5dedf79f [5dedf79f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=8b28bb5c [8b28bb5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=9038cb17 [9038cb17]] Translated using Weblate (Turkish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/tr/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=3c835108 [3c835108]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.8% (2406 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
&lt;br /&gt;
== codeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=033f32ab [033f32ab]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=28a3b75f [28a3b75f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=9f39f05e [9f39f05e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/codeine - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/codeine-desktop-files/&lt;br /&gt;
&lt;br /&gt;
== k3b ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=00a24ebc [00a24ebc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=987871f0 [987871f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=c2fbc8f1 [c2fbc8f1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=95a45a4f [95a45a4f]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=bbf83236 [bbf83236]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=894069eb [894069eb]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/pt/&lt;br /&gt;
&lt;br /&gt;
== k3b-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=84cd0b47 [84cd0b47]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (47 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=6f6f5263 [6f6f5263]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=bd308fa9 [bd308fa9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=e6010418 [e6010418]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (47 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=cb12df11 [cb12df11]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=ecef8905 [ecef8905]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=9c355f26 [9c355f26]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=1d1360a7 [1d1360a7]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=6f8f68cc [6f8f68cc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=47c13aee [47c13aee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=b92282bd [b92282bd]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 97.8% (46 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/bg/&lt;br /&gt;
&lt;br /&gt;
== k9copy ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=ef83b5b8 [ef83b5b8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=4979c509 [4979c509]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=237b3548 [237b3548]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (495 of 495 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=553df4a4 [553df4a4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=bc07265d [bc07265d]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kaffeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=eac2daca [eac2daca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (729 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=6c9257f2 [6c9257f2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.5% (711 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=e0e0d158 [e0e0d158]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=b871bd5b [b871bd5b]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kmplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=30650e19 [30650e19]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.9% (347 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=77c148a7 [77c148a7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=bb993d63 [bb993d63]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=d8d54a7f [d8d54a7f]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 95.6% (373 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=122a27a0 [122a27a0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=bb9e13d1 [bb9e13d1]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=0817bc03 [0817bc03]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer-desktop-files/bg/&lt;br /&gt;
&lt;br /&gt;
== kplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=cc14b9cf [cc14b9cf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=d8391ef7 [d8391ef7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 77.0% (799 of 1037 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/ru/&lt;br /&gt;
&lt;br /&gt;
== soundkonverter ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=bcf2d459 [bcf2d459]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.6% (302 of 319 strings)&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=2bf7eb6c [2bf7eb6c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=28a35800 [28a35800]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=300613ee [300613ee]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=a13d3527 [a13d3527]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tderadio ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=aa80a24c [aa80a24c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=28afa3da [28afa3da]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - oss-sound&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-oss-sound/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=5369d924 [5369d924]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (45 of 45 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - gui-standard-display&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-standard-display/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=a9f14b38 [a9f14b38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 82.3% (14 of 17 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - timeshifter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-timeshifter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=d57a893c [d57a893c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.1% (75 of 78 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - recording&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-recording/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=55460675 [55460675]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=03b5df8e [03b5df8e]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 93.5% (29 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=0bb5fda6 [0bb5fda6]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=8cd30c0e [8cd30c0e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=c74cfcb6 [c74cfcb6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.7% (30 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/office =&lt;br /&gt;
== basket ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=33317176 [33317176]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/basket&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=c8b892a3 [c8b892a3]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kbibtex ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=702a473b [702a473b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 73.7% (444 of 602 strings)&amp;lt;br/&amp;gt;Translation: applications/kbibtex&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbibtex/ru/&lt;br /&gt;
&lt;br /&gt;
== kbookreader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=e32bbc6e [e32bbc6e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (17 of 17 strings)&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=fcdb94c9 [fcdb94c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kbookreader - kbookreader.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader-kbookreaderdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=ac3e0386 [ac3e0386]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=61e10e5a [61e10e5a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/&lt;br /&gt;
&lt;br /&gt;
== kile ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=00b87abb [00b87abb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kile - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== kmymoney ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=47cc1d27 [47cc1d27]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: applications/kmymoney - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=e592106d [e592106d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (2658 of 2674 strings)&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=67a43ced [67a43ced]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=9df4c701 [9df4c701]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== koffice ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=d165869a [d165869a]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=c2fdb394 [c2fdb394]] Fix functionality broken by commit a9bbaa83&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=a9bbaa83 [a9bbaa83]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== koffice-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=572398a4 [572398a4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (3150 of 3168 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspread&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=bce5a0c4 [bce5a0c4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.4% (1169 of 1200 strings)&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=cc44ebc3 [cc44ebc3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: koffice/thesaurus_tool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/thesaurus_tool/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=b6cedf64 [b6cedf64]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_ooo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_ooo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=9f49ba05 [9f49ba05]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_koffice&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_koffice/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=7a3529fd [7a3529fd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_gnumeric&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_gnumeric/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=05196041 [05196041]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_abiword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_abiword/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ffe6d299 [ffe6d299]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (961 of 961 strings)&amp;lt;br/&amp;gt;Translation: koffice/kword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kword/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ad3cf8ee [ad3cf8ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspreadcalc_calc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspreadcalc_calc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=7f8b71fa [7f8b71fa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (909 of 909 strings)&amp;lt;br/&amp;gt;Translation: koffice/kpresenter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kpresenter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=d154e97e [d154e97e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (354 of 354 strings)&amp;lt;br/&amp;gt;Translation: koffice/kformdesigner&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kformdesigner/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=9c40a4ce [9c40a4ce]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=aa8c2267 [aa8c2267]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ccf47869 [ccf47869]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=f690d314 [f690d314]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.0% (1295 of 1423 strings)&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=f0bcacf8 [f0bcacf8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kivio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kivio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=e1f27756 [e1f27756]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=e84fa74c [e84fa74c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kword/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=fc3d61ff [fc3d61ff]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/koffice&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/koffice/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=31fd578d [31fd578d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=069df0f0 [069df0f0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kofficefilters&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kofficefilters/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=96a280ad [96a280ad]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=b7a0d0ff [b7a0d0ff]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 98.3% (420 of 427 strings)&amp;lt;br/&amp;gt;Translation: koffice/karbon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/karbon/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=8e305f42 [8e305f42]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 99.8% (1421 of 1423 strings)&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=61f41445 [61f41445]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: koffice/example&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/example/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=1f753ab8 [1f753ab8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (3150 of 3168 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspread&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/ru/&lt;br /&gt;
&lt;br /&gt;
== kpilot ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=9beef848 [9beef848]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.3% (1059 of 1088 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=adc41d0e [adc41d0e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=43b3df95 [43b3df95]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=b2480185 [b2480185]] Fix functionality broken by commit a956e3e&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=f060f38e [f060f38e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=fa847ef4 [fa847ef4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=a956e3e8 [a956e3e8]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tellico ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=10996a19 [10996a19]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=252be932 [252be932]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.5% (1108 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=f73799c2 [f73799c2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=30d2f3d2 [30d2f3d2]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 74.2% (826 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=997c050d [997c050d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=0a00263f [0a00263f]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
= applications/settings =&lt;br /&gt;
== kdpkg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=752317fb [752317fb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=c178f4e3 [c178f4e3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 93.1% (27 of 29 strings)&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=7afa4047 [7afa4047]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=3107e30a [3107e30a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=4277d12f [4277d12f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/&lt;br /&gt;
&lt;br /&gt;
== kiosktool ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=6d1e1f26 [6d1e1f26]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (238 of 238 strings)&amp;lt;br/&amp;gt;Translation: applications/kiosktool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kiosktool/ru/&lt;br /&gt;
&lt;br /&gt;
== kkbswitch ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=c36d0446 [c36d0446]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch - kkbswitch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch-kkbswitchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=d7b89dac [d7b89dac]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=586412b8 [586412b8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 96.4% (55 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=8978515d [8978515d]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=29e2187e [29e2187e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=4f10d322 [4f10d322]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=2f27dd99 [2f27dd99]] Added global shortcuts for switching to previous/next group&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/kkbswitch/issues/6 #6]&lt;br /&gt;
&lt;br /&gt;
== klcddimmer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=739e6b63 [739e6b63]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/klcddimmer - klcddimmer.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer-klcddimmerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=c552505d [c552505d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/klcddimmer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer/&lt;br /&gt;
&lt;br /&gt;
== tdenetworkmanager ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=f781e430 [f781e430]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 56.5% (160 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=6bd64d20 [6bd64d20]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 54.4% (154 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/system =&lt;br /&gt;
== dolphin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=d6981f86 [d6981f86]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=88bffef8 [88bffef8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=50bf6ece [50bf6ece]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=df0f2634 [df0f2634]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 87.3% (55 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=128fc6c0 [128fc6c0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=4177bfeb [4177bfeb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=31e79818 [31e79818]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=614887eb [614887eb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=dfc034e5 [dfc034e5]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kbfx ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=7df544d7 [7df544d7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbfx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbfx/&lt;br /&gt;
&lt;br /&gt;
== kcmautostart ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=e156d8d7 [e156d8d7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=a34114dc [a34114dc]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=e32b5599 [e32b5599]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/&lt;br /&gt;
&lt;br /&gt;
== knemo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=8e390170 [8e390170]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=73908043 [73908043]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo - kcm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-kcm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=d1925e58 [d1925e58]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (85 of 85 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=6132bf8e [6132bf8e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== knetload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=ad81a141 [ad81a141]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knetload - knetload.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knetload-knetloaddesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== krusader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=a6d7af8f [a6d7af8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 89.0% (1246 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=1107ba66 [1107ba66]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=60b198a9 [60b198a9]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1399 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/uk/&lt;br /&gt;
&lt;br /&gt;
== kshutdown ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=0cb0eeb3 [0cb0eeb3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown - kshutdown.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-kshutdowndesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=6c6e8bb5 [6c6e8bb5]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown - kshutdown.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-kshutdowndesktop/nl/&lt;br /&gt;
&lt;br /&gt;
== ksystemlog ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=cf0f1b44 [cf0f1b44]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/ksystemlog&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksystemlog/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=27e255d7 [27e255d7]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== polkit-agent-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=774e540b [774e540b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=fe3d3837 [fe3d3837]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=81f288bf [81f288bf]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/zh_Hant/&lt;br /&gt;
&lt;br /&gt;
== tdebluez ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=fce0091e [fce0091e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=f23e3839 [f23e3839]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=823b8121 [823b8121]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=d0311fa0 [d0311fa0]] Added translation using Weblate (Dutch)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ee1b7905 [ee1b7905]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 89.1% (239 of 268 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=14e65f81 [14e65f81]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=9a895e4f [9a895e4f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=5dbd02e3 [5dbd02e3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=75e3f4ae [75e3f4ae]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=1d2fcc95 [1d2fcc95]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (266 of 266 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=9ec32992 [9ec32992]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=226cacc4 [226cacc4]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (274 of 274 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ae46115f [ae46115f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ad1894b7 [ad1894b7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=e852055d [e852055d]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tdepowersave ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=96ba1bf7 [96ba1bf7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 36.3% (20 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=1e735aeb [1e735aeb]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (311 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=f39d5cd2 [f39d5cd2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=c1d1a446 [c1d1a446]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=70666ec3 [70666ec3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=c2676876 [c2676876]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.2% (290 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=5242ce6d [5242ce6d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=678ecbe9 [678ecbe9]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tdesshaskpass ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=7a7a240e [7a7a240e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesshaskpass&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesshaskpass/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=b0aaaa03 [b0aaaa03]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== yakuake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=4d40f6d0 [4d40f6d0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.9% (94 of 98 strings)&amp;lt;br/&amp;gt;Translation: applications/yakuake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/tdeio =&lt;br /&gt;
== tdeio-ftps ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-ftps/commit/?id=8ac1f636 [8ac1f636]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdeio-ftps&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-ftps/&lt;br /&gt;
&lt;br /&gt;
== tdeio-umountwrapper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=e3173ff2 [e3173ff2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-umountwrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-umountwrapper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=c37ba2dc [c37ba2dc]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
= applications/themes =&lt;br /&gt;
== gtk-qt-engine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=2178adeb [2178adeb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=90c79e65 [90c79e65]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=df701883 [df701883]] Added translation using Weblate (Chinese (Simplified))&lt;br /&gt;
&lt;br /&gt;
== kgtk-qt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=06bca424 [06bca424]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/kgtk-qt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kgtk-qt3/ru/&lt;br /&gt;
&lt;br /&gt;
== tde-style-baghira ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=bb43a575 [bb43a575]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - sessionapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-sessionapplet/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=738600de [738600de]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - starter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-starter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=54a306f5 [54a306f5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=4a3bbfa4 [4a3bbfa4]] Rename library twin3_baghira -&amp;amp;gt; twin_baghira&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=fc8b3dd4 [fc8b3dd4]] Fix functionality broken by commit 66813ef&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=66813efe [66813efe]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tde-style-domino ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=7ea023ba [7ea023ba]] Rename library twin3_domino -&amp;amp;gt; twin_domino&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== tde-style-ia-ora ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=25c19604 [25c19604]] Rename library twin3_iaora -&amp;amp;gt; twin_iaora&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== tde-style-lipstik ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=39c758d5 [39c758d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-lipstik - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-lipstik-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=e0338512 [e0338512]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== twin-style-crystal ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=d9afc78c [d9afc78c]] Rename library twin3_crystal -&amp;amp;gt; twin_crystal&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-dekorator ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=c67f6084 [c67f6084]] Rename library twin3_deKorator -&amp;amp;gt; twin_deKorator&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-machbunt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=81c7c4d0 [81c7c4d0]] Rename library twin3_MachBunt to twin_MachBunt&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-suse2 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=9b5c2e1e [9b5c2e1e]] Rename library twin3_SUSE2 -&amp;amp;gt; twin_SUSE&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
= applications/utilities =&lt;br /&gt;
== abakus ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=9ace50d1 [9ace50d1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/abakus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=467ef6c1 [467ef6c1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (49 of 49 strings)&amp;lt;br/&amp;gt;Translation: applications/abakus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=e1762b36 [e1762b36]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=b277c7ae [b277c7ae]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/abakus - abakus.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus-abakusdesktop/bg/&lt;br /&gt;
&lt;br /&gt;
== filelight ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=aa06806b [aa06806b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=28349b70 [28349b70]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=7cc11b7f [7cc11b7f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=629295b3 [629295b3]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=33098270 [33098270]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (77 of 77 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/uk/&lt;br /&gt;
&lt;br /&gt;
== kbarcode ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=2f5aa189 [2f5aa189]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.1% (589 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=6c31a9ec [6c31a9ec]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=7f9e4e65 [7f9e4e65]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.9% (582 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=f6c05921 [f6c05921]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 74.5% (443 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=371ce27c [371ce27c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=7bd51d72 [7bd51d72]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=6ca861bd [6ca861bd]] Fix functionality broken by commit fc06df3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=fc06df33 [fc06df33]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== kchmviewer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=78502278 [78502278]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kchmviewer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kchmviewer-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== kcpuload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=b49178b0 [b49178b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=8ae8e9f8 [8ae8e9f8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 94.8% (37 of 39 strings)&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=7a450d31 [7a450d31]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=d9952f82 [d9952f82]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/&lt;br /&gt;
&lt;br /&gt;
== knutclient ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=dfa5f3fa [dfa5f3fa]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knutclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=466ddc1b [466ddc1b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (203 of 203 strings)&amp;lt;br/&amp;gt;Translation: applications/knutclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient/uk/&lt;br /&gt;
&lt;br /&gt;
== krename ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=b4e78648 [b4e78648]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/krename - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krename-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=7740aa8e [7740aa8e]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== qalculate-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=744ac88e [744ac88e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=6baf1704 [6baf1704]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.4% (593 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=accfbbbf [accfbbbf]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=34b3365e [34b3365e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=933d4190 [933d4190]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=68aa9b3b [68aa9b3b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (596 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=96280709 [96280709]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 75.0% (447 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=09de128a [09de128a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 70.6% (421 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=c714c687 [c714c687]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 60.7% (362 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=1c102209 [1c102209]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 42.4% (253 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=06249035 [06249035]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
= packaging =&lt;br /&gt;
== packaging ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=70a0160c [70a0160c]] DEB tdebindings: remove dependency on libtqt3-compat-headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=fb212c9e [fb212c9e]] DEB tqt3: drop compat files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=a4869e73 [a4869e73]] DEB tdebase twin: adjusted after renaming client libraries from twin3_* to twin_*. This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=7b064a10 [7b064a10]] DEB tqt3: adjusted after removing Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f7be243e [f7be243e]] DEB buildscripts: update supported distros&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f82c8cc0 [f82c8cc0]] DEB: remove support for Debian Stretch and Ubuntu Xenial&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=4721bdc6 [4721bdc6]] DEB tqt3: remove Qt2 obsolete classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=e6b868c8 [e6b868c8]] DEB tdebase: added release notes for R14.2.x series&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=3c5c1e60 [3c5c1e60]] DEB trinity-apt-archive: Set the apt repository URL to PTB.&lt;/div&gt;</summary>
		<author><name>SlavekB</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.2.0&amp;diff=3258</id>
		<title>Changelog For R14.2.0</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.2.0&amp;diff=3258"/>
		<updated>2023-12-18T01:13:19Z</updated>

		<summary type="html">&lt;p&gt;SlavekB: /* applications/settings */ Update 20231217&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= dependencies =&lt;br /&gt;
== tde-cmake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=9fae6b57 [9fae6b57]] Update version to R14.2.0&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tqt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=ee0c5d58 [ee0c5d58]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a6829398 [a6829398]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=d2122705 [d2122705]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=e0a3cab4 [e0a3cab4]] Minor adjustments to porting documentation&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=f2b3ea52 [f2b3ea52]] Drop compatibility code for TQSignal&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=fb6884ea [fb6884ea]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=2e817b4b [2e817b4b]] Remove dangled symlinks for droped compat headers.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=c3bb8881 [c3bb8881]] Drop compatibility code for TQButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=9492e618 [9492e618]] Drop compatibility code for TQThread&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=979f5621 [979f5621]] Drop compatibility code for TQLineEdit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=83991feb [83991feb]] Remove Qt4 related stuff&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=48ea22d0 [48ea22d0]] Drop compatibility code for TQToolButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b1bfbe79 [b1bfbe79]] Drop compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=bfd62a0b [bfd62a0b]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a8466ab3 [a8466ab3]] Translated using Weblate (Chinese (zh))&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3 - examples-i18n&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3-examples-i18n/zh/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=5350a724 [5350a724]] Drop TQT_NO_COMPAT code from mkspecs files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a75445b4 [a75445b4]] Drop Qt2 obsolete classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b6e9b6c6 [b6e9b6c6]] Added translation using Weblate (Turkish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=af9d6b11 [af9d6b11]] Added translation using Weblate (Turkish)&lt;br /&gt;
&lt;br /&gt;
== tqtinterface ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=9ad01120 [9ad01120]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=4746fbba [4746fbba]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=1c79e9f8 [1c79e9f8]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
== pytqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=aa676491 [aa676491]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=cba16275 [cba16275]] Drop compatibility code for TQThread&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=8bd235be [8bd235be]] Addons to previous commit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=28273a01 [28273a01]] Drop Qt2&amp;#039;s TQSemiModal class.&lt;br /&gt;
&lt;br /&gt;
= core =&lt;br /&gt;
== tdelibs ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cca633c6 [cca633c6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (179 of 179 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/all languages&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/all-languages/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=9755ecd9 [9755ecd9]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=503eb0d9 [503eb0d9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=29b84bd0 [29b84bd0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=f6627610 [f6627610]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7f7e5585 [7f7e5585]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.4% (323 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7a35fcf1 [7a35fcf1]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=f49e67f0 [f49e67f0]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=920d56d2 [920d56d2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=a7316f73 [a7316f73]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=4e0aa6d5 [4e0aa6d5]] Fix functionality broken by commit 8233b2e5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=8233b2e5 [8233b2e5]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=74cb596c [74cb596c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdemarkdown - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdemarkdown-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=29f58681 [29f58681]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (327 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=c6bc3af7 [c6bc3af7]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cdf964bb [cdf964bb]] Update version to R14.2.0&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tdebase ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f093a1be [f093a1be]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdm - themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdm-themes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=21ecd990 [21ecd990]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplash - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplash-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=607f0804 [607f0804]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdehtml_plugins.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdehtml_pluginsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5f815bd0 [5f815bd0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkonq - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkonq-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8175c850 [8175c850]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksysguard - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksysguard-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7c8d600d [7c8d600d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=3faa7b1b [3faa7b1b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kate - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kate-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f6fb0d91 [f6fb0d91]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 61.8% (281 of 454 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=70af14e2 [70af14e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 48.5% (168 of 346 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kappfinder - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kappfinder-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=035c2698 [035c2698]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - directories&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-directories/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a1cbb16b [a1cbb16b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.8% (248 of 251 strings)&amp;lt;br/&amp;gt;Translation: tdebase/l10n - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/l10n-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a26bb216 [a26bb216]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1103f2b1 [1103f2b1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c836bb9d [c836bb9d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=00eab673 [00eab673]] Translated using Weblate (Greek)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/el/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9e7b4bb1 [9e7b4bb1]] TWin: Fix loading of window decoration configuration libraries&amp;lt;br/&amp;gt;Accidentally broken by commit 84ab47055d.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=748a54ff [748a54ff]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=dddd52ff [dddd52ff]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=30d54139 [30d54139]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2317bee2 [2317bee2]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=4c64b274 [4c64b274]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-events/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c0ca8145 [c0ca8145]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f1f2e40a [f1f2e40a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5eec362c [5eec362c]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2986ff6e [2986ff6e]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2937383d [2937383d]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-data/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9ab75fc1 [9ab75fc1]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ea076539 [ea076539]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi - presets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi-presets/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8a8431ab [8a8431ab]] twin: renames twin3_ to twin_ in user theme config files. This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/351 #351] and PR #364.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=91cb2036 [91cb2036]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.0% (33 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=88ea7160 [88ea7160]] KWin: rename client libraries twin3_* -&amp;amp;gt; twin_*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=84ab4705 [84ab4705]] Make TWin look for `twin_` libraries&amp;lt;br/&amp;gt;This is now the preferred way of calling the decoration libraries&amp;lt;br/&amp;gt;(in place of `twin3_`). The old names that start with `twin3_` are&amp;lt;br/&amp;gt;still recognized for compatibility reasons.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/351 #351]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e8336ee5 [e8336ee5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2da663c3 [2da663c3]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8210b058 [8210b058]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=74eb1d78 [74eb1d78]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=90b19e21 [90b19e21]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ce84a0c6 [ce84a0c6]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=950f0ce7 [950f0ce7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tde_release_notes.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tde_release_notesdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d61158c7 [d61158c7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdcop - kdcop.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdcop-kdcopdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ddc6b3af [ddc6b3af]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeintegration.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeintegrationdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1771a344 [1771a344]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5ec66d53 [5ec66d53]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - compat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-compat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=653159ea [653159ea]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=143cff2e [143cff2e]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=78937d51 [78937d51]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9ab17ab4 [9ab17ab4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e539275a [e539275a]] Add release notes draft for R14.2.x series&lt;br /&gt;
&lt;br /&gt;
== tdepim ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=5863ef46 [5863ef46]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=0e164959 [0e164959]] Fix functionality broken by commit fd0046c4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=fd0046c4 [fd0046c4]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=860c8799 [860c8799]] Drop deprecated kitchensync code&lt;br /&gt;
&lt;br /&gt;
== tdemultimedia ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=c5e80026 [c5e80026]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdemid - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdemid-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=ec115020 [ec115020]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=1c71f523 [1c71f523]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/libkcddb - libkcddb.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/libkcddb-libkcddbdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=94ca3a13 [94ca3a13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kscd - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kscd-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=6c3e9a2f [6c3e9a2f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=775b1efd [775b1efd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kappfinder - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kappfinder-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=a452bd94 [a452bd94]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaudiocreator - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaudiocreator-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=514a0715 [514a0715]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=cb937aa9 [cb937aa9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaudiocreator - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaudiocreator-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=261327ee [261327ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaboodle - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaboodle-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=ab65a990 [ab65a990]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== tdenetwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=7cf631be [7cf631be]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=15fd0d5c [15fd0d5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=bff9d105 [bff9d105]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=1e65a9c9 [1e65a9c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krfb - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krfb-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=65f0237b [65f0237b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=0f7aec08 [0f7aec08]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=8b0277b3 [8b0277b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=ea8c2556 [ea8c2556]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kwifi - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kwifi-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=7dbed250 [7dbed250]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=1732e27c [1732e27c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc - ksirc.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc-ksircdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=f0b3ae6b [f0b3ae6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krfb - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krfb-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=0bf1f09c [0bf1f09c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krdc - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krdc-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=cd3b9bc6 [cd3b9bc6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=6c1bfe1c [6c1bfe1c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/knewsticker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/knewsticker-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e540875f [e540875f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=9f39152c [9f39152c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=ec7c5f92 [ec7c5f92]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmlanbrowser - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmlanbrowser-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=bd2c6b41 [bd2c6b41]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kdict - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kdict-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=055c3ba8 [055c3ba8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmktalkd - kcmktalkd.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmktalkd-kcmktalkddesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e8441a98 [e8441a98]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/dcoprss - rssservice.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/dcoprss-rssservicedesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== tdegraphics ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=32a0eae8 [32a0eae8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=0464b42f [0464b42f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksvg - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksvg-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=83ca390f [83ca390f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kooka - kooka.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kooka-kookadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=b946ccf6 [b946ccf6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kolourpaint - kolourpaint.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kolourpaint-kolourpaintdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=c3994f8f [c3994f8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=c8525154 [c8525154]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kfax - kfax.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kfax-kfaxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=82790fe5 [82790fe5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcoloredit - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcoloredit-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=6628c1cf [6628c1cf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdeiconedit - tdeiconedit.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdeiconedit-tdeiconeditdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=6fec2493 [6fec2493]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewshell - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewshell-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=0ac60cd7 [0ac60cd7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kuickshow - kuickshow.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kuickshow-kuickshowdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=b7a2fb44 [b7a2fb44]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksnapshot - ksnapshot.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksnapshot-ksnapshotdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=d73ec8db [d73ec8db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler - kruler.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler-krulerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=4207cf76 [4207cf76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpovmodeler - kpovmodeler.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpovmodeler-kpovmodelerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=a34651aa [a34651aa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=df90b4db [df90b4db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kfaxview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kfaxview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=10228ff7 [10228ff7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kdvi - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kdvi-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=786ba559 [786ba559]] Fix functionality broken by commit d26dabfe.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=d26dabfe [d26dabfe]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=fdd22494 [fdd22494]] Drop deprecated kmrml code&lt;br /&gt;
&lt;br /&gt;
== tdetoys ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=47ebe98c [47ebe98c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (285 of 285 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather - stations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather-stations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=bfb7d592 [bfb7d592]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=97649015 [97649015]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kworldclock - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kworldclock-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=29e37f55 [29e37f55]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/ktux - ktux.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/ktux-ktuxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=4eb6f321 [4eb6f321]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kteatime - kteatime.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kteatime-kteatimedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=75d71ec8 [75d71ec8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kodo - kodo.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kodo-kododesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=ef99089e [ef99089e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/amor - amor.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/amor-amordesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=528f19d2 [528f19d2]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeedu ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=0c53c58d [0c53c58d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=d99f3098 [d99f3098]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=05b36881 [05b36881]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kverbos - kverbos.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kverbos-kverbosdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=b2b4038e [b2b4038e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kturtle - kturtle.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kturtle-kturtledesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=9edf12e3 [9edf12e3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/ktouch - ktouch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/ktouch-ktouchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=373f572e [373f572e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kiten - kiten.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kiten-kitendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=894d22c5 [894d22c5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars - kstars.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars-kstarsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=b245468a [b245468a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kpercentage - kpercentage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kpercentage-kpercentagedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=9a430435 [9a430435]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kmplot - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kmplot-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=7cbde739 [7cbde739]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/klettres - klettres.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/klettres-klettresdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=3f41eb31 [3f41eb31]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/klatin - klatin.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/klatin-klatindesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=274c00f5 [274c00f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kig - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kig-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=d076ba6e [d076ba6e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/khangman - khangman.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/khangman-khangmandesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e7ecdbc7 [e7ecdbc7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography - kgeography.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography-kgeographydesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=7ec075a1 [7ec075a1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/keduca - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/keduca-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e45f4ee3 [e45f4ee3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kbruch - kbruch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kbruch-kbruchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e73aad5f [e73aad5f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kanagram - kanagram.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kanagram-kanagramdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=026dd7e1 [026dd7e1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kalzium - kalzium.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kalzium-kalziumdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=92daf7c2 [92daf7c2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/blinken - blinken.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/blinken-blinkendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=ad620012 [ad620012]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=1b57c822 [1b57c822]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== tdegames ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=707ed9c6 [707ed9c6]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=72486eea [72486eea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/tdefifteen - tdefifteen.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/tdefifteen-tdefifteendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=1af92e8c [1af92e8c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk - knetwalk.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk-knetwalkdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=b4e10441 [b4e10441]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/twin4 - twin4.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/twin4-twin4desktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=60e6b4b7 [60e6b4b7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ktuberling - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ktuberling-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f86cc3b2 [f86cc3b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kspaceduel - kspaceduel.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kspaceduel-kspacedueldesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=1723a2e2 [1723a2e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksokoban - ksokoban.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksokoban-ksokobandesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=b8bfa029 [b8bfa029]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksnake - ksnake.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksnake-ksnakedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f3055d26 [f3055d26]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=25bbc148 [25bbc148]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet - ksirtet.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet-ksirtetdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=bc6ebdd9 [bc6ebdd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksame - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksame-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=245abf4b [245abf4b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kshisen - kshisen.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kshisen-kshisendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=a24aefaf [a24aefaf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f361902f [f361902f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi - kreversi.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi-kreversidesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=bdbf75db [bdbf75db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kpoker - kpoker.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kpoker-kpokerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=8010109b [8010109b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kpat - kpat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kpat-kpatdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=30b2fe6b [30b2fe6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/konquest - konquest.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/konquest-konquestdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e3c0ddc0 [e3c0ddc0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kolf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kolf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=214ce742 [214ce742]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmines - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmines-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e2876665 [e2876665]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e58b9568 [e58b9568]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmines - kmines.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmines-kminesdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=564ede18 [564ede18]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmahjongg - kmahjongg.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmahjongg-kmahjonggdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=a1f2098b [a1f2098b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegames/klickety - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/klickety-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=04405ac0 [04405ac0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kjumpingcube - kjumpingcube.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kjumpingcube-kjumpingcubedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=ddeb59d5 [ddeb59d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kgoldrunner - KGoldrunner.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kgoldrunner-kgoldrunnerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=6aa6a2fc [6aa6a2fc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kenolaba - kenolaba.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kenolaba-kenolabadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=c2e382ff [c2e382ff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbounce - kbounce.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbounce-kbouncedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=43a1ef1a [43a1ef1a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kblackbox - kblackbox.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kblackbox-kblackboxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=47443995 [47443995]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbackgammon - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbackgammon-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=51730a13 [51730a13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbackgammon - kbackgammon.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbackgammon-kbackgammondesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f4e1241f [f4e1241f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kasteroids - kasteroids.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kasteroids-kasteroidsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=195f32ff [195f32ff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegames/atlantik - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/atlantik-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=078f8a60 [078f8a60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/atlantik - atlantik.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/atlantik-atlantikdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=23f73f6d [23f73f6d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=89209b44 [89209b44]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeaccessibility ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=546f0a26 [546f0a26]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmousetool - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmousetool-desktop-files/nl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=0c8252ff [0c8252ff]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmag - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmag-desktop-files/nl/&lt;br /&gt;
&lt;br /&gt;
== tdeaddons ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=462e8067 [462e8067]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (64 of 64 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-plugins-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=7247f36b [7247f36b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tutorials - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tutorials-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=729f8436 [729f8436]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-plugins-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=c75bb91d [c75bb91d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/ksig - ksig.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/ksig-ksigdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=8b19a3d4 [8b19a3d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (44 of 44 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-plugins-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== tdeadmin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=7c269be3 [7c269be3]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 50.0% (1 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage - kpackage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage-kpackagedesktop/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=b60f7565 [b60f7565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kuser - kuser.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kuser-kuserdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=39dd6199 [39dd6199]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/ksysv - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/ksysv-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=1ec384e5 [1ec384e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=78260ae7 [78260ae7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage - kpackage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage-kpackagedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=18052ec0 [18052ec0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kdat - kdat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kdat-kdatdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=68dbc1fc [68dbc1fc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kcron - kcron.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kcron-kcrondesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== tdeartwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=e76fde84 [e76fde84]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/icon themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/icon-themes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=480c8a32 [480c8a32]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/icon themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/icon-themes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=d5891cb6 [d5891cb6]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/wallpapers-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=b7c7780f [b7c7780f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeartwork/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/wallpapers-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=25e4ea58 [25e4ea58]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=0afaf315 [0afaf315]] twin-styles: twin3_ to twin_ conversion&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=5f90bc99 [5f90bc99]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (314 of 314 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/tdescreensaver - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/tdescreensaver-desktop-files/it/&lt;br /&gt;
&lt;br /&gt;
== tdebindings ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=84ec6486 [84ec6486]] Drop compatibility code for TQSignal&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=13378021 [13378021]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=02712db1 [02712db1]] Drop compatibility code for TQButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=53442b53 [53442b53]] Drop obsolete TQLineEdit methods&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=1b35744b [1b35744b]] Drop compatibility code for TQToolButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=476cadbf [476cadbf]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=941081ce [941081ce]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=dcffc0bc [dcffc0bc]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
== tdesdk ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=e116e963 [e116e963]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbabel - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbabel-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=ba42cd60 [ba42cd60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=0b324ad9 [0b324ad9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=26ea0a31 [26ea0a31]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdecachegrind - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdecachegrind-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=7b277c01 [7b277c01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/scheck - scheck.themerc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/scheck-scheckthemerc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=8d7ac8ea [8d7ac8ea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kuiviewer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kuiviewer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=70cbb21e [70cbb21e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbugbuster - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbugbuster-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=5951f56b [5951f56b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/cervisia - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/cervisia-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=0c03e09c [0c03e09c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/cervisia - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/cervisia-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=b221bea0 [b221bea0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kompare - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kompare-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d50abb28 [d50abb28]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.1% (27 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=3523578c [3523578c]] Fix functionality broken by commit d619f66&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d619f66a [d619f66a]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tdevelop ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=f4724912 [f4724912]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop-desktop-files/&lt;br /&gt;
&lt;br /&gt;
== tdewebdev ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=13d63148 [13d63148]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kimagemapeditor - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kimagemapeditor-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=e16b4e3b [e16b4e3b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=6552a392 [6552a392]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== tde-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b54aba2 [2b54aba2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (833 of 833 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02030efa [02030efa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.2% (461 of 500 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdecachegrind&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdecachegrind/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5abddf59 [5abddf59]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1016 of 1016 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbabel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbabel/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fc1947d4 [fc1947d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - validators&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-validators/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=995b2521 [995b2521]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4722fda2 [4722fda2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 71.0% (49 of 69 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c7fe792b [c7fe792b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (89 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c55b4ce5 [c55b4ce5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (241 of 241 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonqhtml&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonqhtml/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aeed5fd8 [aeed5fd8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b7b847f5 [b7b847f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (223 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=255d26f7 [255d26f7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (238 of 238 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/ksim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/ksim/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78aad284 [78aad284]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (89 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76168eb5 [76168eb5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmperformance&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmperformance/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1fd85bdd [1fd85bdd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_pop3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_pop3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a58fce8 [2a58fce8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d228567 [7d228567]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfmclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfmclient/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d1527d8f [d1527d8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_smtp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_smtp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c363a97 [6c363a97]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (140 of 140 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ec080931 [ec080931]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc2988ac [bc2988ac]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd5194d2 [bd5194d2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=04ed4b52 [04ed4b52]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (76 of 76 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmusb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmusb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc1d1c98 [bc1d1c98]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (43 of 43 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kthememanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kthememanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ffa5d7e7 [ffa5d7e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (96 of 96 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeprintfax&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeprintfax/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=076c2fed [076c2fed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdestyle_keramik_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdestyle_keramik_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4ceab3f4 [4ceab3f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplashthemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplashthemes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=512d9f79 [512d9f79]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=47e26a43 [47e26a43]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (93 of 93 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdefontinst&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdefontinst/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3a144469 [3a144469]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_home&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_home/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cd272aca [cd272aca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmnotify&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmnotify/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d2ba7ada [d2ba7ada]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (290 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=135f1b2e [135f1b2e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=07c69212 [07c69212]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=03934f6b [03934f6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_system&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_system/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67680029 [67680029]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0e0ae526 [0e0ae526]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeio_svn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeio_svn/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a87c6d1 [8a87c6d1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_ts&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_ts/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aade5865 [aade5865]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_po&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_po/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=522da565 [522da565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_diff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_diff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=83c47a3a [83c47a3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_cpp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_cpp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4d9ffb4a [4d9ffb4a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kres_bugzilla&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kres_bugzilla/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cfa3a9ad [cfa3a9ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (208 of 208 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbugbuster&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbugbuster/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ebed3f3 [3ebed3f3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acb7bd01 [acb7bd01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kmenuapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kmenuapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b406e7b0 [b406e7b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=610e404f [610e404f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/krdb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/krdb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bf546323 [bf546323]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmspellchecking&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmspellchecking/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a6399d3 [4a6399d3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 65.0% (13 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmiccconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmiccconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=80a06e94 [80a06e94]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_tar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_tar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b26c4f5 [4b26c4f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_recentdocs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_recentdocs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=58999e40 [58999e40]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_prefmenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_prefmenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6ce221c9 [6ce221c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - sort&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-sort/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0390f05b [0390f05b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - webarchiver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-webarchiver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cf552d9d [cf552d9d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - wavecapture&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-wavecapture/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=433ee6e7 [433ee6e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - wakeup&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-wakeup/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=46159872 [46159872]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - tyler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-tyler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e02bff0f [e02bff0f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - tippecanoe&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-tippecanoe/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0761ee7 [c0761ee7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - txt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-txt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cd18979e [cd18979e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - mhtml&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-mhtml/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=712079e1 [712079e1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - lnk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-lnk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fce9e09 [4fce9e09]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - html&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-html/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25db3dca [25db3dca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - folder&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-folder/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef1f9ac7 [ef1f9ac7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-desktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10e3306c [10e3306c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - cert&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-cert/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3fec0e8 [f3fec0e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - synaescope&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-synaescope/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a86eaabb [a86eaabb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - searchbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-searchbar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5da3c28e [5da3c28e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - pitchablespeed&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-pitchablespeed/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dce4401c [dce4401c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - minitools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-minitools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=65231d72 [65231d72]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - microformat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-microformat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e048a4eb [e048a4eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (42 of 42 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - mediacontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-mediacontrol/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=03f6f36f [03f6f36f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - lyrics&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-lyrics/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=75a2d1a4 [75a2d1a4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kaddressbook - gmx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kaddressbook-gmx/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=111da4e5 [111da4e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kaddressbook - kworldclock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kaddressbook-kworldclock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=37ccc73b [37ccc73b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (53 of 53 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - ktimemon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-ktimemon/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=877faee6 [877faee6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (48 of 48 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - metabar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-metabar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a964e80 [8a964e80]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - mediaplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-mediaplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6215185a [6215185a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - delicious&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-delicious/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=432a8fd9 [432a8fd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - kmathapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-kmathapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2537b8d7 [2537b8d7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (33 of 33 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - kbinaryclock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-kbinaryclock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41b3507f [41b3507f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - xmltools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-xmltools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d895f991 [d895f991]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - xmlcheck&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-xmlcheck/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1477c443 [1477c443]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - textfilter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-textfilter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a96d906d [a96d906d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - tabbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-tabbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02b5b392 [02b5b392]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - snippets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-snippets/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=06908d1c [06908d1c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - pybrowse&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-pybrowse/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68019125 [68019125]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - openheader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-openheader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e4943b1f [e4943b1f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - modeline&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-modeline/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a8e169d [4a8e169d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - make&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-make/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8548c37e [8548c37e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - kjswrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-kjswrapper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=65197c45 [65197c45]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - insertcommand&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-insertcommand/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f33c05f3 [f33c05f3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - htmltools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-htmltools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a3220aa3 [a3220aa3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - helloworld&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-helloworld/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0768ae06 [0768ae06]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - fll_plugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-fll_plugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ed62a7e [7ed62a7e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - fll_initplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-fll_initplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4551fe7c [4551fe7c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - filetemplates&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-filetemplates/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a5773c33 [a5773c33]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - cppsymbolviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-cppsymbolviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d5f107a6 [d5f107a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - image&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-image/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=760d609c [760d609c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - charlatanui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-charlatanui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=49a7da4e [49a7da4e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - ffrs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-ffrs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44ff5289 [44ff5289]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - dub&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-dub/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f595c2f4 [f595c2f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (81 of 81 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - domtreeviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-domtreeviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5984420c [5984420c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - dirfilter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-dirfilter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8740f36c [8740f36c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - crashes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-crashes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2eea31a6 [2eea31a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - autorefresh&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-autorefresh/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0b43890b [0b43890b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - audio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-audio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b60fc4c0 [b60fc4c0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - ark&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-ark/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4f2e12e9 [4f2e12e9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - alsaplayerui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-alsaplayerui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8cf5b05b [8cf5b05b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - akregator&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-akregator/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e9608f5 [1e9608f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (3009 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb7f6413 [bb7f6413]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (101 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2297c73 [a2297c73]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16fc9290 [16fc9290]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30b25447 [30b25447]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0c9390e0 [0c9390e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_asus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_asus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c9b6e0a [3c9b6e0a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (464 of 464 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kttsd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kttsd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5f018862 [5f018862]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.8% (5277 of 5622 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9cd12c13 [9cd12c13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4373 of 4373 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fb393ca2 [fb393ca2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdelirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdelirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de26e8e7 [de26e8e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/superkaramba&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/superkaramba/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef2d1ac9 [ef2d1ac9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.7% (204 of 238 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/ksim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/ksim/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8225ecb4 [8225ecb4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0d8c5564 [0d8c5564]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_powerbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_powerbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=15e159f9 [15e159f9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cbaed96f [cbaed96f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_delli8k&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_delli8k/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=99665cc4 [99665cc4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilod&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilod/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76cf712f [76cf712f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kfloppy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kfloppy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a780ff13 [a780ff13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.1% (833 of 849 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kaddressbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kaddressbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=160a21e5 [160a21e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (288 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b39b69b0 [b39b69b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.8% (224 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=37c46a10 [37c46a10]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aaa64918 [aaa64918]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_raw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_raw/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b72b65e [2b72b65e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (197 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de33568d [de33568d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (121 of 121 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/klinkstatus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/klinkstatus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c46c273c [c46c273c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=463fe953 [463fe953]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.0% (23 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - webarchiver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-webarchiver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f902060c [f902060c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - imgallery&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-imgallery/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7291a5d [e7291a5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (254 of 254 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libtdegames&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libtdegames/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=60f4c2ad [60f4c2ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4d13a2c [c4d13a2c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (557 of 557 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kmplot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kmplot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8f16a587 [8f16a587]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4373 of 4373 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a1803a12 [a1803a12]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (765 of 765 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kalzium&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kalzium/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a9f1223f [a9f1223f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6f5c5077 [6f5c5077]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (138 of 138 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdeiconedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdeiconedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9f37b90b [9f37b90b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_xpm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_xpm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=124a1a5b [124a1a5b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_xbm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_xbm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1397cb2b [1397cb2b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_tiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_tiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8cd2a856 [8cd2a856]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_tga&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_tga/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2102c574 [2102c574]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_rgb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_rgb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=146a8054 [146a8054]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_ps&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_ps/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=21580aeb [21580aeb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pnm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pnm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee75c8c5 [ee75c8c5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_png&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_png/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=19cf3c62 [19cf3c62]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pdf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=107c467f [107c467f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pcx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pcx/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02a155ef [02a155ef]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (67 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_jpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_jpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d85c7052 [d85c7052]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_ico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_ico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2933d93 [e2933d93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_gif&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_gif/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4382f606 [4382f606]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (59 of 59 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_exr&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_exr/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5bddf5a5 [5bddf5a5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_dvi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_dvi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=921e29b3 [921e29b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_dds&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_dds/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0b56525a [0b56525a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_bmp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_bmp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5694df40 [5694df40]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (107 of 107 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/libkscan&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/libkscan/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4f70423 [d4f70423]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/libkfaximgage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/libkfaximgage/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1d63ec25 [1d63ec25]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (179 of 179 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewshell&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewshell/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4cd8d3e0 [4cd8d3e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewscannerplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewscannerplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d794493d [d794493d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kview_scale&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kview_scale/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5f74d61a [5f74d61a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewpresenterplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewpresenterplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1c6f60df [1c6f60df]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kvieweffectsplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kvieweffectsplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2c39783 [a2c39783]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewbrowserplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewbrowserplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=23706e02 [23706e02]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (123 of 123 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kuickshow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kuickshow/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=96c0bde1 [96c0bde1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (45 of 45 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksnapshot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksnapshot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6536643 [e6536643]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=40b76cfc [40b76cfc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (225 of 225 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=54045117 [54045117]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (256 of 256 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kooka&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kooka/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a0ba024f [a0ba024f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (386 of 386 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kolourpaint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kolourpaint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b9817b46 [b9817b46]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (131 of 131 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8614f6c [a8614f6c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kgamma&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kgamma/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=09d52dca [09d52dca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (215 of 215 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kdvi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kdvi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25b4dfd1 [25b4dfd1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcoloredit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcoloredit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51cd9478 [51cd9478]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewviewerpluginsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewviewerpluginsconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2c14518 [a2c14518]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewpluginsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewpluginsconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2746c521 [2746c521]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewgeneralconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewgeneralconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25650c93 [25650c93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewcanvasconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewcanvasconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4af32845 [4af32845]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcmkamera&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcmkamera/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb0c53ea [bb0c53ea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ff1ec9c1 [ff1ec9c1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (403 of 403 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c00aae5c [c00aae5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppplogview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppplogview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=93829039 [93829039]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (416 of 416 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c152d582 [c152d582]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (94 of 94 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kpf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kpf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=654c466b [654c466b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acdd4826 [acdd4826]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_avi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_avi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=85655c32 [85655c32]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (320 of 320 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12c3105c [12c3105c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (80 of 80 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_lame&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_lame/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acfe74f0 [acfe74f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.0% (17 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_xmlrpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_xmlrpc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8f561fa [b8f561fa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2430 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b59a52df [b59a52df]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.1% (833 of 849 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kaddressbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kaddressbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b15f99b [3b15f99b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.7% (341 of 360 strings)&amp;lt;br/&amp;gt;Translation: tdepim/akregator&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/akregator/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6fd71df1 [6fd71df1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12eb7e03 [12eb7e03]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.0% (250 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9937df39 [9937df39]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ae470e5 [2ae470e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=08998baf [08998baf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (67 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmcolors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmcolors/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10ac25e5 [10ac25e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdedebugdialog&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdedebugdialog/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0771e565 [0771e565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2865 of 2865 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/ppdtranslations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/ppdtranslations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c535e26d [c535e26d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73b6114f [73b6114f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=155b3201 [155b3201]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a4c12d6 [2a4c12d6]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=976a81b4 [976a81b4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (245 of 245 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kdat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kdat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9fe445d8 [9fe445d8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8660af8 [a8660af8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (152 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=807855fe [807855fe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=69bdd2bf [69bdd2bf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (416 of 416 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=85d49634 [85d49634]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6980e97e [6980e97e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (111 of 111 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dc165c85 [dc165c85]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2430 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5bd9ba76 [5bd9ba76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0fd4f012 [0fd4f012]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.0% (99 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ca026de0 [ca026de0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0eb200e2 [0eb200e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4af789bd [4af789bd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b3efd69f [b3efd69f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (72 of 72 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/i18n - entry.desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/i18n-entrydesktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e5046884 [e5046884]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.5% (2464 of 2578 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6ff96b0 [d6ff96b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.9% (929 of 1010 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kommander&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kommander/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=052541a5 [052541a5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6813630 [d6813630]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61348be4 [61348be4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (106 of 106 strings)&amp;lt;br/&amp;gt;Translation: tdegames/lskat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/lskat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ce4cc89a [ce4cc89a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f84f621b [f84f621b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.8% (5277 of 5622 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7adefbb7 [7adefbb7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (553 of 553 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kgpg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kgpg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a54f6ad [9a54f6ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.8% (722 of 723 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a7b6a48e [a7b6a48e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.0% (109 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=adb9ee02 [adb9ee02]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acbf941b [acbf941b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_systemmenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_systemmenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d1ace2d1 [d1ace2d1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (288 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c940de1b [c940de1b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ce53218 [7ce53218]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76141cbc [76141cbc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.7% (158 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44df28d5 [44df28d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1032 of 1032 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpovmodeler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpovmodeler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=77cf8f9c [77cf8f9c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (3008 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c8cacdab [c8cacdab]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 90.6% (155 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f38fa8f3 [f38fa8f3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b01edccd [b01edccd]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=04d54b46 [04d54b46]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=edde93c4 [edde93c4]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (331 of 332 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee87723d [ee87723d]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 94.7% (36 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=347c614b [347c614b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5d7a5d36 [5d7a5d36]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4a7354e [c4a7354e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17e37aec [17e37aec]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a93fc87 [5a93fc87]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (417 of 417 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libtdepim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fa7c437 [4fa7c437]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1428 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e157a91c [e157a91c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=35f9874a [35f9874a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=31e1fd99 [31e1fd99]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5196 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c29db08c [c29db08c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kasteroids&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kasteroids/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45c9efee [45c9efee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bac7cad2 [bac7cad2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.8% (722 of 723 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45438fab [45438fab]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmicons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmicons/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=184c41a3 [184c41a3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f2e51c15 [f2e51c15]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 55.1% (32 of 58 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78f3d660 [78f3d660]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c84bab9b [c84bab9b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9dceffa5 [9dceffa5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bea7c2b5 [bea7c2b5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2f6e4464 [2f6e4464]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (181 of 181 strings)&amp;lt;br/&amp;gt;Translation: tdepim/karm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/karm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b718443 [7b718443]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksystemtrayapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksystemtrayapplet/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df6f0d2f [df6f0d2f]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (290 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2282d9eb [2282d9eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.3% (21 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - alsaplayerui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-alsaplayerui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8ef3404 [a8ef3404]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (369 of 369 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3fb5a51f [3fb5a51f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (137 of 137 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kverbos&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kverbos/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6fd40db8 [6fd40db8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (205 of 205 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdemid&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdemid/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=789b5f42 [789b5f42]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (88 of 88 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kpersonalizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kpersonalizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bfa34bd2 [bfa34bd2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6da779c2 [6da779c2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.8% (224 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6038555 [e6038555]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dffecf21 [dffecf21]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.7% (157 of 159 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b0cd75a3 [b0cd75a3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (289 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=64e03b0c [64e03b0c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=805a0c6c [805a0c6c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c16120f [3c16120f]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f6b47865 [f6b47865]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.5% (3006 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=905b500e [905b500e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_wav&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_wav/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0376d619 [0376d619]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_theora&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_theora/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8c0bd602 [8c0bd602]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_sid&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_sid/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f96bfe38 [f96bfe38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_ogg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_ogg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=20da6100 [20da6100]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_m3u&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_m3u/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6ec9d7d [e6ec9d7d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=002f6b01 [002f6b01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9c288da4 [9c288da4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fdacc87 [4fdacc87]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_flac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_flac/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79bd92c0 [79bd92c0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_avi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_avi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8545225b [8545225b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_au&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_au/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16bb2152 [16bb2152]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (332 of 332 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61ff946a [61ff946a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (187 of 187 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/libkcddb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/libkcddb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=18dd016f [18dd016f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (111 of 111 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7047488 [e7047488]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=09ae6e3a [09ae6e3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a94f2253 [a94f2253]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kcmcddb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kcmcddb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=839723e8 [839723e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaboodle&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaboodle/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a3d5767a [a3d5767a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_vorbis&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_vorbis/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=039aa373 [039aa373]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (80 of 80 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_lame&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_lame/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1a2584a5 [1a2584a5]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 85.9% (1749 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ae0d186 [1ae0d186]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwindecoration&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwindecoration/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8e3a9bd8 [8e3a9bd8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a8bf169 [9a8bf169]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6329682c [6329682c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_flac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_flac/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=01a947f7 [01a947f7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48cbdde6 [48cbdde6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bda1bc83 [bda1bc83]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a94365d8 [a94365d8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b07c9fd5 [b07c9fd5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=99ddc47e [99ddc47e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=233603f3 [233603f3]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kickermenu_kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kickermenu_kate/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eb41c146 [eb41c146]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (261 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=035d412a [035d412a]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=252276b0 [252276b0]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a3c101a [5a3c101a]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3baf4ac [f3baf4ac]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0198f7b7 [0198f7b7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abbea754 [abbea754]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=22447195 [22447195]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67154ced [67154ced]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwinrules&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwinrules/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68257170 [68257170]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwindecoration&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwindecoration/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5b8921e6 [5b8921e6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b643ca2 [4b643ca2]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ea42728d [ea42728d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e0f759a [1e0f759a]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41a2a0a6 [41a2a0a6]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 87.7% (150 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7a72e540 [7a72e540]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1433ed29 [1433ed29]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4816e684 [4816e684]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c9f3b6c [3c9f3b6c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41444a5d [41444a5d]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 80.6% (2134 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=62275fac [62275fac]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4565a842 [4565a842]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eb88e6fc [eb88e6fc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a15c7835 [a15c7835]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7e214ab [e7e214ab]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ff4ced6a [ff4ced6a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c8260126 [c8260126]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4d00bce3 [4d00bce3]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cadd2b5d [cadd2b5d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9a96806 [c9a96806]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdelicense&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdelicense/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bda14f95 [bda14f95]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5196 of 5196 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dac4018a [dac4018a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 80.9% (1648 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b5c59d83 [b5c59d83]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=643497da [643497da]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e41785c [1e41785c]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (197 of 197 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1be1e3e9 [1be1e3e9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fbde5a66 [fbde5a66]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (326 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c1acc00 [6c1acc00]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (289 of 289 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9b635e1b [9b635e1b]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b0ef02e [7b0ef02e]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8dbd2744 [8dbd2744]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1b39883e [1b39883e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b5c8e7a [3b5c8e7a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=49367158 [49367158]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da6ebc69 [da6ebc69]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.5% (211 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=38d19787 [38d19787]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da4c604a [da4c604a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a289914a [a289914a]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmag&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmag/nl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=587622ea [587622ea]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d0076837 [d0076837]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=484fbfeb [484fbfeb]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 85.0% (805 of 946 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/katepart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/katepart/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a1c113b [5a1c113b]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 86.4% (369 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb4d9424 [bb4d9424]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 54.2% (247 of 455 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs_colors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs_colors/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3059b6dc [3059b6dc]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd92b2ee [bd92b2ee]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44c33da9 [44c33da9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.3% (158 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e405a694 [e405a694]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.8% (16 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmenergy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmenergy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1a8c65b3 [1a8c65b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 71.4% (5 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - image&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-image/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f91ae8b2 [f91ae8b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (197 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee561a5d [ee561a5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.5% (193 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b7818e1 [4b7818e1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegames/kmahjongg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmahjongg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=62c862a8 [62c862a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.6% (191 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=feb94ddc [feb94ddc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdewalletmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdewalletmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9cf3ed6a [9cf3ed6a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da73efd6 [da73efd6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdewalletmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdewalletmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=56f2e465 [56f2e465]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/krdb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/krdb/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ea2bd4b [2ea2bd4b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=289b8045 [289b8045]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 80.3% (1636 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17b287ee [17b287ee]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.9% (195 of 197 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e98cc110 [e98cc110]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7768467e [7768467e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ffe4047 [3ffe4047]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d42dfce9 [d42dfce9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 77.9% (1588 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c033f982 [c033f982]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=447af80a [447af80a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 76.8% (1565 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f9a53f48 [f9a53f48]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5cac2c06 [5cac2c06]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ec024ca [7ec024ca]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c624634e [c624634e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f86ccae9 [f86ccae9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6fc3c2e [d6fc3c2e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin_lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin_lib/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f322a111 [f322a111]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f09ec0ab [f09ec0ab]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ba5d62d1 [ba5d62d1]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.5% (209 of 210 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7e255c40 [7e255c40]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=86acd12e [86acd12e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4f3b4305 [4f3b4305]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eac33e90 [eac33e90]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (196 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17c51be5 [17c51be5]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0ab2398 [c0ab2398]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (326 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6b7fac1 [d6b7fac1]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (206 of 206 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4e97cea7 [4e97cea7]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e8274087 [e8274087]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d7fbab18 [d7fbab18]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3f1a08b4 [3f1a08b4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=92e6fc46 [92e6fc46]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6cf5249d [6cf5249d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48907031 [48907031]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.3% (148 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9ef855fe [9ef855fe]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.4% (170 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79e81b47 [79e81b47]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.9% (194 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=af5e01d0 [af5e01d0]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f262c268 [f262c268]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (326 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e03e491a [e03e491a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=299d7e9b [299d7e9b]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=963b03f8 [963b03f8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4643459 [a4643459]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 99.4% (171 of 172 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b6f0d602 [b6f0d602]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f6a6c8e5 [f6a6c8e5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67d451ba [67d451ba]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewpresenterplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewpresenterplugin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a18b92ba [a18b92ba]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d9a6697 [7d9a6697]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aaeda12b [aaeda12b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c999f37 [3c999f37]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdmconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmconfig/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef954c90 [ef954c90]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2aa378ca [2aa378ca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_zeroconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_zeroconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2cd8ff75 [2cd8ff75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cb5cf602 [cb5cf602]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krdc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krdc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fc00fa70 [fc00fa70]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (94 of 94 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kpf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kpf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=325dc4a8 [325dc4a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.8% (2984 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b912c6e7 [b912c6e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (248 of 248 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/knewsticker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/knewsticker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6e04a742 [6e04a742]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (103 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmwifi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmwifi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ca7235c9 [ca7235c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (100 of 100 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmlanbrowser&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmlanbrowser/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ddb067e7 [ddb067e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (43 of 43 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmktalkd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmktalkd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c7fc70f6 [c7fc70f6]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (196 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cff19a2f [cff19a2f]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bad75a4d [bad75a4d]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (327 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0115ec51 [0115ec51]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=75d3b850 [75d3b850]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ade36f2 [1ade36f2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ad7aeafe [ad7aeafe]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=57cd82f9 [57cd82f9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=405dc7df [405dc7df]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ee0c314 [3ee0c314]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdmconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmconfig/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2567a89d [2567a89d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b2441d13 [b2441d13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_zeroconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_zeroconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c669a79d [c669a79d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_lan&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_lan/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5ecccc8f [5ecccc8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_jabberdisco&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_jabberdisco/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=153f7022 [153f7022]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefile_torrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefile_torrent/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=db5cbbbc [db5cbbbc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kwireless&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kwireless/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=70391ee5 [70391ee5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kinetd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kinetd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0f541093 [0f541093]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kdictapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kdictapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16494e41 [16494e41]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/libtdepim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7648b3c9 [7648b3c9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b7ec603 [7b7ec603]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fb3fdb2b [fb3fdb2b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fe4514c8 [fe4514c8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=83bdc126 [83bdc126]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=63a90127 [63a90127]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/tdefifteen&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/tdefifteen/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df53a5b9 [df53a5b9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a27093a0 [a27093a0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 87.5% (14 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - audio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-audio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd2a6f38 [bd2a6f38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (89 of 89 strings)&amp;lt;br/&amp;gt;Translation: tdegames/twin4&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/twin4/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e64c11d2 [e64c11d2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (254 of 254 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libtdegames&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libtdegames/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7e30682d [7e30682d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (122 of 122 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libksirtet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libksirtet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ce1a3bf [3ce1a3bf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.2% (56 of 57 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ktuberling&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ktuberling/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2d940247 [2d940247]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9561b74 [c9561b74]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kshisen&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kshisen/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e67e6a7f [e67e6a7f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kolf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kolf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12861973 [12861973]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2e8f84f5 [2e8f84f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (381 of 381 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kgoldrunner&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kgoldrunner/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1256c7f6 [1256c7f6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f0087266 [f0087266]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (1235 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=06391dfe [06391dfe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 84.4% (87 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=71347685 [71347685]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79cebe5e [79cebe5e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78aaa659 [78aaa659]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (289 of 289 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=74773ebc [74773ebc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ac07e9f6 [ac07e9f6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdestyle_plastik_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdestyle_plastik_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e00cbcb5 [e00cbcb5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_kdatatool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_kdatatool/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c09081a6 [c09081a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdefileaudiopreview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdefileaudiopreview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=624183f5 [624183f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_autobookmarker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_autobookmarker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b00d45a6 [b00d45a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (946 of 946 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/katepart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/katepart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=db142dcb [db142dcb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabcformat_binary&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabcformat_binary/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7cd87b83 [7cd87b83]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_isearch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_isearch/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=11d74de2 [11d74de2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_file&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_file/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8c12f11 [b8c12f11]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_docwordcompletion&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_docwordcompletion/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dd4127b3 [dd4127b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_net&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_net/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6d341d34 [6d341d34]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_sql&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_sql/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=661b618f [661b618f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_dir&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_dir/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=650ebed1 [650ebed1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdestyle_highcontrast_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdestyle_highcontrast_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=681fb57e [681fb57e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2865 of 2865 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/ppdtranslations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/ppdtranslations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5410b42a [5410b42a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/libtdescreensaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/libtdescreensaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a4a938d [6a4a938d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_insertfile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_insertfile/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f1d18823 [f1d18823]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (44 of 44 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_ldaptdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_ldaptdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30f083cd [30f083cd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acbf80cd [acbf80cd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f8fb2e20 [f8fb2e20]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1013 of 1013 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeprint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeprint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aa0506f0 [aa0506f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (455 of 455 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs_colors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs_colors/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82e61934 [82e61934]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2739 of 2739 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a2ce6cb [9a2ce6cb]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73eb4e4d [73eb4e4d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=91f7be0d [91f7be0d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 64.5% (129 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a9fa5d76 [a9fa5d76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/taskbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/taskbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b382a9a [2b382a9a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktaskbarapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktaskbarapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30e0f112 [30e0f112]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/lockout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/lockout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e1c4e2b5 [e1c4e2b5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5317fab2 [5317fab2]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=92ad6a46 [92ad6a46]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0e61bcd [c0e61bcd]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dedebeb6 [dedebeb6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_delli8k&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_delli8k/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51c00880 [51c00880]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (206 of 206 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4a6e3eb [d4a6e3eb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c368d148 [c368d148]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a73707b4 [a73707b4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9af8d504 [9af8d504]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 97.3% (219 of 225 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=875d4c24 [875d4c24]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a757dd8a [a757dd8a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abcfb18a [abcfb18a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/libtaskbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskbar/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d481507 [7d481507]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kay&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kay/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fa9f0334 [fa9f0334]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5af0121c [5af0121c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdesud&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdesud/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e363127a [e363127a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/naughtyapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/naughtyapplet/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=54976205 [54976205]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 75.7% (1542 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8f32df4 [b8f32df4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a46e674 [8a46e674]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82b00602 [82b00602]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8919bb8a [8919bb8a]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3e98afc4 [3e98afc4]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51cb26bc [51cb26bc]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d5046c21 [d5046c21]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=500f2c45 [500f2c45]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 98.5% (70 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kspaceduel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kspaceduel/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=53f3360c [53f3360c]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksokoban&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksokoban/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fa57d92b [fa57d92b]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 48.9% (24 of 49 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksnake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksnake/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4d9d7c1 [a4d9d7c1]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 94.7% (18 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksmiletris&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksmiletris/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=63667467 [63667467]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 34.1% (27 of 79 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2b3a41b [e2b3a41b]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 38.0% (19 of 50 strings)&amp;lt;br/&amp;gt;Translation: tdegames/klines&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/klines/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=33531138 [33531138]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45486792 [45486792]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (58 of 58 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5e2914e7 [5e2914e7]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c716f74 [6c716f74]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a270de3 [5a270de3]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (322 of 322 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=404b586a [404b586a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8b023bb7 [8b023bb7]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (322 of 322 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10d7630d [10d7630d]] tdepim: remove kitchensync pot file again, since it was automatically re-added&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a8b0c96 [2a8b0c96]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f4de4713 [f4de4713]] tdepim: remove translations for kitchensync and multisynk&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=64d45800 [64d45800]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0c2a0ab3 [0c2a0ab3]] tdegraphics: remove translations for kmrml&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8aa58abf [8aa58abf]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=376b1bfe [376b1bfe]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a340797 [6a340797]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=90797510 [90797510]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e0706cf8 [e0706cf8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eee4a43c [eee4a43c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb21ba44 [bb21ba44]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
= libraries =&lt;br /&gt;
== libkdcraw ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=d13e9744 [d13e9744]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (74 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=50387262 [50387262]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 70.2% (52 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=fb8e7233 [fb8e7233]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (74 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=4720b9e3 [4720b9e3]] Added translation using Weblate (Chinese (Simplified))&lt;br /&gt;
&lt;br /&gt;
== libkipi ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=1ea1d770 [1ea1d770]] Added translation using Weblate (Chinese (Traditional))&lt;br /&gt;
&lt;br /&gt;
== kipi-plugins ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=aa3b7277 [aa3b7277]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.0% (512 of 602 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - metadataedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-metadataedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=62e89ce1 [62e89ce1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 40.1% (53 of 132 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - cdarchiving&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-cdarchiving/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=1fc6b1e0 [1fc6b1e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - viewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-viewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=f134eb8d [f134eb8d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=7115da7d [7115da7d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=c39b2d5d [c39b2d5d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=549a8d58 [549a8d58]] Added translation using Weblate (Chinese (Traditional))&lt;br /&gt;
&lt;br /&gt;
== libtqt-perl ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=ea4d4023 [ea4d4023]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=a8738810 [a8738810]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=076ec834 [076ec834]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
= applications/development =&lt;br /&gt;
== kdbg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=b171e1b2 [b171e1b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kdbg - kdbg.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbg-kdbgdesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== kdiff3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=453f35a8 [453f35a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 67.2% (347 of 516 strings)&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=47366761 [47366761]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: applications/kdiff3 - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=810025fb [810025fb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=b65164fa [b65164fa]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=abcdeb43 [abcdeb43]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=1bab9902 [1bab9902]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tdesvn ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=2cdbcc87 [2cdbcc87]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 48.5% (359 of 739 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=f66e96c7 [f66e96c7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdesvn - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=e0823d75 [e0823d75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/graphics =&lt;br /&gt;
== digikam ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=31f057f7 [31f057f7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1794 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=d1ed2afa [d1ed2afa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1793 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=1798610f [1798610f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=e809e384 [e809e384]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1793 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=53e13c18 [53e13c18]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2244 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=09a41f75 [09a41f75]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/&lt;br /&gt;
&lt;br /&gt;
== gwenview-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=3e754a52 [3e754a52]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=57175831 [57175831]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=827f6c7b [827f6c7b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/internet =&lt;br /&gt;
== kasablanca ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=2a9b7e7d [2a9b7e7d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kasablanca - kasablanca.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca-kasablancadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=159a8faf [159a8faf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 64.3% (74 of 115 strings)&amp;lt;br/&amp;gt;Translation: applications/kasablanca&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=4b9e3dcb [4b9e3dcb]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kbiff ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=c53c9a60 [c53c9a60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=2cc626b9 [2cc626b9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.8% (89 of 90 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=4069eda9 [4069eda9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff - kbiff.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff-kbiffdesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== kftpgrabber ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=70edee2c [70edee2c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/kftpgrabber - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kftpgrabber-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== knmap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=a289b05a [a289b05a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=2721c5e0 [2721c5e0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=24febfa6 [24febfa6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=8f8a354b [8f8a354b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (221 of 221 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=b68bd35b [b68bd35b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=60528588 [60528588]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 16.2% (36 of 221 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=aea076a0 [aea076a0]] Added translation using Weblate (Ukrainian)&lt;br /&gt;
&lt;br /&gt;
== konversation ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=dfedc855 [dfedc855]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.6% (1167 of 1362 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation/ru/&lt;br /&gt;
&lt;br /&gt;
== kshowmail ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=10272aed [10272aed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 49.8% (174 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=b13b420d [b13b420d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 49.5% (173 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
&lt;br /&gt;
== kstreamripper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=dbdd2a4e [dbdd2a4e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=6a970335 [6a970335]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=3ec99f94 [3ec99f94]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=457de6e0 [457de6e0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=1801e3aa [1801e3aa]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 80.0% (24 of 30 strings)&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=382d4392 [382d4392]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=5da88b7e [5da88b7e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=c621d368 [c621d368]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== ktorrent ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=523c79c3 [523c79c3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (875 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=46220b63 [46220b63]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 80.1% (701 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/ru/&lt;br /&gt;
&lt;br /&gt;
== kvirc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=44846083 [44846083]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - notifier&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b435bad5 [b435bad5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - editor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b412083e [b412083e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - about&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-about/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b32a017a [b32a017a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.8% (2404 of 2588 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=02e908ee [02e908ee]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=e2dd007c [e2dd007c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a48e70a7 [a48e70a7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (794 of 805 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a7254dcc [a7254dcc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - theme&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-theme/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=25f3bffc [25f3bffc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=1e208b4f [1e208b4f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - logview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-logview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=3e94a25e [3e94a25e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - editor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=0c62fcd5 [0c62fcd5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - filetransferwindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-filetransferwindow/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a6e75ff9 [a6e75ff9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - dcc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-dcc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=2091bae5 [2091bae5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - notifier&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=90e47cbd [90e47cbd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - sharedfileswindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-sharedfileswindow/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=729d67a2 [729d67a2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=116c3821 [116c3821]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=5e2a1ae3 [5e2a1ae3]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
= applications/misc =&lt;br /&gt;
== bibletime ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=9d90808b [9d90808b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/bibletime - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/bibletime-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=de0a4201 [de0a4201]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=7c699d2d [7c699d2d]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== desktop-effects-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=4ef8c50e [4ef8c50e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=7437087e [7437087e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=92556696 [92556696]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kerberostray ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=f56d47b0 [f56d47b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kerberostray&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kerberostray/&lt;br /&gt;
&lt;br /&gt;
== krecipes ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=d2a4cb93 [d2a4cb93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 30.5% (343 of 1123 strings)&amp;lt;br/&amp;gt;Translation: applications/krecipes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krecipes/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/multimedia =&lt;br /&gt;
== amarok ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=73837f1a [73837f1a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=079f0cc9 [079f0cc9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b037abfb [b037abfb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=93aff8fd [93aff8fd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=7f396148 [7f396148]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=8ac0d326 [8ac0d326]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=086adc4f [086adc4f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4ebfa149 [4ebfa149]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 79.7% (1981 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4cc71ec3 [4cc71ec3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=2116bf2a [2116bf2a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=e6e2d189 [e6e2d189]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=c2a12e62 [c2a12e62]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=44ad188d [44ad188d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=83730846 [83730846]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4ddb9e62 [4ddb9e62]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=90520108 [90520108]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 84.7% (2105 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=40099ec0 [40099ec0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b767627f [b767627f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=bcd8d83e [bcd8d83e]] Fix functionality broken by commit 1c3e0630.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b04099ff [b04099ff]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=a7a79de0 [a7a79de0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=1c3e0630 [1c3e0630]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=5dedf79f [5dedf79f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=8b28bb5c [8b28bb5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=9038cb17 [9038cb17]] Translated using Weblate (Turkish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/tr/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=3c835108 [3c835108]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.8% (2406 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
&lt;br /&gt;
== codeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=033f32ab [033f32ab]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=28a3b75f [28a3b75f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=9f39f05e [9f39f05e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/codeine - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/codeine-desktop-files/&lt;br /&gt;
&lt;br /&gt;
== k3b ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=00a24ebc [00a24ebc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=987871f0 [987871f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=c2fbc8f1 [c2fbc8f1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=95a45a4f [95a45a4f]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=bbf83236 [bbf83236]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=894069eb [894069eb]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/pt/&lt;br /&gt;
&lt;br /&gt;
== k3b-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=84cd0b47 [84cd0b47]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (47 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=6f6f5263 [6f6f5263]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=bd308fa9 [bd308fa9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=e6010418 [e6010418]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (47 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=cb12df11 [cb12df11]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=ecef8905 [ecef8905]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=9c355f26 [9c355f26]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=1d1360a7 [1d1360a7]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=6f8f68cc [6f8f68cc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=47c13aee [47c13aee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=b92282bd [b92282bd]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 97.8% (46 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/bg/&lt;br /&gt;
&lt;br /&gt;
== k9copy ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=ef83b5b8 [ef83b5b8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=4979c509 [4979c509]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=237b3548 [237b3548]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (495 of 495 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=553df4a4 [553df4a4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=bc07265d [bc07265d]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kaffeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=eac2daca [eac2daca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (729 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=6c9257f2 [6c9257f2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.5% (711 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=e0e0d158 [e0e0d158]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=b871bd5b [b871bd5b]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kmplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=30650e19 [30650e19]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.9% (347 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=77c148a7 [77c148a7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=bb993d63 [bb993d63]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=d8d54a7f [d8d54a7f]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 95.6% (373 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=122a27a0 [122a27a0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=bb9e13d1 [bb9e13d1]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=0817bc03 [0817bc03]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer-desktop-files/bg/&lt;br /&gt;
&lt;br /&gt;
== kplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=cc14b9cf [cc14b9cf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=d8391ef7 [d8391ef7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 77.0% (799 of 1037 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/ru/&lt;br /&gt;
&lt;br /&gt;
== soundkonverter ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=bcf2d459 [bcf2d459]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.6% (302 of 319 strings)&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=2bf7eb6c [2bf7eb6c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=28a35800 [28a35800]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=300613ee [300613ee]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=a13d3527 [a13d3527]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tderadio ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=aa80a24c [aa80a24c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=28afa3da [28afa3da]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - oss-sound&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-oss-sound/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=5369d924 [5369d924]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (45 of 45 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - gui-standard-display&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-standard-display/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=a9f14b38 [a9f14b38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 82.3% (14 of 17 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - timeshifter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-timeshifter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=d57a893c [d57a893c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.1% (75 of 78 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - recording&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-recording/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=55460675 [55460675]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=03b5df8e [03b5df8e]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 93.5% (29 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=0bb5fda6 [0bb5fda6]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=8cd30c0e [8cd30c0e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=c74cfcb6 [c74cfcb6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.7% (30 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/office =&lt;br /&gt;
== basket ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=33317176 [33317176]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/basket&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=c8b892a3 [c8b892a3]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kbibtex ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=702a473b [702a473b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 73.7% (444 of 602 strings)&amp;lt;br/&amp;gt;Translation: applications/kbibtex&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbibtex/ru/&lt;br /&gt;
&lt;br /&gt;
== kbookreader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=e32bbc6e [e32bbc6e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (17 of 17 strings)&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=fcdb94c9 [fcdb94c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kbookreader - kbookreader.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader-kbookreaderdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=ac3e0386 [ac3e0386]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=61e10e5a [61e10e5a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/&lt;br /&gt;
&lt;br /&gt;
== kile ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=00b87abb [00b87abb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kile - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== kmymoney ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=47cc1d27 [47cc1d27]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: applications/kmymoney - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=e592106d [e592106d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (2658 of 2674 strings)&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=67a43ced [67a43ced]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=9df4c701 [9df4c701]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== koffice ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=d165869a [d165869a]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=c2fdb394 [c2fdb394]] Fix functionality broken by commit a9bbaa83&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=a9bbaa83 [a9bbaa83]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== koffice-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=572398a4 [572398a4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (3150 of 3168 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspread&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=bce5a0c4 [bce5a0c4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.4% (1169 of 1200 strings)&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=cc44ebc3 [cc44ebc3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: koffice/thesaurus_tool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/thesaurus_tool/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=b6cedf64 [b6cedf64]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_ooo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_ooo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=9f49ba05 [9f49ba05]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_koffice&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_koffice/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=7a3529fd [7a3529fd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_gnumeric&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_gnumeric/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=05196041 [05196041]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_abiword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_abiword/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ffe6d299 [ffe6d299]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (961 of 961 strings)&amp;lt;br/&amp;gt;Translation: koffice/kword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kword/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ad3cf8ee [ad3cf8ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspreadcalc_calc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspreadcalc_calc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=7f8b71fa [7f8b71fa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (909 of 909 strings)&amp;lt;br/&amp;gt;Translation: koffice/kpresenter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kpresenter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=d154e97e [d154e97e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (354 of 354 strings)&amp;lt;br/&amp;gt;Translation: koffice/kformdesigner&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kformdesigner/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=9c40a4ce [9c40a4ce]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=aa8c2267 [aa8c2267]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ccf47869 [ccf47869]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=f690d314 [f690d314]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.0% (1295 of 1423 strings)&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=f0bcacf8 [f0bcacf8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kivio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kivio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=e1f27756 [e1f27756]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=e84fa74c [e84fa74c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kword/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=fc3d61ff [fc3d61ff]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/koffice&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/koffice/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=31fd578d [31fd578d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=069df0f0 [069df0f0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kofficefilters&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kofficefilters/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=96a280ad [96a280ad]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=b7a0d0ff [b7a0d0ff]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 98.3% (420 of 427 strings)&amp;lt;br/&amp;gt;Translation: koffice/karbon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/karbon/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=8e305f42 [8e305f42]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 99.8% (1421 of 1423 strings)&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=61f41445 [61f41445]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: koffice/example&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/example/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=1f753ab8 [1f753ab8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (3150 of 3168 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspread&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/ru/&lt;br /&gt;
&lt;br /&gt;
== kpilot ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=9beef848 [9beef848]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.3% (1059 of 1088 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=adc41d0e [adc41d0e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=43b3df95 [43b3df95]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=b2480185 [b2480185]] Fix functionality broken by commit a956e3e&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=f060f38e [f060f38e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=fa847ef4 [fa847ef4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=a956e3e8 [a956e3e8]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tellico ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=10996a19 [10996a19]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=252be932 [252be932]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.5% (1108 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=f73799c2 [f73799c2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=30d2f3d2 [30d2f3d2]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 74.2% (826 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=997c050d [997c050d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=0a00263f [0a00263f]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
= applications/settings =&lt;br /&gt;
== kdpkg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=752317fb [752317fb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=c178f4e3 [c178f4e3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 93.1% (27 of 29 strings)&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=7afa4047 [7afa4047]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=3107e30a [3107e30a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=4277d12f [4277d12f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/&lt;br /&gt;
&lt;br /&gt;
== kiosktool ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=6d1e1f26 [6d1e1f26]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (238 of 238 strings)&amp;lt;br/&amp;gt;Translation: applications/kiosktool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kiosktool/ru/&lt;br /&gt;
&lt;br /&gt;
== kkbswitch ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=c36d0446 [c36d0446]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch - kkbswitch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch-kkbswitchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=d7b89dac [d7b89dac]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=586412b8 [586412b8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 96.4% (55 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=8978515d [8978515d]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=29e2187e [29e2187e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=4f10d322 [4f10d322]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=2f27dd99 [2f27dd99]] Added global shortcuts for switching to previous/next group&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/kkbswitch/issues/6 #6]&lt;br /&gt;
&lt;br /&gt;
== klcddimmer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=739e6b63 [739e6b63]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/klcddimmer - klcddimmer.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer-klcddimmerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=c552505d [c552505d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/klcddimmer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer/&lt;br /&gt;
&lt;br /&gt;
== tdenetworkmanager ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=f781e430 [f781e430]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 56.5% (160 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=6bd64d20 [6bd64d20]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 54.4% (154 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/system =&lt;br /&gt;
== dolphin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=d6981f86 [d6981f86]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=88bffef8 [88bffef8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=50bf6ece [50bf6ece]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=df0f2634 [df0f2634]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 87.3% (55 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=128fc6c0 [128fc6c0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=4177bfeb [4177bfeb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=31e79818 [31e79818]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=614887eb [614887eb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=dfc034e5 [dfc034e5]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kbfx ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=7df544d7 [7df544d7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbfx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbfx/&lt;br /&gt;
&lt;br /&gt;
== kcmautostart ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=e156d8d7 [e156d8d7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=a34114dc [a34114dc]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=e32b5599 [e32b5599]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/&lt;br /&gt;
&lt;br /&gt;
== knemo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=6132bf8e [6132bf8e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== krusader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=a6d7af8f [a6d7af8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 89.0% (1246 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=1107ba66 [1107ba66]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=60b198a9 [60b198a9]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1399 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/uk/&lt;br /&gt;
&lt;br /&gt;
== kshutdown ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=0cb0eeb3 [0cb0eeb3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown - kshutdown.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-kshutdowndesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=6c6e8bb5 [6c6e8bb5]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown - kshutdown.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-kshutdowndesktop/nl/&lt;br /&gt;
&lt;br /&gt;
== ksystemlog ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=cf0f1b44 [cf0f1b44]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/ksystemlog&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksystemlog/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=27e255d7 [27e255d7]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== polkit-agent-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=774e540b [774e540b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=fe3d3837 [fe3d3837]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=81f288bf [81f288bf]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/zh_Hant/&lt;br /&gt;
&lt;br /&gt;
== tdebluez ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=fce0091e [fce0091e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=f23e3839 [f23e3839]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=823b8121 [823b8121]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=d0311fa0 [d0311fa0]] Added translation using Weblate (Dutch)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ee1b7905 [ee1b7905]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 89.1% (239 of 268 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=14e65f81 [14e65f81]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=9a895e4f [9a895e4f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=5dbd02e3 [5dbd02e3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=75e3f4ae [75e3f4ae]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=1d2fcc95 [1d2fcc95]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (266 of 266 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=9ec32992 [9ec32992]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=226cacc4 [226cacc4]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (274 of 274 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ae46115f [ae46115f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ad1894b7 [ad1894b7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=e852055d [e852055d]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tdepowersave ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=1e735aeb [1e735aeb]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (311 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=f39d5cd2 [f39d5cd2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=c1d1a446 [c1d1a446]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=70666ec3 [70666ec3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=c2676876 [c2676876]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.2% (290 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=5242ce6d [5242ce6d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=678ecbe9 [678ecbe9]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== yakuake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=4d40f6d0 [4d40f6d0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.9% (94 of 98 strings)&amp;lt;br/&amp;gt;Translation: applications/yakuake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/tdeio =&lt;br /&gt;
== tdeio-ftps ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-ftps/commit/?id=8ac1f636 [8ac1f636]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdeio-ftps&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-ftps/&lt;br /&gt;
&lt;br /&gt;
== tdeio-umountwrapper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=e3173ff2 [e3173ff2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-umountwrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-umountwrapper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=c37ba2dc [c37ba2dc]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
= applications/themes =&lt;br /&gt;
== gtk-qt-engine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=2178adeb [2178adeb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=90c79e65 [90c79e65]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=df701883 [df701883]] Added translation using Weblate (Chinese (Simplified))&lt;br /&gt;
&lt;br /&gt;
== kgtk-qt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=06bca424 [06bca424]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/kgtk-qt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kgtk-qt3/ru/&lt;br /&gt;
&lt;br /&gt;
== tde-style-baghira ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=bb43a575 [bb43a575]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - sessionapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-sessionapplet/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=738600de [738600de]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - starter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-starter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=54a306f5 [54a306f5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=4a3bbfa4 [4a3bbfa4]] Rename library twin3_baghira -&amp;amp;gt; twin_baghira&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=fc8b3dd4 [fc8b3dd4]] Fix functionality broken by commit 66813ef&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=66813efe [66813efe]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tde-style-domino ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=7ea023ba [7ea023ba]] Rename library twin3_domino -&amp;amp;gt; twin_domino&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== tde-style-ia-ora ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=25c19604 [25c19604]] Rename library twin3_iaora -&amp;amp;gt; twin_iaora&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== tde-style-lipstik ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=39c758d5 [39c758d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-lipstik - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-lipstik-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=e0338512 [e0338512]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== twin-style-crystal ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=d9afc78c [d9afc78c]] Rename library twin3_crystal -&amp;amp;gt; twin_crystal&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-dekorator ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=c67f6084 [c67f6084]] Rename library twin3_deKorator -&amp;amp;gt; twin_deKorator&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-machbunt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=81c7c4d0 [81c7c4d0]] Rename library twin3_MachBunt to twin_MachBunt&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-suse2 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=9b5c2e1e [9b5c2e1e]] Rename library twin3_SUSE2 -&amp;amp;gt; twin_SUSE&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
= applications/utilities =&lt;br /&gt;
== abakus ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=9ace50d1 [9ace50d1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/abakus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=467ef6c1 [467ef6c1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (49 of 49 strings)&amp;lt;br/&amp;gt;Translation: applications/abakus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=e1762b36 [e1762b36]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=b277c7ae [b277c7ae]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/abakus - abakus.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus-abakusdesktop/bg/&lt;br /&gt;
&lt;br /&gt;
== filelight ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=aa06806b [aa06806b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=28349b70 [28349b70]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=7cc11b7f [7cc11b7f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=629295b3 [629295b3]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=33098270 [33098270]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (77 of 77 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/uk/&lt;br /&gt;
&lt;br /&gt;
== kbarcode ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=2f5aa189 [2f5aa189]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.1% (589 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=6c31a9ec [6c31a9ec]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=7f9e4e65 [7f9e4e65]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.9% (582 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=f6c05921 [f6c05921]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 74.5% (443 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=371ce27c [371ce27c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=7bd51d72 [7bd51d72]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=6ca861bd [6ca861bd]] Fix functionality broken by commit fc06df3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=fc06df33 [fc06df33]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== kchmviewer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=78502278 [78502278]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kchmviewer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kchmviewer-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== kcpuload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=b49178b0 [b49178b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=8ae8e9f8 [8ae8e9f8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 94.8% (37 of 39 strings)&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=7a450d31 [7a450d31]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=d9952f82 [d9952f82]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/&lt;br /&gt;
&lt;br /&gt;
== knutclient ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=dfa5f3fa [dfa5f3fa]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knutclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=466ddc1b [466ddc1b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (203 of 203 strings)&amp;lt;br/&amp;gt;Translation: applications/knutclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient/uk/&lt;br /&gt;
&lt;br /&gt;
== krename ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=b4e78648 [b4e78648]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/krename - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krename-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=7740aa8e [7740aa8e]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== qalculate-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=744ac88e [744ac88e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=6baf1704 [6baf1704]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.4% (593 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=accfbbbf [accfbbbf]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=34b3365e [34b3365e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=933d4190 [933d4190]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=68aa9b3b [68aa9b3b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (596 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=96280709 [96280709]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 75.0% (447 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=09de128a [09de128a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 70.6% (421 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=c714c687 [c714c687]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 60.7% (362 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=1c102209 [1c102209]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 42.4% (253 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=06249035 [06249035]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
= packaging =&lt;br /&gt;
== packaging ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=70a0160c [70a0160c]] DEB tdebindings: remove dependency on libtqt3-compat-headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=fb212c9e [fb212c9e]] DEB tqt3: drop compat files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=a4869e73 [a4869e73]] DEB tdebase twin: adjusted after renaming client libraries from twin3_* to twin_*. This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=7b064a10 [7b064a10]] DEB tqt3: adjusted after removing Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f7be243e [f7be243e]] DEB buildscripts: update supported distros&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f82c8cc0 [f82c8cc0]] DEB: remove support for Debian Stretch and Ubuntu Xenial&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=4721bdc6 [4721bdc6]] DEB tqt3: remove Qt2 obsolete classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=e6b868c8 [e6b868c8]] DEB tdebase: added release notes for R14.2.x series&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=3c5c1e60 [3c5c1e60]] DEB trinity-apt-archive: Set the apt repository URL to PTB.&lt;/div&gt;</summary>
		<author><name>SlavekB</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.2.0&amp;diff=3257</id>
		<title>Changelog For R14.2.0</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.2.0&amp;diff=3257"/>
		<updated>2023-12-18T01:12:02Z</updated>

		<summary type="html">&lt;p&gt;SlavekB: /* kmymoney */ Update 20231217&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= dependencies =&lt;br /&gt;
== tde-cmake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=9fae6b57 [9fae6b57]] Update version to R14.2.0&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tqt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=ee0c5d58 [ee0c5d58]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a6829398 [a6829398]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=d2122705 [d2122705]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=e0a3cab4 [e0a3cab4]] Minor adjustments to porting documentation&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=f2b3ea52 [f2b3ea52]] Drop compatibility code for TQSignal&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=fb6884ea [fb6884ea]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=2e817b4b [2e817b4b]] Remove dangled symlinks for droped compat headers.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=c3bb8881 [c3bb8881]] Drop compatibility code for TQButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=9492e618 [9492e618]] Drop compatibility code for TQThread&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=979f5621 [979f5621]] Drop compatibility code for TQLineEdit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=83991feb [83991feb]] Remove Qt4 related stuff&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=48ea22d0 [48ea22d0]] Drop compatibility code for TQToolButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b1bfbe79 [b1bfbe79]] Drop compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=bfd62a0b [bfd62a0b]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a8466ab3 [a8466ab3]] Translated using Weblate (Chinese (zh))&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3 - examples-i18n&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3-examples-i18n/zh/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=5350a724 [5350a724]] Drop TQT_NO_COMPAT code from mkspecs files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a75445b4 [a75445b4]] Drop Qt2 obsolete classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b6e9b6c6 [b6e9b6c6]] Added translation using Weblate (Turkish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=af9d6b11 [af9d6b11]] Added translation using Weblate (Turkish)&lt;br /&gt;
&lt;br /&gt;
== tqtinterface ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=9ad01120 [9ad01120]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=4746fbba [4746fbba]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=1c79e9f8 [1c79e9f8]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
== pytqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=aa676491 [aa676491]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=cba16275 [cba16275]] Drop compatibility code for TQThread&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=8bd235be [8bd235be]] Addons to previous commit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=28273a01 [28273a01]] Drop Qt2&amp;#039;s TQSemiModal class.&lt;br /&gt;
&lt;br /&gt;
= core =&lt;br /&gt;
== tdelibs ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cca633c6 [cca633c6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (179 of 179 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/all languages&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/all-languages/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=9755ecd9 [9755ecd9]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=503eb0d9 [503eb0d9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=29b84bd0 [29b84bd0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=f6627610 [f6627610]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7f7e5585 [7f7e5585]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.4% (323 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7a35fcf1 [7a35fcf1]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=f49e67f0 [f49e67f0]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=920d56d2 [920d56d2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=a7316f73 [a7316f73]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=4e0aa6d5 [4e0aa6d5]] Fix functionality broken by commit 8233b2e5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=8233b2e5 [8233b2e5]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=74cb596c [74cb596c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdemarkdown - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdemarkdown-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=29f58681 [29f58681]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (327 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=c6bc3af7 [c6bc3af7]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cdf964bb [cdf964bb]] Update version to R14.2.0&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tdebase ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f093a1be [f093a1be]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdm - themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdm-themes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=21ecd990 [21ecd990]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplash - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplash-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=607f0804 [607f0804]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdehtml_plugins.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdehtml_pluginsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5f815bd0 [5f815bd0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkonq - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkonq-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8175c850 [8175c850]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksysguard - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksysguard-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7c8d600d [7c8d600d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=3faa7b1b [3faa7b1b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kate - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kate-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f6fb0d91 [f6fb0d91]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 61.8% (281 of 454 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=70af14e2 [70af14e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 48.5% (168 of 346 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kappfinder - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kappfinder-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=035c2698 [035c2698]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - directories&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-directories/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a1cbb16b [a1cbb16b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.8% (248 of 251 strings)&amp;lt;br/&amp;gt;Translation: tdebase/l10n - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/l10n-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a26bb216 [a26bb216]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1103f2b1 [1103f2b1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c836bb9d [c836bb9d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=00eab673 [00eab673]] Translated using Weblate (Greek)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/el/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9e7b4bb1 [9e7b4bb1]] TWin: Fix loading of window decoration configuration libraries&amp;lt;br/&amp;gt;Accidentally broken by commit 84ab47055d.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=748a54ff [748a54ff]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=dddd52ff [dddd52ff]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=30d54139 [30d54139]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2317bee2 [2317bee2]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=4c64b274 [4c64b274]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-events/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c0ca8145 [c0ca8145]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f1f2e40a [f1f2e40a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5eec362c [5eec362c]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2986ff6e [2986ff6e]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2937383d [2937383d]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-data/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9ab75fc1 [9ab75fc1]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ea076539 [ea076539]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi - presets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi-presets/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8a8431ab [8a8431ab]] twin: renames twin3_ to twin_ in user theme config files. This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/351 #351] and PR #364.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=91cb2036 [91cb2036]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.0% (33 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=88ea7160 [88ea7160]] KWin: rename client libraries twin3_* -&amp;amp;gt; twin_*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=84ab4705 [84ab4705]] Make TWin look for `twin_` libraries&amp;lt;br/&amp;gt;This is now the preferred way of calling the decoration libraries&amp;lt;br/&amp;gt;(in place of `twin3_`). The old names that start with `twin3_` are&amp;lt;br/&amp;gt;still recognized for compatibility reasons.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/351 #351]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e8336ee5 [e8336ee5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2da663c3 [2da663c3]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8210b058 [8210b058]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=74eb1d78 [74eb1d78]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=90b19e21 [90b19e21]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ce84a0c6 [ce84a0c6]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=950f0ce7 [950f0ce7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tde_release_notes.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tde_release_notesdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d61158c7 [d61158c7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdcop - kdcop.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdcop-kdcopdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ddc6b3af [ddc6b3af]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeintegration.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeintegrationdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1771a344 [1771a344]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5ec66d53 [5ec66d53]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - compat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-compat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=653159ea [653159ea]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=143cff2e [143cff2e]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=78937d51 [78937d51]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9ab17ab4 [9ab17ab4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e539275a [e539275a]] Add release notes draft for R14.2.x series&lt;br /&gt;
&lt;br /&gt;
== tdepim ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=5863ef46 [5863ef46]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=0e164959 [0e164959]] Fix functionality broken by commit fd0046c4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=fd0046c4 [fd0046c4]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=860c8799 [860c8799]] Drop deprecated kitchensync code&lt;br /&gt;
&lt;br /&gt;
== tdemultimedia ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=c5e80026 [c5e80026]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdemid - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdemid-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=ec115020 [ec115020]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=1c71f523 [1c71f523]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/libkcddb - libkcddb.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/libkcddb-libkcddbdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=94ca3a13 [94ca3a13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kscd - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kscd-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=6c3e9a2f [6c3e9a2f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=775b1efd [775b1efd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kappfinder - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kappfinder-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=a452bd94 [a452bd94]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaudiocreator - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaudiocreator-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=514a0715 [514a0715]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=cb937aa9 [cb937aa9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaudiocreator - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaudiocreator-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=261327ee [261327ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaboodle - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaboodle-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=ab65a990 [ab65a990]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== tdenetwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=7cf631be [7cf631be]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=15fd0d5c [15fd0d5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=bff9d105 [bff9d105]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=1e65a9c9 [1e65a9c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krfb - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krfb-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=65f0237b [65f0237b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=0f7aec08 [0f7aec08]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=8b0277b3 [8b0277b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=ea8c2556 [ea8c2556]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kwifi - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kwifi-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=7dbed250 [7dbed250]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=1732e27c [1732e27c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc - ksirc.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc-ksircdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=f0b3ae6b [f0b3ae6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krfb - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krfb-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=0bf1f09c [0bf1f09c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krdc - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krdc-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=cd3b9bc6 [cd3b9bc6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=6c1bfe1c [6c1bfe1c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/knewsticker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/knewsticker-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e540875f [e540875f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=9f39152c [9f39152c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=ec7c5f92 [ec7c5f92]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmlanbrowser - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmlanbrowser-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=bd2c6b41 [bd2c6b41]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kdict - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kdict-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=055c3ba8 [055c3ba8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmktalkd - kcmktalkd.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmktalkd-kcmktalkddesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e8441a98 [e8441a98]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/dcoprss - rssservice.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/dcoprss-rssservicedesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== tdegraphics ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=32a0eae8 [32a0eae8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=0464b42f [0464b42f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksvg - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksvg-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=83ca390f [83ca390f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kooka - kooka.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kooka-kookadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=b946ccf6 [b946ccf6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kolourpaint - kolourpaint.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kolourpaint-kolourpaintdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=c3994f8f [c3994f8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=c8525154 [c8525154]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kfax - kfax.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kfax-kfaxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=82790fe5 [82790fe5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcoloredit - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcoloredit-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=6628c1cf [6628c1cf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdeiconedit - tdeiconedit.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdeiconedit-tdeiconeditdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=6fec2493 [6fec2493]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewshell - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewshell-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=0ac60cd7 [0ac60cd7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kuickshow - kuickshow.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kuickshow-kuickshowdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=b7a2fb44 [b7a2fb44]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksnapshot - ksnapshot.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksnapshot-ksnapshotdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=d73ec8db [d73ec8db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler - kruler.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler-krulerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=4207cf76 [4207cf76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpovmodeler - kpovmodeler.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpovmodeler-kpovmodelerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=a34651aa [a34651aa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=df90b4db [df90b4db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kfaxview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kfaxview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=10228ff7 [10228ff7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kdvi - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kdvi-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=786ba559 [786ba559]] Fix functionality broken by commit d26dabfe.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=d26dabfe [d26dabfe]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=fdd22494 [fdd22494]] Drop deprecated kmrml code&lt;br /&gt;
&lt;br /&gt;
== tdetoys ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=47ebe98c [47ebe98c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (285 of 285 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather - stations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather-stations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=bfb7d592 [bfb7d592]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=97649015 [97649015]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kworldclock - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kworldclock-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=29e37f55 [29e37f55]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/ktux - ktux.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/ktux-ktuxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=4eb6f321 [4eb6f321]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kteatime - kteatime.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kteatime-kteatimedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=75d71ec8 [75d71ec8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kodo - kodo.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kodo-kododesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=ef99089e [ef99089e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/amor - amor.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/amor-amordesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=528f19d2 [528f19d2]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeedu ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=0c53c58d [0c53c58d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=d99f3098 [d99f3098]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=05b36881 [05b36881]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kverbos - kverbos.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kverbos-kverbosdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=b2b4038e [b2b4038e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kturtle - kturtle.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kturtle-kturtledesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=9edf12e3 [9edf12e3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/ktouch - ktouch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/ktouch-ktouchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=373f572e [373f572e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kiten - kiten.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kiten-kitendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=894d22c5 [894d22c5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars - kstars.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars-kstarsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=b245468a [b245468a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kpercentage - kpercentage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kpercentage-kpercentagedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=9a430435 [9a430435]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kmplot - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kmplot-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=7cbde739 [7cbde739]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/klettres - klettres.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/klettres-klettresdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=3f41eb31 [3f41eb31]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/klatin - klatin.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/klatin-klatindesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=274c00f5 [274c00f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kig - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kig-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=d076ba6e [d076ba6e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/khangman - khangman.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/khangman-khangmandesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e7ecdbc7 [e7ecdbc7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography - kgeography.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography-kgeographydesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=7ec075a1 [7ec075a1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/keduca - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/keduca-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e45f4ee3 [e45f4ee3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kbruch - kbruch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kbruch-kbruchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e73aad5f [e73aad5f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kanagram - kanagram.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kanagram-kanagramdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=026dd7e1 [026dd7e1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kalzium - kalzium.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kalzium-kalziumdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=92daf7c2 [92daf7c2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/blinken - blinken.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/blinken-blinkendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=ad620012 [ad620012]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=1b57c822 [1b57c822]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== tdegames ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=707ed9c6 [707ed9c6]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=72486eea [72486eea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/tdefifteen - tdefifteen.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/tdefifteen-tdefifteendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=1af92e8c [1af92e8c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk - knetwalk.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk-knetwalkdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=b4e10441 [b4e10441]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/twin4 - twin4.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/twin4-twin4desktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=60e6b4b7 [60e6b4b7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ktuberling - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ktuberling-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f86cc3b2 [f86cc3b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kspaceduel - kspaceduel.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kspaceduel-kspacedueldesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=1723a2e2 [1723a2e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksokoban - ksokoban.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksokoban-ksokobandesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=b8bfa029 [b8bfa029]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksnake - ksnake.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksnake-ksnakedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f3055d26 [f3055d26]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=25bbc148 [25bbc148]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet - ksirtet.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet-ksirtetdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=bc6ebdd9 [bc6ebdd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksame - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksame-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=245abf4b [245abf4b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kshisen - kshisen.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kshisen-kshisendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=a24aefaf [a24aefaf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f361902f [f361902f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi - kreversi.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi-kreversidesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=bdbf75db [bdbf75db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kpoker - kpoker.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kpoker-kpokerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=8010109b [8010109b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kpat - kpat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kpat-kpatdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=30b2fe6b [30b2fe6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/konquest - konquest.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/konquest-konquestdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e3c0ddc0 [e3c0ddc0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kolf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kolf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=214ce742 [214ce742]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmines - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmines-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e2876665 [e2876665]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e58b9568 [e58b9568]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmines - kmines.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmines-kminesdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=564ede18 [564ede18]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmahjongg - kmahjongg.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmahjongg-kmahjonggdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=a1f2098b [a1f2098b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegames/klickety - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/klickety-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=04405ac0 [04405ac0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kjumpingcube - kjumpingcube.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kjumpingcube-kjumpingcubedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=ddeb59d5 [ddeb59d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kgoldrunner - KGoldrunner.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kgoldrunner-kgoldrunnerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=6aa6a2fc [6aa6a2fc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kenolaba - kenolaba.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kenolaba-kenolabadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=c2e382ff [c2e382ff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbounce - kbounce.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbounce-kbouncedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=43a1ef1a [43a1ef1a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kblackbox - kblackbox.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kblackbox-kblackboxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=47443995 [47443995]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbackgammon - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbackgammon-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=51730a13 [51730a13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbackgammon - kbackgammon.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbackgammon-kbackgammondesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f4e1241f [f4e1241f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kasteroids - kasteroids.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kasteroids-kasteroidsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=195f32ff [195f32ff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegames/atlantik - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/atlantik-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=078f8a60 [078f8a60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/atlantik - atlantik.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/atlantik-atlantikdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=23f73f6d [23f73f6d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=89209b44 [89209b44]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeaccessibility ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=546f0a26 [546f0a26]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmousetool - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmousetool-desktop-files/nl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=0c8252ff [0c8252ff]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmag - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmag-desktop-files/nl/&lt;br /&gt;
&lt;br /&gt;
== tdeaddons ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=462e8067 [462e8067]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (64 of 64 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-plugins-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=7247f36b [7247f36b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tutorials - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tutorials-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=729f8436 [729f8436]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-plugins-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=c75bb91d [c75bb91d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/ksig - ksig.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/ksig-ksigdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=8b19a3d4 [8b19a3d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (44 of 44 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-plugins-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== tdeadmin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=7c269be3 [7c269be3]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 50.0% (1 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage - kpackage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage-kpackagedesktop/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=b60f7565 [b60f7565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kuser - kuser.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kuser-kuserdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=39dd6199 [39dd6199]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/ksysv - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/ksysv-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=1ec384e5 [1ec384e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=78260ae7 [78260ae7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage - kpackage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage-kpackagedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=18052ec0 [18052ec0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kdat - kdat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kdat-kdatdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=68dbc1fc [68dbc1fc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kcron - kcron.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kcron-kcrondesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== tdeartwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=e76fde84 [e76fde84]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/icon themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/icon-themes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=480c8a32 [480c8a32]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/icon themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/icon-themes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=d5891cb6 [d5891cb6]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/wallpapers-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=b7c7780f [b7c7780f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeartwork/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/wallpapers-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=25e4ea58 [25e4ea58]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=0afaf315 [0afaf315]] twin-styles: twin3_ to twin_ conversion&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=5f90bc99 [5f90bc99]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (314 of 314 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/tdescreensaver - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/tdescreensaver-desktop-files/it/&lt;br /&gt;
&lt;br /&gt;
== tdebindings ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=84ec6486 [84ec6486]] Drop compatibility code for TQSignal&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=13378021 [13378021]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=02712db1 [02712db1]] Drop compatibility code for TQButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=53442b53 [53442b53]] Drop obsolete TQLineEdit methods&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=1b35744b [1b35744b]] Drop compatibility code for TQToolButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=476cadbf [476cadbf]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=941081ce [941081ce]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=dcffc0bc [dcffc0bc]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
== tdesdk ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=e116e963 [e116e963]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbabel - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbabel-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=ba42cd60 [ba42cd60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=0b324ad9 [0b324ad9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=26ea0a31 [26ea0a31]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdecachegrind - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdecachegrind-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=7b277c01 [7b277c01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/scheck - scheck.themerc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/scheck-scheckthemerc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=8d7ac8ea [8d7ac8ea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kuiviewer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kuiviewer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=70cbb21e [70cbb21e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbugbuster - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbugbuster-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=5951f56b [5951f56b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/cervisia - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/cervisia-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=0c03e09c [0c03e09c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/cervisia - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/cervisia-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=b221bea0 [b221bea0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kompare - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kompare-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d50abb28 [d50abb28]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.1% (27 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=3523578c [3523578c]] Fix functionality broken by commit d619f66&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d619f66a [d619f66a]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tdevelop ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=f4724912 [f4724912]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop-desktop-files/&lt;br /&gt;
&lt;br /&gt;
== tdewebdev ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=13d63148 [13d63148]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kimagemapeditor - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kimagemapeditor-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=e16b4e3b [e16b4e3b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=6552a392 [6552a392]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== tde-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b54aba2 [2b54aba2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (833 of 833 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02030efa [02030efa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.2% (461 of 500 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdecachegrind&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdecachegrind/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5abddf59 [5abddf59]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1016 of 1016 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbabel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbabel/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fc1947d4 [fc1947d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - validators&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-validators/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=995b2521 [995b2521]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4722fda2 [4722fda2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 71.0% (49 of 69 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c7fe792b [c7fe792b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (89 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c55b4ce5 [c55b4ce5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (241 of 241 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonqhtml&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonqhtml/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aeed5fd8 [aeed5fd8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b7b847f5 [b7b847f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (223 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=255d26f7 [255d26f7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (238 of 238 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/ksim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/ksim/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78aad284 [78aad284]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (89 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76168eb5 [76168eb5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmperformance&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmperformance/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1fd85bdd [1fd85bdd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_pop3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_pop3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a58fce8 [2a58fce8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d228567 [7d228567]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfmclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfmclient/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d1527d8f [d1527d8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_smtp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_smtp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c363a97 [6c363a97]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (140 of 140 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ec080931 [ec080931]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc2988ac [bc2988ac]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd5194d2 [bd5194d2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=04ed4b52 [04ed4b52]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (76 of 76 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmusb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmusb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc1d1c98 [bc1d1c98]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (43 of 43 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kthememanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kthememanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ffa5d7e7 [ffa5d7e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (96 of 96 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeprintfax&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeprintfax/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=076c2fed [076c2fed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdestyle_keramik_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdestyle_keramik_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4ceab3f4 [4ceab3f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplashthemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplashthemes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=512d9f79 [512d9f79]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=47e26a43 [47e26a43]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (93 of 93 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdefontinst&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdefontinst/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3a144469 [3a144469]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_home&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_home/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cd272aca [cd272aca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmnotify&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmnotify/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d2ba7ada [d2ba7ada]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (290 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=135f1b2e [135f1b2e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=07c69212 [07c69212]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=03934f6b [03934f6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_system&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_system/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67680029 [67680029]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0e0ae526 [0e0ae526]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeio_svn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeio_svn/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a87c6d1 [8a87c6d1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_ts&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_ts/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aade5865 [aade5865]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_po&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_po/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=522da565 [522da565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_diff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_diff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=83c47a3a [83c47a3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_cpp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_cpp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4d9ffb4a [4d9ffb4a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kres_bugzilla&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kres_bugzilla/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cfa3a9ad [cfa3a9ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (208 of 208 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbugbuster&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbugbuster/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ebed3f3 [3ebed3f3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acb7bd01 [acb7bd01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kmenuapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kmenuapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b406e7b0 [b406e7b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=610e404f [610e404f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/krdb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/krdb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bf546323 [bf546323]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmspellchecking&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmspellchecking/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a6399d3 [4a6399d3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 65.0% (13 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmiccconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmiccconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=80a06e94 [80a06e94]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_tar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_tar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b26c4f5 [4b26c4f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_recentdocs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_recentdocs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=58999e40 [58999e40]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_prefmenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_prefmenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6ce221c9 [6ce221c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - sort&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-sort/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0390f05b [0390f05b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - webarchiver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-webarchiver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cf552d9d [cf552d9d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - wavecapture&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-wavecapture/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=433ee6e7 [433ee6e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - wakeup&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-wakeup/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=46159872 [46159872]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - tyler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-tyler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e02bff0f [e02bff0f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - tippecanoe&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-tippecanoe/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0761ee7 [c0761ee7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - txt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-txt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cd18979e [cd18979e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - mhtml&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-mhtml/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=712079e1 [712079e1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - lnk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-lnk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fce9e09 [4fce9e09]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - html&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-html/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25db3dca [25db3dca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - folder&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-folder/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef1f9ac7 [ef1f9ac7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-desktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10e3306c [10e3306c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - cert&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-cert/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3fec0e8 [f3fec0e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - synaescope&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-synaescope/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a86eaabb [a86eaabb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - searchbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-searchbar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5da3c28e [5da3c28e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - pitchablespeed&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-pitchablespeed/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dce4401c [dce4401c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - minitools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-minitools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=65231d72 [65231d72]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - microformat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-microformat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e048a4eb [e048a4eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (42 of 42 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - mediacontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-mediacontrol/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=03f6f36f [03f6f36f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - lyrics&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-lyrics/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=75a2d1a4 [75a2d1a4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kaddressbook - gmx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kaddressbook-gmx/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=111da4e5 [111da4e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kaddressbook - kworldclock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kaddressbook-kworldclock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=37ccc73b [37ccc73b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (53 of 53 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - ktimemon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-ktimemon/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=877faee6 [877faee6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (48 of 48 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - metabar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-metabar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a964e80 [8a964e80]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - mediaplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-mediaplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6215185a [6215185a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - delicious&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-delicious/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=432a8fd9 [432a8fd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - kmathapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-kmathapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2537b8d7 [2537b8d7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (33 of 33 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - kbinaryclock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-kbinaryclock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41b3507f [41b3507f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - xmltools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-xmltools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d895f991 [d895f991]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - xmlcheck&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-xmlcheck/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1477c443 [1477c443]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - textfilter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-textfilter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a96d906d [a96d906d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - tabbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-tabbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02b5b392 [02b5b392]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - snippets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-snippets/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=06908d1c [06908d1c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - pybrowse&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-pybrowse/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68019125 [68019125]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - openheader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-openheader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e4943b1f [e4943b1f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - modeline&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-modeline/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a8e169d [4a8e169d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - make&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-make/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8548c37e [8548c37e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - kjswrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-kjswrapper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=65197c45 [65197c45]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - insertcommand&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-insertcommand/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f33c05f3 [f33c05f3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - htmltools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-htmltools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a3220aa3 [a3220aa3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - helloworld&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-helloworld/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0768ae06 [0768ae06]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - fll_plugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-fll_plugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ed62a7e [7ed62a7e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - fll_initplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-fll_initplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4551fe7c [4551fe7c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - filetemplates&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-filetemplates/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a5773c33 [a5773c33]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - cppsymbolviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-cppsymbolviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d5f107a6 [d5f107a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - image&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-image/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=760d609c [760d609c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - charlatanui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-charlatanui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=49a7da4e [49a7da4e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - ffrs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-ffrs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44ff5289 [44ff5289]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - dub&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-dub/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f595c2f4 [f595c2f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (81 of 81 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - domtreeviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-domtreeviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5984420c [5984420c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - dirfilter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-dirfilter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8740f36c [8740f36c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - crashes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-crashes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2eea31a6 [2eea31a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - autorefresh&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-autorefresh/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0b43890b [0b43890b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - audio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-audio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b60fc4c0 [b60fc4c0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - ark&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-ark/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4f2e12e9 [4f2e12e9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - alsaplayerui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-alsaplayerui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8cf5b05b [8cf5b05b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - akregator&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-akregator/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e9608f5 [1e9608f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (3009 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb7f6413 [bb7f6413]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (101 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2297c73 [a2297c73]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16fc9290 [16fc9290]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30b25447 [30b25447]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0c9390e0 [0c9390e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_asus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_asus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c9b6e0a [3c9b6e0a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (464 of 464 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kttsd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kttsd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5f018862 [5f018862]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.8% (5277 of 5622 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9cd12c13 [9cd12c13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4373 of 4373 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fb393ca2 [fb393ca2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdelirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdelirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de26e8e7 [de26e8e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/superkaramba&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/superkaramba/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef2d1ac9 [ef2d1ac9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.7% (204 of 238 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/ksim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/ksim/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8225ecb4 [8225ecb4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0d8c5564 [0d8c5564]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_powerbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_powerbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=15e159f9 [15e159f9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cbaed96f [cbaed96f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_delli8k&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_delli8k/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=99665cc4 [99665cc4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilod&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilod/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76cf712f [76cf712f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kfloppy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kfloppy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a780ff13 [a780ff13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.1% (833 of 849 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kaddressbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kaddressbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=160a21e5 [160a21e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (288 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b39b69b0 [b39b69b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.8% (224 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=37c46a10 [37c46a10]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aaa64918 [aaa64918]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_raw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_raw/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b72b65e [2b72b65e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (197 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de33568d [de33568d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (121 of 121 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/klinkstatus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/klinkstatus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c46c273c [c46c273c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=463fe953 [463fe953]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.0% (23 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - webarchiver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-webarchiver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f902060c [f902060c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - imgallery&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-imgallery/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7291a5d [e7291a5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (254 of 254 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libtdegames&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libtdegames/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=60f4c2ad [60f4c2ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4d13a2c [c4d13a2c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (557 of 557 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kmplot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kmplot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8f16a587 [8f16a587]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4373 of 4373 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a1803a12 [a1803a12]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (765 of 765 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kalzium&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kalzium/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a9f1223f [a9f1223f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6f5c5077 [6f5c5077]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (138 of 138 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdeiconedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdeiconedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9f37b90b [9f37b90b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_xpm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_xpm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=124a1a5b [124a1a5b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_xbm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_xbm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1397cb2b [1397cb2b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_tiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_tiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8cd2a856 [8cd2a856]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_tga&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_tga/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2102c574 [2102c574]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_rgb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_rgb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=146a8054 [146a8054]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_ps&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_ps/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=21580aeb [21580aeb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pnm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pnm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee75c8c5 [ee75c8c5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_png&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_png/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=19cf3c62 [19cf3c62]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pdf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=107c467f [107c467f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pcx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pcx/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02a155ef [02a155ef]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (67 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_jpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_jpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d85c7052 [d85c7052]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_ico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_ico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2933d93 [e2933d93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_gif&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_gif/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4382f606 [4382f606]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (59 of 59 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_exr&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_exr/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5bddf5a5 [5bddf5a5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_dvi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_dvi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=921e29b3 [921e29b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_dds&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_dds/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0b56525a [0b56525a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_bmp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_bmp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5694df40 [5694df40]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (107 of 107 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/libkscan&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/libkscan/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4f70423 [d4f70423]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/libkfaximgage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/libkfaximgage/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1d63ec25 [1d63ec25]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (179 of 179 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewshell&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewshell/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4cd8d3e0 [4cd8d3e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewscannerplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewscannerplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d794493d [d794493d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kview_scale&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kview_scale/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5f74d61a [5f74d61a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewpresenterplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewpresenterplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1c6f60df [1c6f60df]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kvieweffectsplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kvieweffectsplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2c39783 [a2c39783]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewbrowserplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewbrowserplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=23706e02 [23706e02]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (123 of 123 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kuickshow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kuickshow/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=96c0bde1 [96c0bde1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (45 of 45 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksnapshot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksnapshot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6536643 [e6536643]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=40b76cfc [40b76cfc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (225 of 225 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=54045117 [54045117]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (256 of 256 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kooka&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kooka/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a0ba024f [a0ba024f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (386 of 386 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kolourpaint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kolourpaint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b9817b46 [b9817b46]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (131 of 131 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8614f6c [a8614f6c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kgamma&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kgamma/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=09d52dca [09d52dca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (215 of 215 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kdvi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kdvi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25b4dfd1 [25b4dfd1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcoloredit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcoloredit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51cd9478 [51cd9478]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewviewerpluginsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewviewerpluginsconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2c14518 [a2c14518]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewpluginsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewpluginsconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2746c521 [2746c521]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewgeneralconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewgeneralconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25650c93 [25650c93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewcanvasconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewcanvasconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4af32845 [4af32845]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcmkamera&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcmkamera/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb0c53ea [bb0c53ea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ff1ec9c1 [ff1ec9c1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (403 of 403 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c00aae5c [c00aae5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppplogview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppplogview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=93829039 [93829039]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (416 of 416 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c152d582 [c152d582]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (94 of 94 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kpf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kpf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=654c466b [654c466b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acdd4826 [acdd4826]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_avi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_avi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=85655c32 [85655c32]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (320 of 320 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12c3105c [12c3105c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (80 of 80 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_lame&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_lame/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acfe74f0 [acfe74f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.0% (17 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_xmlrpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_xmlrpc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8f561fa [b8f561fa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2430 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b59a52df [b59a52df]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.1% (833 of 849 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kaddressbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kaddressbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b15f99b [3b15f99b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.7% (341 of 360 strings)&amp;lt;br/&amp;gt;Translation: tdepim/akregator&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/akregator/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6fd71df1 [6fd71df1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12eb7e03 [12eb7e03]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.0% (250 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9937df39 [9937df39]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ae470e5 [2ae470e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=08998baf [08998baf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (67 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmcolors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmcolors/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10ac25e5 [10ac25e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdedebugdialog&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdedebugdialog/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0771e565 [0771e565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2865 of 2865 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/ppdtranslations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/ppdtranslations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c535e26d [c535e26d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73b6114f [73b6114f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=155b3201 [155b3201]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a4c12d6 [2a4c12d6]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=976a81b4 [976a81b4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (245 of 245 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kdat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kdat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9fe445d8 [9fe445d8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8660af8 [a8660af8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (152 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=807855fe [807855fe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=69bdd2bf [69bdd2bf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (416 of 416 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=85d49634 [85d49634]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6980e97e [6980e97e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (111 of 111 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dc165c85 [dc165c85]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2430 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5bd9ba76 [5bd9ba76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0fd4f012 [0fd4f012]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.0% (99 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ca026de0 [ca026de0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0eb200e2 [0eb200e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4af789bd [4af789bd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b3efd69f [b3efd69f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (72 of 72 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/i18n - entry.desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/i18n-entrydesktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e5046884 [e5046884]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.5% (2464 of 2578 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6ff96b0 [d6ff96b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.9% (929 of 1010 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kommander&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kommander/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=052541a5 [052541a5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6813630 [d6813630]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61348be4 [61348be4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (106 of 106 strings)&amp;lt;br/&amp;gt;Translation: tdegames/lskat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/lskat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ce4cc89a [ce4cc89a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f84f621b [f84f621b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.8% (5277 of 5622 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7adefbb7 [7adefbb7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (553 of 553 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kgpg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kgpg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a54f6ad [9a54f6ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.8% (722 of 723 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a7b6a48e [a7b6a48e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.0% (109 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=adb9ee02 [adb9ee02]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acbf941b [acbf941b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_systemmenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_systemmenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d1ace2d1 [d1ace2d1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (288 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c940de1b [c940de1b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ce53218 [7ce53218]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76141cbc [76141cbc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.7% (158 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44df28d5 [44df28d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1032 of 1032 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpovmodeler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpovmodeler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=77cf8f9c [77cf8f9c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (3008 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c8cacdab [c8cacdab]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 90.6% (155 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f38fa8f3 [f38fa8f3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b01edccd [b01edccd]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=04d54b46 [04d54b46]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=edde93c4 [edde93c4]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (331 of 332 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee87723d [ee87723d]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 94.7% (36 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=347c614b [347c614b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5d7a5d36 [5d7a5d36]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4a7354e [c4a7354e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17e37aec [17e37aec]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a93fc87 [5a93fc87]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (417 of 417 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libtdepim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fa7c437 [4fa7c437]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1428 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e157a91c [e157a91c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=35f9874a [35f9874a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=31e1fd99 [31e1fd99]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5196 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c29db08c [c29db08c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kasteroids&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kasteroids/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45c9efee [45c9efee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bac7cad2 [bac7cad2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.8% (722 of 723 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45438fab [45438fab]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmicons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmicons/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=184c41a3 [184c41a3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f2e51c15 [f2e51c15]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 55.1% (32 of 58 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78f3d660 [78f3d660]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c84bab9b [c84bab9b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9dceffa5 [9dceffa5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bea7c2b5 [bea7c2b5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2f6e4464 [2f6e4464]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (181 of 181 strings)&amp;lt;br/&amp;gt;Translation: tdepim/karm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/karm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b718443 [7b718443]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksystemtrayapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksystemtrayapplet/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df6f0d2f [df6f0d2f]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (290 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2282d9eb [2282d9eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.3% (21 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - alsaplayerui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-alsaplayerui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8ef3404 [a8ef3404]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (369 of 369 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3fb5a51f [3fb5a51f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (137 of 137 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kverbos&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kverbos/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6fd40db8 [6fd40db8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (205 of 205 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdemid&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdemid/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=789b5f42 [789b5f42]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (88 of 88 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kpersonalizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kpersonalizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bfa34bd2 [bfa34bd2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6da779c2 [6da779c2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.8% (224 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6038555 [e6038555]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dffecf21 [dffecf21]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.7% (157 of 159 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b0cd75a3 [b0cd75a3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (289 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=64e03b0c [64e03b0c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=805a0c6c [805a0c6c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c16120f [3c16120f]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f6b47865 [f6b47865]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.5% (3006 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=905b500e [905b500e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_wav&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_wav/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0376d619 [0376d619]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_theora&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_theora/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8c0bd602 [8c0bd602]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_sid&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_sid/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f96bfe38 [f96bfe38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_ogg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_ogg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=20da6100 [20da6100]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_m3u&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_m3u/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6ec9d7d [e6ec9d7d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=002f6b01 [002f6b01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9c288da4 [9c288da4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fdacc87 [4fdacc87]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_flac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_flac/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79bd92c0 [79bd92c0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_avi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_avi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8545225b [8545225b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_au&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_au/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16bb2152 [16bb2152]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (332 of 332 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61ff946a [61ff946a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (187 of 187 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/libkcddb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/libkcddb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=18dd016f [18dd016f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (111 of 111 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7047488 [e7047488]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=09ae6e3a [09ae6e3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a94f2253 [a94f2253]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kcmcddb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kcmcddb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=839723e8 [839723e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaboodle&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaboodle/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a3d5767a [a3d5767a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_vorbis&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_vorbis/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=039aa373 [039aa373]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (80 of 80 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_lame&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_lame/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1a2584a5 [1a2584a5]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 85.9% (1749 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ae0d186 [1ae0d186]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwindecoration&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwindecoration/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8e3a9bd8 [8e3a9bd8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a8bf169 [9a8bf169]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6329682c [6329682c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_flac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_flac/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=01a947f7 [01a947f7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48cbdde6 [48cbdde6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bda1bc83 [bda1bc83]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a94365d8 [a94365d8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b07c9fd5 [b07c9fd5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=99ddc47e [99ddc47e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=233603f3 [233603f3]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kickermenu_kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kickermenu_kate/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eb41c146 [eb41c146]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (261 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=035d412a [035d412a]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=252276b0 [252276b0]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a3c101a [5a3c101a]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3baf4ac [f3baf4ac]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0198f7b7 [0198f7b7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abbea754 [abbea754]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=22447195 [22447195]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67154ced [67154ced]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwinrules&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwinrules/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68257170 [68257170]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwindecoration&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwindecoration/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5b8921e6 [5b8921e6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b643ca2 [4b643ca2]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ea42728d [ea42728d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e0f759a [1e0f759a]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41a2a0a6 [41a2a0a6]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 87.7% (150 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7a72e540 [7a72e540]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1433ed29 [1433ed29]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4816e684 [4816e684]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c9f3b6c [3c9f3b6c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41444a5d [41444a5d]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 80.6% (2134 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=62275fac [62275fac]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4565a842 [4565a842]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eb88e6fc [eb88e6fc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a15c7835 [a15c7835]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7e214ab [e7e214ab]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ff4ced6a [ff4ced6a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c8260126 [c8260126]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4d00bce3 [4d00bce3]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cadd2b5d [cadd2b5d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9a96806 [c9a96806]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdelicense&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdelicense/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bda14f95 [bda14f95]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5196 of 5196 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dac4018a [dac4018a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 80.9% (1648 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b5c59d83 [b5c59d83]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=643497da [643497da]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e41785c [1e41785c]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (197 of 197 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1be1e3e9 [1be1e3e9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fbde5a66 [fbde5a66]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (326 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c1acc00 [6c1acc00]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (289 of 289 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9b635e1b [9b635e1b]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b0ef02e [7b0ef02e]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8dbd2744 [8dbd2744]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1b39883e [1b39883e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b5c8e7a [3b5c8e7a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=49367158 [49367158]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da6ebc69 [da6ebc69]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.5% (211 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=38d19787 [38d19787]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da4c604a [da4c604a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a289914a [a289914a]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmag&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmag/nl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=587622ea [587622ea]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d0076837 [d0076837]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=484fbfeb [484fbfeb]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 85.0% (805 of 946 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/katepart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/katepart/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a1c113b [5a1c113b]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 86.4% (369 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb4d9424 [bb4d9424]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 54.2% (247 of 455 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs_colors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs_colors/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3059b6dc [3059b6dc]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd92b2ee [bd92b2ee]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44c33da9 [44c33da9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.3% (158 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e405a694 [e405a694]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.8% (16 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmenergy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmenergy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1a8c65b3 [1a8c65b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 71.4% (5 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - image&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-image/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f91ae8b2 [f91ae8b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (197 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee561a5d [ee561a5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.5% (193 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b7818e1 [4b7818e1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegames/kmahjongg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmahjongg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=62c862a8 [62c862a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.6% (191 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=feb94ddc [feb94ddc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdewalletmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdewalletmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9cf3ed6a [9cf3ed6a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da73efd6 [da73efd6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdewalletmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdewalletmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=56f2e465 [56f2e465]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/krdb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/krdb/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ea2bd4b [2ea2bd4b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=289b8045 [289b8045]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 80.3% (1636 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17b287ee [17b287ee]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.9% (195 of 197 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e98cc110 [e98cc110]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7768467e [7768467e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ffe4047 [3ffe4047]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d42dfce9 [d42dfce9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 77.9% (1588 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c033f982 [c033f982]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=447af80a [447af80a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 76.8% (1565 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f9a53f48 [f9a53f48]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5cac2c06 [5cac2c06]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ec024ca [7ec024ca]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c624634e [c624634e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f86ccae9 [f86ccae9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6fc3c2e [d6fc3c2e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin_lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin_lib/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f322a111 [f322a111]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f09ec0ab [f09ec0ab]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ba5d62d1 [ba5d62d1]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.5% (209 of 210 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7e255c40 [7e255c40]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=86acd12e [86acd12e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4f3b4305 [4f3b4305]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eac33e90 [eac33e90]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (196 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17c51be5 [17c51be5]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0ab2398 [c0ab2398]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (326 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6b7fac1 [d6b7fac1]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (206 of 206 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4e97cea7 [4e97cea7]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e8274087 [e8274087]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d7fbab18 [d7fbab18]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3f1a08b4 [3f1a08b4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=92e6fc46 [92e6fc46]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6cf5249d [6cf5249d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48907031 [48907031]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.3% (148 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9ef855fe [9ef855fe]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.4% (170 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79e81b47 [79e81b47]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.9% (194 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=af5e01d0 [af5e01d0]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f262c268 [f262c268]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (326 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e03e491a [e03e491a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=299d7e9b [299d7e9b]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=963b03f8 [963b03f8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4643459 [a4643459]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 99.4% (171 of 172 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b6f0d602 [b6f0d602]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f6a6c8e5 [f6a6c8e5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67d451ba [67d451ba]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewpresenterplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewpresenterplugin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a18b92ba [a18b92ba]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d9a6697 [7d9a6697]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aaeda12b [aaeda12b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c999f37 [3c999f37]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdmconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmconfig/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef954c90 [ef954c90]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2aa378ca [2aa378ca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_zeroconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_zeroconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2cd8ff75 [2cd8ff75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cb5cf602 [cb5cf602]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krdc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krdc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fc00fa70 [fc00fa70]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (94 of 94 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kpf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kpf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=325dc4a8 [325dc4a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.8% (2984 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b912c6e7 [b912c6e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (248 of 248 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/knewsticker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/knewsticker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6e04a742 [6e04a742]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (103 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmwifi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmwifi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ca7235c9 [ca7235c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (100 of 100 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmlanbrowser&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmlanbrowser/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ddb067e7 [ddb067e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (43 of 43 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmktalkd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmktalkd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c7fc70f6 [c7fc70f6]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (196 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cff19a2f [cff19a2f]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bad75a4d [bad75a4d]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (327 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0115ec51 [0115ec51]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=75d3b850 [75d3b850]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ade36f2 [1ade36f2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ad7aeafe [ad7aeafe]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=57cd82f9 [57cd82f9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=405dc7df [405dc7df]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ee0c314 [3ee0c314]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdmconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmconfig/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2567a89d [2567a89d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b2441d13 [b2441d13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_zeroconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_zeroconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c669a79d [c669a79d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_lan&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_lan/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5ecccc8f [5ecccc8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_jabberdisco&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_jabberdisco/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=153f7022 [153f7022]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefile_torrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefile_torrent/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=db5cbbbc [db5cbbbc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kwireless&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kwireless/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=70391ee5 [70391ee5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kinetd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kinetd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0f541093 [0f541093]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kdictapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kdictapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16494e41 [16494e41]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/libtdepim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7648b3c9 [7648b3c9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b7ec603 [7b7ec603]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fb3fdb2b [fb3fdb2b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fe4514c8 [fe4514c8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=83bdc126 [83bdc126]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=63a90127 [63a90127]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/tdefifteen&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/tdefifteen/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df53a5b9 [df53a5b9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a27093a0 [a27093a0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 87.5% (14 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - audio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-audio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd2a6f38 [bd2a6f38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (89 of 89 strings)&amp;lt;br/&amp;gt;Translation: tdegames/twin4&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/twin4/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e64c11d2 [e64c11d2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (254 of 254 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libtdegames&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libtdegames/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7e30682d [7e30682d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (122 of 122 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libksirtet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libksirtet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ce1a3bf [3ce1a3bf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.2% (56 of 57 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ktuberling&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ktuberling/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2d940247 [2d940247]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9561b74 [c9561b74]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kshisen&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kshisen/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e67e6a7f [e67e6a7f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kolf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kolf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12861973 [12861973]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2e8f84f5 [2e8f84f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (381 of 381 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kgoldrunner&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kgoldrunner/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1256c7f6 [1256c7f6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f0087266 [f0087266]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (1235 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=06391dfe [06391dfe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 84.4% (87 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=71347685 [71347685]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79cebe5e [79cebe5e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78aaa659 [78aaa659]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (289 of 289 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=74773ebc [74773ebc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ac07e9f6 [ac07e9f6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdestyle_plastik_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdestyle_plastik_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e00cbcb5 [e00cbcb5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_kdatatool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_kdatatool/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c09081a6 [c09081a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdefileaudiopreview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdefileaudiopreview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=624183f5 [624183f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_autobookmarker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_autobookmarker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b00d45a6 [b00d45a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (946 of 946 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/katepart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/katepart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=db142dcb [db142dcb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabcformat_binary&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabcformat_binary/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7cd87b83 [7cd87b83]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_isearch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_isearch/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=11d74de2 [11d74de2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_file&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_file/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8c12f11 [b8c12f11]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_docwordcompletion&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_docwordcompletion/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dd4127b3 [dd4127b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_net&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_net/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6d341d34 [6d341d34]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_sql&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_sql/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=661b618f [661b618f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_dir&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_dir/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=650ebed1 [650ebed1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdestyle_highcontrast_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdestyle_highcontrast_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=681fb57e [681fb57e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2865 of 2865 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/ppdtranslations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/ppdtranslations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5410b42a [5410b42a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/libtdescreensaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/libtdescreensaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a4a938d [6a4a938d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_insertfile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_insertfile/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f1d18823 [f1d18823]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (44 of 44 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_ldaptdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_ldaptdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30f083cd [30f083cd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acbf80cd [acbf80cd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f8fb2e20 [f8fb2e20]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1013 of 1013 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeprint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeprint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aa0506f0 [aa0506f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (455 of 455 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs_colors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs_colors/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82e61934 [82e61934]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2739 of 2739 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a2ce6cb [9a2ce6cb]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73eb4e4d [73eb4e4d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=91f7be0d [91f7be0d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 64.5% (129 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a9fa5d76 [a9fa5d76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/taskbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/taskbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b382a9a [2b382a9a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktaskbarapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktaskbarapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30e0f112 [30e0f112]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/lockout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/lockout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e1c4e2b5 [e1c4e2b5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5317fab2 [5317fab2]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=92ad6a46 [92ad6a46]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0e61bcd [c0e61bcd]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dedebeb6 [dedebeb6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_delli8k&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_delli8k/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51c00880 [51c00880]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (206 of 206 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4a6e3eb [d4a6e3eb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c368d148 [c368d148]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a73707b4 [a73707b4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9af8d504 [9af8d504]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 97.3% (219 of 225 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=875d4c24 [875d4c24]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a757dd8a [a757dd8a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abcfb18a [abcfb18a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/libtaskbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskbar/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d481507 [7d481507]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kay&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kay/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fa9f0334 [fa9f0334]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5af0121c [5af0121c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdesud&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdesud/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e363127a [e363127a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/naughtyapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/naughtyapplet/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=54976205 [54976205]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 75.7% (1542 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8f32df4 [b8f32df4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a46e674 [8a46e674]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82b00602 [82b00602]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8919bb8a [8919bb8a]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3e98afc4 [3e98afc4]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51cb26bc [51cb26bc]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d5046c21 [d5046c21]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=500f2c45 [500f2c45]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 98.5% (70 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kspaceduel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kspaceduel/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=53f3360c [53f3360c]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksokoban&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksokoban/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fa57d92b [fa57d92b]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 48.9% (24 of 49 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksnake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksnake/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4d9d7c1 [a4d9d7c1]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 94.7% (18 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksmiletris&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksmiletris/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=63667467 [63667467]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 34.1% (27 of 79 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2b3a41b [e2b3a41b]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 38.0% (19 of 50 strings)&amp;lt;br/&amp;gt;Translation: tdegames/klines&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/klines/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=33531138 [33531138]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45486792 [45486792]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (58 of 58 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5e2914e7 [5e2914e7]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c716f74 [6c716f74]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a270de3 [5a270de3]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (322 of 322 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=404b586a [404b586a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8b023bb7 [8b023bb7]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (322 of 322 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10d7630d [10d7630d]] tdepim: remove kitchensync pot file again, since it was automatically re-added&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a8b0c96 [2a8b0c96]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f4de4713 [f4de4713]] tdepim: remove translations for kitchensync and multisynk&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=64d45800 [64d45800]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0c2a0ab3 [0c2a0ab3]] tdegraphics: remove translations for kmrml&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8aa58abf [8aa58abf]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=376b1bfe [376b1bfe]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a340797 [6a340797]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=90797510 [90797510]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e0706cf8 [e0706cf8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eee4a43c [eee4a43c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb21ba44 [bb21ba44]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
= libraries =&lt;br /&gt;
== libkdcraw ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=d13e9744 [d13e9744]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (74 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=50387262 [50387262]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 70.2% (52 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=fb8e7233 [fb8e7233]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (74 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=4720b9e3 [4720b9e3]] Added translation using Weblate (Chinese (Simplified))&lt;br /&gt;
&lt;br /&gt;
== libkipi ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=1ea1d770 [1ea1d770]] Added translation using Weblate (Chinese (Traditional))&lt;br /&gt;
&lt;br /&gt;
== kipi-plugins ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=aa3b7277 [aa3b7277]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.0% (512 of 602 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - metadataedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-metadataedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=62e89ce1 [62e89ce1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 40.1% (53 of 132 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - cdarchiving&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-cdarchiving/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=1fc6b1e0 [1fc6b1e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - viewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-viewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=f134eb8d [f134eb8d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=7115da7d [7115da7d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=c39b2d5d [c39b2d5d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=549a8d58 [549a8d58]] Added translation using Weblate (Chinese (Traditional))&lt;br /&gt;
&lt;br /&gt;
== libtqt-perl ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=ea4d4023 [ea4d4023]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=a8738810 [a8738810]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=076ec834 [076ec834]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
= applications/development =&lt;br /&gt;
== kdbg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=b171e1b2 [b171e1b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kdbg - kdbg.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbg-kdbgdesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== kdiff3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=453f35a8 [453f35a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 67.2% (347 of 516 strings)&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=47366761 [47366761]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: applications/kdiff3 - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=810025fb [810025fb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=b65164fa [b65164fa]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=abcdeb43 [abcdeb43]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=1bab9902 [1bab9902]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tdesvn ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=2cdbcc87 [2cdbcc87]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 48.5% (359 of 739 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=f66e96c7 [f66e96c7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdesvn - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=e0823d75 [e0823d75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/graphics =&lt;br /&gt;
== digikam ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=31f057f7 [31f057f7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1794 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=d1ed2afa [d1ed2afa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1793 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=1798610f [1798610f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=e809e384 [e809e384]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1793 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=53e13c18 [53e13c18]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2244 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=09a41f75 [09a41f75]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/&lt;br /&gt;
&lt;br /&gt;
== gwenview-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=3e754a52 [3e754a52]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=57175831 [57175831]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=827f6c7b [827f6c7b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/internet =&lt;br /&gt;
== kasablanca ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=2a9b7e7d [2a9b7e7d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kasablanca - kasablanca.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca-kasablancadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=159a8faf [159a8faf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 64.3% (74 of 115 strings)&amp;lt;br/&amp;gt;Translation: applications/kasablanca&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=4b9e3dcb [4b9e3dcb]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kbiff ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=c53c9a60 [c53c9a60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=2cc626b9 [2cc626b9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.8% (89 of 90 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=4069eda9 [4069eda9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff - kbiff.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff-kbiffdesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== kftpgrabber ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=70edee2c [70edee2c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/kftpgrabber - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kftpgrabber-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== knmap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=a289b05a [a289b05a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=2721c5e0 [2721c5e0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=24febfa6 [24febfa6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=8f8a354b [8f8a354b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (221 of 221 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=b68bd35b [b68bd35b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=60528588 [60528588]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 16.2% (36 of 221 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=aea076a0 [aea076a0]] Added translation using Weblate (Ukrainian)&lt;br /&gt;
&lt;br /&gt;
== konversation ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=dfedc855 [dfedc855]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.6% (1167 of 1362 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation/ru/&lt;br /&gt;
&lt;br /&gt;
== kshowmail ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=10272aed [10272aed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 49.8% (174 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=b13b420d [b13b420d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 49.5% (173 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
&lt;br /&gt;
== kstreamripper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=dbdd2a4e [dbdd2a4e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=6a970335 [6a970335]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=3ec99f94 [3ec99f94]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=457de6e0 [457de6e0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=1801e3aa [1801e3aa]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 80.0% (24 of 30 strings)&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=382d4392 [382d4392]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=5da88b7e [5da88b7e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=c621d368 [c621d368]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== ktorrent ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=523c79c3 [523c79c3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (875 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=46220b63 [46220b63]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 80.1% (701 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/ru/&lt;br /&gt;
&lt;br /&gt;
== kvirc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=44846083 [44846083]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - notifier&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b435bad5 [b435bad5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - editor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b412083e [b412083e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - about&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-about/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b32a017a [b32a017a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.8% (2404 of 2588 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=02e908ee [02e908ee]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=e2dd007c [e2dd007c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a48e70a7 [a48e70a7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (794 of 805 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a7254dcc [a7254dcc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - theme&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-theme/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=25f3bffc [25f3bffc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=1e208b4f [1e208b4f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - logview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-logview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=3e94a25e [3e94a25e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - editor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=0c62fcd5 [0c62fcd5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - filetransferwindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-filetransferwindow/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a6e75ff9 [a6e75ff9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - dcc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-dcc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=2091bae5 [2091bae5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - notifier&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=90e47cbd [90e47cbd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - sharedfileswindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-sharedfileswindow/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=729d67a2 [729d67a2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=116c3821 [116c3821]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=5e2a1ae3 [5e2a1ae3]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
= applications/misc =&lt;br /&gt;
== bibletime ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=9d90808b [9d90808b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/bibletime - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/bibletime-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=de0a4201 [de0a4201]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=7c699d2d [7c699d2d]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== desktop-effects-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=4ef8c50e [4ef8c50e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=7437087e [7437087e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=92556696 [92556696]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kerberostray ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=f56d47b0 [f56d47b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kerberostray&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kerberostray/&lt;br /&gt;
&lt;br /&gt;
== krecipes ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=d2a4cb93 [d2a4cb93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 30.5% (343 of 1123 strings)&amp;lt;br/&amp;gt;Translation: applications/krecipes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krecipes/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/multimedia =&lt;br /&gt;
== amarok ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=73837f1a [73837f1a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=079f0cc9 [079f0cc9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b037abfb [b037abfb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=93aff8fd [93aff8fd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=7f396148 [7f396148]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=8ac0d326 [8ac0d326]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=086adc4f [086adc4f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4ebfa149 [4ebfa149]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 79.7% (1981 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4cc71ec3 [4cc71ec3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=2116bf2a [2116bf2a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=e6e2d189 [e6e2d189]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=c2a12e62 [c2a12e62]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=44ad188d [44ad188d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=83730846 [83730846]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4ddb9e62 [4ddb9e62]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=90520108 [90520108]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 84.7% (2105 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=40099ec0 [40099ec0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b767627f [b767627f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=bcd8d83e [bcd8d83e]] Fix functionality broken by commit 1c3e0630.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b04099ff [b04099ff]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=a7a79de0 [a7a79de0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=1c3e0630 [1c3e0630]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=5dedf79f [5dedf79f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=8b28bb5c [8b28bb5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=9038cb17 [9038cb17]] Translated using Weblate (Turkish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/tr/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=3c835108 [3c835108]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.8% (2406 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
&lt;br /&gt;
== codeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=033f32ab [033f32ab]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=28a3b75f [28a3b75f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=9f39f05e [9f39f05e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/codeine - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/codeine-desktop-files/&lt;br /&gt;
&lt;br /&gt;
== k3b ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=00a24ebc [00a24ebc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=987871f0 [987871f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=c2fbc8f1 [c2fbc8f1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=95a45a4f [95a45a4f]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=bbf83236 [bbf83236]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=894069eb [894069eb]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/pt/&lt;br /&gt;
&lt;br /&gt;
== k3b-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=84cd0b47 [84cd0b47]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (47 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=6f6f5263 [6f6f5263]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=bd308fa9 [bd308fa9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=e6010418 [e6010418]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (47 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=cb12df11 [cb12df11]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=ecef8905 [ecef8905]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=9c355f26 [9c355f26]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=1d1360a7 [1d1360a7]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=6f8f68cc [6f8f68cc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=47c13aee [47c13aee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=b92282bd [b92282bd]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 97.8% (46 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/bg/&lt;br /&gt;
&lt;br /&gt;
== k9copy ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=ef83b5b8 [ef83b5b8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=4979c509 [4979c509]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=237b3548 [237b3548]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (495 of 495 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=553df4a4 [553df4a4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=bc07265d [bc07265d]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kaffeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=eac2daca [eac2daca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (729 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=6c9257f2 [6c9257f2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.5% (711 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=e0e0d158 [e0e0d158]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=b871bd5b [b871bd5b]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kmplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=30650e19 [30650e19]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.9% (347 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=77c148a7 [77c148a7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=bb993d63 [bb993d63]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=d8d54a7f [d8d54a7f]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 95.6% (373 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=122a27a0 [122a27a0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=bb9e13d1 [bb9e13d1]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=0817bc03 [0817bc03]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer-desktop-files/bg/&lt;br /&gt;
&lt;br /&gt;
== kplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=cc14b9cf [cc14b9cf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=d8391ef7 [d8391ef7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 77.0% (799 of 1037 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/ru/&lt;br /&gt;
&lt;br /&gt;
== soundkonverter ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=bcf2d459 [bcf2d459]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.6% (302 of 319 strings)&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=2bf7eb6c [2bf7eb6c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=28a35800 [28a35800]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=300613ee [300613ee]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=a13d3527 [a13d3527]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tderadio ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=aa80a24c [aa80a24c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=28afa3da [28afa3da]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - oss-sound&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-oss-sound/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=5369d924 [5369d924]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (45 of 45 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - gui-standard-display&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-standard-display/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=a9f14b38 [a9f14b38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 82.3% (14 of 17 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - timeshifter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-timeshifter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=d57a893c [d57a893c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.1% (75 of 78 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - recording&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-recording/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=55460675 [55460675]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=03b5df8e [03b5df8e]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 93.5% (29 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=0bb5fda6 [0bb5fda6]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=8cd30c0e [8cd30c0e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=c74cfcb6 [c74cfcb6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.7% (30 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/office =&lt;br /&gt;
== basket ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=33317176 [33317176]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/basket&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=c8b892a3 [c8b892a3]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kbibtex ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=702a473b [702a473b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 73.7% (444 of 602 strings)&amp;lt;br/&amp;gt;Translation: applications/kbibtex&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbibtex/ru/&lt;br /&gt;
&lt;br /&gt;
== kbookreader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=e32bbc6e [e32bbc6e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (17 of 17 strings)&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=fcdb94c9 [fcdb94c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kbookreader - kbookreader.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader-kbookreaderdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=ac3e0386 [ac3e0386]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=61e10e5a [61e10e5a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/&lt;br /&gt;
&lt;br /&gt;
== kile ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=00b87abb [00b87abb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kile - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== kmymoney ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=47cc1d27 [47cc1d27]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: applications/kmymoney - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=e592106d [e592106d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (2658 of 2674 strings)&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=67a43ced [67a43ced]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=9df4c701 [9df4c701]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== koffice ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=d165869a [d165869a]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=c2fdb394 [c2fdb394]] Fix functionality broken by commit a9bbaa83&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=a9bbaa83 [a9bbaa83]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== koffice-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=572398a4 [572398a4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (3150 of 3168 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspread&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=bce5a0c4 [bce5a0c4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.4% (1169 of 1200 strings)&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=cc44ebc3 [cc44ebc3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: koffice/thesaurus_tool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/thesaurus_tool/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=b6cedf64 [b6cedf64]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_ooo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_ooo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=9f49ba05 [9f49ba05]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_koffice&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_koffice/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=7a3529fd [7a3529fd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_gnumeric&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_gnumeric/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=05196041 [05196041]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_abiword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_abiword/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ffe6d299 [ffe6d299]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (961 of 961 strings)&amp;lt;br/&amp;gt;Translation: koffice/kword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kword/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ad3cf8ee [ad3cf8ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspreadcalc_calc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspreadcalc_calc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=7f8b71fa [7f8b71fa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (909 of 909 strings)&amp;lt;br/&amp;gt;Translation: koffice/kpresenter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kpresenter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=d154e97e [d154e97e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (354 of 354 strings)&amp;lt;br/&amp;gt;Translation: koffice/kformdesigner&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kformdesigner/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=9c40a4ce [9c40a4ce]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=aa8c2267 [aa8c2267]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ccf47869 [ccf47869]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=f690d314 [f690d314]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.0% (1295 of 1423 strings)&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=f0bcacf8 [f0bcacf8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kivio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kivio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=e1f27756 [e1f27756]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=e84fa74c [e84fa74c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kword/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=fc3d61ff [fc3d61ff]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/koffice&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/koffice/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=31fd578d [31fd578d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=069df0f0 [069df0f0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kofficefilters&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kofficefilters/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=96a280ad [96a280ad]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=b7a0d0ff [b7a0d0ff]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 98.3% (420 of 427 strings)&amp;lt;br/&amp;gt;Translation: koffice/karbon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/karbon/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=8e305f42 [8e305f42]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 99.8% (1421 of 1423 strings)&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=61f41445 [61f41445]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: koffice/example&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/example/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=1f753ab8 [1f753ab8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (3150 of 3168 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspread&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/ru/&lt;br /&gt;
&lt;br /&gt;
== kpilot ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=9beef848 [9beef848]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.3% (1059 of 1088 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=adc41d0e [adc41d0e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=43b3df95 [43b3df95]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=b2480185 [b2480185]] Fix functionality broken by commit a956e3e&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=f060f38e [f060f38e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=fa847ef4 [fa847ef4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=a956e3e8 [a956e3e8]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tellico ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=10996a19 [10996a19]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=252be932 [252be932]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.5% (1108 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=f73799c2 [f73799c2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=30d2f3d2 [30d2f3d2]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 74.2% (826 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=997c050d [997c050d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=0a00263f [0a00263f]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
= applications/settings =&lt;br /&gt;
== kdpkg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=752317fb [752317fb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=c178f4e3 [c178f4e3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 93.1% (27 of 29 strings)&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=7afa4047 [7afa4047]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=3107e30a [3107e30a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=4277d12f [4277d12f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/&lt;br /&gt;
&lt;br /&gt;
== kkbswitch ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=c36d0446 [c36d0446]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch - kkbswitch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch-kkbswitchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=d7b89dac [d7b89dac]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=586412b8 [586412b8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 96.4% (55 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=8978515d [8978515d]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=29e2187e [29e2187e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=4f10d322 [4f10d322]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=2f27dd99 [2f27dd99]] Added global shortcuts for switching to previous/next group&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/kkbswitch/issues/6 #6]&lt;br /&gt;
&lt;br /&gt;
== klcddimmer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=739e6b63 [739e6b63]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/klcddimmer - klcddimmer.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer-klcddimmerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=c552505d [c552505d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/klcddimmer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer/&lt;br /&gt;
&lt;br /&gt;
== tdenetworkmanager ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=f781e430 [f781e430]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 56.5% (160 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=6bd64d20 [6bd64d20]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 54.4% (154 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/system =&lt;br /&gt;
== dolphin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=d6981f86 [d6981f86]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=88bffef8 [88bffef8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=50bf6ece [50bf6ece]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=df0f2634 [df0f2634]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 87.3% (55 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=128fc6c0 [128fc6c0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=4177bfeb [4177bfeb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=31e79818 [31e79818]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=614887eb [614887eb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=dfc034e5 [dfc034e5]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kbfx ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=7df544d7 [7df544d7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbfx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbfx/&lt;br /&gt;
&lt;br /&gt;
== kcmautostart ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=e156d8d7 [e156d8d7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=a34114dc [a34114dc]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=e32b5599 [e32b5599]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/&lt;br /&gt;
&lt;br /&gt;
== knemo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=6132bf8e [6132bf8e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== krusader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=a6d7af8f [a6d7af8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 89.0% (1246 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=1107ba66 [1107ba66]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=60b198a9 [60b198a9]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1399 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/uk/&lt;br /&gt;
&lt;br /&gt;
== kshutdown ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=0cb0eeb3 [0cb0eeb3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown - kshutdown.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-kshutdowndesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=6c6e8bb5 [6c6e8bb5]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown - kshutdown.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-kshutdowndesktop/nl/&lt;br /&gt;
&lt;br /&gt;
== ksystemlog ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=cf0f1b44 [cf0f1b44]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/ksystemlog&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksystemlog/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=27e255d7 [27e255d7]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== polkit-agent-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=774e540b [774e540b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=fe3d3837 [fe3d3837]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=81f288bf [81f288bf]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/zh_Hant/&lt;br /&gt;
&lt;br /&gt;
== tdebluez ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=fce0091e [fce0091e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=f23e3839 [f23e3839]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=823b8121 [823b8121]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=d0311fa0 [d0311fa0]] Added translation using Weblate (Dutch)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ee1b7905 [ee1b7905]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 89.1% (239 of 268 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=14e65f81 [14e65f81]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=9a895e4f [9a895e4f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=5dbd02e3 [5dbd02e3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=75e3f4ae [75e3f4ae]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=1d2fcc95 [1d2fcc95]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (266 of 266 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=9ec32992 [9ec32992]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=226cacc4 [226cacc4]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (274 of 274 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ae46115f [ae46115f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ad1894b7 [ad1894b7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=e852055d [e852055d]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tdepowersave ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=1e735aeb [1e735aeb]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (311 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=f39d5cd2 [f39d5cd2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=c1d1a446 [c1d1a446]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=70666ec3 [70666ec3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=c2676876 [c2676876]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.2% (290 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=5242ce6d [5242ce6d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=678ecbe9 [678ecbe9]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== yakuake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=4d40f6d0 [4d40f6d0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.9% (94 of 98 strings)&amp;lt;br/&amp;gt;Translation: applications/yakuake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/tdeio =&lt;br /&gt;
== tdeio-ftps ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-ftps/commit/?id=8ac1f636 [8ac1f636]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdeio-ftps&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-ftps/&lt;br /&gt;
&lt;br /&gt;
== tdeio-umountwrapper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=e3173ff2 [e3173ff2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-umountwrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-umountwrapper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=c37ba2dc [c37ba2dc]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
= applications/themes =&lt;br /&gt;
== gtk-qt-engine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=2178adeb [2178adeb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=90c79e65 [90c79e65]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=df701883 [df701883]] Added translation using Weblate (Chinese (Simplified))&lt;br /&gt;
&lt;br /&gt;
== kgtk-qt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=06bca424 [06bca424]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/kgtk-qt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kgtk-qt3/ru/&lt;br /&gt;
&lt;br /&gt;
== tde-style-baghira ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=bb43a575 [bb43a575]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - sessionapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-sessionapplet/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=738600de [738600de]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - starter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-starter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=54a306f5 [54a306f5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=4a3bbfa4 [4a3bbfa4]] Rename library twin3_baghira -&amp;amp;gt; twin_baghira&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=fc8b3dd4 [fc8b3dd4]] Fix functionality broken by commit 66813ef&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=66813efe [66813efe]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tde-style-domino ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=7ea023ba [7ea023ba]] Rename library twin3_domino -&amp;amp;gt; twin_domino&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== tde-style-ia-ora ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=25c19604 [25c19604]] Rename library twin3_iaora -&amp;amp;gt; twin_iaora&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== tde-style-lipstik ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=39c758d5 [39c758d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-lipstik - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-lipstik-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=e0338512 [e0338512]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== twin-style-crystal ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=d9afc78c [d9afc78c]] Rename library twin3_crystal -&amp;amp;gt; twin_crystal&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-dekorator ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=c67f6084 [c67f6084]] Rename library twin3_deKorator -&amp;amp;gt; twin_deKorator&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-machbunt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=81c7c4d0 [81c7c4d0]] Rename library twin3_MachBunt to twin_MachBunt&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-suse2 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=9b5c2e1e [9b5c2e1e]] Rename library twin3_SUSE2 -&amp;amp;gt; twin_SUSE&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
= applications/utilities =&lt;br /&gt;
== abakus ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=9ace50d1 [9ace50d1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/abakus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=467ef6c1 [467ef6c1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (49 of 49 strings)&amp;lt;br/&amp;gt;Translation: applications/abakus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=e1762b36 [e1762b36]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=b277c7ae [b277c7ae]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/abakus - abakus.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus-abakusdesktop/bg/&lt;br /&gt;
&lt;br /&gt;
== filelight ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=aa06806b [aa06806b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=28349b70 [28349b70]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=7cc11b7f [7cc11b7f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=629295b3 [629295b3]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=33098270 [33098270]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (77 of 77 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/uk/&lt;br /&gt;
&lt;br /&gt;
== kbarcode ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=2f5aa189 [2f5aa189]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.1% (589 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=6c31a9ec [6c31a9ec]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=7f9e4e65 [7f9e4e65]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.9% (582 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=f6c05921 [f6c05921]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 74.5% (443 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=371ce27c [371ce27c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=7bd51d72 [7bd51d72]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=6ca861bd [6ca861bd]] Fix functionality broken by commit fc06df3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=fc06df33 [fc06df33]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== kchmviewer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=78502278 [78502278]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kchmviewer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kchmviewer-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== kcpuload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=b49178b0 [b49178b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=8ae8e9f8 [8ae8e9f8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 94.8% (37 of 39 strings)&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=7a450d31 [7a450d31]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=d9952f82 [d9952f82]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/&lt;br /&gt;
&lt;br /&gt;
== knutclient ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=dfa5f3fa [dfa5f3fa]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knutclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=466ddc1b [466ddc1b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (203 of 203 strings)&amp;lt;br/&amp;gt;Translation: applications/knutclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient/uk/&lt;br /&gt;
&lt;br /&gt;
== krename ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=b4e78648 [b4e78648]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/krename - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krename-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=7740aa8e [7740aa8e]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== qalculate-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=744ac88e [744ac88e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=6baf1704 [6baf1704]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.4% (593 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=accfbbbf [accfbbbf]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=34b3365e [34b3365e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=933d4190 [933d4190]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=68aa9b3b [68aa9b3b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (596 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=96280709 [96280709]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 75.0% (447 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=09de128a [09de128a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 70.6% (421 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=c714c687 [c714c687]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 60.7% (362 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=1c102209 [1c102209]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 42.4% (253 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=06249035 [06249035]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
= packaging =&lt;br /&gt;
== packaging ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=70a0160c [70a0160c]] DEB tdebindings: remove dependency on libtqt3-compat-headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=fb212c9e [fb212c9e]] DEB tqt3: drop compat files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=a4869e73 [a4869e73]] DEB tdebase twin: adjusted after renaming client libraries from twin3_* to twin_*. This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=7b064a10 [7b064a10]] DEB tqt3: adjusted after removing Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f7be243e [f7be243e]] DEB buildscripts: update supported distros&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f82c8cc0 [f82c8cc0]] DEB: remove support for Debian Stretch and Ubuntu Xenial&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=4721bdc6 [4721bdc6]] DEB tqt3: remove Qt2 obsolete classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=e6b868c8 [e6b868c8]] DEB tdebase: added release notes for R14.2.x series&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=3c5c1e60 [3c5c1e60]] DEB trinity-apt-archive: Set the apt repository URL to PTB.&lt;/div&gt;</summary>
		<author><name>SlavekB</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.2.0&amp;diff=3256</id>
		<title>Changelog For R14.2.0</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.2.0&amp;diff=3256"/>
		<updated>2023-12-18T01:10:51Z</updated>

		<summary type="html">&lt;p&gt;SlavekB: /* applications/misc */ Update 20231217&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= dependencies =&lt;br /&gt;
== tde-cmake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=9fae6b57 [9fae6b57]] Update version to R14.2.0&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tqt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=ee0c5d58 [ee0c5d58]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a6829398 [a6829398]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=d2122705 [d2122705]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=e0a3cab4 [e0a3cab4]] Minor adjustments to porting documentation&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=f2b3ea52 [f2b3ea52]] Drop compatibility code for TQSignal&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=fb6884ea [fb6884ea]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=2e817b4b [2e817b4b]] Remove dangled symlinks for droped compat headers.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=c3bb8881 [c3bb8881]] Drop compatibility code for TQButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=9492e618 [9492e618]] Drop compatibility code for TQThread&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=979f5621 [979f5621]] Drop compatibility code for TQLineEdit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=83991feb [83991feb]] Remove Qt4 related stuff&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=48ea22d0 [48ea22d0]] Drop compatibility code for TQToolButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b1bfbe79 [b1bfbe79]] Drop compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=bfd62a0b [bfd62a0b]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a8466ab3 [a8466ab3]] Translated using Weblate (Chinese (zh))&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3 - examples-i18n&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3-examples-i18n/zh/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=5350a724 [5350a724]] Drop TQT_NO_COMPAT code from mkspecs files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a75445b4 [a75445b4]] Drop Qt2 obsolete classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b6e9b6c6 [b6e9b6c6]] Added translation using Weblate (Turkish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=af9d6b11 [af9d6b11]] Added translation using Weblate (Turkish)&lt;br /&gt;
&lt;br /&gt;
== tqtinterface ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=9ad01120 [9ad01120]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=4746fbba [4746fbba]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=1c79e9f8 [1c79e9f8]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
== pytqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=aa676491 [aa676491]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=cba16275 [cba16275]] Drop compatibility code for TQThread&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=8bd235be [8bd235be]] Addons to previous commit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=28273a01 [28273a01]] Drop Qt2&amp;#039;s TQSemiModal class.&lt;br /&gt;
&lt;br /&gt;
= core =&lt;br /&gt;
== tdelibs ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cca633c6 [cca633c6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (179 of 179 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/all languages&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/all-languages/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=9755ecd9 [9755ecd9]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=503eb0d9 [503eb0d9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=29b84bd0 [29b84bd0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=f6627610 [f6627610]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7f7e5585 [7f7e5585]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.4% (323 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7a35fcf1 [7a35fcf1]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=f49e67f0 [f49e67f0]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=920d56d2 [920d56d2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=a7316f73 [a7316f73]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=4e0aa6d5 [4e0aa6d5]] Fix functionality broken by commit 8233b2e5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=8233b2e5 [8233b2e5]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=74cb596c [74cb596c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdemarkdown - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdemarkdown-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=29f58681 [29f58681]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (327 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=c6bc3af7 [c6bc3af7]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cdf964bb [cdf964bb]] Update version to R14.2.0&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tdebase ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f093a1be [f093a1be]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdm - themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdm-themes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=21ecd990 [21ecd990]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplash - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplash-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=607f0804 [607f0804]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdehtml_plugins.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdehtml_pluginsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5f815bd0 [5f815bd0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkonq - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkonq-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8175c850 [8175c850]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksysguard - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksysguard-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7c8d600d [7c8d600d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=3faa7b1b [3faa7b1b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kate - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kate-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f6fb0d91 [f6fb0d91]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 61.8% (281 of 454 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=70af14e2 [70af14e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 48.5% (168 of 346 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kappfinder - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kappfinder-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=035c2698 [035c2698]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - directories&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-directories/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a1cbb16b [a1cbb16b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.8% (248 of 251 strings)&amp;lt;br/&amp;gt;Translation: tdebase/l10n - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/l10n-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a26bb216 [a26bb216]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1103f2b1 [1103f2b1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c836bb9d [c836bb9d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=00eab673 [00eab673]] Translated using Weblate (Greek)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/el/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9e7b4bb1 [9e7b4bb1]] TWin: Fix loading of window decoration configuration libraries&amp;lt;br/&amp;gt;Accidentally broken by commit 84ab47055d.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=748a54ff [748a54ff]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=dddd52ff [dddd52ff]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=30d54139 [30d54139]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2317bee2 [2317bee2]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=4c64b274 [4c64b274]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-events/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c0ca8145 [c0ca8145]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f1f2e40a [f1f2e40a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5eec362c [5eec362c]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2986ff6e [2986ff6e]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2937383d [2937383d]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-data/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9ab75fc1 [9ab75fc1]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ea076539 [ea076539]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi - presets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi-presets/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8a8431ab [8a8431ab]] twin: renames twin3_ to twin_ in user theme config files. This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/351 #351] and PR #364.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=91cb2036 [91cb2036]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.0% (33 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=88ea7160 [88ea7160]] KWin: rename client libraries twin3_* -&amp;amp;gt; twin_*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=84ab4705 [84ab4705]] Make TWin look for `twin_` libraries&amp;lt;br/&amp;gt;This is now the preferred way of calling the decoration libraries&amp;lt;br/&amp;gt;(in place of `twin3_`). The old names that start with `twin3_` are&amp;lt;br/&amp;gt;still recognized for compatibility reasons.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/351 #351]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e8336ee5 [e8336ee5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2da663c3 [2da663c3]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8210b058 [8210b058]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=74eb1d78 [74eb1d78]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=90b19e21 [90b19e21]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ce84a0c6 [ce84a0c6]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=950f0ce7 [950f0ce7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tde_release_notes.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tde_release_notesdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d61158c7 [d61158c7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdcop - kdcop.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdcop-kdcopdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ddc6b3af [ddc6b3af]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeintegration.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeintegrationdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1771a344 [1771a344]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5ec66d53 [5ec66d53]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - compat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-compat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=653159ea [653159ea]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=143cff2e [143cff2e]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=78937d51 [78937d51]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9ab17ab4 [9ab17ab4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e539275a [e539275a]] Add release notes draft for R14.2.x series&lt;br /&gt;
&lt;br /&gt;
== tdepim ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=5863ef46 [5863ef46]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=0e164959 [0e164959]] Fix functionality broken by commit fd0046c4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=fd0046c4 [fd0046c4]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=860c8799 [860c8799]] Drop deprecated kitchensync code&lt;br /&gt;
&lt;br /&gt;
== tdemultimedia ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=c5e80026 [c5e80026]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdemid - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdemid-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=ec115020 [ec115020]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=1c71f523 [1c71f523]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/libkcddb - libkcddb.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/libkcddb-libkcddbdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=94ca3a13 [94ca3a13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kscd - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kscd-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=6c3e9a2f [6c3e9a2f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=775b1efd [775b1efd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kappfinder - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kappfinder-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=a452bd94 [a452bd94]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaudiocreator - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaudiocreator-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=514a0715 [514a0715]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=cb937aa9 [cb937aa9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaudiocreator - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaudiocreator-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=261327ee [261327ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaboodle - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaboodle-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=ab65a990 [ab65a990]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== tdenetwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=7cf631be [7cf631be]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=15fd0d5c [15fd0d5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=bff9d105 [bff9d105]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=1e65a9c9 [1e65a9c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krfb - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krfb-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=65f0237b [65f0237b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=0f7aec08 [0f7aec08]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=8b0277b3 [8b0277b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=ea8c2556 [ea8c2556]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kwifi - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kwifi-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=7dbed250 [7dbed250]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=1732e27c [1732e27c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc - ksirc.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc-ksircdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=f0b3ae6b [f0b3ae6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krfb - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krfb-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=0bf1f09c [0bf1f09c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krdc - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krdc-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=cd3b9bc6 [cd3b9bc6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=6c1bfe1c [6c1bfe1c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/knewsticker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/knewsticker-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e540875f [e540875f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=9f39152c [9f39152c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=ec7c5f92 [ec7c5f92]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmlanbrowser - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmlanbrowser-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=bd2c6b41 [bd2c6b41]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kdict - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kdict-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=055c3ba8 [055c3ba8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmktalkd - kcmktalkd.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmktalkd-kcmktalkddesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e8441a98 [e8441a98]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/dcoprss - rssservice.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/dcoprss-rssservicedesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== tdegraphics ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=32a0eae8 [32a0eae8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=0464b42f [0464b42f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksvg - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksvg-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=83ca390f [83ca390f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kooka - kooka.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kooka-kookadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=b946ccf6 [b946ccf6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kolourpaint - kolourpaint.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kolourpaint-kolourpaintdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=c3994f8f [c3994f8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=c8525154 [c8525154]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kfax - kfax.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kfax-kfaxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=82790fe5 [82790fe5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcoloredit - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcoloredit-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=6628c1cf [6628c1cf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdeiconedit - tdeiconedit.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdeiconedit-tdeiconeditdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=6fec2493 [6fec2493]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewshell - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewshell-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=0ac60cd7 [0ac60cd7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kuickshow - kuickshow.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kuickshow-kuickshowdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=b7a2fb44 [b7a2fb44]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksnapshot - ksnapshot.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksnapshot-ksnapshotdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=d73ec8db [d73ec8db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler - kruler.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler-krulerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=4207cf76 [4207cf76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpovmodeler - kpovmodeler.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpovmodeler-kpovmodelerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=a34651aa [a34651aa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=df90b4db [df90b4db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kfaxview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kfaxview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=10228ff7 [10228ff7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kdvi - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kdvi-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=786ba559 [786ba559]] Fix functionality broken by commit d26dabfe.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=d26dabfe [d26dabfe]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=fdd22494 [fdd22494]] Drop deprecated kmrml code&lt;br /&gt;
&lt;br /&gt;
== tdetoys ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=47ebe98c [47ebe98c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (285 of 285 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather - stations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather-stations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=bfb7d592 [bfb7d592]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=97649015 [97649015]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kworldclock - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kworldclock-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=29e37f55 [29e37f55]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/ktux - ktux.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/ktux-ktuxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=4eb6f321 [4eb6f321]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kteatime - kteatime.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kteatime-kteatimedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=75d71ec8 [75d71ec8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kodo - kodo.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kodo-kododesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=ef99089e [ef99089e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/amor - amor.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/amor-amordesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=528f19d2 [528f19d2]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeedu ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=0c53c58d [0c53c58d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=d99f3098 [d99f3098]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=05b36881 [05b36881]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kverbos - kverbos.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kverbos-kverbosdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=b2b4038e [b2b4038e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kturtle - kturtle.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kturtle-kturtledesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=9edf12e3 [9edf12e3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/ktouch - ktouch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/ktouch-ktouchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=373f572e [373f572e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kiten - kiten.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kiten-kitendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=894d22c5 [894d22c5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars - kstars.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars-kstarsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=b245468a [b245468a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kpercentage - kpercentage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kpercentage-kpercentagedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=9a430435 [9a430435]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kmplot - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kmplot-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=7cbde739 [7cbde739]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/klettres - klettres.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/klettres-klettresdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=3f41eb31 [3f41eb31]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/klatin - klatin.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/klatin-klatindesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=274c00f5 [274c00f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kig - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kig-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=d076ba6e [d076ba6e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/khangman - khangman.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/khangman-khangmandesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e7ecdbc7 [e7ecdbc7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography - kgeography.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography-kgeographydesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=7ec075a1 [7ec075a1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/keduca - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/keduca-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e45f4ee3 [e45f4ee3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kbruch - kbruch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kbruch-kbruchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e73aad5f [e73aad5f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kanagram - kanagram.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kanagram-kanagramdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=026dd7e1 [026dd7e1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kalzium - kalzium.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kalzium-kalziumdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=92daf7c2 [92daf7c2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/blinken - blinken.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/blinken-blinkendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=ad620012 [ad620012]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=1b57c822 [1b57c822]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== tdegames ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=707ed9c6 [707ed9c6]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=72486eea [72486eea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/tdefifteen - tdefifteen.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/tdefifteen-tdefifteendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=1af92e8c [1af92e8c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk - knetwalk.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk-knetwalkdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=b4e10441 [b4e10441]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/twin4 - twin4.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/twin4-twin4desktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=60e6b4b7 [60e6b4b7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ktuberling - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ktuberling-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f86cc3b2 [f86cc3b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kspaceduel - kspaceduel.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kspaceduel-kspacedueldesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=1723a2e2 [1723a2e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksokoban - ksokoban.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksokoban-ksokobandesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=b8bfa029 [b8bfa029]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksnake - ksnake.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksnake-ksnakedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f3055d26 [f3055d26]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=25bbc148 [25bbc148]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet - ksirtet.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet-ksirtetdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=bc6ebdd9 [bc6ebdd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksame - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksame-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=245abf4b [245abf4b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kshisen - kshisen.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kshisen-kshisendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=a24aefaf [a24aefaf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f361902f [f361902f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi - kreversi.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi-kreversidesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=bdbf75db [bdbf75db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kpoker - kpoker.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kpoker-kpokerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=8010109b [8010109b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kpat - kpat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kpat-kpatdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=30b2fe6b [30b2fe6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/konquest - konquest.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/konquest-konquestdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e3c0ddc0 [e3c0ddc0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kolf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kolf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=214ce742 [214ce742]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmines - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmines-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e2876665 [e2876665]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e58b9568 [e58b9568]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmines - kmines.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmines-kminesdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=564ede18 [564ede18]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmahjongg - kmahjongg.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmahjongg-kmahjonggdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=a1f2098b [a1f2098b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegames/klickety - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/klickety-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=04405ac0 [04405ac0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kjumpingcube - kjumpingcube.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kjumpingcube-kjumpingcubedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=ddeb59d5 [ddeb59d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kgoldrunner - KGoldrunner.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kgoldrunner-kgoldrunnerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=6aa6a2fc [6aa6a2fc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kenolaba - kenolaba.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kenolaba-kenolabadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=c2e382ff [c2e382ff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbounce - kbounce.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbounce-kbouncedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=43a1ef1a [43a1ef1a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kblackbox - kblackbox.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kblackbox-kblackboxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=47443995 [47443995]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbackgammon - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbackgammon-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=51730a13 [51730a13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbackgammon - kbackgammon.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbackgammon-kbackgammondesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f4e1241f [f4e1241f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kasteroids - kasteroids.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kasteroids-kasteroidsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=195f32ff [195f32ff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegames/atlantik - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/atlantik-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=078f8a60 [078f8a60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/atlantik - atlantik.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/atlantik-atlantikdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=23f73f6d [23f73f6d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=89209b44 [89209b44]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeaccessibility ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=546f0a26 [546f0a26]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmousetool - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmousetool-desktop-files/nl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=0c8252ff [0c8252ff]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmag - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmag-desktop-files/nl/&lt;br /&gt;
&lt;br /&gt;
== tdeaddons ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=462e8067 [462e8067]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (64 of 64 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-plugins-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=7247f36b [7247f36b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tutorials - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tutorials-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=729f8436 [729f8436]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-plugins-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=c75bb91d [c75bb91d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/ksig - ksig.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/ksig-ksigdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=8b19a3d4 [8b19a3d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (44 of 44 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-plugins-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== tdeadmin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=7c269be3 [7c269be3]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 50.0% (1 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage - kpackage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage-kpackagedesktop/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=b60f7565 [b60f7565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kuser - kuser.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kuser-kuserdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=39dd6199 [39dd6199]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/ksysv - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/ksysv-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=1ec384e5 [1ec384e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=78260ae7 [78260ae7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage - kpackage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage-kpackagedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=18052ec0 [18052ec0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kdat - kdat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kdat-kdatdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=68dbc1fc [68dbc1fc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kcron - kcron.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kcron-kcrondesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== tdeartwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=e76fde84 [e76fde84]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/icon themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/icon-themes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=480c8a32 [480c8a32]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/icon themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/icon-themes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=d5891cb6 [d5891cb6]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/wallpapers-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=b7c7780f [b7c7780f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeartwork/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/wallpapers-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=25e4ea58 [25e4ea58]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=0afaf315 [0afaf315]] twin-styles: twin3_ to twin_ conversion&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=5f90bc99 [5f90bc99]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (314 of 314 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/tdescreensaver - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/tdescreensaver-desktop-files/it/&lt;br /&gt;
&lt;br /&gt;
== tdebindings ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=84ec6486 [84ec6486]] Drop compatibility code for TQSignal&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=13378021 [13378021]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=02712db1 [02712db1]] Drop compatibility code for TQButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=53442b53 [53442b53]] Drop obsolete TQLineEdit methods&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=1b35744b [1b35744b]] Drop compatibility code for TQToolButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=476cadbf [476cadbf]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=941081ce [941081ce]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=dcffc0bc [dcffc0bc]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
== tdesdk ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=e116e963 [e116e963]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbabel - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbabel-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=ba42cd60 [ba42cd60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=0b324ad9 [0b324ad9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=26ea0a31 [26ea0a31]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdecachegrind - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdecachegrind-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=7b277c01 [7b277c01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/scheck - scheck.themerc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/scheck-scheckthemerc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=8d7ac8ea [8d7ac8ea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kuiviewer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kuiviewer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=70cbb21e [70cbb21e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbugbuster - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbugbuster-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=5951f56b [5951f56b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/cervisia - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/cervisia-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=0c03e09c [0c03e09c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/cervisia - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/cervisia-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=b221bea0 [b221bea0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kompare - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kompare-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d50abb28 [d50abb28]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.1% (27 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=3523578c [3523578c]] Fix functionality broken by commit d619f66&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d619f66a [d619f66a]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tdevelop ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=f4724912 [f4724912]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop-desktop-files/&lt;br /&gt;
&lt;br /&gt;
== tdewebdev ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=13d63148 [13d63148]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kimagemapeditor - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kimagemapeditor-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=e16b4e3b [e16b4e3b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=6552a392 [6552a392]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== tde-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b54aba2 [2b54aba2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (833 of 833 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02030efa [02030efa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.2% (461 of 500 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdecachegrind&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdecachegrind/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5abddf59 [5abddf59]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1016 of 1016 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbabel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbabel/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fc1947d4 [fc1947d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - validators&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-validators/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=995b2521 [995b2521]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4722fda2 [4722fda2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 71.0% (49 of 69 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c7fe792b [c7fe792b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (89 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c55b4ce5 [c55b4ce5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (241 of 241 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonqhtml&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonqhtml/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aeed5fd8 [aeed5fd8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b7b847f5 [b7b847f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (223 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=255d26f7 [255d26f7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (238 of 238 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/ksim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/ksim/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78aad284 [78aad284]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (89 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76168eb5 [76168eb5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmperformance&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmperformance/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1fd85bdd [1fd85bdd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_pop3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_pop3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a58fce8 [2a58fce8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d228567 [7d228567]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfmclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfmclient/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d1527d8f [d1527d8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_smtp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_smtp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c363a97 [6c363a97]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (140 of 140 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ec080931 [ec080931]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc2988ac [bc2988ac]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd5194d2 [bd5194d2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=04ed4b52 [04ed4b52]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (76 of 76 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmusb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmusb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc1d1c98 [bc1d1c98]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (43 of 43 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kthememanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kthememanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ffa5d7e7 [ffa5d7e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (96 of 96 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeprintfax&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeprintfax/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=076c2fed [076c2fed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdestyle_keramik_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdestyle_keramik_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4ceab3f4 [4ceab3f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplashthemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplashthemes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=512d9f79 [512d9f79]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=47e26a43 [47e26a43]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (93 of 93 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdefontinst&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdefontinst/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3a144469 [3a144469]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_home&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_home/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cd272aca [cd272aca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmnotify&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmnotify/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d2ba7ada [d2ba7ada]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (290 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=135f1b2e [135f1b2e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=07c69212 [07c69212]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=03934f6b [03934f6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_system&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_system/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67680029 [67680029]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0e0ae526 [0e0ae526]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeio_svn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeio_svn/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a87c6d1 [8a87c6d1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_ts&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_ts/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aade5865 [aade5865]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_po&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_po/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=522da565 [522da565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_diff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_diff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=83c47a3a [83c47a3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_cpp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_cpp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4d9ffb4a [4d9ffb4a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kres_bugzilla&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kres_bugzilla/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cfa3a9ad [cfa3a9ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (208 of 208 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbugbuster&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbugbuster/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ebed3f3 [3ebed3f3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acb7bd01 [acb7bd01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kmenuapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kmenuapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b406e7b0 [b406e7b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=610e404f [610e404f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/krdb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/krdb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bf546323 [bf546323]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmspellchecking&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmspellchecking/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a6399d3 [4a6399d3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 65.0% (13 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmiccconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmiccconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=80a06e94 [80a06e94]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_tar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_tar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b26c4f5 [4b26c4f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_recentdocs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_recentdocs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=58999e40 [58999e40]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_prefmenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_prefmenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6ce221c9 [6ce221c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - sort&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-sort/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0390f05b [0390f05b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - webarchiver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-webarchiver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cf552d9d [cf552d9d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - wavecapture&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-wavecapture/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=433ee6e7 [433ee6e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - wakeup&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-wakeup/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=46159872 [46159872]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - tyler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-tyler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e02bff0f [e02bff0f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - tippecanoe&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-tippecanoe/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0761ee7 [c0761ee7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - txt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-txt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cd18979e [cd18979e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - mhtml&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-mhtml/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=712079e1 [712079e1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - lnk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-lnk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fce9e09 [4fce9e09]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - html&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-html/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25db3dca [25db3dca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - folder&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-folder/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef1f9ac7 [ef1f9ac7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-desktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10e3306c [10e3306c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - cert&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-cert/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3fec0e8 [f3fec0e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - synaescope&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-synaescope/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a86eaabb [a86eaabb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - searchbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-searchbar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5da3c28e [5da3c28e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - pitchablespeed&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-pitchablespeed/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dce4401c [dce4401c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - minitools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-minitools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=65231d72 [65231d72]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - microformat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-microformat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e048a4eb [e048a4eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (42 of 42 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - mediacontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-mediacontrol/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=03f6f36f [03f6f36f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - lyrics&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-lyrics/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=75a2d1a4 [75a2d1a4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kaddressbook - gmx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kaddressbook-gmx/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=111da4e5 [111da4e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kaddressbook - kworldclock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kaddressbook-kworldclock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=37ccc73b [37ccc73b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (53 of 53 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - ktimemon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-ktimemon/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=877faee6 [877faee6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (48 of 48 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - metabar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-metabar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a964e80 [8a964e80]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - mediaplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-mediaplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6215185a [6215185a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - delicious&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-delicious/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=432a8fd9 [432a8fd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - kmathapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-kmathapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2537b8d7 [2537b8d7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (33 of 33 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - kbinaryclock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-kbinaryclock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41b3507f [41b3507f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - xmltools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-xmltools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d895f991 [d895f991]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - xmlcheck&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-xmlcheck/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1477c443 [1477c443]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - textfilter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-textfilter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a96d906d [a96d906d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - tabbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-tabbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02b5b392 [02b5b392]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - snippets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-snippets/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=06908d1c [06908d1c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - pybrowse&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-pybrowse/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68019125 [68019125]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - openheader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-openheader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e4943b1f [e4943b1f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - modeline&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-modeline/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a8e169d [4a8e169d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - make&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-make/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8548c37e [8548c37e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - kjswrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-kjswrapper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=65197c45 [65197c45]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - insertcommand&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-insertcommand/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f33c05f3 [f33c05f3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - htmltools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-htmltools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a3220aa3 [a3220aa3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - helloworld&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-helloworld/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0768ae06 [0768ae06]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - fll_plugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-fll_plugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ed62a7e [7ed62a7e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - fll_initplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-fll_initplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4551fe7c [4551fe7c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - filetemplates&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-filetemplates/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a5773c33 [a5773c33]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - cppsymbolviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-cppsymbolviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d5f107a6 [d5f107a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - image&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-image/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=760d609c [760d609c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - charlatanui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-charlatanui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=49a7da4e [49a7da4e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - ffrs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-ffrs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44ff5289 [44ff5289]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - dub&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-dub/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f595c2f4 [f595c2f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (81 of 81 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - domtreeviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-domtreeviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5984420c [5984420c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - dirfilter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-dirfilter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8740f36c [8740f36c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - crashes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-crashes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2eea31a6 [2eea31a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - autorefresh&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-autorefresh/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0b43890b [0b43890b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - audio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-audio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b60fc4c0 [b60fc4c0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - ark&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-ark/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4f2e12e9 [4f2e12e9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - alsaplayerui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-alsaplayerui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8cf5b05b [8cf5b05b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - akregator&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-akregator/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e9608f5 [1e9608f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (3009 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb7f6413 [bb7f6413]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (101 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2297c73 [a2297c73]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16fc9290 [16fc9290]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30b25447 [30b25447]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0c9390e0 [0c9390e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_asus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_asus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c9b6e0a [3c9b6e0a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (464 of 464 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kttsd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kttsd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5f018862 [5f018862]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.8% (5277 of 5622 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9cd12c13 [9cd12c13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4373 of 4373 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fb393ca2 [fb393ca2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdelirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdelirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de26e8e7 [de26e8e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/superkaramba&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/superkaramba/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef2d1ac9 [ef2d1ac9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.7% (204 of 238 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/ksim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/ksim/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8225ecb4 [8225ecb4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0d8c5564 [0d8c5564]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_powerbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_powerbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=15e159f9 [15e159f9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cbaed96f [cbaed96f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_delli8k&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_delli8k/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=99665cc4 [99665cc4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilod&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilod/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76cf712f [76cf712f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kfloppy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kfloppy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a780ff13 [a780ff13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.1% (833 of 849 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kaddressbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kaddressbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=160a21e5 [160a21e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (288 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b39b69b0 [b39b69b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.8% (224 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=37c46a10 [37c46a10]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aaa64918 [aaa64918]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_raw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_raw/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b72b65e [2b72b65e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (197 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de33568d [de33568d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (121 of 121 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/klinkstatus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/klinkstatus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c46c273c [c46c273c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=463fe953 [463fe953]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.0% (23 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - webarchiver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-webarchiver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f902060c [f902060c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - imgallery&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-imgallery/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7291a5d [e7291a5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (254 of 254 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libtdegames&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libtdegames/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=60f4c2ad [60f4c2ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4d13a2c [c4d13a2c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (557 of 557 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kmplot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kmplot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8f16a587 [8f16a587]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4373 of 4373 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a1803a12 [a1803a12]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (765 of 765 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kalzium&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kalzium/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a9f1223f [a9f1223f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6f5c5077 [6f5c5077]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (138 of 138 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdeiconedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdeiconedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9f37b90b [9f37b90b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_xpm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_xpm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=124a1a5b [124a1a5b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_xbm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_xbm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1397cb2b [1397cb2b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_tiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_tiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8cd2a856 [8cd2a856]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_tga&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_tga/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2102c574 [2102c574]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_rgb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_rgb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=146a8054 [146a8054]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_ps&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_ps/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=21580aeb [21580aeb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pnm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pnm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee75c8c5 [ee75c8c5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_png&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_png/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=19cf3c62 [19cf3c62]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pdf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=107c467f [107c467f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pcx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pcx/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02a155ef [02a155ef]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (67 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_jpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_jpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d85c7052 [d85c7052]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_ico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_ico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2933d93 [e2933d93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_gif&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_gif/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4382f606 [4382f606]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (59 of 59 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_exr&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_exr/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5bddf5a5 [5bddf5a5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_dvi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_dvi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=921e29b3 [921e29b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_dds&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_dds/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0b56525a [0b56525a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_bmp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_bmp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5694df40 [5694df40]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (107 of 107 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/libkscan&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/libkscan/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4f70423 [d4f70423]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/libkfaximgage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/libkfaximgage/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1d63ec25 [1d63ec25]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (179 of 179 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewshell&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewshell/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4cd8d3e0 [4cd8d3e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewscannerplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewscannerplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d794493d [d794493d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kview_scale&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kview_scale/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5f74d61a [5f74d61a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewpresenterplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewpresenterplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1c6f60df [1c6f60df]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kvieweffectsplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kvieweffectsplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2c39783 [a2c39783]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewbrowserplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewbrowserplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=23706e02 [23706e02]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (123 of 123 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kuickshow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kuickshow/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=96c0bde1 [96c0bde1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (45 of 45 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksnapshot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksnapshot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6536643 [e6536643]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=40b76cfc [40b76cfc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (225 of 225 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=54045117 [54045117]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (256 of 256 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kooka&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kooka/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a0ba024f [a0ba024f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (386 of 386 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kolourpaint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kolourpaint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b9817b46 [b9817b46]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (131 of 131 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8614f6c [a8614f6c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kgamma&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kgamma/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=09d52dca [09d52dca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (215 of 215 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kdvi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kdvi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25b4dfd1 [25b4dfd1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcoloredit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcoloredit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51cd9478 [51cd9478]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewviewerpluginsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewviewerpluginsconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2c14518 [a2c14518]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewpluginsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewpluginsconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2746c521 [2746c521]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewgeneralconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewgeneralconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25650c93 [25650c93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewcanvasconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewcanvasconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4af32845 [4af32845]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcmkamera&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcmkamera/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb0c53ea [bb0c53ea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ff1ec9c1 [ff1ec9c1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (403 of 403 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c00aae5c [c00aae5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppplogview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppplogview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=93829039 [93829039]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (416 of 416 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c152d582 [c152d582]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (94 of 94 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kpf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kpf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=654c466b [654c466b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acdd4826 [acdd4826]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_avi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_avi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=85655c32 [85655c32]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (320 of 320 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12c3105c [12c3105c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (80 of 80 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_lame&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_lame/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acfe74f0 [acfe74f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.0% (17 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_xmlrpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_xmlrpc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8f561fa [b8f561fa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2430 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b59a52df [b59a52df]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.1% (833 of 849 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kaddressbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kaddressbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b15f99b [3b15f99b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.7% (341 of 360 strings)&amp;lt;br/&amp;gt;Translation: tdepim/akregator&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/akregator/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6fd71df1 [6fd71df1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12eb7e03 [12eb7e03]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.0% (250 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9937df39 [9937df39]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ae470e5 [2ae470e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=08998baf [08998baf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (67 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmcolors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmcolors/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10ac25e5 [10ac25e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdedebugdialog&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdedebugdialog/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0771e565 [0771e565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2865 of 2865 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/ppdtranslations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/ppdtranslations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c535e26d [c535e26d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73b6114f [73b6114f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=155b3201 [155b3201]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a4c12d6 [2a4c12d6]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=976a81b4 [976a81b4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (245 of 245 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kdat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kdat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9fe445d8 [9fe445d8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8660af8 [a8660af8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (152 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=807855fe [807855fe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=69bdd2bf [69bdd2bf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (416 of 416 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=85d49634 [85d49634]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6980e97e [6980e97e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (111 of 111 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dc165c85 [dc165c85]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2430 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5bd9ba76 [5bd9ba76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0fd4f012 [0fd4f012]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.0% (99 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ca026de0 [ca026de0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0eb200e2 [0eb200e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4af789bd [4af789bd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b3efd69f [b3efd69f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (72 of 72 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/i18n - entry.desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/i18n-entrydesktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e5046884 [e5046884]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.5% (2464 of 2578 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6ff96b0 [d6ff96b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.9% (929 of 1010 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kommander&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kommander/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=052541a5 [052541a5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6813630 [d6813630]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61348be4 [61348be4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (106 of 106 strings)&amp;lt;br/&amp;gt;Translation: tdegames/lskat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/lskat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ce4cc89a [ce4cc89a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f84f621b [f84f621b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.8% (5277 of 5622 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7adefbb7 [7adefbb7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (553 of 553 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kgpg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kgpg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a54f6ad [9a54f6ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.8% (722 of 723 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a7b6a48e [a7b6a48e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.0% (109 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=adb9ee02 [adb9ee02]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acbf941b [acbf941b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_systemmenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_systemmenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d1ace2d1 [d1ace2d1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (288 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c940de1b [c940de1b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ce53218 [7ce53218]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76141cbc [76141cbc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.7% (158 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44df28d5 [44df28d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1032 of 1032 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpovmodeler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpovmodeler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=77cf8f9c [77cf8f9c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (3008 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c8cacdab [c8cacdab]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 90.6% (155 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f38fa8f3 [f38fa8f3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b01edccd [b01edccd]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=04d54b46 [04d54b46]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=edde93c4 [edde93c4]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (331 of 332 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee87723d [ee87723d]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 94.7% (36 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=347c614b [347c614b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5d7a5d36 [5d7a5d36]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4a7354e [c4a7354e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17e37aec [17e37aec]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a93fc87 [5a93fc87]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (417 of 417 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libtdepim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fa7c437 [4fa7c437]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1428 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e157a91c [e157a91c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=35f9874a [35f9874a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=31e1fd99 [31e1fd99]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5196 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c29db08c [c29db08c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kasteroids&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kasteroids/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45c9efee [45c9efee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bac7cad2 [bac7cad2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.8% (722 of 723 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45438fab [45438fab]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmicons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmicons/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=184c41a3 [184c41a3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f2e51c15 [f2e51c15]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 55.1% (32 of 58 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78f3d660 [78f3d660]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c84bab9b [c84bab9b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9dceffa5 [9dceffa5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bea7c2b5 [bea7c2b5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2f6e4464 [2f6e4464]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (181 of 181 strings)&amp;lt;br/&amp;gt;Translation: tdepim/karm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/karm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b718443 [7b718443]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksystemtrayapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksystemtrayapplet/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df6f0d2f [df6f0d2f]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (290 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2282d9eb [2282d9eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.3% (21 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - alsaplayerui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-alsaplayerui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8ef3404 [a8ef3404]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (369 of 369 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3fb5a51f [3fb5a51f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (137 of 137 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kverbos&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kverbos/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6fd40db8 [6fd40db8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (205 of 205 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdemid&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdemid/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=789b5f42 [789b5f42]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (88 of 88 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kpersonalizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kpersonalizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bfa34bd2 [bfa34bd2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6da779c2 [6da779c2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.8% (224 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6038555 [e6038555]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dffecf21 [dffecf21]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.7% (157 of 159 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b0cd75a3 [b0cd75a3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (289 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=64e03b0c [64e03b0c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=805a0c6c [805a0c6c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c16120f [3c16120f]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f6b47865 [f6b47865]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.5% (3006 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=905b500e [905b500e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_wav&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_wav/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0376d619 [0376d619]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_theora&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_theora/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8c0bd602 [8c0bd602]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_sid&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_sid/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f96bfe38 [f96bfe38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_ogg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_ogg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=20da6100 [20da6100]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_m3u&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_m3u/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6ec9d7d [e6ec9d7d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=002f6b01 [002f6b01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9c288da4 [9c288da4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fdacc87 [4fdacc87]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_flac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_flac/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79bd92c0 [79bd92c0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_avi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_avi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8545225b [8545225b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_au&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_au/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16bb2152 [16bb2152]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (332 of 332 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61ff946a [61ff946a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (187 of 187 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/libkcddb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/libkcddb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=18dd016f [18dd016f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (111 of 111 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7047488 [e7047488]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=09ae6e3a [09ae6e3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a94f2253 [a94f2253]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kcmcddb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kcmcddb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=839723e8 [839723e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaboodle&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaboodle/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a3d5767a [a3d5767a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_vorbis&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_vorbis/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=039aa373 [039aa373]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (80 of 80 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_lame&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_lame/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1a2584a5 [1a2584a5]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 85.9% (1749 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ae0d186 [1ae0d186]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwindecoration&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwindecoration/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8e3a9bd8 [8e3a9bd8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a8bf169 [9a8bf169]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6329682c [6329682c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_flac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_flac/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=01a947f7 [01a947f7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48cbdde6 [48cbdde6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bda1bc83 [bda1bc83]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a94365d8 [a94365d8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b07c9fd5 [b07c9fd5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=99ddc47e [99ddc47e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=233603f3 [233603f3]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kickermenu_kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kickermenu_kate/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eb41c146 [eb41c146]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (261 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=035d412a [035d412a]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=252276b0 [252276b0]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a3c101a [5a3c101a]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3baf4ac [f3baf4ac]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0198f7b7 [0198f7b7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abbea754 [abbea754]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=22447195 [22447195]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67154ced [67154ced]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwinrules&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwinrules/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68257170 [68257170]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwindecoration&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwindecoration/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5b8921e6 [5b8921e6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b643ca2 [4b643ca2]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ea42728d [ea42728d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e0f759a [1e0f759a]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41a2a0a6 [41a2a0a6]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 87.7% (150 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7a72e540 [7a72e540]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1433ed29 [1433ed29]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4816e684 [4816e684]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c9f3b6c [3c9f3b6c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41444a5d [41444a5d]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 80.6% (2134 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=62275fac [62275fac]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4565a842 [4565a842]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eb88e6fc [eb88e6fc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a15c7835 [a15c7835]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7e214ab [e7e214ab]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ff4ced6a [ff4ced6a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c8260126 [c8260126]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4d00bce3 [4d00bce3]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cadd2b5d [cadd2b5d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9a96806 [c9a96806]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdelicense&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdelicense/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bda14f95 [bda14f95]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5196 of 5196 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dac4018a [dac4018a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 80.9% (1648 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b5c59d83 [b5c59d83]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=643497da [643497da]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e41785c [1e41785c]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (197 of 197 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1be1e3e9 [1be1e3e9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fbde5a66 [fbde5a66]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (326 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c1acc00 [6c1acc00]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (289 of 289 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9b635e1b [9b635e1b]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b0ef02e [7b0ef02e]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8dbd2744 [8dbd2744]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1b39883e [1b39883e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b5c8e7a [3b5c8e7a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=49367158 [49367158]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da6ebc69 [da6ebc69]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.5% (211 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=38d19787 [38d19787]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da4c604a [da4c604a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a289914a [a289914a]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmag&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmag/nl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=587622ea [587622ea]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d0076837 [d0076837]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=484fbfeb [484fbfeb]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 85.0% (805 of 946 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/katepart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/katepart/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a1c113b [5a1c113b]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 86.4% (369 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb4d9424 [bb4d9424]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 54.2% (247 of 455 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs_colors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs_colors/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3059b6dc [3059b6dc]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd92b2ee [bd92b2ee]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44c33da9 [44c33da9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.3% (158 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e405a694 [e405a694]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.8% (16 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmenergy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmenergy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1a8c65b3 [1a8c65b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 71.4% (5 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - image&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-image/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f91ae8b2 [f91ae8b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (197 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee561a5d [ee561a5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.5% (193 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b7818e1 [4b7818e1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegames/kmahjongg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmahjongg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=62c862a8 [62c862a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.6% (191 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=feb94ddc [feb94ddc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdewalletmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdewalletmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9cf3ed6a [9cf3ed6a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da73efd6 [da73efd6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdewalletmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdewalletmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=56f2e465 [56f2e465]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/krdb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/krdb/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ea2bd4b [2ea2bd4b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=289b8045 [289b8045]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 80.3% (1636 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17b287ee [17b287ee]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.9% (195 of 197 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e98cc110 [e98cc110]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7768467e [7768467e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ffe4047 [3ffe4047]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d42dfce9 [d42dfce9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 77.9% (1588 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c033f982 [c033f982]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=447af80a [447af80a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 76.8% (1565 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f9a53f48 [f9a53f48]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5cac2c06 [5cac2c06]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ec024ca [7ec024ca]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c624634e [c624634e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f86ccae9 [f86ccae9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6fc3c2e [d6fc3c2e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin_lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin_lib/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f322a111 [f322a111]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f09ec0ab [f09ec0ab]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ba5d62d1 [ba5d62d1]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.5% (209 of 210 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7e255c40 [7e255c40]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=86acd12e [86acd12e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4f3b4305 [4f3b4305]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eac33e90 [eac33e90]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (196 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17c51be5 [17c51be5]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0ab2398 [c0ab2398]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (326 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6b7fac1 [d6b7fac1]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (206 of 206 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4e97cea7 [4e97cea7]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e8274087 [e8274087]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d7fbab18 [d7fbab18]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3f1a08b4 [3f1a08b4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=92e6fc46 [92e6fc46]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6cf5249d [6cf5249d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48907031 [48907031]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.3% (148 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9ef855fe [9ef855fe]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.4% (170 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79e81b47 [79e81b47]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.9% (194 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=af5e01d0 [af5e01d0]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f262c268 [f262c268]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (326 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e03e491a [e03e491a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=299d7e9b [299d7e9b]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=963b03f8 [963b03f8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4643459 [a4643459]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 99.4% (171 of 172 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b6f0d602 [b6f0d602]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f6a6c8e5 [f6a6c8e5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67d451ba [67d451ba]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewpresenterplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewpresenterplugin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a18b92ba [a18b92ba]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d9a6697 [7d9a6697]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aaeda12b [aaeda12b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c999f37 [3c999f37]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdmconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmconfig/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef954c90 [ef954c90]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2aa378ca [2aa378ca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_zeroconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_zeroconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2cd8ff75 [2cd8ff75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cb5cf602 [cb5cf602]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krdc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krdc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fc00fa70 [fc00fa70]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (94 of 94 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kpf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kpf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=325dc4a8 [325dc4a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.8% (2984 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b912c6e7 [b912c6e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (248 of 248 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/knewsticker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/knewsticker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6e04a742 [6e04a742]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (103 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmwifi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmwifi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ca7235c9 [ca7235c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (100 of 100 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmlanbrowser&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmlanbrowser/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ddb067e7 [ddb067e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (43 of 43 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmktalkd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmktalkd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c7fc70f6 [c7fc70f6]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (196 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cff19a2f [cff19a2f]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bad75a4d [bad75a4d]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (327 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0115ec51 [0115ec51]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=75d3b850 [75d3b850]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ade36f2 [1ade36f2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ad7aeafe [ad7aeafe]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=57cd82f9 [57cd82f9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=405dc7df [405dc7df]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ee0c314 [3ee0c314]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdmconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmconfig/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2567a89d [2567a89d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b2441d13 [b2441d13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_zeroconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_zeroconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c669a79d [c669a79d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_lan&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_lan/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5ecccc8f [5ecccc8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_jabberdisco&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_jabberdisco/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=153f7022 [153f7022]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefile_torrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefile_torrent/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=db5cbbbc [db5cbbbc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kwireless&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kwireless/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=70391ee5 [70391ee5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kinetd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kinetd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0f541093 [0f541093]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kdictapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kdictapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16494e41 [16494e41]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/libtdepim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7648b3c9 [7648b3c9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b7ec603 [7b7ec603]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fb3fdb2b [fb3fdb2b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fe4514c8 [fe4514c8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=83bdc126 [83bdc126]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=63a90127 [63a90127]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/tdefifteen&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/tdefifteen/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df53a5b9 [df53a5b9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a27093a0 [a27093a0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 87.5% (14 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - audio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-audio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd2a6f38 [bd2a6f38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (89 of 89 strings)&amp;lt;br/&amp;gt;Translation: tdegames/twin4&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/twin4/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e64c11d2 [e64c11d2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (254 of 254 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libtdegames&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libtdegames/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7e30682d [7e30682d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (122 of 122 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libksirtet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libksirtet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ce1a3bf [3ce1a3bf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.2% (56 of 57 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ktuberling&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ktuberling/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2d940247 [2d940247]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9561b74 [c9561b74]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kshisen&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kshisen/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e67e6a7f [e67e6a7f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kolf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kolf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12861973 [12861973]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2e8f84f5 [2e8f84f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (381 of 381 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kgoldrunner&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kgoldrunner/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1256c7f6 [1256c7f6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f0087266 [f0087266]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (1235 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=06391dfe [06391dfe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 84.4% (87 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=71347685 [71347685]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79cebe5e [79cebe5e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78aaa659 [78aaa659]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (289 of 289 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=74773ebc [74773ebc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ac07e9f6 [ac07e9f6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdestyle_plastik_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdestyle_plastik_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e00cbcb5 [e00cbcb5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_kdatatool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_kdatatool/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c09081a6 [c09081a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdefileaudiopreview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdefileaudiopreview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=624183f5 [624183f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_autobookmarker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_autobookmarker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b00d45a6 [b00d45a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (946 of 946 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/katepart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/katepart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=db142dcb [db142dcb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabcformat_binary&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabcformat_binary/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7cd87b83 [7cd87b83]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_isearch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_isearch/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=11d74de2 [11d74de2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_file&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_file/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8c12f11 [b8c12f11]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_docwordcompletion&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_docwordcompletion/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dd4127b3 [dd4127b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_net&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_net/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6d341d34 [6d341d34]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_sql&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_sql/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=661b618f [661b618f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_dir&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_dir/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=650ebed1 [650ebed1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdestyle_highcontrast_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdestyle_highcontrast_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=681fb57e [681fb57e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2865 of 2865 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/ppdtranslations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/ppdtranslations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5410b42a [5410b42a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/libtdescreensaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/libtdescreensaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a4a938d [6a4a938d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_insertfile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_insertfile/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f1d18823 [f1d18823]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (44 of 44 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_ldaptdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_ldaptdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30f083cd [30f083cd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acbf80cd [acbf80cd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f8fb2e20 [f8fb2e20]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1013 of 1013 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeprint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeprint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aa0506f0 [aa0506f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (455 of 455 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs_colors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs_colors/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82e61934 [82e61934]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2739 of 2739 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a2ce6cb [9a2ce6cb]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73eb4e4d [73eb4e4d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=91f7be0d [91f7be0d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 64.5% (129 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a9fa5d76 [a9fa5d76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/taskbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/taskbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b382a9a [2b382a9a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktaskbarapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktaskbarapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30e0f112 [30e0f112]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/lockout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/lockout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e1c4e2b5 [e1c4e2b5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5317fab2 [5317fab2]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=92ad6a46 [92ad6a46]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0e61bcd [c0e61bcd]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dedebeb6 [dedebeb6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_delli8k&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_delli8k/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51c00880 [51c00880]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (206 of 206 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4a6e3eb [d4a6e3eb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c368d148 [c368d148]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a73707b4 [a73707b4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9af8d504 [9af8d504]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 97.3% (219 of 225 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=875d4c24 [875d4c24]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a757dd8a [a757dd8a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abcfb18a [abcfb18a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/libtaskbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskbar/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d481507 [7d481507]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kay&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kay/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fa9f0334 [fa9f0334]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5af0121c [5af0121c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdesud&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdesud/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e363127a [e363127a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/naughtyapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/naughtyapplet/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=54976205 [54976205]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 75.7% (1542 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8f32df4 [b8f32df4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a46e674 [8a46e674]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82b00602 [82b00602]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8919bb8a [8919bb8a]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3e98afc4 [3e98afc4]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51cb26bc [51cb26bc]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d5046c21 [d5046c21]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=500f2c45 [500f2c45]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 98.5% (70 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kspaceduel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kspaceduel/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=53f3360c [53f3360c]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksokoban&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksokoban/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fa57d92b [fa57d92b]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 48.9% (24 of 49 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksnake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksnake/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4d9d7c1 [a4d9d7c1]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 94.7% (18 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksmiletris&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksmiletris/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=63667467 [63667467]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 34.1% (27 of 79 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2b3a41b [e2b3a41b]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 38.0% (19 of 50 strings)&amp;lt;br/&amp;gt;Translation: tdegames/klines&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/klines/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=33531138 [33531138]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45486792 [45486792]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (58 of 58 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5e2914e7 [5e2914e7]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c716f74 [6c716f74]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a270de3 [5a270de3]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (322 of 322 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=404b586a [404b586a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8b023bb7 [8b023bb7]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (322 of 322 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10d7630d [10d7630d]] tdepim: remove kitchensync pot file again, since it was automatically re-added&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a8b0c96 [2a8b0c96]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f4de4713 [f4de4713]] tdepim: remove translations for kitchensync and multisynk&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=64d45800 [64d45800]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0c2a0ab3 [0c2a0ab3]] tdegraphics: remove translations for kmrml&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8aa58abf [8aa58abf]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=376b1bfe [376b1bfe]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a340797 [6a340797]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=90797510 [90797510]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e0706cf8 [e0706cf8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eee4a43c [eee4a43c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb21ba44 [bb21ba44]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
= libraries =&lt;br /&gt;
== libkdcraw ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=d13e9744 [d13e9744]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (74 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=50387262 [50387262]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 70.2% (52 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=fb8e7233 [fb8e7233]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (74 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=4720b9e3 [4720b9e3]] Added translation using Weblate (Chinese (Simplified))&lt;br /&gt;
&lt;br /&gt;
== libkipi ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=1ea1d770 [1ea1d770]] Added translation using Weblate (Chinese (Traditional))&lt;br /&gt;
&lt;br /&gt;
== kipi-plugins ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=aa3b7277 [aa3b7277]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.0% (512 of 602 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - metadataedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-metadataedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=62e89ce1 [62e89ce1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 40.1% (53 of 132 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - cdarchiving&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-cdarchiving/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=1fc6b1e0 [1fc6b1e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - viewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-viewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=f134eb8d [f134eb8d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=7115da7d [7115da7d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=c39b2d5d [c39b2d5d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=549a8d58 [549a8d58]] Added translation using Weblate (Chinese (Traditional))&lt;br /&gt;
&lt;br /&gt;
== libtqt-perl ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=ea4d4023 [ea4d4023]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=a8738810 [a8738810]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=076ec834 [076ec834]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
= applications/development =&lt;br /&gt;
== kdbg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=b171e1b2 [b171e1b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kdbg - kdbg.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbg-kdbgdesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== kdiff3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=453f35a8 [453f35a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 67.2% (347 of 516 strings)&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=47366761 [47366761]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: applications/kdiff3 - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=810025fb [810025fb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=b65164fa [b65164fa]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=abcdeb43 [abcdeb43]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=1bab9902 [1bab9902]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tdesvn ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=2cdbcc87 [2cdbcc87]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 48.5% (359 of 739 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=f66e96c7 [f66e96c7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdesvn - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=e0823d75 [e0823d75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/graphics =&lt;br /&gt;
== digikam ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=31f057f7 [31f057f7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1794 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=d1ed2afa [d1ed2afa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1793 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=1798610f [1798610f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=e809e384 [e809e384]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1793 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=53e13c18 [53e13c18]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2244 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=09a41f75 [09a41f75]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/&lt;br /&gt;
&lt;br /&gt;
== gwenview-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=3e754a52 [3e754a52]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=57175831 [57175831]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=827f6c7b [827f6c7b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/internet =&lt;br /&gt;
== kasablanca ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=2a9b7e7d [2a9b7e7d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kasablanca - kasablanca.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca-kasablancadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=159a8faf [159a8faf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 64.3% (74 of 115 strings)&amp;lt;br/&amp;gt;Translation: applications/kasablanca&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=4b9e3dcb [4b9e3dcb]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kbiff ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=c53c9a60 [c53c9a60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=2cc626b9 [2cc626b9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.8% (89 of 90 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=4069eda9 [4069eda9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff - kbiff.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff-kbiffdesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== kftpgrabber ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=70edee2c [70edee2c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/kftpgrabber - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kftpgrabber-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== knmap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=a289b05a [a289b05a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=2721c5e0 [2721c5e0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=24febfa6 [24febfa6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=8f8a354b [8f8a354b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (221 of 221 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=b68bd35b [b68bd35b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=60528588 [60528588]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 16.2% (36 of 221 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=aea076a0 [aea076a0]] Added translation using Weblate (Ukrainian)&lt;br /&gt;
&lt;br /&gt;
== konversation ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=dfedc855 [dfedc855]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.6% (1167 of 1362 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation/ru/&lt;br /&gt;
&lt;br /&gt;
== kshowmail ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=10272aed [10272aed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 49.8% (174 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=b13b420d [b13b420d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 49.5% (173 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
&lt;br /&gt;
== kstreamripper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=dbdd2a4e [dbdd2a4e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=6a970335 [6a970335]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=3ec99f94 [3ec99f94]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=457de6e0 [457de6e0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=1801e3aa [1801e3aa]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 80.0% (24 of 30 strings)&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=382d4392 [382d4392]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=5da88b7e [5da88b7e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=c621d368 [c621d368]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== ktorrent ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=523c79c3 [523c79c3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (875 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=46220b63 [46220b63]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 80.1% (701 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/ru/&lt;br /&gt;
&lt;br /&gt;
== kvirc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=44846083 [44846083]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - notifier&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b435bad5 [b435bad5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - editor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b412083e [b412083e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - about&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-about/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b32a017a [b32a017a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.8% (2404 of 2588 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=02e908ee [02e908ee]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=e2dd007c [e2dd007c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a48e70a7 [a48e70a7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (794 of 805 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a7254dcc [a7254dcc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - theme&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-theme/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=25f3bffc [25f3bffc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=1e208b4f [1e208b4f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - logview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-logview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=3e94a25e [3e94a25e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - editor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=0c62fcd5 [0c62fcd5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - filetransferwindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-filetransferwindow/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a6e75ff9 [a6e75ff9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - dcc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-dcc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=2091bae5 [2091bae5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - notifier&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=90e47cbd [90e47cbd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - sharedfileswindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-sharedfileswindow/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=729d67a2 [729d67a2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=116c3821 [116c3821]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=5e2a1ae3 [5e2a1ae3]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
= applications/misc =&lt;br /&gt;
== bibletime ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=9d90808b [9d90808b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/bibletime - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/bibletime-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=de0a4201 [de0a4201]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=7c699d2d [7c699d2d]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== desktop-effects-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=4ef8c50e [4ef8c50e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=7437087e [7437087e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=92556696 [92556696]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kerberostray ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=f56d47b0 [f56d47b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kerberostray&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kerberostray/&lt;br /&gt;
&lt;br /&gt;
== krecipes ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=d2a4cb93 [d2a4cb93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 30.5% (343 of 1123 strings)&amp;lt;br/&amp;gt;Translation: applications/krecipes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krecipes/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/multimedia =&lt;br /&gt;
== amarok ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=73837f1a [73837f1a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=079f0cc9 [079f0cc9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b037abfb [b037abfb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=93aff8fd [93aff8fd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=7f396148 [7f396148]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=8ac0d326 [8ac0d326]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=086adc4f [086adc4f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4ebfa149 [4ebfa149]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 79.7% (1981 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4cc71ec3 [4cc71ec3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=2116bf2a [2116bf2a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=e6e2d189 [e6e2d189]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=c2a12e62 [c2a12e62]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=44ad188d [44ad188d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=83730846 [83730846]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4ddb9e62 [4ddb9e62]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=90520108 [90520108]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 84.7% (2105 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=40099ec0 [40099ec0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b767627f [b767627f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=bcd8d83e [bcd8d83e]] Fix functionality broken by commit 1c3e0630.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b04099ff [b04099ff]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=a7a79de0 [a7a79de0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=1c3e0630 [1c3e0630]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=5dedf79f [5dedf79f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=8b28bb5c [8b28bb5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=9038cb17 [9038cb17]] Translated using Weblate (Turkish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/tr/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=3c835108 [3c835108]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.8% (2406 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
&lt;br /&gt;
== codeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=033f32ab [033f32ab]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=28a3b75f [28a3b75f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=9f39f05e [9f39f05e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/codeine - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/codeine-desktop-files/&lt;br /&gt;
&lt;br /&gt;
== k3b ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=00a24ebc [00a24ebc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=987871f0 [987871f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=c2fbc8f1 [c2fbc8f1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=95a45a4f [95a45a4f]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=bbf83236 [bbf83236]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=894069eb [894069eb]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/pt/&lt;br /&gt;
&lt;br /&gt;
== k3b-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=84cd0b47 [84cd0b47]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (47 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=6f6f5263 [6f6f5263]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=bd308fa9 [bd308fa9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=e6010418 [e6010418]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (47 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=cb12df11 [cb12df11]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=ecef8905 [ecef8905]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=9c355f26 [9c355f26]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=1d1360a7 [1d1360a7]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=6f8f68cc [6f8f68cc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=47c13aee [47c13aee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=b92282bd [b92282bd]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 97.8% (46 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/bg/&lt;br /&gt;
&lt;br /&gt;
== k9copy ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=ef83b5b8 [ef83b5b8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=4979c509 [4979c509]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=237b3548 [237b3548]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (495 of 495 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=553df4a4 [553df4a4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=bc07265d [bc07265d]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kaffeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=eac2daca [eac2daca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (729 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=6c9257f2 [6c9257f2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.5% (711 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=e0e0d158 [e0e0d158]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=b871bd5b [b871bd5b]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kmplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=30650e19 [30650e19]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.9% (347 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=77c148a7 [77c148a7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=bb993d63 [bb993d63]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=d8d54a7f [d8d54a7f]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 95.6% (373 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=122a27a0 [122a27a0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=bb9e13d1 [bb9e13d1]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=0817bc03 [0817bc03]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer-desktop-files/bg/&lt;br /&gt;
&lt;br /&gt;
== kplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=cc14b9cf [cc14b9cf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=d8391ef7 [d8391ef7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 77.0% (799 of 1037 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/ru/&lt;br /&gt;
&lt;br /&gt;
== soundkonverter ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=bcf2d459 [bcf2d459]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.6% (302 of 319 strings)&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=2bf7eb6c [2bf7eb6c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=28a35800 [28a35800]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=300613ee [300613ee]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=a13d3527 [a13d3527]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tderadio ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=aa80a24c [aa80a24c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=28afa3da [28afa3da]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - oss-sound&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-oss-sound/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=5369d924 [5369d924]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (45 of 45 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - gui-standard-display&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-standard-display/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=a9f14b38 [a9f14b38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 82.3% (14 of 17 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - timeshifter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-timeshifter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=d57a893c [d57a893c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.1% (75 of 78 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - recording&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-recording/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=55460675 [55460675]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=03b5df8e [03b5df8e]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 93.5% (29 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=0bb5fda6 [0bb5fda6]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=8cd30c0e [8cd30c0e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=c74cfcb6 [c74cfcb6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.7% (30 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/office =&lt;br /&gt;
== basket ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=33317176 [33317176]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/basket&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=c8b892a3 [c8b892a3]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kbibtex ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=702a473b [702a473b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 73.7% (444 of 602 strings)&amp;lt;br/&amp;gt;Translation: applications/kbibtex&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbibtex/ru/&lt;br /&gt;
&lt;br /&gt;
== kbookreader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=e32bbc6e [e32bbc6e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (17 of 17 strings)&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=fcdb94c9 [fcdb94c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kbookreader - kbookreader.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader-kbookreaderdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=ac3e0386 [ac3e0386]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=61e10e5a [61e10e5a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/&lt;br /&gt;
&lt;br /&gt;
== kile ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=00b87abb [00b87abb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kile - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== kmymoney ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=e592106d [e592106d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (2658 of 2674 strings)&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=67a43ced [67a43ced]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=9df4c701 [9df4c701]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== koffice ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=d165869a [d165869a]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=c2fdb394 [c2fdb394]] Fix functionality broken by commit a9bbaa83&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=a9bbaa83 [a9bbaa83]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== koffice-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=572398a4 [572398a4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (3150 of 3168 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspread&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=bce5a0c4 [bce5a0c4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.4% (1169 of 1200 strings)&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=cc44ebc3 [cc44ebc3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: koffice/thesaurus_tool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/thesaurus_tool/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=b6cedf64 [b6cedf64]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_ooo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_ooo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=9f49ba05 [9f49ba05]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_koffice&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_koffice/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=7a3529fd [7a3529fd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_gnumeric&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_gnumeric/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=05196041 [05196041]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_abiword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_abiword/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ffe6d299 [ffe6d299]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (961 of 961 strings)&amp;lt;br/&amp;gt;Translation: koffice/kword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kword/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ad3cf8ee [ad3cf8ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspreadcalc_calc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspreadcalc_calc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=7f8b71fa [7f8b71fa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (909 of 909 strings)&amp;lt;br/&amp;gt;Translation: koffice/kpresenter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kpresenter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=d154e97e [d154e97e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (354 of 354 strings)&amp;lt;br/&amp;gt;Translation: koffice/kformdesigner&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kformdesigner/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=9c40a4ce [9c40a4ce]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=aa8c2267 [aa8c2267]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ccf47869 [ccf47869]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=f690d314 [f690d314]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.0% (1295 of 1423 strings)&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=f0bcacf8 [f0bcacf8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kivio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kivio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=e1f27756 [e1f27756]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=e84fa74c [e84fa74c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kword/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=fc3d61ff [fc3d61ff]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/koffice&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/koffice/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=31fd578d [31fd578d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=069df0f0 [069df0f0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kofficefilters&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kofficefilters/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=96a280ad [96a280ad]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=b7a0d0ff [b7a0d0ff]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 98.3% (420 of 427 strings)&amp;lt;br/&amp;gt;Translation: koffice/karbon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/karbon/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=8e305f42 [8e305f42]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 99.8% (1421 of 1423 strings)&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=61f41445 [61f41445]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: koffice/example&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/example/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=1f753ab8 [1f753ab8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (3150 of 3168 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspread&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/ru/&lt;br /&gt;
&lt;br /&gt;
== kpilot ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=9beef848 [9beef848]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.3% (1059 of 1088 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=adc41d0e [adc41d0e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=43b3df95 [43b3df95]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=b2480185 [b2480185]] Fix functionality broken by commit a956e3e&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=f060f38e [f060f38e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=fa847ef4 [fa847ef4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=a956e3e8 [a956e3e8]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tellico ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=10996a19 [10996a19]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=252be932 [252be932]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.5% (1108 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=f73799c2 [f73799c2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=30d2f3d2 [30d2f3d2]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 74.2% (826 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=997c050d [997c050d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=0a00263f [0a00263f]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
= applications/settings =&lt;br /&gt;
== kdpkg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=752317fb [752317fb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=c178f4e3 [c178f4e3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 93.1% (27 of 29 strings)&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=7afa4047 [7afa4047]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=3107e30a [3107e30a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=4277d12f [4277d12f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/&lt;br /&gt;
&lt;br /&gt;
== kkbswitch ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=c36d0446 [c36d0446]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch - kkbswitch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch-kkbswitchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=d7b89dac [d7b89dac]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=586412b8 [586412b8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 96.4% (55 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=8978515d [8978515d]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=29e2187e [29e2187e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=4f10d322 [4f10d322]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=2f27dd99 [2f27dd99]] Added global shortcuts for switching to previous/next group&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/kkbswitch/issues/6 #6]&lt;br /&gt;
&lt;br /&gt;
== klcddimmer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=739e6b63 [739e6b63]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/klcddimmer - klcddimmer.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer-klcddimmerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=c552505d [c552505d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/klcddimmer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer/&lt;br /&gt;
&lt;br /&gt;
== tdenetworkmanager ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=f781e430 [f781e430]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 56.5% (160 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=6bd64d20 [6bd64d20]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 54.4% (154 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/system =&lt;br /&gt;
== dolphin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=d6981f86 [d6981f86]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=88bffef8 [88bffef8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=50bf6ece [50bf6ece]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=df0f2634 [df0f2634]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 87.3% (55 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=128fc6c0 [128fc6c0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=4177bfeb [4177bfeb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=31e79818 [31e79818]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=614887eb [614887eb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=dfc034e5 [dfc034e5]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kbfx ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=7df544d7 [7df544d7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbfx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbfx/&lt;br /&gt;
&lt;br /&gt;
== kcmautostart ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=e156d8d7 [e156d8d7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=a34114dc [a34114dc]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=e32b5599 [e32b5599]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/&lt;br /&gt;
&lt;br /&gt;
== knemo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=6132bf8e [6132bf8e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== krusader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=a6d7af8f [a6d7af8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 89.0% (1246 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=1107ba66 [1107ba66]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=60b198a9 [60b198a9]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1399 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/uk/&lt;br /&gt;
&lt;br /&gt;
== kshutdown ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=0cb0eeb3 [0cb0eeb3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown - kshutdown.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-kshutdowndesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=6c6e8bb5 [6c6e8bb5]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown - kshutdown.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-kshutdowndesktop/nl/&lt;br /&gt;
&lt;br /&gt;
== ksystemlog ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=cf0f1b44 [cf0f1b44]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/ksystemlog&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksystemlog/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=27e255d7 [27e255d7]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== polkit-agent-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=774e540b [774e540b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=fe3d3837 [fe3d3837]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=81f288bf [81f288bf]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/zh_Hant/&lt;br /&gt;
&lt;br /&gt;
== tdebluez ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=fce0091e [fce0091e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=f23e3839 [f23e3839]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=823b8121 [823b8121]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=d0311fa0 [d0311fa0]] Added translation using Weblate (Dutch)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ee1b7905 [ee1b7905]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 89.1% (239 of 268 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=14e65f81 [14e65f81]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=9a895e4f [9a895e4f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=5dbd02e3 [5dbd02e3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=75e3f4ae [75e3f4ae]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=1d2fcc95 [1d2fcc95]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (266 of 266 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=9ec32992 [9ec32992]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=226cacc4 [226cacc4]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (274 of 274 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ae46115f [ae46115f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ad1894b7 [ad1894b7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=e852055d [e852055d]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tdepowersave ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=1e735aeb [1e735aeb]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (311 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=f39d5cd2 [f39d5cd2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=c1d1a446 [c1d1a446]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=70666ec3 [70666ec3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=c2676876 [c2676876]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.2% (290 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=5242ce6d [5242ce6d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=678ecbe9 [678ecbe9]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== yakuake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=4d40f6d0 [4d40f6d0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.9% (94 of 98 strings)&amp;lt;br/&amp;gt;Translation: applications/yakuake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/tdeio =&lt;br /&gt;
== tdeio-ftps ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-ftps/commit/?id=8ac1f636 [8ac1f636]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdeio-ftps&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-ftps/&lt;br /&gt;
&lt;br /&gt;
== tdeio-umountwrapper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=e3173ff2 [e3173ff2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-umountwrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-umountwrapper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=c37ba2dc [c37ba2dc]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
= applications/themes =&lt;br /&gt;
== gtk-qt-engine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=2178adeb [2178adeb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=90c79e65 [90c79e65]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=df701883 [df701883]] Added translation using Weblate (Chinese (Simplified))&lt;br /&gt;
&lt;br /&gt;
== kgtk-qt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=06bca424 [06bca424]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/kgtk-qt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kgtk-qt3/ru/&lt;br /&gt;
&lt;br /&gt;
== tde-style-baghira ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=bb43a575 [bb43a575]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - sessionapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-sessionapplet/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=738600de [738600de]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - starter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-starter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=54a306f5 [54a306f5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=4a3bbfa4 [4a3bbfa4]] Rename library twin3_baghira -&amp;amp;gt; twin_baghira&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=fc8b3dd4 [fc8b3dd4]] Fix functionality broken by commit 66813ef&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=66813efe [66813efe]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tde-style-domino ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=7ea023ba [7ea023ba]] Rename library twin3_domino -&amp;amp;gt; twin_domino&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== tde-style-ia-ora ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=25c19604 [25c19604]] Rename library twin3_iaora -&amp;amp;gt; twin_iaora&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== tde-style-lipstik ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=39c758d5 [39c758d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-lipstik - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-lipstik-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=e0338512 [e0338512]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== twin-style-crystal ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=d9afc78c [d9afc78c]] Rename library twin3_crystal -&amp;amp;gt; twin_crystal&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-dekorator ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=c67f6084 [c67f6084]] Rename library twin3_deKorator -&amp;amp;gt; twin_deKorator&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-machbunt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=81c7c4d0 [81c7c4d0]] Rename library twin3_MachBunt to twin_MachBunt&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-suse2 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=9b5c2e1e [9b5c2e1e]] Rename library twin3_SUSE2 -&amp;amp;gt; twin_SUSE&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
= applications/utilities =&lt;br /&gt;
== abakus ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=9ace50d1 [9ace50d1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/abakus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=467ef6c1 [467ef6c1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (49 of 49 strings)&amp;lt;br/&amp;gt;Translation: applications/abakus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=e1762b36 [e1762b36]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=b277c7ae [b277c7ae]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/abakus - abakus.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus-abakusdesktop/bg/&lt;br /&gt;
&lt;br /&gt;
== filelight ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=aa06806b [aa06806b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=28349b70 [28349b70]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=7cc11b7f [7cc11b7f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=629295b3 [629295b3]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=33098270 [33098270]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (77 of 77 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/uk/&lt;br /&gt;
&lt;br /&gt;
== kbarcode ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=2f5aa189 [2f5aa189]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.1% (589 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=6c31a9ec [6c31a9ec]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=7f9e4e65 [7f9e4e65]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.9% (582 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=f6c05921 [f6c05921]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 74.5% (443 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=371ce27c [371ce27c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=7bd51d72 [7bd51d72]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=6ca861bd [6ca861bd]] Fix functionality broken by commit fc06df3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=fc06df33 [fc06df33]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== kchmviewer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=78502278 [78502278]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kchmviewer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kchmviewer-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== kcpuload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=b49178b0 [b49178b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=8ae8e9f8 [8ae8e9f8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 94.8% (37 of 39 strings)&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=7a450d31 [7a450d31]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=d9952f82 [d9952f82]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/&lt;br /&gt;
&lt;br /&gt;
== knutclient ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=dfa5f3fa [dfa5f3fa]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knutclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=466ddc1b [466ddc1b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (203 of 203 strings)&amp;lt;br/&amp;gt;Translation: applications/knutclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient/uk/&lt;br /&gt;
&lt;br /&gt;
== krename ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=b4e78648 [b4e78648]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/krename - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krename-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=7740aa8e [7740aa8e]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== qalculate-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=744ac88e [744ac88e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=6baf1704 [6baf1704]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.4% (593 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=accfbbbf [accfbbbf]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=34b3365e [34b3365e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=933d4190 [933d4190]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=68aa9b3b [68aa9b3b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (596 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=96280709 [96280709]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 75.0% (447 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=09de128a [09de128a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 70.6% (421 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=c714c687 [c714c687]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 60.7% (362 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=1c102209 [1c102209]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 42.4% (253 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=06249035 [06249035]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
= packaging =&lt;br /&gt;
== packaging ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=70a0160c [70a0160c]] DEB tdebindings: remove dependency on libtqt3-compat-headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=fb212c9e [fb212c9e]] DEB tqt3: drop compat files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=a4869e73 [a4869e73]] DEB tdebase twin: adjusted after renaming client libraries from twin3_* to twin_*. This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=7b064a10 [7b064a10]] DEB tqt3: adjusted after removing Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f7be243e [f7be243e]] DEB buildscripts: update supported distros&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f82c8cc0 [f82c8cc0]] DEB: remove support for Debian Stretch and Ubuntu Xenial&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=4721bdc6 [4721bdc6]] DEB tqt3: remove Qt2 obsolete classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=e6b868c8 [e6b868c8]] DEB tdebase: added release notes for R14.2.x series&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=3c5c1e60 [3c5c1e60]] DEB trinity-apt-archive: Set the apt repository URL to PTB.&lt;/div&gt;</summary>
		<author><name>SlavekB</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.2.0&amp;diff=3255</id>
		<title>Changelog For R14.2.0</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.2.0&amp;diff=3255"/>
		<updated>2023-12-18T01:09:57Z</updated>

		<summary type="html">&lt;p&gt;SlavekB: /* applications/internet */ Update 20231217&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= dependencies =&lt;br /&gt;
== tde-cmake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=9fae6b57 [9fae6b57]] Update version to R14.2.0&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tqt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=ee0c5d58 [ee0c5d58]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a6829398 [a6829398]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=d2122705 [d2122705]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=e0a3cab4 [e0a3cab4]] Minor adjustments to porting documentation&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=f2b3ea52 [f2b3ea52]] Drop compatibility code for TQSignal&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=fb6884ea [fb6884ea]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=2e817b4b [2e817b4b]] Remove dangled symlinks for droped compat headers.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=c3bb8881 [c3bb8881]] Drop compatibility code for TQButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=9492e618 [9492e618]] Drop compatibility code for TQThread&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=979f5621 [979f5621]] Drop compatibility code for TQLineEdit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=83991feb [83991feb]] Remove Qt4 related stuff&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=48ea22d0 [48ea22d0]] Drop compatibility code for TQToolButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b1bfbe79 [b1bfbe79]] Drop compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=bfd62a0b [bfd62a0b]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a8466ab3 [a8466ab3]] Translated using Weblate (Chinese (zh))&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3 - examples-i18n&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3-examples-i18n/zh/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=5350a724 [5350a724]] Drop TQT_NO_COMPAT code from mkspecs files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a75445b4 [a75445b4]] Drop Qt2 obsolete classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b6e9b6c6 [b6e9b6c6]] Added translation using Weblate (Turkish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=af9d6b11 [af9d6b11]] Added translation using Weblate (Turkish)&lt;br /&gt;
&lt;br /&gt;
== tqtinterface ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=9ad01120 [9ad01120]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=4746fbba [4746fbba]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=1c79e9f8 [1c79e9f8]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
== pytqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=aa676491 [aa676491]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=cba16275 [cba16275]] Drop compatibility code for TQThread&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=8bd235be [8bd235be]] Addons to previous commit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=28273a01 [28273a01]] Drop Qt2&amp;#039;s TQSemiModal class.&lt;br /&gt;
&lt;br /&gt;
= core =&lt;br /&gt;
== tdelibs ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cca633c6 [cca633c6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (179 of 179 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/all languages&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/all-languages/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=9755ecd9 [9755ecd9]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=503eb0d9 [503eb0d9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=29b84bd0 [29b84bd0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=f6627610 [f6627610]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7f7e5585 [7f7e5585]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.4% (323 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7a35fcf1 [7a35fcf1]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=f49e67f0 [f49e67f0]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=920d56d2 [920d56d2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=a7316f73 [a7316f73]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=4e0aa6d5 [4e0aa6d5]] Fix functionality broken by commit 8233b2e5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=8233b2e5 [8233b2e5]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=74cb596c [74cb596c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdemarkdown - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdemarkdown-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=29f58681 [29f58681]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (327 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=c6bc3af7 [c6bc3af7]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cdf964bb [cdf964bb]] Update version to R14.2.0&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tdebase ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f093a1be [f093a1be]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdm - themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdm-themes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=21ecd990 [21ecd990]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplash - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplash-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=607f0804 [607f0804]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdehtml_plugins.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdehtml_pluginsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5f815bd0 [5f815bd0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkonq - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkonq-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8175c850 [8175c850]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksysguard - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksysguard-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7c8d600d [7c8d600d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=3faa7b1b [3faa7b1b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kate - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kate-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f6fb0d91 [f6fb0d91]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 61.8% (281 of 454 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=70af14e2 [70af14e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 48.5% (168 of 346 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kappfinder - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kappfinder-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=035c2698 [035c2698]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - directories&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-directories/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a1cbb16b [a1cbb16b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.8% (248 of 251 strings)&amp;lt;br/&amp;gt;Translation: tdebase/l10n - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/l10n-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a26bb216 [a26bb216]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1103f2b1 [1103f2b1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c836bb9d [c836bb9d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=00eab673 [00eab673]] Translated using Weblate (Greek)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/el/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9e7b4bb1 [9e7b4bb1]] TWin: Fix loading of window decoration configuration libraries&amp;lt;br/&amp;gt;Accidentally broken by commit 84ab47055d.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=748a54ff [748a54ff]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=dddd52ff [dddd52ff]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=30d54139 [30d54139]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2317bee2 [2317bee2]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=4c64b274 [4c64b274]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-events/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c0ca8145 [c0ca8145]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f1f2e40a [f1f2e40a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5eec362c [5eec362c]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2986ff6e [2986ff6e]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2937383d [2937383d]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-data/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9ab75fc1 [9ab75fc1]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ea076539 [ea076539]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi - presets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi-presets/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8a8431ab [8a8431ab]] twin: renames twin3_ to twin_ in user theme config files. This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/351 #351] and PR #364.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=91cb2036 [91cb2036]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.0% (33 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=88ea7160 [88ea7160]] KWin: rename client libraries twin3_* -&amp;amp;gt; twin_*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=84ab4705 [84ab4705]] Make TWin look for `twin_` libraries&amp;lt;br/&amp;gt;This is now the preferred way of calling the decoration libraries&amp;lt;br/&amp;gt;(in place of `twin3_`). The old names that start with `twin3_` are&amp;lt;br/&amp;gt;still recognized for compatibility reasons.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/351 #351]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e8336ee5 [e8336ee5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2da663c3 [2da663c3]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8210b058 [8210b058]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=74eb1d78 [74eb1d78]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=90b19e21 [90b19e21]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ce84a0c6 [ce84a0c6]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=950f0ce7 [950f0ce7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tde_release_notes.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tde_release_notesdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d61158c7 [d61158c7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdcop - kdcop.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdcop-kdcopdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ddc6b3af [ddc6b3af]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeintegration.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeintegrationdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1771a344 [1771a344]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5ec66d53 [5ec66d53]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - compat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-compat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=653159ea [653159ea]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=143cff2e [143cff2e]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=78937d51 [78937d51]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9ab17ab4 [9ab17ab4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e539275a [e539275a]] Add release notes draft for R14.2.x series&lt;br /&gt;
&lt;br /&gt;
== tdepim ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=5863ef46 [5863ef46]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=0e164959 [0e164959]] Fix functionality broken by commit fd0046c4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=fd0046c4 [fd0046c4]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=860c8799 [860c8799]] Drop deprecated kitchensync code&lt;br /&gt;
&lt;br /&gt;
== tdemultimedia ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=c5e80026 [c5e80026]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdemid - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdemid-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=ec115020 [ec115020]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=1c71f523 [1c71f523]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/libkcddb - libkcddb.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/libkcddb-libkcddbdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=94ca3a13 [94ca3a13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kscd - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kscd-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=6c3e9a2f [6c3e9a2f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=775b1efd [775b1efd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kappfinder - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kappfinder-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=a452bd94 [a452bd94]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaudiocreator - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaudiocreator-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=514a0715 [514a0715]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=cb937aa9 [cb937aa9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaudiocreator - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaudiocreator-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=261327ee [261327ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaboodle - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaboodle-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=ab65a990 [ab65a990]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== tdenetwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=7cf631be [7cf631be]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=15fd0d5c [15fd0d5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=bff9d105 [bff9d105]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=1e65a9c9 [1e65a9c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krfb - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krfb-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=65f0237b [65f0237b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=0f7aec08 [0f7aec08]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=8b0277b3 [8b0277b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=ea8c2556 [ea8c2556]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kwifi - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kwifi-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=7dbed250 [7dbed250]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=1732e27c [1732e27c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc - ksirc.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc-ksircdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=f0b3ae6b [f0b3ae6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krfb - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krfb-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=0bf1f09c [0bf1f09c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krdc - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krdc-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=cd3b9bc6 [cd3b9bc6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=6c1bfe1c [6c1bfe1c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/knewsticker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/knewsticker-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e540875f [e540875f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=9f39152c [9f39152c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=ec7c5f92 [ec7c5f92]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmlanbrowser - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmlanbrowser-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=bd2c6b41 [bd2c6b41]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kdict - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kdict-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=055c3ba8 [055c3ba8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmktalkd - kcmktalkd.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmktalkd-kcmktalkddesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e8441a98 [e8441a98]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/dcoprss - rssservice.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/dcoprss-rssservicedesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== tdegraphics ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=32a0eae8 [32a0eae8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=0464b42f [0464b42f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksvg - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksvg-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=83ca390f [83ca390f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kooka - kooka.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kooka-kookadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=b946ccf6 [b946ccf6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kolourpaint - kolourpaint.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kolourpaint-kolourpaintdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=c3994f8f [c3994f8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=c8525154 [c8525154]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kfax - kfax.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kfax-kfaxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=82790fe5 [82790fe5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcoloredit - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcoloredit-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=6628c1cf [6628c1cf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdeiconedit - tdeiconedit.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdeiconedit-tdeiconeditdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=6fec2493 [6fec2493]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewshell - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewshell-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=0ac60cd7 [0ac60cd7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kuickshow - kuickshow.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kuickshow-kuickshowdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=b7a2fb44 [b7a2fb44]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksnapshot - ksnapshot.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksnapshot-ksnapshotdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=d73ec8db [d73ec8db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler - kruler.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler-krulerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=4207cf76 [4207cf76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpovmodeler - kpovmodeler.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpovmodeler-kpovmodelerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=a34651aa [a34651aa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=df90b4db [df90b4db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kfaxview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kfaxview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=10228ff7 [10228ff7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kdvi - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kdvi-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=786ba559 [786ba559]] Fix functionality broken by commit d26dabfe.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=d26dabfe [d26dabfe]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=fdd22494 [fdd22494]] Drop deprecated kmrml code&lt;br /&gt;
&lt;br /&gt;
== tdetoys ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=47ebe98c [47ebe98c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (285 of 285 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather - stations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather-stations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=bfb7d592 [bfb7d592]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=97649015 [97649015]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kworldclock - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kworldclock-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=29e37f55 [29e37f55]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/ktux - ktux.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/ktux-ktuxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=4eb6f321 [4eb6f321]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kteatime - kteatime.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kteatime-kteatimedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=75d71ec8 [75d71ec8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kodo - kodo.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kodo-kododesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=ef99089e [ef99089e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/amor - amor.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/amor-amordesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=528f19d2 [528f19d2]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeedu ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=0c53c58d [0c53c58d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=d99f3098 [d99f3098]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=05b36881 [05b36881]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kverbos - kverbos.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kverbos-kverbosdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=b2b4038e [b2b4038e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kturtle - kturtle.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kturtle-kturtledesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=9edf12e3 [9edf12e3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/ktouch - ktouch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/ktouch-ktouchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=373f572e [373f572e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kiten - kiten.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kiten-kitendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=894d22c5 [894d22c5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars - kstars.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars-kstarsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=b245468a [b245468a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kpercentage - kpercentage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kpercentage-kpercentagedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=9a430435 [9a430435]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kmplot - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kmplot-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=7cbde739 [7cbde739]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/klettres - klettres.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/klettres-klettresdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=3f41eb31 [3f41eb31]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/klatin - klatin.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/klatin-klatindesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=274c00f5 [274c00f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kig - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kig-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=d076ba6e [d076ba6e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/khangman - khangman.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/khangman-khangmandesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e7ecdbc7 [e7ecdbc7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography - kgeography.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography-kgeographydesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=7ec075a1 [7ec075a1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/keduca - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/keduca-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e45f4ee3 [e45f4ee3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kbruch - kbruch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kbruch-kbruchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e73aad5f [e73aad5f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kanagram - kanagram.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kanagram-kanagramdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=026dd7e1 [026dd7e1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kalzium - kalzium.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kalzium-kalziumdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=92daf7c2 [92daf7c2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/blinken - blinken.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/blinken-blinkendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=ad620012 [ad620012]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=1b57c822 [1b57c822]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== tdegames ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=707ed9c6 [707ed9c6]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=72486eea [72486eea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/tdefifteen - tdefifteen.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/tdefifteen-tdefifteendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=1af92e8c [1af92e8c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk - knetwalk.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk-knetwalkdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=b4e10441 [b4e10441]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/twin4 - twin4.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/twin4-twin4desktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=60e6b4b7 [60e6b4b7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ktuberling - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ktuberling-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f86cc3b2 [f86cc3b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kspaceduel - kspaceduel.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kspaceduel-kspacedueldesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=1723a2e2 [1723a2e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksokoban - ksokoban.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksokoban-ksokobandesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=b8bfa029 [b8bfa029]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksnake - ksnake.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksnake-ksnakedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f3055d26 [f3055d26]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=25bbc148 [25bbc148]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet - ksirtet.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet-ksirtetdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=bc6ebdd9 [bc6ebdd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksame - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksame-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=245abf4b [245abf4b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kshisen - kshisen.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kshisen-kshisendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=a24aefaf [a24aefaf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f361902f [f361902f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi - kreversi.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi-kreversidesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=bdbf75db [bdbf75db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kpoker - kpoker.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kpoker-kpokerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=8010109b [8010109b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kpat - kpat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kpat-kpatdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=30b2fe6b [30b2fe6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/konquest - konquest.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/konquest-konquestdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e3c0ddc0 [e3c0ddc0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kolf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kolf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=214ce742 [214ce742]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmines - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmines-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e2876665 [e2876665]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e58b9568 [e58b9568]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmines - kmines.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmines-kminesdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=564ede18 [564ede18]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmahjongg - kmahjongg.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmahjongg-kmahjonggdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=a1f2098b [a1f2098b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegames/klickety - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/klickety-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=04405ac0 [04405ac0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kjumpingcube - kjumpingcube.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kjumpingcube-kjumpingcubedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=ddeb59d5 [ddeb59d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kgoldrunner - KGoldrunner.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kgoldrunner-kgoldrunnerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=6aa6a2fc [6aa6a2fc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kenolaba - kenolaba.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kenolaba-kenolabadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=c2e382ff [c2e382ff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbounce - kbounce.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbounce-kbouncedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=43a1ef1a [43a1ef1a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kblackbox - kblackbox.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kblackbox-kblackboxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=47443995 [47443995]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbackgammon - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbackgammon-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=51730a13 [51730a13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbackgammon - kbackgammon.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbackgammon-kbackgammondesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f4e1241f [f4e1241f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kasteroids - kasteroids.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kasteroids-kasteroidsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=195f32ff [195f32ff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegames/atlantik - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/atlantik-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=078f8a60 [078f8a60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/atlantik - atlantik.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/atlantik-atlantikdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=23f73f6d [23f73f6d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=89209b44 [89209b44]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeaccessibility ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=546f0a26 [546f0a26]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmousetool - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmousetool-desktop-files/nl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=0c8252ff [0c8252ff]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmag - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmag-desktop-files/nl/&lt;br /&gt;
&lt;br /&gt;
== tdeaddons ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=462e8067 [462e8067]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (64 of 64 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-plugins-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=7247f36b [7247f36b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tutorials - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tutorials-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=729f8436 [729f8436]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-plugins-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=c75bb91d [c75bb91d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/ksig - ksig.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/ksig-ksigdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=8b19a3d4 [8b19a3d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (44 of 44 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-plugins-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== tdeadmin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=7c269be3 [7c269be3]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 50.0% (1 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage - kpackage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage-kpackagedesktop/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=b60f7565 [b60f7565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kuser - kuser.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kuser-kuserdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=39dd6199 [39dd6199]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/ksysv - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/ksysv-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=1ec384e5 [1ec384e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=78260ae7 [78260ae7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage - kpackage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage-kpackagedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=18052ec0 [18052ec0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kdat - kdat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kdat-kdatdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=68dbc1fc [68dbc1fc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kcron - kcron.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kcron-kcrondesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== tdeartwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=e76fde84 [e76fde84]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/icon themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/icon-themes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=480c8a32 [480c8a32]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/icon themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/icon-themes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=d5891cb6 [d5891cb6]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/wallpapers-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=b7c7780f [b7c7780f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeartwork/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/wallpapers-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=25e4ea58 [25e4ea58]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=0afaf315 [0afaf315]] twin-styles: twin3_ to twin_ conversion&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=5f90bc99 [5f90bc99]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (314 of 314 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/tdescreensaver - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/tdescreensaver-desktop-files/it/&lt;br /&gt;
&lt;br /&gt;
== tdebindings ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=84ec6486 [84ec6486]] Drop compatibility code for TQSignal&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=13378021 [13378021]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=02712db1 [02712db1]] Drop compatibility code for TQButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=53442b53 [53442b53]] Drop obsolete TQLineEdit methods&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=1b35744b [1b35744b]] Drop compatibility code for TQToolButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=476cadbf [476cadbf]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=941081ce [941081ce]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=dcffc0bc [dcffc0bc]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
== tdesdk ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=e116e963 [e116e963]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbabel - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbabel-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=ba42cd60 [ba42cd60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=0b324ad9 [0b324ad9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=26ea0a31 [26ea0a31]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdecachegrind - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdecachegrind-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=7b277c01 [7b277c01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/scheck - scheck.themerc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/scheck-scheckthemerc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=8d7ac8ea [8d7ac8ea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kuiviewer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kuiviewer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=70cbb21e [70cbb21e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbugbuster - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbugbuster-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=5951f56b [5951f56b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/cervisia - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/cervisia-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=0c03e09c [0c03e09c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/cervisia - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/cervisia-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=b221bea0 [b221bea0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kompare - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kompare-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d50abb28 [d50abb28]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.1% (27 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=3523578c [3523578c]] Fix functionality broken by commit d619f66&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d619f66a [d619f66a]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tdevelop ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=f4724912 [f4724912]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop-desktop-files/&lt;br /&gt;
&lt;br /&gt;
== tdewebdev ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=13d63148 [13d63148]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kimagemapeditor - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kimagemapeditor-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=e16b4e3b [e16b4e3b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=6552a392 [6552a392]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== tde-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b54aba2 [2b54aba2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (833 of 833 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02030efa [02030efa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.2% (461 of 500 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdecachegrind&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdecachegrind/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5abddf59 [5abddf59]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1016 of 1016 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbabel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbabel/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fc1947d4 [fc1947d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - validators&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-validators/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=995b2521 [995b2521]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4722fda2 [4722fda2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 71.0% (49 of 69 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c7fe792b [c7fe792b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (89 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c55b4ce5 [c55b4ce5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (241 of 241 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonqhtml&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonqhtml/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aeed5fd8 [aeed5fd8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b7b847f5 [b7b847f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (223 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=255d26f7 [255d26f7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (238 of 238 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/ksim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/ksim/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78aad284 [78aad284]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (89 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76168eb5 [76168eb5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmperformance&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmperformance/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1fd85bdd [1fd85bdd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_pop3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_pop3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a58fce8 [2a58fce8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d228567 [7d228567]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfmclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfmclient/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d1527d8f [d1527d8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_smtp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_smtp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c363a97 [6c363a97]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (140 of 140 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ec080931 [ec080931]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc2988ac [bc2988ac]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd5194d2 [bd5194d2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=04ed4b52 [04ed4b52]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (76 of 76 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmusb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmusb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc1d1c98 [bc1d1c98]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (43 of 43 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kthememanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kthememanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ffa5d7e7 [ffa5d7e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (96 of 96 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeprintfax&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeprintfax/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=076c2fed [076c2fed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdestyle_keramik_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdestyle_keramik_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4ceab3f4 [4ceab3f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplashthemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplashthemes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=512d9f79 [512d9f79]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=47e26a43 [47e26a43]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (93 of 93 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdefontinst&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdefontinst/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3a144469 [3a144469]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_home&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_home/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cd272aca [cd272aca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmnotify&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmnotify/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d2ba7ada [d2ba7ada]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (290 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=135f1b2e [135f1b2e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=07c69212 [07c69212]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=03934f6b [03934f6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_system&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_system/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67680029 [67680029]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0e0ae526 [0e0ae526]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeio_svn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeio_svn/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a87c6d1 [8a87c6d1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_ts&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_ts/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aade5865 [aade5865]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_po&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_po/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=522da565 [522da565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_diff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_diff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=83c47a3a [83c47a3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_cpp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_cpp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4d9ffb4a [4d9ffb4a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kres_bugzilla&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kres_bugzilla/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cfa3a9ad [cfa3a9ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (208 of 208 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbugbuster&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbugbuster/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ebed3f3 [3ebed3f3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acb7bd01 [acb7bd01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kmenuapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kmenuapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b406e7b0 [b406e7b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=610e404f [610e404f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/krdb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/krdb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bf546323 [bf546323]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmspellchecking&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmspellchecking/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a6399d3 [4a6399d3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 65.0% (13 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmiccconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmiccconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=80a06e94 [80a06e94]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_tar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_tar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b26c4f5 [4b26c4f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_recentdocs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_recentdocs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=58999e40 [58999e40]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_prefmenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_prefmenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6ce221c9 [6ce221c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - sort&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-sort/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0390f05b [0390f05b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - webarchiver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-webarchiver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cf552d9d [cf552d9d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - wavecapture&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-wavecapture/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=433ee6e7 [433ee6e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - wakeup&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-wakeup/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=46159872 [46159872]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - tyler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-tyler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e02bff0f [e02bff0f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - tippecanoe&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-tippecanoe/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0761ee7 [c0761ee7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - txt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-txt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cd18979e [cd18979e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - mhtml&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-mhtml/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=712079e1 [712079e1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - lnk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-lnk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fce9e09 [4fce9e09]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - html&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-html/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25db3dca [25db3dca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - folder&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-folder/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef1f9ac7 [ef1f9ac7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-desktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10e3306c [10e3306c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - cert&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-cert/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3fec0e8 [f3fec0e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - synaescope&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-synaescope/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a86eaabb [a86eaabb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - searchbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-searchbar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5da3c28e [5da3c28e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - pitchablespeed&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-pitchablespeed/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dce4401c [dce4401c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - minitools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-minitools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=65231d72 [65231d72]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - microformat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-microformat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e048a4eb [e048a4eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (42 of 42 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - mediacontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-mediacontrol/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=03f6f36f [03f6f36f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - lyrics&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-lyrics/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=75a2d1a4 [75a2d1a4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kaddressbook - gmx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kaddressbook-gmx/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=111da4e5 [111da4e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kaddressbook - kworldclock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kaddressbook-kworldclock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=37ccc73b [37ccc73b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (53 of 53 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - ktimemon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-ktimemon/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=877faee6 [877faee6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (48 of 48 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - metabar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-metabar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a964e80 [8a964e80]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - mediaplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-mediaplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6215185a [6215185a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - delicious&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-delicious/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=432a8fd9 [432a8fd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - kmathapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-kmathapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2537b8d7 [2537b8d7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (33 of 33 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - kbinaryclock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-kbinaryclock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41b3507f [41b3507f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - xmltools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-xmltools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d895f991 [d895f991]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - xmlcheck&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-xmlcheck/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1477c443 [1477c443]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - textfilter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-textfilter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a96d906d [a96d906d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - tabbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-tabbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02b5b392 [02b5b392]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - snippets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-snippets/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=06908d1c [06908d1c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - pybrowse&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-pybrowse/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68019125 [68019125]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - openheader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-openheader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e4943b1f [e4943b1f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - modeline&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-modeline/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a8e169d [4a8e169d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - make&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-make/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8548c37e [8548c37e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - kjswrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-kjswrapper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=65197c45 [65197c45]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - insertcommand&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-insertcommand/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f33c05f3 [f33c05f3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - htmltools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-htmltools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a3220aa3 [a3220aa3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - helloworld&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-helloworld/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0768ae06 [0768ae06]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - fll_plugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-fll_plugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ed62a7e [7ed62a7e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - fll_initplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-fll_initplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4551fe7c [4551fe7c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - filetemplates&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-filetemplates/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a5773c33 [a5773c33]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - cppsymbolviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-cppsymbolviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d5f107a6 [d5f107a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - image&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-image/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=760d609c [760d609c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - charlatanui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-charlatanui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=49a7da4e [49a7da4e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - ffrs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-ffrs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44ff5289 [44ff5289]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - dub&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-dub/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f595c2f4 [f595c2f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (81 of 81 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - domtreeviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-domtreeviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5984420c [5984420c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - dirfilter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-dirfilter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8740f36c [8740f36c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - crashes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-crashes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2eea31a6 [2eea31a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - autorefresh&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-autorefresh/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0b43890b [0b43890b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - audio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-audio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b60fc4c0 [b60fc4c0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - ark&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-ark/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4f2e12e9 [4f2e12e9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - alsaplayerui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-alsaplayerui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8cf5b05b [8cf5b05b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - akregator&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-akregator/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e9608f5 [1e9608f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (3009 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb7f6413 [bb7f6413]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (101 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2297c73 [a2297c73]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16fc9290 [16fc9290]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30b25447 [30b25447]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0c9390e0 [0c9390e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_asus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_asus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c9b6e0a [3c9b6e0a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (464 of 464 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kttsd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kttsd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5f018862 [5f018862]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.8% (5277 of 5622 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9cd12c13 [9cd12c13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4373 of 4373 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fb393ca2 [fb393ca2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdelirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdelirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de26e8e7 [de26e8e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/superkaramba&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/superkaramba/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef2d1ac9 [ef2d1ac9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.7% (204 of 238 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/ksim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/ksim/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8225ecb4 [8225ecb4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0d8c5564 [0d8c5564]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_powerbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_powerbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=15e159f9 [15e159f9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cbaed96f [cbaed96f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_delli8k&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_delli8k/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=99665cc4 [99665cc4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilod&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilod/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76cf712f [76cf712f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kfloppy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kfloppy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a780ff13 [a780ff13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.1% (833 of 849 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kaddressbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kaddressbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=160a21e5 [160a21e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (288 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b39b69b0 [b39b69b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.8% (224 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=37c46a10 [37c46a10]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aaa64918 [aaa64918]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_raw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_raw/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b72b65e [2b72b65e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (197 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de33568d [de33568d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (121 of 121 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/klinkstatus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/klinkstatus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c46c273c [c46c273c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=463fe953 [463fe953]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.0% (23 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - webarchiver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-webarchiver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f902060c [f902060c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - imgallery&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-imgallery/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7291a5d [e7291a5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (254 of 254 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libtdegames&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libtdegames/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=60f4c2ad [60f4c2ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4d13a2c [c4d13a2c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (557 of 557 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kmplot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kmplot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8f16a587 [8f16a587]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4373 of 4373 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a1803a12 [a1803a12]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (765 of 765 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kalzium&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kalzium/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a9f1223f [a9f1223f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6f5c5077 [6f5c5077]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (138 of 138 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdeiconedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdeiconedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9f37b90b [9f37b90b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_xpm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_xpm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=124a1a5b [124a1a5b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_xbm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_xbm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1397cb2b [1397cb2b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_tiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_tiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8cd2a856 [8cd2a856]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_tga&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_tga/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2102c574 [2102c574]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_rgb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_rgb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=146a8054 [146a8054]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_ps&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_ps/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=21580aeb [21580aeb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pnm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pnm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee75c8c5 [ee75c8c5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_png&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_png/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=19cf3c62 [19cf3c62]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pdf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=107c467f [107c467f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pcx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pcx/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02a155ef [02a155ef]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (67 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_jpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_jpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d85c7052 [d85c7052]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_ico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_ico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2933d93 [e2933d93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_gif&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_gif/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4382f606 [4382f606]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (59 of 59 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_exr&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_exr/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5bddf5a5 [5bddf5a5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_dvi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_dvi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=921e29b3 [921e29b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_dds&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_dds/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0b56525a [0b56525a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_bmp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_bmp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5694df40 [5694df40]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (107 of 107 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/libkscan&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/libkscan/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4f70423 [d4f70423]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/libkfaximgage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/libkfaximgage/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1d63ec25 [1d63ec25]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (179 of 179 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewshell&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewshell/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4cd8d3e0 [4cd8d3e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewscannerplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewscannerplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d794493d [d794493d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kview_scale&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kview_scale/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5f74d61a [5f74d61a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewpresenterplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewpresenterplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1c6f60df [1c6f60df]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kvieweffectsplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kvieweffectsplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2c39783 [a2c39783]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewbrowserplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewbrowserplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=23706e02 [23706e02]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (123 of 123 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kuickshow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kuickshow/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=96c0bde1 [96c0bde1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (45 of 45 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksnapshot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksnapshot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6536643 [e6536643]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=40b76cfc [40b76cfc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (225 of 225 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=54045117 [54045117]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (256 of 256 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kooka&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kooka/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a0ba024f [a0ba024f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (386 of 386 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kolourpaint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kolourpaint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b9817b46 [b9817b46]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (131 of 131 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8614f6c [a8614f6c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kgamma&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kgamma/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=09d52dca [09d52dca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (215 of 215 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kdvi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kdvi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25b4dfd1 [25b4dfd1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcoloredit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcoloredit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51cd9478 [51cd9478]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewviewerpluginsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewviewerpluginsconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2c14518 [a2c14518]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewpluginsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewpluginsconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2746c521 [2746c521]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewgeneralconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewgeneralconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25650c93 [25650c93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewcanvasconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewcanvasconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4af32845 [4af32845]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcmkamera&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcmkamera/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb0c53ea [bb0c53ea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ff1ec9c1 [ff1ec9c1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (403 of 403 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c00aae5c [c00aae5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppplogview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppplogview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=93829039 [93829039]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (416 of 416 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c152d582 [c152d582]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (94 of 94 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kpf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kpf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=654c466b [654c466b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acdd4826 [acdd4826]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_avi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_avi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=85655c32 [85655c32]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (320 of 320 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12c3105c [12c3105c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (80 of 80 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_lame&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_lame/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acfe74f0 [acfe74f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.0% (17 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_xmlrpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_xmlrpc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8f561fa [b8f561fa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2430 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b59a52df [b59a52df]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.1% (833 of 849 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kaddressbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kaddressbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b15f99b [3b15f99b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.7% (341 of 360 strings)&amp;lt;br/&amp;gt;Translation: tdepim/akregator&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/akregator/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6fd71df1 [6fd71df1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12eb7e03 [12eb7e03]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.0% (250 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9937df39 [9937df39]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ae470e5 [2ae470e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=08998baf [08998baf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (67 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmcolors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmcolors/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10ac25e5 [10ac25e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdedebugdialog&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdedebugdialog/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0771e565 [0771e565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2865 of 2865 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/ppdtranslations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/ppdtranslations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c535e26d [c535e26d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73b6114f [73b6114f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=155b3201 [155b3201]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a4c12d6 [2a4c12d6]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=976a81b4 [976a81b4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (245 of 245 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kdat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kdat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9fe445d8 [9fe445d8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8660af8 [a8660af8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (152 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=807855fe [807855fe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=69bdd2bf [69bdd2bf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (416 of 416 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=85d49634 [85d49634]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6980e97e [6980e97e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (111 of 111 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dc165c85 [dc165c85]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2430 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5bd9ba76 [5bd9ba76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0fd4f012 [0fd4f012]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.0% (99 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ca026de0 [ca026de0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0eb200e2 [0eb200e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4af789bd [4af789bd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b3efd69f [b3efd69f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (72 of 72 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/i18n - entry.desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/i18n-entrydesktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e5046884 [e5046884]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.5% (2464 of 2578 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6ff96b0 [d6ff96b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.9% (929 of 1010 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kommander&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kommander/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=052541a5 [052541a5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6813630 [d6813630]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61348be4 [61348be4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (106 of 106 strings)&amp;lt;br/&amp;gt;Translation: tdegames/lskat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/lskat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ce4cc89a [ce4cc89a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f84f621b [f84f621b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.8% (5277 of 5622 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7adefbb7 [7adefbb7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (553 of 553 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kgpg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kgpg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a54f6ad [9a54f6ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.8% (722 of 723 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a7b6a48e [a7b6a48e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.0% (109 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=adb9ee02 [adb9ee02]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acbf941b [acbf941b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_systemmenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_systemmenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d1ace2d1 [d1ace2d1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (288 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c940de1b [c940de1b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ce53218 [7ce53218]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76141cbc [76141cbc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.7% (158 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44df28d5 [44df28d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1032 of 1032 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpovmodeler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpovmodeler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=77cf8f9c [77cf8f9c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (3008 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c8cacdab [c8cacdab]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 90.6% (155 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f38fa8f3 [f38fa8f3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b01edccd [b01edccd]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=04d54b46 [04d54b46]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=edde93c4 [edde93c4]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (331 of 332 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee87723d [ee87723d]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 94.7% (36 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=347c614b [347c614b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5d7a5d36 [5d7a5d36]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4a7354e [c4a7354e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17e37aec [17e37aec]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a93fc87 [5a93fc87]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (417 of 417 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libtdepim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fa7c437 [4fa7c437]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1428 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e157a91c [e157a91c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=35f9874a [35f9874a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=31e1fd99 [31e1fd99]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5196 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c29db08c [c29db08c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kasteroids&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kasteroids/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45c9efee [45c9efee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bac7cad2 [bac7cad2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.8% (722 of 723 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45438fab [45438fab]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmicons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmicons/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=184c41a3 [184c41a3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f2e51c15 [f2e51c15]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 55.1% (32 of 58 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78f3d660 [78f3d660]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c84bab9b [c84bab9b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9dceffa5 [9dceffa5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bea7c2b5 [bea7c2b5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2f6e4464 [2f6e4464]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (181 of 181 strings)&amp;lt;br/&amp;gt;Translation: tdepim/karm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/karm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b718443 [7b718443]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksystemtrayapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksystemtrayapplet/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df6f0d2f [df6f0d2f]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (290 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2282d9eb [2282d9eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.3% (21 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - alsaplayerui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-alsaplayerui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8ef3404 [a8ef3404]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (369 of 369 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3fb5a51f [3fb5a51f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (137 of 137 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kverbos&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kverbos/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6fd40db8 [6fd40db8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (205 of 205 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdemid&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdemid/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=789b5f42 [789b5f42]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (88 of 88 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kpersonalizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kpersonalizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bfa34bd2 [bfa34bd2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6da779c2 [6da779c2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.8% (224 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6038555 [e6038555]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dffecf21 [dffecf21]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.7% (157 of 159 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b0cd75a3 [b0cd75a3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (289 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=64e03b0c [64e03b0c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=805a0c6c [805a0c6c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c16120f [3c16120f]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f6b47865 [f6b47865]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.5% (3006 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=905b500e [905b500e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_wav&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_wav/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0376d619 [0376d619]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_theora&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_theora/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8c0bd602 [8c0bd602]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_sid&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_sid/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f96bfe38 [f96bfe38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_ogg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_ogg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=20da6100 [20da6100]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_m3u&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_m3u/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6ec9d7d [e6ec9d7d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=002f6b01 [002f6b01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9c288da4 [9c288da4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fdacc87 [4fdacc87]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_flac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_flac/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79bd92c0 [79bd92c0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_avi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_avi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8545225b [8545225b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_au&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_au/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16bb2152 [16bb2152]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (332 of 332 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61ff946a [61ff946a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (187 of 187 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/libkcddb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/libkcddb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=18dd016f [18dd016f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (111 of 111 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7047488 [e7047488]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=09ae6e3a [09ae6e3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a94f2253 [a94f2253]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kcmcddb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kcmcddb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=839723e8 [839723e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaboodle&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaboodle/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a3d5767a [a3d5767a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_vorbis&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_vorbis/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=039aa373 [039aa373]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (80 of 80 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_lame&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_lame/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1a2584a5 [1a2584a5]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 85.9% (1749 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ae0d186 [1ae0d186]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwindecoration&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwindecoration/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8e3a9bd8 [8e3a9bd8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a8bf169 [9a8bf169]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6329682c [6329682c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_flac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_flac/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=01a947f7 [01a947f7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48cbdde6 [48cbdde6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bda1bc83 [bda1bc83]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a94365d8 [a94365d8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b07c9fd5 [b07c9fd5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=99ddc47e [99ddc47e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=233603f3 [233603f3]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kickermenu_kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kickermenu_kate/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eb41c146 [eb41c146]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (261 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=035d412a [035d412a]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=252276b0 [252276b0]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a3c101a [5a3c101a]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3baf4ac [f3baf4ac]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0198f7b7 [0198f7b7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abbea754 [abbea754]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=22447195 [22447195]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67154ced [67154ced]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwinrules&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwinrules/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68257170 [68257170]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwindecoration&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwindecoration/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5b8921e6 [5b8921e6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b643ca2 [4b643ca2]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ea42728d [ea42728d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e0f759a [1e0f759a]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41a2a0a6 [41a2a0a6]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 87.7% (150 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7a72e540 [7a72e540]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1433ed29 [1433ed29]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4816e684 [4816e684]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c9f3b6c [3c9f3b6c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41444a5d [41444a5d]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 80.6% (2134 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=62275fac [62275fac]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4565a842 [4565a842]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eb88e6fc [eb88e6fc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a15c7835 [a15c7835]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7e214ab [e7e214ab]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ff4ced6a [ff4ced6a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c8260126 [c8260126]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4d00bce3 [4d00bce3]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cadd2b5d [cadd2b5d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9a96806 [c9a96806]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdelicense&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdelicense/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bda14f95 [bda14f95]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5196 of 5196 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dac4018a [dac4018a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 80.9% (1648 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b5c59d83 [b5c59d83]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=643497da [643497da]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e41785c [1e41785c]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (197 of 197 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1be1e3e9 [1be1e3e9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fbde5a66 [fbde5a66]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (326 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c1acc00 [6c1acc00]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (289 of 289 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9b635e1b [9b635e1b]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b0ef02e [7b0ef02e]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8dbd2744 [8dbd2744]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1b39883e [1b39883e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b5c8e7a [3b5c8e7a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=49367158 [49367158]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da6ebc69 [da6ebc69]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.5% (211 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=38d19787 [38d19787]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da4c604a [da4c604a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a289914a [a289914a]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmag&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmag/nl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=587622ea [587622ea]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d0076837 [d0076837]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=484fbfeb [484fbfeb]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 85.0% (805 of 946 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/katepart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/katepart/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a1c113b [5a1c113b]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 86.4% (369 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb4d9424 [bb4d9424]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 54.2% (247 of 455 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs_colors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs_colors/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3059b6dc [3059b6dc]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd92b2ee [bd92b2ee]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44c33da9 [44c33da9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.3% (158 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e405a694 [e405a694]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.8% (16 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmenergy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmenergy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1a8c65b3 [1a8c65b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 71.4% (5 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - image&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-image/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f91ae8b2 [f91ae8b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (197 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee561a5d [ee561a5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.5% (193 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b7818e1 [4b7818e1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegames/kmahjongg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmahjongg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=62c862a8 [62c862a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.6% (191 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=feb94ddc [feb94ddc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdewalletmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdewalletmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9cf3ed6a [9cf3ed6a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da73efd6 [da73efd6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdewalletmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdewalletmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=56f2e465 [56f2e465]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/krdb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/krdb/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ea2bd4b [2ea2bd4b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=289b8045 [289b8045]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 80.3% (1636 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17b287ee [17b287ee]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.9% (195 of 197 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e98cc110 [e98cc110]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7768467e [7768467e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ffe4047 [3ffe4047]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d42dfce9 [d42dfce9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 77.9% (1588 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c033f982 [c033f982]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=447af80a [447af80a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 76.8% (1565 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f9a53f48 [f9a53f48]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5cac2c06 [5cac2c06]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ec024ca [7ec024ca]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c624634e [c624634e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f86ccae9 [f86ccae9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6fc3c2e [d6fc3c2e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin_lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin_lib/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f322a111 [f322a111]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f09ec0ab [f09ec0ab]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ba5d62d1 [ba5d62d1]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.5% (209 of 210 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7e255c40 [7e255c40]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=86acd12e [86acd12e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4f3b4305 [4f3b4305]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eac33e90 [eac33e90]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (196 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17c51be5 [17c51be5]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0ab2398 [c0ab2398]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (326 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6b7fac1 [d6b7fac1]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (206 of 206 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4e97cea7 [4e97cea7]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e8274087 [e8274087]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d7fbab18 [d7fbab18]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3f1a08b4 [3f1a08b4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=92e6fc46 [92e6fc46]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6cf5249d [6cf5249d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48907031 [48907031]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.3% (148 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9ef855fe [9ef855fe]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.4% (170 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79e81b47 [79e81b47]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.9% (194 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=af5e01d0 [af5e01d0]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f262c268 [f262c268]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (326 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e03e491a [e03e491a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=299d7e9b [299d7e9b]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=963b03f8 [963b03f8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4643459 [a4643459]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 99.4% (171 of 172 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b6f0d602 [b6f0d602]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f6a6c8e5 [f6a6c8e5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67d451ba [67d451ba]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewpresenterplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewpresenterplugin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a18b92ba [a18b92ba]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d9a6697 [7d9a6697]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aaeda12b [aaeda12b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c999f37 [3c999f37]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdmconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmconfig/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef954c90 [ef954c90]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2aa378ca [2aa378ca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_zeroconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_zeroconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2cd8ff75 [2cd8ff75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cb5cf602 [cb5cf602]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krdc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krdc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fc00fa70 [fc00fa70]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (94 of 94 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kpf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kpf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=325dc4a8 [325dc4a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.8% (2984 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b912c6e7 [b912c6e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (248 of 248 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/knewsticker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/knewsticker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6e04a742 [6e04a742]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (103 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmwifi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmwifi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ca7235c9 [ca7235c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (100 of 100 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmlanbrowser&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmlanbrowser/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ddb067e7 [ddb067e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (43 of 43 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmktalkd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmktalkd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c7fc70f6 [c7fc70f6]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (196 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cff19a2f [cff19a2f]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bad75a4d [bad75a4d]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (327 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0115ec51 [0115ec51]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=75d3b850 [75d3b850]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ade36f2 [1ade36f2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ad7aeafe [ad7aeafe]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=57cd82f9 [57cd82f9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=405dc7df [405dc7df]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ee0c314 [3ee0c314]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdmconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmconfig/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2567a89d [2567a89d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b2441d13 [b2441d13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_zeroconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_zeroconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c669a79d [c669a79d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_lan&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_lan/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5ecccc8f [5ecccc8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_jabberdisco&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_jabberdisco/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=153f7022 [153f7022]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefile_torrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefile_torrent/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=db5cbbbc [db5cbbbc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kwireless&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kwireless/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=70391ee5 [70391ee5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kinetd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kinetd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0f541093 [0f541093]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kdictapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kdictapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16494e41 [16494e41]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/libtdepim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7648b3c9 [7648b3c9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b7ec603 [7b7ec603]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fb3fdb2b [fb3fdb2b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fe4514c8 [fe4514c8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=83bdc126 [83bdc126]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=63a90127 [63a90127]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/tdefifteen&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/tdefifteen/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df53a5b9 [df53a5b9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a27093a0 [a27093a0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 87.5% (14 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - audio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-audio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd2a6f38 [bd2a6f38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (89 of 89 strings)&amp;lt;br/&amp;gt;Translation: tdegames/twin4&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/twin4/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e64c11d2 [e64c11d2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (254 of 254 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libtdegames&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libtdegames/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7e30682d [7e30682d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (122 of 122 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libksirtet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libksirtet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ce1a3bf [3ce1a3bf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.2% (56 of 57 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ktuberling&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ktuberling/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2d940247 [2d940247]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9561b74 [c9561b74]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kshisen&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kshisen/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e67e6a7f [e67e6a7f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kolf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kolf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12861973 [12861973]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2e8f84f5 [2e8f84f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (381 of 381 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kgoldrunner&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kgoldrunner/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1256c7f6 [1256c7f6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f0087266 [f0087266]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (1235 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=06391dfe [06391dfe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 84.4% (87 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=71347685 [71347685]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79cebe5e [79cebe5e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78aaa659 [78aaa659]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (289 of 289 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=74773ebc [74773ebc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ac07e9f6 [ac07e9f6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdestyle_plastik_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdestyle_plastik_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e00cbcb5 [e00cbcb5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_kdatatool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_kdatatool/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c09081a6 [c09081a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdefileaudiopreview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdefileaudiopreview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=624183f5 [624183f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_autobookmarker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_autobookmarker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b00d45a6 [b00d45a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (946 of 946 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/katepart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/katepart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=db142dcb [db142dcb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabcformat_binary&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabcformat_binary/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7cd87b83 [7cd87b83]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_isearch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_isearch/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=11d74de2 [11d74de2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_file&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_file/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8c12f11 [b8c12f11]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_docwordcompletion&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_docwordcompletion/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dd4127b3 [dd4127b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_net&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_net/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6d341d34 [6d341d34]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_sql&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_sql/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=661b618f [661b618f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_dir&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_dir/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=650ebed1 [650ebed1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdestyle_highcontrast_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdestyle_highcontrast_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=681fb57e [681fb57e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2865 of 2865 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/ppdtranslations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/ppdtranslations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5410b42a [5410b42a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/libtdescreensaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/libtdescreensaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a4a938d [6a4a938d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_insertfile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_insertfile/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f1d18823 [f1d18823]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (44 of 44 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_ldaptdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_ldaptdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30f083cd [30f083cd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acbf80cd [acbf80cd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f8fb2e20 [f8fb2e20]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1013 of 1013 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeprint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeprint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aa0506f0 [aa0506f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (455 of 455 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs_colors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs_colors/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82e61934 [82e61934]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2739 of 2739 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a2ce6cb [9a2ce6cb]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73eb4e4d [73eb4e4d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=91f7be0d [91f7be0d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 64.5% (129 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a9fa5d76 [a9fa5d76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/taskbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/taskbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b382a9a [2b382a9a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktaskbarapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktaskbarapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30e0f112 [30e0f112]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/lockout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/lockout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e1c4e2b5 [e1c4e2b5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5317fab2 [5317fab2]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=92ad6a46 [92ad6a46]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0e61bcd [c0e61bcd]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dedebeb6 [dedebeb6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_delli8k&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_delli8k/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51c00880 [51c00880]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (206 of 206 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4a6e3eb [d4a6e3eb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c368d148 [c368d148]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a73707b4 [a73707b4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9af8d504 [9af8d504]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 97.3% (219 of 225 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=875d4c24 [875d4c24]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a757dd8a [a757dd8a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abcfb18a [abcfb18a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/libtaskbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskbar/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d481507 [7d481507]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kay&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kay/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fa9f0334 [fa9f0334]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5af0121c [5af0121c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdesud&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdesud/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e363127a [e363127a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/naughtyapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/naughtyapplet/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=54976205 [54976205]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 75.7% (1542 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8f32df4 [b8f32df4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a46e674 [8a46e674]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82b00602 [82b00602]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8919bb8a [8919bb8a]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3e98afc4 [3e98afc4]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51cb26bc [51cb26bc]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d5046c21 [d5046c21]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=500f2c45 [500f2c45]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 98.5% (70 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kspaceduel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kspaceduel/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=53f3360c [53f3360c]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksokoban&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksokoban/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fa57d92b [fa57d92b]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 48.9% (24 of 49 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksnake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksnake/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4d9d7c1 [a4d9d7c1]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 94.7% (18 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksmiletris&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksmiletris/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=63667467 [63667467]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 34.1% (27 of 79 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2b3a41b [e2b3a41b]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 38.0% (19 of 50 strings)&amp;lt;br/&amp;gt;Translation: tdegames/klines&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/klines/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=33531138 [33531138]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45486792 [45486792]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (58 of 58 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5e2914e7 [5e2914e7]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c716f74 [6c716f74]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a270de3 [5a270de3]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (322 of 322 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=404b586a [404b586a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8b023bb7 [8b023bb7]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (322 of 322 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10d7630d [10d7630d]] tdepim: remove kitchensync pot file again, since it was automatically re-added&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a8b0c96 [2a8b0c96]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f4de4713 [f4de4713]] tdepim: remove translations for kitchensync and multisynk&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=64d45800 [64d45800]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0c2a0ab3 [0c2a0ab3]] tdegraphics: remove translations for kmrml&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8aa58abf [8aa58abf]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=376b1bfe [376b1bfe]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a340797 [6a340797]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=90797510 [90797510]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e0706cf8 [e0706cf8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eee4a43c [eee4a43c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb21ba44 [bb21ba44]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
= libraries =&lt;br /&gt;
== libkdcraw ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=d13e9744 [d13e9744]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (74 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=50387262 [50387262]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 70.2% (52 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=fb8e7233 [fb8e7233]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (74 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=4720b9e3 [4720b9e3]] Added translation using Weblate (Chinese (Simplified))&lt;br /&gt;
&lt;br /&gt;
== libkipi ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=1ea1d770 [1ea1d770]] Added translation using Weblate (Chinese (Traditional))&lt;br /&gt;
&lt;br /&gt;
== kipi-plugins ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=aa3b7277 [aa3b7277]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.0% (512 of 602 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - metadataedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-metadataedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=62e89ce1 [62e89ce1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 40.1% (53 of 132 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - cdarchiving&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-cdarchiving/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=1fc6b1e0 [1fc6b1e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - viewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-viewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=f134eb8d [f134eb8d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=7115da7d [7115da7d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=c39b2d5d [c39b2d5d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=549a8d58 [549a8d58]] Added translation using Weblate (Chinese (Traditional))&lt;br /&gt;
&lt;br /&gt;
== libtqt-perl ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=ea4d4023 [ea4d4023]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=a8738810 [a8738810]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=076ec834 [076ec834]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
= applications/development =&lt;br /&gt;
== kdbg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=b171e1b2 [b171e1b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kdbg - kdbg.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbg-kdbgdesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== kdiff3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=453f35a8 [453f35a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 67.2% (347 of 516 strings)&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=47366761 [47366761]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: applications/kdiff3 - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=810025fb [810025fb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=b65164fa [b65164fa]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=abcdeb43 [abcdeb43]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=1bab9902 [1bab9902]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tdesvn ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=2cdbcc87 [2cdbcc87]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 48.5% (359 of 739 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=f66e96c7 [f66e96c7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdesvn - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=e0823d75 [e0823d75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/graphics =&lt;br /&gt;
== digikam ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=31f057f7 [31f057f7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1794 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=d1ed2afa [d1ed2afa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1793 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=1798610f [1798610f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=e809e384 [e809e384]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1793 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=53e13c18 [53e13c18]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2244 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=09a41f75 [09a41f75]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/&lt;br /&gt;
&lt;br /&gt;
== gwenview-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=3e754a52 [3e754a52]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=57175831 [57175831]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=827f6c7b [827f6c7b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/internet =&lt;br /&gt;
== kasablanca ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=2a9b7e7d [2a9b7e7d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kasablanca - kasablanca.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca-kasablancadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=159a8faf [159a8faf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 64.3% (74 of 115 strings)&amp;lt;br/&amp;gt;Translation: applications/kasablanca&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=4b9e3dcb [4b9e3dcb]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kbiff ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=c53c9a60 [c53c9a60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=2cc626b9 [2cc626b9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.8% (89 of 90 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=4069eda9 [4069eda9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff - kbiff.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff-kbiffdesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== kftpgrabber ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=70edee2c [70edee2c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/kftpgrabber - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kftpgrabber-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== knmap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=a289b05a [a289b05a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=2721c5e0 [2721c5e0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=24febfa6 [24febfa6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=8f8a354b [8f8a354b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (221 of 221 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=b68bd35b [b68bd35b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=60528588 [60528588]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 16.2% (36 of 221 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=aea076a0 [aea076a0]] Added translation using Weblate (Ukrainian)&lt;br /&gt;
&lt;br /&gt;
== konversation ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=dfedc855 [dfedc855]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.6% (1167 of 1362 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation/ru/&lt;br /&gt;
&lt;br /&gt;
== kshowmail ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=10272aed [10272aed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 49.8% (174 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=b13b420d [b13b420d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 49.5% (173 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
&lt;br /&gt;
== kstreamripper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=dbdd2a4e [dbdd2a4e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=6a970335 [6a970335]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=3ec99f94 [3ec99f94]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=457de6e0 [457de6e0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=1801e3aa [1801e3aa]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 80.0% (24 of 30 strings)&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=382d4392 [382d4392]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=5da88b7e [5da88b7e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=c621d368 [c621d368]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== ktorrent ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=523c79c3 [523c79c3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (875 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=46220b63 [46220b63]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 80.1% (701 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/ru/&lt;br /&gt;
&lt;br /&gt;
== kvirc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=44846083 [44846083]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - notifier&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b435bad5 [b435bad5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - editor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b412083e [b412083e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - about&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-about/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b32a017a [b32a017a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.8% (2404 of 2588 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=02e908ee [02e908ee]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=e2dd007c [e2dd007c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a48e70a7 [a48e70a7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (794 of 805 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a7254dcc [a7254dcc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - theme&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-theme/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=25f3bffc [25f3bffc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=1e208b4f [1e208b4f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - logview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-logview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=3e94a25e [3e94a25e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - editor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=0c62fcd5 [0c62fcd5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - filetransferwindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-filetransferwindow/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a6e75ff9 [a6e75ff9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - dcc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-dcc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=2091bae5 [2091bae5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - notifier&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=90e47cbd [90e47cbd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - sharedfileswindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-sharedfileswindow/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=729d67a2 [729d67a2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=116c3821 [116c3821]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=5e2a1ae3 [5e2a1ae3]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
= applications/misc =&lt;br /&gt;
== bibletime ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=9d90808b [9d90808b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/bibletime - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/bibletime-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=de0a4201 [de0a4201]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=7c699d2d [7c699d2d]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== desktop-effects-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=4ef8c50e [4ef8c50e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=7437087e [7437087e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=92556696 [92556696]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kerberostray ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=f56d47b0 [f56d47b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kerberostray&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kerberostray/&lt;br /&gt;
&lt;br /&gt;
= applications/multimedia =&lt;br /&gt;
== amarok ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=73837f1a [73837f1a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=079f0cc9 [079f0cc9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b037abfb [b037abfb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=93aff8fd [93aff8fd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=7f396148 [7f396148]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=8ac0d326 [8ac0d326]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=086adc4f [086adc4f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4ebfa149 [4ebfa149]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 79.7% (1981 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4cc71ec3 [4cc71ec3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=2116bf2a [2116bf2a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=e6e2d189 [e6e2d189]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=c2a12e62 [c2a12e62]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=44ad188d [44ad188d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=83730846 [83730846]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4ddb9e62 [4ddb9e62]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=90520108 [90520108]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 84.7% (2105 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=40099ec0 [40099ec0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b767627f [b767627f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=bcd8d83e [bcd8d83e]] Fix functionality broken by commit 1c3e0630.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b04099ff [b04099ff]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=a7a79de0 [a7a79de0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=1c3e0630 [1c3e0630]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=5dedf79f [5dedf79f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=8b28bb5c [8b28bb5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=9038cb17 [9038cb17]] Translated using Weblate (Turkish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/tr/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=3c835108 [3c835108]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.8% (2406 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
&lt;br /&gt;
== codeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=033f32ab [033f32ab]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=28a3b75f [28a3b75f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=9f39f05e [9f39f05e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/codeine - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/codeine-desktop-files/&lt;br /&gt;
&lt;br /&gt;
== k3b ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=00a24ebc [00a24ebc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=987871f0 [987871f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=c2fbc8f1 [c2fbc8f1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=95a45a4f [95a45a4f]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=bbf83236 [bbf83236]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=894069eb [894069eb]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/pt/&lt;br /&gt;
&lt;br /&gt;
== k3b-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=84cd0b47 [84cd0b47]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (47 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=6f6f5263 [6f6f5263]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=bd308fa9 [bd308fa9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=e6010418 [e6010418]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (47 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=cb12df11 [cb12df11]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=ecef8905 [ecef8905]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=9c355f26 [9c355f26]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=1d1360a7 [1d1360a7]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=6f8f68cc [6f8f68cc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=47c13aee [47c13aee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=b92282bd [b92282bd]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 97.8% (46 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/bg/&lt;br /&gt;
&lt;br /&gt;
== k9copy ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=ef83b5b8 [ef83b5b8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=4979c509 [4979c509]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=237b3548 [237b3548]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (495 of 495 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=553df4a4 [553df4a4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=bc07265d [bc07265d]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kaffeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=eac2daca [eac2daca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (729 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=6c9257f2 [6c9257f2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.5% (711 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=e0e0d158 [e0e0d158]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=b871bd5b [b871bd5b]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kmplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=30650e19 [30650e19]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.9% (347 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=77c148a7 [77c148a7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=bb993d63 [bb993d63]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=d8d54a7f [d8d54a7f]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 95.6% (373 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=122a27a0 [122a27a0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=bb9e13d1 [bb9e13d1]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=0817bc03 [0817bc03]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer-desktop-files/bg/&lt;br /&gt;
&lt;br /&gt;
== kplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=cc14b9cf [cc14b9cf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=d8391ef7 [d8391ef7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 77.0% (799 of 1037 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/ru/&lt;br /&gt;
&lt;br /&gt;
== soundkonverter ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=bcf2d459 [bcf2d459]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.6% (302 of 319 strings)&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=2bf7eb6c [2bf7eb6c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=28a35800 [28a35800]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=300613ee [300613ee]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=a13d3527 [a13d3527]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tderadio ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=aa80a24c [aa80a24c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=28afa3da [28afa3da]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - oss-sound&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-oss-sound/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=5369d924 [5369d924]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (45 of 45 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - gui-standard-display&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-standard-display/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=a9f14b38 [a9f14b38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 82.3% (14 of 17 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - timeshifter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-timeshifter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=d57a893c [d57a893c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.1% (75 of 78 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - recording&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-recording/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=55460675 [55460675]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=03b5df8e [03b5df8e]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 93.5% (29 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=0bb5fda6 [0bb5fda6]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=8cd30c0e [8cd30c0e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=c74cfcb6 [c74cfcb6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.7% (30 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/office =&lt;br /&gt;
== basket ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=33317176 [33317176]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/basket&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=c8b892a3 [c8b892a3]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kbibtex ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=702a473b [702a473b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 73.7% (444 of 602 strings)&amp;lt;br/&amp;gt;Translation: applications/kbibtex&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbibtex/ru/&lt;br /&gt;
&lt;br /&gt;
== kbookreader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=e32bbc6e [e32bbc6e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (17 of 17 strings)&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=fcdb94c9 [fcdb94c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kbookreader - kbookreader.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader-kbookreaderdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=ac3e0386 [ac3e0386]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=61e10e5a [61e10e5a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/&lt;br /&gt;
&lt;br /&gt;
== kile ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=00b87abb [00b87abb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kile - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== kmymoney ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=e592106d [e592106d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (2658 of 2674 strings)&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=67a43ced [67a43ced]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=9df4c701 [9df4c701]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== koffice ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=d165869a [d165869a]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=c2fdb394 [c2fdb394]] Fix functionality broken by commit a9bbaa83&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=a9bbaa83 [a9bbaa83]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== koffice-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=572398a4 [572398a4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (3150 of 3168 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspread&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=bce5a0c4 [bce5a0c4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.4% (1169 of 1200 strings)&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=cc44ebc3 [cc44ebc3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: koffice/thesaurus_tool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/thesaurus_tool/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=b6cedf64 [b6cedf64]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_ooo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_ooo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=9f49ba05 [9f49ba05]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_koffice&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_koffice/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=7a3529fd [7a3529fd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_gnumeric&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_gnumeric/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=05196041 [05196041]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_abiword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_abiword/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ffe6d299 [ffe6d299]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (961 of 961 strings)&amp;lt;br/&amp;gt;Translation: koffice/kword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kword/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ad3cf8ee [ad3cf8ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspreadcalc_calc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspreadcalc_calc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=7f8b71fa [7f8b71fa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (909 of 909 strings)&amp;lt;br/&amp;gt;Translation: koffice/kpresenter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kpresenter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=d154e97e [d154e97e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (354 of 354 strings)&amp;lt;br/&amp;gt;Translation: koffice/kformdesigner&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kformdesigner/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=9c40a4ce [9c40a4ce]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=aa8c2267 [aa8c2267]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ccf47869 [ccf47869]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=f690d314 [f690d314]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.0% (1295 of 1423 strings)&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=f0bcacf8 [f0bcacf8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kivio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kivio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=e1f27756 [e1f27756]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=e84fa74c [e84fa74c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kword/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=fc3d61ff [fc3d61ff]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/koffice&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/koffice/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=31fd578d [31fd578d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=069df0f0 [069df0f0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kofficefilters&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kofficefilters/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=96a280ad [96a280ad]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=b7a0d0ff [b7a0d0ff]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 98.3% (420 of 427 strings)&amp;lt;br/&amp;gt;Translation: koffice/karbon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/karbon/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=8e305f42 [8e305f42]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 99.8% (1421 of 1423 strings)&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=61f41445 [61f41445]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: koffice/example&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/example/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=1f753ab8 [1f753ab8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (3150 of 3168 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspread&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/ru/&lt;br /&gt;
&lt;br /&gt;
== kpilot ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=9beef848 [9beef848]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.3% (1059 of 1088 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=adc41d0e [adc41d0e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=43b3df95 [43b3df95]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=b2480185 [b2480185]] Fix functionality broken by commit a956e3e&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=f060f38e [f060f38e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=fa847ef4 [fa847ef4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=a956e3e8 [a956e3e8]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tellico ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=10996a19 [10996a19]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=252be932 [252be932]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.5% (1108 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=f73799c2 [f73799c2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=30d2f3d2 [30d2f3d2]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 74.2% (826 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=997c050d [997c050d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=0a00263f [0a00263f]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
= applications/settings =&lt;br /&gt;
== kdpkg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=752317fb [752317fb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=c178f4e3 [c178f4e3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 93.1% (27 of 29 strings)&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=7afa4047 [7afa4047]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=3107e30a [3107e30a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=4277d12f [4277d12f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/&lt;br /&gt;
&lt;br /&gt;
== kkbswitch ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=c36d0446 [c36d0446]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch - kkbswitch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch-kkbswitchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=d7b89dac [d7b89dac]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=586412b8 [586412b8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 96.4% (55 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=8978515d [8978515d]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=29e2187e [29e2187e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=4f10d322 [4f10d322]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=2f27dd99 [2f27dd99]] Added global shortcuts for switching to previous/next group&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/kkbswitch/issues/6 #6]&lt;br /&gt;
&lt;br /&gt;
== klcddimmer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=739e6b63 [739e6b63]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/klcddimmer - klcddimmer.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer-klcddimmerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=c552505d [c552505d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/klcddimmer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer/&lt;br /&gt;
&lt;br /&gt;
== tdenetworkmanager ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=f781e430 [f781e430]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 56.5% (160 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=6bd64d20 [6bd64d20]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 54.4% (154 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/system =&lt;br /&gt;
== dolphin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=d6981f86 [d6981f86]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=88bffef8 [88bffef8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=50bf6ece [50bf6ece]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=df0f2634 [df0f2634]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 87.3% (55 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=128fc6c0 [128fc6c0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=4177bfeb [4177bfeb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=31e79818 [31e79818]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=614887eb [614887eb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=dfc034e5 [dfc034e5]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kbfx ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=7df544d7 [7df544d7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbfx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbfx/&lt;br /&gt;
&lt;br /&gt;
== kcmautostart ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=e156d8d7 [e156d8d7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=a34114dc [a34114dc]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=e32b5599 [e32b5599]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/&lt;br /&gt;
&lt;br /&gt;
== knemo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=6132bf8e [6132bf8e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== krusader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=a6d7af8f [a6d7af8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 89.0% (1246 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=1107ba66 [1107ba66]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=60b198a9 [60b198a9]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1399 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/uk/&lt;br /&gt;
&lt;br /&gt;
== kshutdown ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=0cb0eeb3 [0cb0eeb3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown - kshutdown.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-kshutdowndesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=6c6e8bb5 [6c6e8bb5]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown - kshutdown.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-kshutdowndesktop/nl/&lt;br /&gt;
&lt;br /&gt;
== ksystemlog ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=cf0f1b44 [cf0f1b44]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/ksystemlog&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksystemlog/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=27e255d7 [27e255d7]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== polkit-agent-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=774e540b [774e540b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=fe3d3837 [fe3d3837]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=81f288bf [81f288bf]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/zh_Hant/&lt;br /&gt;
&lt;br /&gt;
== tdebluez ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=fce0091e [fce0091e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=f23e3839 [f23e3839]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=823b8121 [823b8121]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=d0311fa0 [d0311fa0]] Added translation using Weblate (Dutch)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ee1b7905 [ee1b7905]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 89.1% (239 of 268 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=14e65f81 [14e65f81]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=9a895e4f [9a895e4f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=5dbd02e3 [5dbd02e3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=75e3f4ae [75e3f4ae]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=1d2fcc95 [1d2fcc95]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (266 of 266 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=9ec32992 [9ec32992]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=226cacc4 [226cacc4]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (274 of 274 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ae46115f [ae46115f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ad1894b7 [ad1894b7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=e852055d [e852055d]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tdepowersave ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=1e735aeb [1e735aeb]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (311 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=f39d5cd2 [f39d5cd2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=c1d1a446 [c1d1a446]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=70666ec3 [70666ec3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=c2676876 [c2676876]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.2% (290 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=5242ce6d [5242ce6d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=678ecbe9 [678ecbe9]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== yakuake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=4d40f6d0 [4d40f6d0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.9% (94 of 98 strings)&amp;lt;br/&amp;gt;Translation: applications/yakuake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/tdeio =&lt;br /&gt;
== tdeio-ftps ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-ftps/commit/?id=8ac1f636 [8ac1f636]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdeio-ftps&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-ftps/&lt;br /&gt;
&lt;br /&gt;
== tdeio-umountwrapper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=e3173ff2 [e3173ff2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-umountwrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-umountwrapper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=c37ba2dc [c37ba2dc]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
= applications/themes =&lt;br /&gt;
== gtk-qt-engine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=2178adeb [2178adeb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=90c79e65 [90c79e65]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=df701883 [df701883]] Added translation using Weblate (Chinese (Simplified))&lt;br /&gt;
&lt;br /&gt;
== kgtk-qt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=06bca424 [06bca424]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/kgtk-qt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kgtk-qt3/ru/&lt;br /&gt;
&lt;br /&gt;
== tde-style-baghira ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=bb43a575 [bb43a575]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - sessionapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-sessionapplet/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=738600de [738600de]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - starter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-starter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=54a306f5 [54a306f5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=4a3bbfa4 [4a3bbfa4]] Rename library twin3_baghira -&amp;amp;gt; twin_baghira&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=fc8b3dd4 [fc8b3dd4]] Fix functionality broken by commit 66813ef&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=66813efe [66813efe]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tde-style-domino ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=7ea023ba [7ea023ba]] Rename library twin3_domino -&amp;amp;gt; twin_domino&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== tde-style-ia-ora ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=25c19604 [25c19604]] Rename library twin3_iaora -&amp;amp;gt; twin_iaora&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== tde-style-lipstik ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=39c758d5 [39c758d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-lipstik - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-lipstik-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=e0338512 [e0338512]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== twin-style-crystal ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=d9afc78c [d9afc78c]] Rename library twin3_crystal -&amp;amp;gt; twin_crystal&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-dekorator ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=c67f6084 [c67f6084]] Rename library twin3_deKorator -&amp;amp;gt; twin_deKorator&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-machbunt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=81c7c4d0 [81c7c4d0]] Rename library twin3_MachBunt to twin_MachBunt&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-suse2 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=9b5c2e1e [9b5c2e1e]] Rename library twin3_SUSE2 -&amp;amp;gt; twin_SUSE&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
= applications/utilities =&lt;br /&gt;
== abakus ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=9ace50d1 [9ace50d1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/abakus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=467ef6c1 [467ef6c1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (49 of 49 strings)&amp;lt;br/&amp;gt;Translation: applications/abakus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=e1762b36 [e1762b36]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=b277c7ae [b277c7ae]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/abakus - abakus.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus-abakusdesktop/bg/&lt;br /&gt;
&lt;br /&gt;
== filelight ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=aa06806b [aa06806b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=28349b70 [28349b70]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=7cc11b7f [7cc11b7f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=629295b3 [629295b3]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=33098270 [33098270]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (77 of 77 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/uk/&lt;br /&gt;
&lt;br /&gt;
== kbarcode ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=2f5aa189 [2f5aa189]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.1% (589 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=6c31a9ec [6c31a9ec]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=7f9e4e65 [7f9e4e65]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.9% (582 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=f6c05921 [f6c05921]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 74.5% (443 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=371ce27c [371ce27c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=7bd51d72 [7bd51d72]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=6ca861bd [6ca861bd]] Fix functionality broken by commit fc06df3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=fc06df33 [fc06df33]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== kchmviewer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=78502278 [78502278]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kchmviewer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kchmviewer-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== kcpuload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=b49178b0 [b49178b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=8ae8e9f8 [8ae8e9f8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 94.8% (37 of 39 strings)&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=7a450d31 [7a450d31]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=d9952f82 [d9952f82]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/&lt;br /&gt;
&lt;br /&gt;
== knutclient ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=dfa5f3fa [dfa5f3fa]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knutclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=466ddc1b [466ddc1b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (203 of 203 strings)&amp;lt;br/&amp;gt;Translation: applications/knutclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient/uk/&lt;br /&gt;
&lt;br /&gt;
== krename ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=b4e78648 [b4e78648]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/krename - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krename-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=7740aa8e [7740aa8e]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== qalculate-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=744ac88e [744ac88e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=6baf1704 [6baf1704]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.4% (593 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=accfbbbf [accfbbbf]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=34b3365e [34b3365e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=933d4190 [933d4190]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=68aa9b3b [68aa9b3b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (596 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=96280709 [96280709]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 75.0% (447 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=09de128a [09de128a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 70.6% (421 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=c714c687 [c714c687]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 60.7% (362 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=1c102209 [1c102209]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 42.4% (253 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=06249035 [06249035]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
= packaging =&lt;br /&gt;
== packaging ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=70a0160c [70a0160c]] DEB tdebindings: remove dependency on libtqt3-compat-headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=fb212c9e [fb212c9e]] DEB tqt3: drop compat files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=a4869e73 [a4869e73]] DEB tdebase twin: adjusted after renaming client libraries from twin3_* to twin_*. This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=7b064a10 [7b064a10]] DEB tqt3: adjusted after removing Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f7be243e [f7be243e]] DEB buildscripts: update supported distros&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f82c8cc0 [f82c8cc0]] DEB: remove support for Debian Stretch and Ubuntu Xenial&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=4721bdc6 [4721bdc6]] DEB tqt3: remove Qt2 obsolete classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=e6b868c8 [e6b868c8]] DEB tdebase: added release notes for R14.2.x series&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=3c5c1e60 [3c5c1e60]] DEB trinity-apt-archive: Set the apt repository URL to PTB.&lt;/div&gt;</summary>
		<author><name>SlavekB</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.2.0&amp;diff=3254</id>
		<title>Changelog For R14.2.0</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.2.0&amp;diff=3254"/>
		<updated>2023-12-18T01:08:50Z</updated>

		<summary type="html">&lt;p&gt;SlavekB: /* digikam */ Update 20231217&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= dependencies =&lt;br /&gt;
== tde-cmake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=9fae6b57 [9fae6b57]] Update version to R14.2.0&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tqt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=ee0c5d58 [ee0c5d58]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a6829398 [a6829398]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=d2122705 [d2122705]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=e0a3cab4 [e0a3cab4]] Minor adjustments to porting documentation&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=f2b3ea52 [f2b3ea52]] Drop compatibility code for TQSignal&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=fb6884ea [fb6884ea]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=2e817b4b [2e817b4b]] Remove dangled symlinks for droped compat headers.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=c3bb8881 [c3bb8881]] Drop compatibility code for TQButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=9492e618 [9492e618]] Drop compatibility code for TQThread&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=979f5621 [979f5621]] Drop compatibility code for TQLineEdit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=83991feb [83991feb]] Remove Qt4 related stuff&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=48ea22d0 [48ea22d0]] Drop compatibility code for TQToolButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b1bfbe79 [b1bfbe79]] Drop compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=bfd62a0b [bfd62a0b]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a8466ab3 [a8466ab3]] Translated using Weblate (Chinese (zh))&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3 - examples-i18n&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3-examples-i18n/zh/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=5350a724 [5350a724]] Drop TQT_NO_COMPAT code from mkspecs files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a75445b4 [a75445b4]] Drop Qt2 obsolete classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b6e9b6c6 [b6e9b6c6]] Added translation using Weblate (Turkish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=af9d6b11 [af9d6b11]] Added translation using Weblate (Turkish)&lt;br /&gt;
&lt;br /&gt;
== tqtinterface ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=9ad01120 [9ad01120]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=4746fbba [4746fbba]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=1c79e9f8 [1c79e9f8]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
== pytqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=aa676491 [aa676491]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=cba16275 [cba16275]] Drop compatibility code for TQThread&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=8bd235be [8bd235be]] Addons to previous commit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=28273a01 [28273a01]] Drop Qt2&amp;#039;s TQSemiModal class.&lt;br /&gt;
&lt;br /&gt;
= core =&lt;br /&gt;
== tdelibs ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cca633c6 [cca633c6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (179 of 179 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/all languages&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/all-languages/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=9755ecd9 [9755ecd9]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=503eb0d9 [503eb0d9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=29b84bd0 [29b84bd0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=f6627610 [f6627610]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7f7e5585 [7f7e5585]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.4% (323 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7a35fcf1 [7a35fcf1]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=f49e67f0 [f49e67f0]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=920d56d2 [920d56d2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=a7316f73 [a7316f73]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=4e0aa6d5 [4e0aa6d5]] Fix functionality broken by commit 8233b2e5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=8233b2e5 [8233b2e5]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=74cb596c [74cb596c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdemarkdown - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdemarkdown-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=29f58681 [29f58681]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (327 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=c6bc3af7 [c6bc3af7]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cdf964bb [cdf964bb]] Update version to R14.2.0&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tdebase ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f093a1be [f093a1be]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdm - themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdm-themes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=21ecd990 [21ecd990]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplash - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplash-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=607f0804 [607f0804]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdehtml_plugins.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdehtml_pluginsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5f815bd0 [5f815bd0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkonq - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkonq-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8175c850 [8175c850]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksysguard - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksysguard-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7c8d600d [7c8d600d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=3faa7b1b [3faa7b1b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kate - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kate-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f6fb0d91 [f6fb0d91]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 61.8% (281 of 454 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=70af14e2 [70af14e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 48.5% (168 of 346 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kappfinder - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kappfinder-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=035c2698 [035c2698]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - directories&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-directories/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a1cbb16b [a1cbb16b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.8% (248 of 251 strings)&amp;lt;br/&amp;gt;Translation: tdebase/l10n - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/l10n-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a26bb216 [a26bb216]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1103f2b1 [1103f2b1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c836bb9d [c836bb9d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=00eab673 [00eab673]] Translated using Weblate (Greek)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/el/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9e7b4bb1 [9e7b4bb1]] TWin: Fix loading of window decoration configuration libraries&amp;lt;br/&amp;gt;Accidentally broken by commit 84ab47055d.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=748a54ff [748a54ff]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=dddd52ff [dddd52ff]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=30d54139 [30d54139]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2317bee2 [2317bee2]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=4c64b274 [4c64b274]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-events/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c0ca8145 [c0ca8145]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f1f2e40a [f1f2e40a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5eec362c [5eec362c]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2986ff6e [2986ff6e]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2937383d [2937383d]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-data/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9ab75fc1 [9ab75fc1]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ea076539 [ea076539]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi - presets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi-presets/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8a8431ab [8a8431ab]] twin: renames twin3_ to twin_ in user theme config files. This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/351 #351] and PR #364.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=91cb2036 [91cb2036]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.0% (33 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=88ea7160 [88ea7160]] KWin: rename client libraries twin3_* -&amp;amp;gt; twin_*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=84ab4705 [84ab4705]] Make TWin look for `twin_` libraries&amp;lt;br/&amp;gt;This is now the preferred way of calling the decoration libraries&amp;lt;br/&amp;gt;(in place of `twin3_`). The old names that start with `twin3_` are&amp;lt;br/&amp;gt;still recognized for compatibility reasons.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/351 #351]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e8336ee5 [e8336ee5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2da663c3 [2da663c3]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8210b058 [8210b058]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=74eb1d78 [74eb1d78]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=90b19e21 [90b19e21]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ce84a0c6 [ce84a0c6]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=950f0ce7 [950f0ce7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tde_release_notes.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tde_release_notesdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d61158c7 [d61158c7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdcop - kdcop.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdcop-kdcopdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ddc6b3af [ddc6b3af]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeintegration.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeintegrationdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1771a344 [1771a344]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5ec66d53 [5ec66d53]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - compat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-compat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=653159ea [653159ea]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=143cff2e [143cff2e]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=78937d51 [78937d51]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9ab17ab4 [9ab17ab4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e539275a [e539275a]] Add release notes draft for R14.2.x series&lt;br /&gt;
&lt;br /&gt;
== tdepim ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=5863ef46 [5863ef46]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=0e164959 [0e164959]] Fix functionality broken by commit fd0046c4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=fd0046c4 [fd0046c4]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=860c8799 [860c8799]] Drop deprecated kitchensync code&lt;br /&gt;
&lt;br /&gt;
== tdemultimedia ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=c5e80026 [c5e80026]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdemid - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdemid-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=ec115020 [ec115020]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=1c71f523 [1c71f523]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/libkcddb - libkcddb.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/libkcddb-libkcddbdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=94ca3a13 [94ca3a13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kscd - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kscd-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=6c3e9a2f [6c3e9a2f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=775b1efd [775b1efd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kappfinder - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kappfinder-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=a452bd94 [a452bd94]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaudiocreator - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaudiocreator-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=514a0715 [514a0715]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=cb937aa9 [cb937aa9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaudiocreator - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaudiocreator-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=261327ee [261327ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaboodle - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaboodle-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=ab65a990 [ab65a990]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== tdenetwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=7cf631be [7cf631be]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=15fd0d5c [15fd0d5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=bff9d105 [bff9d105]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=1e65a9c9 [1e65a9c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krfb - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krfb-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=65f0237b [65f0237b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=0f7aec08 [0f7aec08]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=8b0277b3 [8b0277b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=ea8c2556 [ea8c2556]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kwifi - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kwifi-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=7dbed250 [7dbed250]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=1732e27c [1732e27c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc - ksirc.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc-ksircdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=f0b3ae6b [f0b3ae6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krfb - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krfb-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=0bf1f09c [0bf1f09c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krdc - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krdc-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=cd3b9bc6 [cd3b9bc6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=6c1bfe1c [6c1bfe1c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/knewsticker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/knewsticker-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e540875f [e540875f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=9f39152c [9f39152c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=ec7c5f92 [ec7c5f92]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmlanbrowser - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmlanbrowser-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=bd2c6b41 [bd2c6b41]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kdict - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kdict-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=055c3ba8 [055c3ba8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmktalkd - kcmktalkd.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmktalkd-kcmktalkddesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e8441a98 [e8441a98]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/dcoprss - rssservice.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/dcoprss-rssservicedesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== tdegraphics ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=32a0eae8 [32a0eae8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=0464b42f [0464b42f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksvg - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksvg-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=83ca390f [83ca390f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kooka - kooka.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kooka-kookadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=b946ccf6 [b946ccf6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kolourpaint - kolourpaint.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kolourpaint-kolourpaintdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=c3994f8f [c3994f8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=c8525154 [c8525154]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kfax - kfax.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kfax-kfaxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=82790fe5 [82790fe5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcoloredit - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcoloredit-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=6628c1cf [6628c1cf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdeiconedit - tdeiconedit.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdeiconedit-tdeiconeditdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=6fec2493 [6fec2493]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewshell - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewshell-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=0ac60cd7 [0ac60cd7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kuickshow - kuickshow.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kuickshow-kuickshowdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=b7a2fb44 [b7a2fb44]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksnapshot - ksnapshot.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksnapshot-ksnapshotdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=d73ec8db [d73ec8db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler - kruler.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler-krulerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=4207cf76 [4207cf76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpovmodeler - kpovmodeler.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpovmodeler-kpovmodelerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=a34651aa [a34651aa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=df90b4db [df90b4db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kfaxview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kfaxview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=10228ff7 [10228ff7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kdvi - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kdvi-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=786ba559 [786ba559]] Fix functionality broken by commit d26dabfe.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=d26dabfe [d26dabfe]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=fdd22494 [fdd22494]] Drop deprecated kmrml code&lt;br /&gt;
&lt;br /&gt;
== tdetoys ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=47ebe98c [47ebe98c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (285 of 285 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather - stations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather-stations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=bfb7d592 [bfb7d592]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=97649015 [97649015]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kworldclock - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kworldclock-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=29e37f55 [29e37f55]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/ktux - ktux.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/ktux-ktuxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=4eb6f321 [4eb6f321]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kteatime - kteatime.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kteatime-kteatimedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=75d71ec8 [75d71ec8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kodo - kodo.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kodo-kododesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=ef99089e [ef99089e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/amor - amor.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/amor-amordesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=528f19d2 [528f19d2]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeedu ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=0c53c58d [0c53c58d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=d99f3098 [d99f3098]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=05b36881 [05b36881]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kverbos - kverbos.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kverbos-kverbosdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=b2b4038e [b2b4038e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kturtle - kturtle.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kturtle-kturtledesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=9edf12e3 [9edf12e3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/ktouch - ktouch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/ktouch-ktouchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=373f572e [373f572e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kiten - kiten.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kiten-kitendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=894d22c5 [894d22c5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars - kstars.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars-kstarsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=b245468a [b245468a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kpercentage - kpercentage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kpercentage-kpercentagedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=9a430435 [9a430435]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kmplot - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kmplot-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=7cbde739 [7cbde739]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/klettres - klettres.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/klettres-klettresdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=3f41eb31 [3f41eb31]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/klatin - klatin.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/klatin-klatindesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=274c00f5 [274c00f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kig - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kig-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=d076ba6e [d076ba6e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/khangman - khangman.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/khangman-khangmandesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e7ecdbc7 [e7ecdbc7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography - kgeography.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography-kgeographydesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=7ec075a1 [7ec075a1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/keduca - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/keduca-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e45f4ee3 [e45f4ee3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kbruch - kbruch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kbruch-kbruchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e73aad5f [e73aad5f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kanagram - kanagram.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kanagram-kanagramdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=026dd7e1 [026dd7e1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kalzium - kalzium.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kalzium-kalziumdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=92daf7c2 [92daf7c2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/blinken - blinken.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/blinken-blinkendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=ad620012 [ad620012]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=1b57c822 [1b57c822]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== tdegames ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=707ed9c6 [707ed9c6]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=72486eea [72486eea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/tdefifteen - tdefifteen.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/tdefifteen-tdefifteendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=1af92e8c [1af92e8c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk - knetwalk.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk-knetwalkdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=b4e10441 [b4e10441]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/twin4 - twin4.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/twin4-twin4desktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=60e6b4b7 [60e6b4b7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ktuberling - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ktuberling-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f86cc3b2 [f86cc3b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kspaceduel - kspaceduel.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kspaceduel-kspacedueldesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=1723a2e2 [1723a2e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksokoban - ksokoban.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksokoban-ksokobandesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=b8bfa029 [b8bfa029]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksnake - ksnake.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksnake-ksnakedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f3055d26 [f3055d26]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=25bbc148 [25bbc148]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet - ksirtet.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet-ksirtetdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=bc6ebdd9 [bc6ebdd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksame - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksame-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=245abf4b [245abf4b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kshisen - kshisen.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kshisen-kshisendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=a24aefaf [a24aefaf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f361902f [f361902f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi - kreversi.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi-kreversidesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=bdbf75db [bdbf75db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kpoker - kpoker.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kpoker-kpokerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=8010109b [8010109b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kpat - kpat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kpat-kpatdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=30b2fe6b [30b2fe6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/konquest - konquest.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/konquest-konquestdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e3c0ddc0 [e3c0ddc0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kolf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kolf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=214ce742 [214ce742]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmines - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmines-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e2876665 [e2876665]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e58b9568 [e58b9568]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmines - kmines.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmines-kminesdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=564ede18 [564ede18]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmahjongg - kmahjongg.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmahjongg-kmahjonggdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=a1f2098b [a1f2098b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegames/klickety - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/klickety-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=04405ac0 [04405ac0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kjumpingcube - kjumpingcube.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kjumpingcube-kjumpingcubedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=ddeb59d5 [ddeb59d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kgoldrunner - KGoldrunner.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kgoldrunner-kgoldrunnerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=6aa6a2fc [6aa6a2fc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kenolaba - kenolaba.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kenolaba-kenolabadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=c2e382ff [c2e382ff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbounce - kbounce.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbounce-kbouncedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=43a1ef1a [43a1ef1a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kblackbox - kblackbox.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kblackbox-kblackboxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=47443995 [47443995]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbackgammon - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbackgammon-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=51730a13 [51730a13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbackgammon - kbackgammon.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbackgammon-kbackgammondesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f4e1241f [f4e1241f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kasteroids - kasteroids.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kasteroids-kasteroidsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=195f32ff [195f32ff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegames/atlantik - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/atlantik-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=078f8a60 [078f8a60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/atlantik - atlantik.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/atlantik-atlantikdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=23f73f6d [23f73f6d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=89209b44 [89209b44]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeaccessibility ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=546f0a26 [546f0a26]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmousetool - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmousetool-desktop-files/nl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=0c8252ff [0c8252ff]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmag - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmag-desktop-files/nl/&lt;br /&gt;
&lt;br /&gt;
== tdeaddons ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=462e8067 [462e8067]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (64 of 64 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-plugins-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=7247f36b [7247f36b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tutorials - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tutorials-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=729f8436 [729f8436]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-plugins-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=c75bb91d [c75bb91d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/ksig - ksig.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/ksig-ksigdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=8b19a3d4 [8b19a3d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (44 of 44 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-plugins-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== tdeadmin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=7c269be3 [7c269be3]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 50.0% (1 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage - kpackage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage-kpackagedesktop/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=b60f7565 [b60f7565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kuser - kuser.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kuser-kuserdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=39dd6199 [39dd6199]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/ksysv - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/ksysv-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=1ec384e5 [1ec384e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=78260ae7 [78260ae7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage - kpackage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage-kpackagedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=18052ec0 [18052ec0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kdat - kdat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kdat-kdatdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=68dbc1fc [68dbc1fc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kcron - kcron.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kcron-kcrondesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== tdeartwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=e76fde84 [e76fde84]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/icon themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/icon-themes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=480c8a32 [480c8a32]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/icon themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/icon-themes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=d5891cb6 [d5891cb6]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/wallpapers-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=b7c7780f [b7c7780f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeartwork/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/wallpapers-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=25e4ea58 [25e4ea58]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=0afaf315 [0afaf315]] twin-styles: twin3_ to twin_ conversion&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=5f90bc99 [5f90bc99]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (314 of 314 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/tdescreensaver - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/tdescreensaver-desktop-files/it/&lt;br /&gt;
&lt;br /&gt;
== tdebindings ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=84ec6486 [84ec6486]] Drop compatibility code for TQSignal&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=13378021 [13378021]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=02712db1 [02712db1]] Drop compatibility code for TQButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=53442b53 [53442b53]] Drop obsolete TQLineEdit methods&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=1b35744b [1b35744b]] Drop compatibility code for TQToolButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=476cadbf [476cadbf]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=941081ce [941081ce]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=dcffc0bc [dcffc0bc]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
== tdesdk ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=e116e963 [e116e963]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbabel - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbabel-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=ba42cd60 [ba42cd60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=0b324ad9 [0b324ad9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=26ea0a31 [26ea0a31]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdecachegrind - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdecachegrind-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=7b277c01 [7b277c01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/scheck - scheck.themerc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/scheck-scheckthemerc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=8d7ac8ea [8d7ac8ea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kuiviewer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kuiviewer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=70cbb21e [70cbb21e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbugbuster - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbugbuster-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=5951f56b [5951f56b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/cervisia - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/cervisia-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=0c03e09c [0c03e09c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/cervisia - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/cervisia-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=b221bea0 [b221bea0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kompare - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kompare-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d50abb28 [d50abb28]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.1% (27 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=3523578c [3523578c]] Fix functionality broken by commit d619f66&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d619f66a [d619f66a]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tdevelop ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=f4724912 [f4724912]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop-desktop-files/&lt;br /&gt;
&lt;br /&gt;
== tdewebdev ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=13d63148 [13d63148]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kimagemapeditor - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kimagemapeditor-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=e16b4e3b [e16b4e3b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=6552a392 [6552a392]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== tde-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b54aba2 [2b54aba2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (833 of 833 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02030efa [02030efa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.2% (461 of 500 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdecachegrind&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdecachegrind/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5abddf59 [5abddf59]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1016 of 1016 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbabel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbabel/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fc1947d4 [fc1947d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - validators&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-validators/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=995b2521 [995b2521]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4722fda2 [4722fda2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 71.0% (49 of 69 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c7fe792b [c7fe792b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (89 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c55b4ce5 [c55b4ce5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (241 of 241 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonqhtml&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonqhtml/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aeed5fd8 [aeed5fd8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b7b847f5 [b7b847f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (223 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=255d26f7 [255d26f7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (238 of 238 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/ksim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/ksim/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78aad284 [78aad284]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (89 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76168eb5 [76168eb5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmperformance&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmperformance/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1fd85bdd [1fd85bdd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_pop3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_pop3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a58fce8 [2a58fce8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d228567 [7d228567]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfmclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfmclient/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d1527d8f [d1527d8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_smtp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_smtp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c363a97 [6c363a97]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (140 of 140 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ec080931 [ec080931]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc2988ac [bc2988ac]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd5194d2 [bd5194d2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=04ed4b52 [04ed4b52]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (76 of 76 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmusb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmusb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc1d1c98 [bc1d1c98]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (43 of 43 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kthememanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kthememanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ffa5d7e7 [ffa5d7e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (96 of 96 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeprintfax&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeprintfax/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=076c2fed [076c2fed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdestyle_keramik_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdestyle_keramik_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4ceab3f4 [4ceab3f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplashthemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplashthemes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=512d9f79 [512d9f79]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=47e26a43 [47e26a43]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (93 of 93 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdefontinst&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdefontinst/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3a144469 [3a144469]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_home&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_home/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cd272aca [cd272aca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmnotify&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmnotify/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d2ba7ada [d2ba7ada]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (290 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=135f1b2e [135f1b2e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=07c69212 [07c69212]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=03934f6b [03934f6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_system&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_system/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67680029 [67680029]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0e0ae526 [0e0ae526]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeio_svn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeio_svn/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a87c6d1 [8a87c6d1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_ts&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_ts/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aade5865 [aade5865]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_po&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_po/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=522da565 [522da565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_diff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_diff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=83c47a3a [83c47a3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_cpp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_cpp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4d9ffb4a [4d9ffb4a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kres_bugzilla&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kres_bugzilla/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cfa3a9ad [cfa3a9ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (208 of 208 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbugbuster&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbugbuster/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ebed3f3 [3ebed3f3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acb7bd01 [acb7bd01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kmenuapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kmenuapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b406e7b0 [b406e7b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=610e404f [610e404f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/krdb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/krdb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bf546323 [bf546323]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmspellchecking&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmspellchecking/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a6399d3 [4a6399d3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 65.0% (13 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmiccconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmiccconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=80a06e94 [80a06e94]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_tar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_tar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b26c4f5 [4b26c4f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_recentdocs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_recentdocs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=58999e40 [58999e40]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_prefmenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_prefmenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6ce221c9 [6ce221c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - sort&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-sort/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0390f05b [0390f05b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - webarchiver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-webarchiver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cf552d9d [cf552d9d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - wavecapture&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-wavecapture/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=433ee6e7 [433ee6e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - wakeup&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-wakeup/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=46159872 [46159872]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - tyler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-tyler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e02bff0f [e02bff0f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - tippecanoe&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-tippecanoe/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0761ee7 [c0761ee7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - txt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-txt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cd18979e [cd18979e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - mhtml&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-mhtml/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=712079e1 [712079e1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - lnk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-lnk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fce9e09 [4fce9e09]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - html&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-html/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25db3dca [25db3dca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - folder&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-folder/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef1f9ac7 [ef1f9ac7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-desktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10e3306c [10e3306c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - cert&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-cert/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3fec0e8 [f3fec0e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - synaescope&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-synaescope/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a86eaabb [a86eaabb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - searchbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-searchbar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5da3c28e [5da3c28e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - pitchablespeed&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-pitchablespeed/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dce4401c [dce4401c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - minitools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-minitools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=65231d72 [65231d72]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - microformat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-microformat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e048a4eb [e048a4eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (42 of 42 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - mediacontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-mediacontrol/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=03f6f36f [03f6f36f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - lyrics&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-lyrics/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=75a2d1a4 [75a2d1a4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kaddressbook - gmx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kaddressbook-gmx/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=111da4e5 [111da4e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kaddressbook - kworldclock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kaddressbook-kworldclock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=37ccc73b [37ccc73b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (53 of 53 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - ktimemon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-ktimemon/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=877faee6 [877faee6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (48 of 48 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - metabar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-metabar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a964e80 [8a964e80]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - mediaplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-mediaplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6215185a [6215185a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - delicious&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-delicious/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=432a8fd9 [432a8fd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - kmathapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-kmathapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2537b8d7 [2537b8d7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (33 of 33 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - kbinaryclock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-kbinaryclock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41b3507f [41b3507f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - xmltools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-xmltools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d895f991 [d895f991]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - xmlcheck&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-xmlcheck/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1477c443 [1477c443]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - textfilter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-textfilter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a96d906d [a96d906d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - tabbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-tabbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02b5b392 [02b5b392]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - snippets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-snippets/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=06908d1c [06908d1c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - pybrowse&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-pybrowse/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68019125 [68019125]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - openheader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-openheader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e4943b1f [e4943b1f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - modeline&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-modeline/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a8e169d [4a8e169d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - make&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-make/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8548c37e [8548c37e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - kjswrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-kjswrapper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=65197c45 [65197c45]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - insertcommand&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-insertcommand/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f33c05f3 [f33c05f3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - htmltools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-htmltools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a3220aa3 [a3220aa3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - helloworld&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-helloworld/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0768ae06 [0768ae06]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - fll_plugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-fll_plugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ed62a7e [7ed62a7e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - fll_initplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-fll_initplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4551fe7c [4551fe7c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - filetemplates&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-filetemplates/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a5773c33 [a5773c33]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - cppsymbolviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-cppsymbolviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d5f107a6 [d5f107a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - image&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-image/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=760d609c [760d609c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - charlatanui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-charlatanui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=49a7da4e [49a7da4e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - ffrs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-ffrs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44ff5289 [44ff5289]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - dub&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-dub/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f595c2f4 [f595c2f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (81 of 81 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - domtreeviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-domtreeviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5984420c [5984420c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - dirfilter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-dirfilter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8740f36c [8740f36c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - crashes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-crashes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2eea31a6 [2eea31a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - autorefresh&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-autorefresh/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0b43890b [0b43890b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - audio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-audio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b60fc4c0 [b60fc4c0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - ark&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-ark/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4f2e12e9 [4f2e12e9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - alsaplayerui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-alsaplayerui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8cf5b05b [8cf5b05b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - akregator&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-akregator/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e9608f5 [1e9608f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (3009 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb7f6413 [bb7f6413]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (101 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2297c73 [a2297c73]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16fc9290 [16fc9290]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30b25447 [30b25447]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0c9390e0 [0c9390e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_asus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_asus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c9b6e0a [3c9b6e0a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (464 of 464 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kttsd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kttsd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5f018862 [5f018862]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.8% (5277 of 5622 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9cd12c13 [9cd12c13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4373 of 4373 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fb393ca2 [fb393ca2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdelirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdelirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de26e8e7 [de26e8e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/superkaramba&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/superkaramba/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef2d1ac9 [ef2d1ac9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.7% (204 of 238 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/ksim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/ksim/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8225ecb4 [8225ecb4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0d8c5564 [0d8c5564]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_powerbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_powerbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=15e159f9 [15e159f9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cbaed96f [cbaed96f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_delli8k&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_delli8k/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=99665cc4 [99665cc4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilod&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilod/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76cf712f [76cf712f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kfloppy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kfloppy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a780ff13 [a780ff13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.1% (833 of 849 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kaddressbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kaddressbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=160a21e5 [160a21e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (288 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b39b69b0 [b39b69b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.8% (224 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=37c46a10 [37c46a10]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aaa64918 [aaa64918]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_raw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_raw/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b72b65e [2b72b65e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (197 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de33568d [de33568d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (121 of 121 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/klinkstatus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/klinkstatus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c46c273c [c46c273c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=463fe953 [463fe953]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.0% (23 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - webarchiver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-webarchiver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f902060c [f902060c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - imgallery&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-imgallery/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7291a5d [e7291a5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (254 of 254 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libtdegames&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libtdegames/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=60f4c2ad [60f4c2ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4d13a2c [c4d13a2c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (557 of 557 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kmplot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kmplot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8f16a587 [8f16a587]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4373 of 4373 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a1803a12 [a1803a12]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (765 of 765 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kalzium&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kalzium/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a9f1223f [a9f1223f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6f5c5077 [6f5c5077]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (138 of 138 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdeiconedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdeiconedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9f37b90b [9f37b90b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_xpm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_xpm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=124a1a5b [124a1a5b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_xbm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_xbm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1397cb2b [1397cb2b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_tiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_tiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8cd2a856 [8cd2a856]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_tga&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_tga/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2102c574 [2102c574]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_rgb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_rgb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=146a8054 [146a8054]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_ps&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_ps/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=21580aeb [21580aeb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pnm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pnm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee75c8c5 [ee75c8c5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_png&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_png/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=19cf3c62 [19cf3c62]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pdf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=107c467f [107c467f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pcx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pcx/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02a155ef [02a155ef]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (67 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_jpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_jpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d85c7052 [d85c7052]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_ico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_ico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2933d93 [e2933d93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_gif&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_gif/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4382f606 [4382f606]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (59 of 59 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_exr&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_exr/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5bddf5a5 [5bddf5a5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_dvi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_dvi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=921e29b3 [921e29b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_dds&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_dds/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0b56525a [0b56525a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_bmp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_bmp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5694df40 [5694df40]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (107 of 107 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/libkscan&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/libkscan/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4f70423 [d4f70423]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/libkfaximgage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/libkfaximgage/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1d63ec25 [1d63ec25]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (179 of 179 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewshell&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewshell/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4cd8d3e0 [4cd8d3e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewscannerplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewscannerplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d794493d [d794493d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kview_scale&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kview_scale/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5f74d61a [5f74d61a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewpresenterplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewpresenterplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1c6f60df [1c6f60df]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kvieweffectsplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kvieweffectsplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2c39783 [a2c39783]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewbrowserplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewbrowserplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=23706e02 [23706e02]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (123 of 123 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kuickshow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kuickshow/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=96c0bde1 [96c0bde1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (45 of 45 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksnapshot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksnapshot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6536643 [e6536643]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=40b76cfc [40b76cfc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (225 of 225 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=54045117 [54045117]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (256 of 256 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kooka&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kooka/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a0ba024f [a0ba024f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (386 of 386 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kolourpaint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kolourpaint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b9817b46 [b9817b46]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (131 of 131 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8614f6c [a8614f6c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kgamma&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kgamma/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=09d52dca [09d52dca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (215 of 215 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kdvi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kdvi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25b4dfd1 [25b4dfd1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcoloredit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcoloredit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51cd9478 [51cd9478]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewviewerpluginsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewviewerpluginsconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2c14518 [a2c14518]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewpluginsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewpluginsconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2746c521 [2746c521]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewgeneralconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewgeneralconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25650c93 [25650c93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewcanvasconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewcanvasconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4af32845 [4af32845]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcmkamera&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcmkamera/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb0c53ea [bb0c53ea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ff1ec9c1 [ff1ec9c1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (403 of 403 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c00aae5c [c00aae5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppplogview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppplogview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=93829039 [93829039]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (416 of 416 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c152d582 [c152d582]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (94 of 94 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kpf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kpf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=654c466b [654c466b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acdd4826 [acdd4826]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_avi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_avi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=85655c32 [85655c32]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (320 of 320 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12c3105c [12c3105c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (80 of 80 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_lame&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_lame/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acfe74f0 [acfe74f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.0% (17 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_xmlrpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_xmlrpc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8f561fa [b8f561fa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2430 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b59a52df [b59a52df]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.1% (833 of 849 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kaddressbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kaddressbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b15f99b [3b15f99b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.7% (341 of 360 strings)&amp;lt;br/&amp;gt;Translation: tdepim/akregator&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/akregator/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6fd71df1 [6fd71df1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12eb7e03 [12eb7e03]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.0% (250 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9937df39 [9937df39]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ae470e5 [2ae470e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=08998baf [08998baf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (67 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmcolors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmcolors/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10ac25e5 [10ac25e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdedebugdialog&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdedebugdialog/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0771e565 [0771e565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2865 of 2865 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/ppdtranslations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/ppdtranslations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c535e26d [c535e26d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73b6114f [73b6114f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=155b3201 [155b3201]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a4c12d6 [2a4c12d6]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=976a81b4 [976a81b4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (245 of 245 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kdat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kdat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9fe445d8 [9fe445d8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8660af8 [a8660af8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (152 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=807855fe [807855fe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=69bdd2bf [69bdd2bf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (416 of 416 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=85d49634 [85d49634]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6980e97e [6980e97e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (111 of 111 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dc165c85 [dc165c85]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2430 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5bd9ba76 [5bd9ba76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0fd4f012 [0fd4f012]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.0% (99 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ca026de0 [ca026de0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0eb200e2 [0eb200e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4af789bd [4af789bd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b3efd69f [b3efd69f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (72 of 72 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/i18n - entry.desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/i18n-entrydesktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e5046884 [e5046884]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.5% (2464 of 2578 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6ff96b0 [d6ff96b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.9% (929 of 1010 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kommander&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kommander/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=052541a5 [052541a5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6813630 [d6813630]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61348be4 [61348be4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (106 of 106 strings)&amp;lt;br/&amp;gt;Translation: tdegames/lskat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/lskat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ce4cc89a [ce4cc89a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f84f621b [f84f621b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.8% (5277 of 5622 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7adefbb7 [7adefbb7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (553 of 553 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kgpg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kgpg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a54f6ad [9a54f6ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.8% (722 of 723 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a7b6a48e [a7b6a48e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.0% (109 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=adb9ee02 [adb9ee02]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acbf941b [acbf941b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_systemmenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_systemmenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d1ace2d1 [d1ace2d1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (288 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c940de1b [c940de1b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ce53218 [7ce53218]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76141cbc [76141cbc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.7% (158 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44df28d5 [44df28d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1032 of 1032 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpovmodeler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpovmodeler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=77cf8f9c [77cf8f9c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (3008 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c8cacdab [c8cacdab]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 90.6% (155 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f38fa8f3 [f38fa8f3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b01edccd [b01edccd]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=04d54b46 [04d54b46]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=edde93c4 [edde93c4]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (331 of 332 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee87723d [ee87723d]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 94.7% (36 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=347c614b [347c614b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5d7a5d36 [5d7a5d36]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4a7354e [c4a7354e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17e37aec [17e37aec]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a93fc87 [5a93fc87]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (417 of 417 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libtdepim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fa7c437 [4fa7c437]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1428 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e157a91c [e157a91c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=35f9874a [35f9874a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=31e1fd99 [31e1fd99]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5196 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c29db08c [c29db08c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kasteroids&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kasteroids/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45c9efee [45c9efee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bac7cad2 [bac7cad2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.8% (722 of 723 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45438fab [45438fab]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmicons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmicons/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=184c41a3 [184c41a3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f2e51c15 [f2e51c15]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 55.1% (32 of 58 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78f3d660 [78f3d660]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c84bab9b [c84bab9b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9dceffa5 [9dceffa5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bea7c2b5 [bea7c2b5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2f6e4464 [2f6e4464]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (181 of 181 strings)&amp;lt;br/&amp;gt;Translation: tdepim/karm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/karm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b718443 [7b718443]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksystemtrayapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksystemtrayapplet/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df6f0d2f [df6f0d2f]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (290 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2282d9eb [2282d9eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.3% (21 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - alsaplayerui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-alsaplayerui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8ef3404 [a8ef3404]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (369 of 369 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3fb5a51f [3fb5a51f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (137 of 137 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kverbos&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kverbos/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6fd40db8 [6fd40db8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (205 of 205 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdemid&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdemid/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=789b5f42 [789b5f42]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (88 of 88 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kpersonalizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kpersonalizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bfa34bd2 [bfa34bd2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6da779c2 [6da779c2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.8% (224 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6038555 [e6038555]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dffecf21 [dffecf21]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.7% (157 of 159 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b0cd75a3 [b0cd75a3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (289 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=64e03b0c [64e03b0c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=805a0c6c [805a0c6c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c16120f [3c16120f]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f6b47865 [f6b47865]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.5% (3006 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=905b500e [905b500e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_wav&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_wav/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0376d619 [0376d619]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_theora&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_theora/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8c0bd602 [8c0bd602]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_sid&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_sid/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f96bfe38 [f96bfe38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_ogg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_ogg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=20da6100 [20da6100]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_m3u&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_m3u/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6ec9d7d [e6ec9d7d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=002f6b01 [002f6b01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9c288da4 [9c288da4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fdacc87 [4fdacc87]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_flac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_flac/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79bd92c0 [79bd92c0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_avi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_avi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8545225b [8545225b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_au&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_au/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16bb2152 [16bb2152]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (332 of 332 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61ff946a [61ff946a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (187 of 187 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/libkcddb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/libkcddb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=18dd016f [18dd016f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (111 of 111 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7047488 [e7047488]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=09ae6e3a [09ae6e3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a94f2253 [a94f2253]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kcmcddb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kcmcddb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=839723e8 [839723e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaboodle&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaboodle/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a3d5767a [a3d5767a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_vorbis&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_vorbis/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=039aa373 [039aa373]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (80 of 80 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_lame&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_lame/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1a2584a5 [1a2584a5]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 85.9% (1749 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ae0d186 [1ae0d186]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwindecoration&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwindecoration/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8e3a9bd8 [8e3a9bd8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a8bf169 [9a8bf169]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6329682c [6329682c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_flac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_flac/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=01a947f7 [01a947f7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48cbdde6 [48cbdde6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bda1bc83 [bda1bc83]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a94365d8 [a94365d8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b07c9fd5 [b07c9fd5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=99ddc47e [99ddc47e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=233603f3 [233603f3]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kickermenu_kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kickermenu_kate/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eb41c146 [eb41c146]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (261 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=035d412a [035d412a]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=252276b0 [252276b0]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a3c101a [5a3c101a]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3baf4ac [f3baf4ac]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0198f7b7 [0198f7b7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abbea754 [abbea754]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=22447195 [22447195]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67154ced [67154ced]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwinrules&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwinrules/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68257170 [68257170]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwindecoration&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwindecoration/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5b8921e6 [5b8921e6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b643ca2 [4b643ca2]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ea42728d [ea42728d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e0f759a [1e0f759a]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41a2a0a6 [41a2a0a6]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 87.7% (150 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7a72e540 [7a72e540]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1433ed29 [1433ed29]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4816e684 [4816e684]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c9f3b6c [3c9f3b6c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41444a5d [41444a5d]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 80.6% (2134 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=62275fac [62275fac]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4565a842 [4565a842]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eb88e6fc [eb88e6fc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a15c7835 [a15c7835]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7e214ab [e7e214ab]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ff4ced6a [ff4ced6a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c8260126 [c8260126]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4d00bce3 [4d00bce3]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cadd2b5d [cadd2b5d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9a96806 [c9a96806]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdelicense&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdelicense/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bda14f95 [bda14f95]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5196 of 5196 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dac4018a [dac4018a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 80.9% (1648 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b5c59d83 [b5c59d83]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=643497da [643497da]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e41785c [1e41785c]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (197 of 197 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1be1e3e9 [1be1e3e9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fbde5a66 [fbde5a66]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (326 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c1acc00 [6c1acc00]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (289 of 289 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9b635e1b [9b635e1b]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b0ef02e [7b0ef02e]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8dbd2744 [8dbd2744]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1b39883e [1b39883e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b5c8e7a [3b5c8e7a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=49367158 [49367158]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da6ebc69 [da6ebc69]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.5% (211 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=38d19787 [38d19787]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da4c604a [da4c604a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a289914a [a289914a]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmag&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmag/nl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=587622ea [587622ea]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d0076837 [d0076837]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=484fbfeb [484fbfeb]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 85.0% (805 of 946 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/katepart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/katepart/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a1c113b [5a1c113b]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 86.4% (369 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb4d9424 [bb4d9424]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 54.2% (247 of 455 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs_colors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs_colors/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3059b6dc [3059b6dc]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd92b2ee [bd92b2ee]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44c33da9 [44c33da9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.3% (158 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e405a694 [e405a694]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.8% (16 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmenergy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmenergy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1a8c65b3 [1a8c65b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 71.4% (5 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - image&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-image/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f91ae8b2 [f91ae8b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (197 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee561a5d [ee561a5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.5% (193 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b7818e1 [4b7818e1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegames/kmahjongg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmahjongg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=62c862a8 [62c862a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.6% (191 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=feb94ddc [feb94ddc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdewalletmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdewalletmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9cf3ed6a [9cf3ed6a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da73efd6 [da73efd6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdewalletmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdewalletmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=56f2e465 [56f2e465]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/krdb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/krdb/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ea2bd4b [2ea2bd4b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=289b8045 [289b8045]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 80.3% (1636 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17b287ee [17b287ee]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.9% (195 of 197 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e98cc110 [e98cc110]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7768467e [7768467e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ffe4047 [3ffe4047]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d42dfce9 [d42dfce9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 77.9% (1588 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c033f982 [c033f982]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=447af80a [447af80a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 76.8% (1565 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f9a53f48 [f9a53f48]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5cac2c06 [5cac2c06]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ec024ca [7ec024ca]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c624634e [c624634e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f86ccae9 [f86ccae9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6fc3c2e [d6fc3c2e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin_lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin_lib/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f322a111 [f322a111]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f09ec0ab [f09ec0ab]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ba5d62d1 [ba5d62d1]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.5% (209 of 210 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7e255c40 [7e255c40]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=86acd12e [86acd12e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4f3b4305 [4f3b4305]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eac33e90 [eac33e90]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (196 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17c51be5 [17c51be5]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0ab2398 [c0ab2398]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (326 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6b7fac1 [d6b7fac1]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (206 of 206 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4e97cea7 [4e97cea7]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e8274087 [e8274087]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d7fbab18 [d7fbab18]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3f1a08b4 [3f1a08b4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=92e6fc46 [92e6fc46]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6cf5249d [6cf5249d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48907031 [48907031]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.3% (148 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9ef855fe [9ef855fe]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.4% (170 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79e81b47 [79e81b47]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.9% (194 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=af5e01d0 [af5e01d0]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f262c268 [f262c268]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (326 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e03e491a [e03e491a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=299d7e9b [299d7e9b]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=963b03f8 [963b03f8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4643459 [a4643459]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 99.4% (171 of 172 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b6f0d602 [b6f0d602]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f6a6c8e5 [f6a6c8e5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67d451ba [67d451ba]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewpresenterplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewpresenterplugin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a18b92ba [a18b92ba]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d9a6697 [7d9a6697]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aaeda12b [aaeda12b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c999f37 [3c999f37]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdmconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmconfig/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef954c90 [ef954c90]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2aa378ca [2aa378ca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_zeroconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_zeroconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2cd8ff75 [2cd8ff75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cb5cf602 [cb5cf602]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krdc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krdc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fc00fa70 [fc00fa70]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (94 of 94 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kpf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kpf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=325dc4a8 [325dc4a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.8% (2984 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b912c6e7 [b912c6e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (248 of 248 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/knewsticker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/knewsticker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6e04a742 [6e04a742]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (103 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmwifi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmwifi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ca7235c9 [ca7235c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (100 of 100 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmlanbrowser&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmlanbrowser/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ddb067e7 [ddb067e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (43 of 43 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmktalkd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmktalkd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c7fc70f6 [c7fc70f6]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (196 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cff19a2f [cff19a2f]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bad75a4d [bad75a4d]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (327 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0115ec51 [0115ec51]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=75d3b850 [75d3b850]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ade36f2 [1ade36f2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ad7aeafe [ad7aeafe]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=57cd82f9 [57cd82f9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=405dc7df [405dc7df]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ee0c314 [3ee0c314]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdmconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmconfig/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2567a89d [2567a89d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b2441d13 [b2441d13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_zeroconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_zeroconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c669a79d [c669a79d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_lan&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_lan/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5ecccc8f [5ecccc8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_jabberdisco&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_jabberdisco/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=153f7022 [153f7022]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefile_torrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefile_torrent/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=db5cbbbc [db5cbbbc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kwireless&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kwireless/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=70391ee5 [70391ee5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kinetd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kinetd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0f541093 [0f541093]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kdictapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kdictapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16494e41 [16494e41]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/libtdepim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7648b3c9 [7648b3c9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b7ec603 [7b7ec603]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fb3fdb2b [fb3fdb2b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fe4514c8 [fe4514c8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=83bdc126 [83bdc126]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=63a90127 [63a90127]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/tdefifteen&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/tdefifteen/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df53a5b9 [df53a5b9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a27093a0 [a27093a0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 87.5% (14 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - audio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-audio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd2a6f38 [bd2a6f38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (89 of 89 strings)&amp;lt;br/&amp;gt;Translation: tdegames/twin4&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/twin4/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e64c11d2 [e64c11d2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (254 of 254 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libtdegames&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libtdegames/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7e30682d [7e30682d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (122 of 122 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libksirtet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libksirtet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ce1a3bf [3ce1a3bf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.2% (56 of 57 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ktuberling&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ktuberling/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2d940247 [2d940247]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9561b74 [c9561b74]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kshisen&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kshisen/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e67e6a7f [e67e6a7f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kolf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kolf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12861973 [12861973]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2e8f84f5 [2e8f84f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (381 of 381 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kgoldrunner&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kgoldrunner/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1256c7f6 [1256c7f6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f0087266 [f0087266]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (1235 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=06391dfe [06391dfe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 84.4% (87 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=71347685 [71347685]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79cebe5e [79cebe5e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78aaa659 [78aaa659]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (289 of 289 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=74773ebc [74773ebc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ac07e9f6 [ac07e9f6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdestyle_plastik_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdestyle_plastik_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e00cbcb5 [e00cbcb5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_kdatatool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_kdatatool/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c09081a6 [c09081a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdefileaudiopreview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdefileaudiopreview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=624183f5 [624183f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_autobookmarker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_autobookmarker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b00d45a6 [b00d45a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (946 of 946 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/katepart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/katepart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=db142dcb [db142dcb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabcformat_binary&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabcformat_binary/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7cd87b83 [7cd87b83]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_isearch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_isearch/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=11d74de2 [11d74de2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_file&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_file/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8c12f11 [b8c12f11]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_docwordcompletion&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_docwordcompletion/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dd4127b3 [dd4127b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_net&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_net/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6d341d34 [6d341d34]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_sql&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_sql/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=661b618f [661b618f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_dir&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_dir/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=650ebed1 [650ebed1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdestyle_highcontrast_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdestyle_highcontrast_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=681fb57e [681fb57e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2865 of 2865 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/ppdtranslations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/ppdtranslations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5410b42a [5410b42a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/libtdescreensaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/libtdescreensaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a4a938d [6a4a938d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_insertfile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_insertfile/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f1d18823 [f1d18823]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (44 of 44 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_ldaptdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_ldaptdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30f083cd [30f083cd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acbf80cd [acbf80cd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f8fb2e20 [f8fb2e20]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1013 of 1013 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeprint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeprint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aa0506f0 [aa0506f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (455 of 455 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs_colors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs_colors/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82e61934 [82e61934]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2739 of 2739 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a2ce6cb [9a2ce6cb]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73eb4e4d [73eb4e4d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=91f7be0d [91f7be0d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 64.5% (129 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a9fa5d76 [a9fa5d76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/taskbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/taskbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b382a9a [2b382a9a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktaskbarapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktaskbarapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30e0f112 [30e0f112]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/lockout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/lockout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e1c4e2b5 [e1c4e2b5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5317fab2 [5317fab2]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=92ad6a46 [92ad6a46]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0e61bcd [c0e61bcd]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dedebeb6 [dedebeb6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_delli8k&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_delli8k/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51c00880 [51c00880]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (206 of 206 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4a6e3eb [d4a6e3eb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c368d148 [c368d148]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a73707b4 [a73707b4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9af8d504 [9af8d504]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 97.3% (219 of 225 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=875d4c24 [875d4c24]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a757dd8a [a757dd8a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abcfb18a [abcfb18a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/libtaskbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskbar/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d481507 [7d481507]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kay&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kay/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fa9f0334 [fa9f0334]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5af0121c [5af0121c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdesud&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdesud/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e363127a [e363127a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/naughtyapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/naughtyapplet/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=54976205 [54976205]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 75.7% (1542 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8f32df4 [b8f32df4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a46e674 [8a46e674]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82b00602 [82b00602]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8919bb8a [8919bb8a]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3e98afc4 [3e98afc4]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51cb26bc [51cb26bc]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d5046c21 [d5046c21]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=500f2c45 [500f2c45]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 98.5% (70 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kspaceduel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kspaceduel/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=53f3360c [53f3360c]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksokoban&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksokoban/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fa57d92b [fa57d92b]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 48.9% (24 of 49 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksnake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksnake/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4d9d7c1 [a4d9d7c1]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 94.7% (18 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksmiletris&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksmiletris/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=63667467 [63667467]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 34.1% (27 of 79 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2b3a41b [e2b3a41b]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 38.0% (19 of 50 strings)&amp;lt;br/&amp;gt;Translation: tdegames/klines&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/klines/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=33531138 [33531138]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45486792 [45486792]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (58 of 58 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5e2914e7 [5e2914e7]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c716f74 [6c716f74]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a270de3 [5a270de3]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (322 of 322 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=404b586a [404b586a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8b023bb7 [8b023bb7]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (322 of 322 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10d7630d [10d7630d]] tdepim: remove kitchensync pot file again, since it was automatically re-added&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a8b0c96 [2a8b0c96]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f4de4713 [f4de4713]] tdepim: remove translations for kitchensync and multisynk&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=64d45800 [64d45800]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0c2a0ab3 [0c2a0ab3]] tdegraphics: remove translations for kmrml&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8aa58abf [8aa58abf]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=376b1bfe [376b1bfe]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a340797 [6a340797]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=90797510 [90797510]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e0706cf8 [e0706cf8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eee4a43c [eee4a43c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb21ba44 [bb21ba44]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
= libraries =&lt;br /&gt;
== libkdcraw ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=d13e9744 [d13e9744]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (74 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=50387262 [50387262]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 70.2% (52 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=fb8e7233 [fb8e7233]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (74 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=4720b9e3 [4720b9e3]] Added translation using Weblate (Chinese (Simplified))&lt;br /&gt;
&lt;br /&gt;
== libkipi ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=1ea1d770 [1ea1d770]] Added translation using Weblate (Chinese (Traditional))&lt;br /&gt;
&lt;br /&gt;
== kipi-plugins ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=aa3b7277 [aa3b7277]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.0% (512 of 602 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - metadataedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-metadataedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=62e89ce1 [62e89ce1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 40.1% (53 of 132 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - cdarchiving&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-cdarchiving/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=1fc6b1e0 [1fc6b1e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - viewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-viewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=f134eb8d [f134eb8d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=7115da7d [7115da7d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=c39b2d5d [c39b2d5d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=549a8d58 [549a8d58]] Added translation using Weblate (Chinese (Traditional))&lt;br /&gt;
&lt;br /&gt;
== libtqt-perl ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=ea4d4023 [ea4d4023]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=a8738810 [a8738810]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=076ec834 [076ec834]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
= applications/development =&lt;br /&gt;
== kdbg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=b171e1b2 [b171e1b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kdbg - kdbg.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbg-kdbgdesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== kdiff3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=453f35a8 [453f35a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 67.2% (347 of 516 strings)&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=47366761 [47366761]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: applications/kdiff3 - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=810025fb [810025fb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=b65164fa [b65164fa]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=abcdeb43 [abcdeb43]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=1bab9902 [1bab9902]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tdesvn ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=2cdbcc87 [2cdbcc87]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 48.5% (359 of 739 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=f66e96c7 [f66e96c7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdesvn - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=e0823d75 [e0823d75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/graphics =&lt;br /&gt;
== digikam ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=31f057f7 [31f057f7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1794 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=d1ed2afa [d1ed2afa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1793 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=1798610f [1798610f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=e809e384 [e809e384]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1793 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=53e13c18 [53e13c18]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2244 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=09a41f75 [09a41f75]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/&lt;br /&gt;
&lt;br /&gt;
== gwenview-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=3e754a52 [3e754a52]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=57175831 [57175831]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=827f6c7b [827f6c7b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/internet =&lt;br /&gt;
== kasablanca ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=2a9b7e7d [2a9b7e7d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kasablanca - kasablanca.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca-kasablancadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=159a8faf [159a8faf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 64.3% (74 of 115 strings)&amp;lt;br/&amp;gt;Translation: applications/kasablanca&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=4b9e3dcb [4b9e3dcb]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kbiff ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=c53c9a60 [c53c9a60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=2cc626b9 [2cc626b9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.8% (89 of 90 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=4069eda9 [4069eda9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff - kbiff.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff-kbiffdesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== knmap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=a289b05a [a289b05a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=2721c5e0 [2721c5e0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=24febfa6 [24febfa6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=8f8a354b [8f8a354b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (221 of 221 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=b68bd35b [b68bd35b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=60528588 [60528588]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 16.2% (36 of 221 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=aea076a0 [aea076a0]] Added translation using Weblate (Ukrainian)&lt;br /&gt;
&lt;br /&gt;
== konversation ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=dfedc855 [dfedc855]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.6% (1167 of 1362 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation/ru/&lt;br /&gt;
&lt;br /&gt;
== kshowmail ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=10272aed [10272aed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 49.8% (174 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=b13b420d [b13b420d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 49.5% (173 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
&lt;br /&gt;
== kstreamripper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=3ec99f94 [3ec99f94]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=457de6e0 [457de6e0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=1801e3aa [1801e3aa]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 80.0% (24 of 30 strings)&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=382d4392 [382d4392]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=5da88b7e [5da88b7e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=c621d368 [c621d368]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== ktorrent ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=523c79c3 [523c79c3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (875 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=46220b63 [46220b63]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 80.1% (701 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/ru/&lt;br /&gt;
&lt;br /&gt;
== kvirc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b32a017a [b32a017a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.8% (2404 of 2588 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=02e908ee [02e908ee]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=e2dd007c [e2dd007c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a48e70a7 [a48e70a7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (794 of 805 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a7254dcc [a7254dcc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - theme&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-theme/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=25f3bffc [25f3bffc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=1e208b4f [1e208b4f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - logview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-logview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=3e94a25e [3e94a25e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - editor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=0c62fcd5 [0c62fcd5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - filetransferwindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-filetransferwindow/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a6e75ff9 [a6e75ff9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - dcc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-dcc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=2091bae5 [2091bae5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - notifier&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=90e47cbd [90e47cbd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - sharedfileswindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-sharedfileswindow/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=729d67a2 [729d67a2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=116c3821 [116c3821]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=5e2a1ae3 [5e2a1ae3]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
= applications/misc =&lt;br /&gt;
== bibletime ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=9d90808b [9d90808b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/bibletime - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/bibletime-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=de0a4201 [de0a4201]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=7c699d2d [7c699d2d]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== desktop-effects-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=4ef8c50e [4ef8c50e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=7437087e [7437087e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=92556696 [92556696]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kerberostray ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=f56d47b0 [f56d47b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kerberostray&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kerberostray/&lt;br /&gt;
&lt;br /&gt;
= applications/multimedia =&lt;br /&gt;
== amarok ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=73837f1a [73837f1a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=079f0cc9 [079f0cc9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b037abfb [b037abfb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=93aff8fd [93aff8fd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=7f396148 [7f396148]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=8ac0d326 [8ac0d326]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=086adc4f [086adc4f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4ebfa149 [4ebfa149]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 79.7% (1981 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4cc71ec3 [4cc71ec3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=2116bf2a [2116bf2a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=e6e2d189 [e6e2d189]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=c2a12e62 [c2a12e62]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=44ad188d [44ad188d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=83730846 [83730846]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4ddb9e62 [4ddb9e62]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=90520108 [90520108]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 84.7% (2105 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=40099ec0 [40099ec0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b767627f [b767627f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=bcd8d83e [bcd8d83e]] Fix functionality broken by commit 1c3e0630.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b04099ff [b04099ff]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=a7a79de0 [a7a79de0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=1c3e0630 [1c3e0630]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=5dedf79f [5dedf79f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=8b28bb5c [8b28bb5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=9038cb17 [9038cb17]] Translated using Weblate (Turkish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/tr/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=3c835108 [3c835108]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.8% (2406 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
&lt;br /&gt;
== codeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=033f32ab [033f32ab]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=28a3b75f [28a3b75f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=9f39f05e [9f39f05e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/codeine - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/codeine-desktop-files/&lt;br /&gt;
&lt;br /&gt;
== k3b ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=00a24ebc [00a24ebc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=987871f0 [987871f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=c2fbc8f1 [c2fbc8f1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=95a45a4f [95a45a4f]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=bbf83236 [bbf83236]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=894069eb [894069eb]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/pt/&lt;br /&gt;
&lt;br /&gt;
== k3b-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=84cd0b47 [84cd0b47]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (47 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=6f6f5263 [6f6f5263]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=bd308fa9 [bd308fa9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=e6010418 [e6010418]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (47 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=cb12df11 [cb12df11]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=ecef8905 [ecef8905]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=9c355f26 [9c355f26]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=1d1360a7 [1d1360a7]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=6f8f68cc [6f8f68cc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=47c13aee [47c13aee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=b92282bd [b92282bd]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 97.8% (46 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/bg/&lt;br /&gt;
&lt;br /&gt;
== k9copy ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=ef83b5b8 [ef83b5b8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=4979c509 [4979c509]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=237b3548 [237b3548]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (495 of 495 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=553df4a4 [553df4a4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=bc07265d [bc07265d]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kaffeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=eac2daca [eac2daca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (729 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=6c9257f2 [6c9257f2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.5% (711 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=e0e0d158 [e0e0d158]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=b871bd5b [b871bd5b]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kmplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=30650e19 [30650e19]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.9% (347 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=77c148a7 [77c148a7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=bb993d63 [bb993d63]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=d8d54a7f [d8d54a7f]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 95.6% (373 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=122a27a0 [122a27a0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=bb9e13d1 [bb9e13d1]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=0817bc03 [0817bc03]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer-desktop-files/bg/&lt;br /&gt;
&lt;br /&gt;
== kplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=cc14b9cf [cc14b9cf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=d8391ef7 [d8391ef7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 77.0% (799 of 1037 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/ru/&lt;br /&gt;
&lt;br /&gt;
== soundkonverter ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=bcf2d459 [bcf2d459]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.6% (302 of 319 strings)&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=2bf7eb6c [2bf7eb6c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=28a35800 [28a35800]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=300613ee [300613ee]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=a13d3527 [a13d3527]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tderadio ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=aa80a24c [aa80a24c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=28afa3da [28afa3da]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - oss-sound&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-oss-sound/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=5369d924 [5369d924]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (45 of 45 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - gui-standard-display&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-standard-display/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=a9f14b38 [a9f14b38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 82.3% (14 of 17 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - timeshifter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-timeshifter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=d57a893c [d57a893c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.1% (75 of 78 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - recording&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-recording/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=55460675 [55460675]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=03b5df8e [03b5df8e]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 93.5% (29 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=0bb5fda6 [0bb5fda6]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=8cd30c0e [8cd30c0e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=c74cfcb6 [c74cfcb6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.7% (30 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/office =&lt;br /&gt;
== basket ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=33317176 [33317176]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/basket&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=c8b892a3 [c8b892a3]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kbibtex ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=702a473b [702a473b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 73.7% (444 of 602 strings)&amp;lt;br/&amp;gt;Translation: applications/kbibtex&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbibtex/ru/&lt;br /&gt;
&lt;br /&gt;
== kbookreader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=e32bbc6e [e32bbc6e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (17 of 17 strings)&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=fcdb94c9 [fcdb94c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kbookreader - kbookreader.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader-kbookreaderdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=ac3e0386 [ac3e0386]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=61e10e5a [61e10e5a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/&lt;br /&gt;
&lt;br /&gt;
== kile ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=00b87abb [00b87abb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kile - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== kmymoney ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=e592106d [e592106d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (2658 of 2674 strings)&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=67a43ced [67a43ced]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=9df4c701 [9df4c701]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== koffice ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=d165869a [d165869a]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=c2fdb394 [c2fdb394]] Fix functionality broken by commit a9bbaa83&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=a9bbaa83 [a9bbaa83]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== koffice-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=572398a4 [572398a4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (3150 of 3168 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspread&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=bce5a0c4 [bce5a0c4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.4% (1169 of 1200 strings)&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=cc44ebc3 [cc44ebc3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: koffice/thesaurus_tool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/thesaurus_tool/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=b6cedf64 [b6cedf64]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_ooo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_ooo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=9f49ba05 [9f49ba05]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_koffice&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_koffice/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=7a3529fd [7a3529fd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_gnumeric&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_gnumeric/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=05196041 [05196041]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_abiword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_abiword/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ffe6d299 [ffe6d299]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (961 of 961 strings)&amp;lt;br/&amp;gt;Translation: koffice/kword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kword/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ad3cf8ee [ad3cf8ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspreadcalc_calc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspreadcalc_calc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=7f8b71fa [7f8b71fa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (909 of 909 strings)&amp;lt;br/&amp;gt;Translation: koffice/kpresenter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kpresenter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=d154e97e [d154e97e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (354 of 354 strings)&amp;lt;br/&amp;gt;Translation: koffice/kformdesigner&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kformdesigner/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=9c40a4ce [9c40a4ce]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=aa8c2267 [aa8c2267]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ccf47869 [ccf47869]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=f690d314 [f690d314]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.0% (1295 of 1423 strings)&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=f0bcacf8 [f0bcacf8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kivio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kivio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=e1f27756 [e1f27756]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=e84fa74c [e84fa74c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kword/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=fc3d61ff [fc3d61ff]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/koffice&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/koffice/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=31fd578d [31fd578d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=069df0f0 [069df0f0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kofficefilters&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kofficefilters/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=96a280ad [96a280ad]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=b7a0d0ff [b7a0d0ff]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 98.3% (420 of 427 strings)&amp;lt;br/&amp;gt;Translation: koffice/karbon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/karbon/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=8e305f42 [8e305f42]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 99.8% (1421 of 1423 strings)&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=61f41445 [61f41445]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: koffice/example&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/example/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=1f753ab8 [1f753ab8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (3150 of 3168 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspread&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/ru/&lt;br /&gt;
&lt;br /&gt;
== kpilot ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=9beef848 [9beef848]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.3% (1059 of 1088 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=adc41d0e [adc41d0e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=43b3df95 [43b3df95]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=b2480185 [b2480185]] Fix functionality broken by commit a956e3e&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=f060f38e [f060f38e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=fa847ef4 [fa847ef4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=a956e3e8 [a956e3e8]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tellico ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=10996a19 [10996a19]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=252be932 [252be932]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.5% (1108 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=f73799c2 [f73799c2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=30d2f3d2 [30d2f3d2]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 74.2% (826 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=997c050d [997c050d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=0a00263f [0a00263f]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
= applications/settings =&lt;br /&gt;
== kdpkg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=752317fb [752317fb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=c178f4e3 [c178f4e3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 93.1% (27 of 29 strings)&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=7afa4047 [7afa4047]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=3107e30a [3107e30a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=4277d12f [4277d12f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/&lt;br /&gt;
&lt;br /&gt;
== kkbswitch ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=c36d0446 [c36d0446]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch - kkbswitch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch-kkbswitchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=d7b89dac [d7b89dac]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=586412b8 [586412b8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 96.4% (55 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=8978515d [8978515d]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=29e2187e [29e2187e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=4f10d322 [4f10d322]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=2f27dd99 [2f27dd99]] Added global shortcuts for switching to previous/next group&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/kkbswitch/issues/6 #6]&lt;br /&gt;
&lt;br /&gt;
== klcddimmer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=739e6b63 [739e6b63]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/klcddimmer - klcddimmer.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer-klcddimmerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=c552505d [c552505d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/klcddimmer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer/&lt;br /&gt;
&lt;br /&gt;
== tdenetworkmanager ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=f781e430 [f781e430]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 56.5% (160 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=6bd64d20 [6bd64d20]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 54.4% (154 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/system =&lt;br /&gt;
== dolphin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=d6981f86 [d6981f86]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=88bffef8 [88bffef8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=50bf6ece [50bf6ece]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=df0f2634 [df0f2634]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 87.3% (55 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=128fc6c0 [128fc6c0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=4177bfeb [4177bfeb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=31e79818 [31e79818]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=614887eb [614887eb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=dfc034e5 [dfc034e5]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kbfx ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=7df544d7 [7df544d7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbfx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbfx/&lt;br /&gt;
&lt;br /&gt;
== kcmautostart ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=e156d8d7 [e156d8d7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=a34114dc [a34114dc]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=e32b5599 [e32b5599]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/&lt;br /&gt;
&lt;br /&gt;
== knemo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=6132bf8e [6132bf8e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== krusader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=a6d7af8f [a6d7af8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 89.0% (1246 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=1107ba66 [1107ba66]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=60b198a9 [60b198a9]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1399 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/uk/&lt;br /&gt;
&lt;br /&gt;
== kshutdown ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=0cb0eeb3 [0cb0eeb3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown - kshutdown.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-kshutdowndesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=6c6e8bb5 [6c6e8bb5]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown - kshutdown.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-kshutdowndesktop/nl/&lt;br /&gt;
&lt;br /&gt;
== ksystemlog ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=cf0f1b44 [cf0f1b44]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/ksystemlog&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksystemlog/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=27e255d7 [27e255d7]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== polkit-agent-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=774e540b [774e540b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=fe3d3837 [fe3d3837]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=81f288bf [81f288bf]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/zh_Hant/&lt;br /&gt;
&lt;br /&gt;
== tdebluez ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=fce0091e [fce0091e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=f23e3839 [f23e3839]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=823b8121 [823b8121]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=d0311fa0 [d0311fa0]] Added translation using Weblate (Dutch)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ee1b7905 [ee1b7905]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 89.1% (239 of 268 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=14e65f81 [14e65f81]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=9a895e4f [9a895e4f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=5dbd02e3 [5dbd02e3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=75e3f4ae [75e3f4ae]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=1d2fcc95 [1d2fcc95]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (266 of 266 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=9ec32992 [9ec32992]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=226cacc4 [226cacc4]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (274 of 274 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ae46115f [ae46115f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ad1894b7 [ad1894b7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=e852055d [e852055d]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tdepowersave ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=1e735aeb [1e735aeb]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (311 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=f39d5cd2 [f39d5cd2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=c1d1a446 [c1d1a446]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=70666ec3 [70666ec3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=c2676876 [c2676876]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.2% (290 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=5242ce6d [5242ce6d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=678ecbe9 [678ecbe9]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== yakuake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=4d40f6d0 [4d40f6d0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.9% (94 of 98 strings)&amp;lt;br/&amp;gt;Translation: applications/yakuake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/tdeio =&lt;br /&gt;
== tdeio-ftps ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-ftps/commit/?id=8ac1f636 [8ac1f636]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdeio-ftps&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-ftps/&lt;br /&gt;
&lt;br /&gt;
== tdeio-umountwrapper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=e3173ff2 [e3173ff2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-umountwrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-umountwrapper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=c37ba2dc [c37ba2dc]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
= applications/themes =&lt;br /&gt;
== gtk-qt-engine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=2178adeb [2178adeb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=90c79e65 [90c79e65]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=df701883 [df701883]] Added translation using Weblate (Chinese (Simplified))&lt;br /&gt;
&lt;br /&gt;
== kgtk-qt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=06bca424 [06bca424]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/kgtk-qt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kgtk-qt3/ru/&lt;br /&gt;
&lt;br /&gt;
== tde-style-baghira ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=bb43a575 [bb43a575]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - sessionapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-sessionapplet/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=738600de [738600de]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - starter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-starter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=54a306f5 [54a306f5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=4a3bbfa4 [4a3bbfa4]] Rename library twin3_baghira -&amp;amp;gt; twin_baghira&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=fc8b3dd4 [fc8b3dd4]] Fix functionality broken by commit 66813ef&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=66813efe [66813efe]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tde-style-domino ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=7ea023ba [7ea023ba]] Rename library twin3_domino -&amp;amp;gt; twin_domino&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== tde-style-ia-ora ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=25c19604 [25c19604]] Rename library twin3_iaora -&amp;amp;gt; twin_iaora&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== tde-style-lipstik ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=39c758d5 [39c758d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-lipstik - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-lipstik-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=e0338512 [e0338512]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== twin-style-crystal ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=d9afc78c [d9afc78c]] Rename library twin3_crystal -&amp;amp;gt; twin_crystal&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-dekorator ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=c67f6084 [c67f6084]] Rename library twin3_deKorator -&amp;amp;gt; twin_deKorator&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-machbunt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=81c7c4d0 [81c7c4d0]] Rename library twin3_MachBunt to twin_MachBunt&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-suse2 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=9b5c2e1e [9b5c2e1e]] Rename library twin3_SUSE2 -&amp;amp;gt; twin_SUSE&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
= applications/utilities =&lt;br /&gt;
== abakus ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=9ace50d1 [9ace50d1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/abakus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=467ef6c1 [467ef6c1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (49 of 49 strings)&amp;lt;br/&amp;gt;Translation: applications/abakus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=e1762b36 [e1762b36]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=b277c7ae [b277c7ae]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/abakus - abakus.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus-abakusdesktop/bg/&lt;br /&gt;
&lt;br /&gt;
== filelight ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=aa06806b [aa06806b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=28349b70 [28349b70]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=7cc11b7f [7cc11b7f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=629295b3 [629295b3]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=33098270 [33098270]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (77 of 77 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/uk/&lt;br /&gt;
&lt;br /&gt;
== kbarcode ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=2f5aa189 [2f5aa189]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.1% (589 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=6c31a9ec [6c31a9ec]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=7f9e4e65 [7f9e4e65]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.9% (582 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=f6c05921 [f6c05921]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 74.5% (443 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=371ce27c [371ce27c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=7bd51d72 [7bd51d72]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=6ca861bd [6ca861bd]] Fix functionality broken by commit fc06df3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=fc06df33 [fc06df33]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== kchmviewer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=78502278 [78502278]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kchmviewer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kchmviewer-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== kcpuload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=b49178b0 [b49178b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=8ae8e9f8 [8ae8e9f8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 94.8% (37 of 39 strings)&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=7a450d31 [7a450d31]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=d9952f82 [d9952f82]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/&lt;br /&gt;
&lt;br /&gt;
== knutclient ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=dfa5f3fa [dfa5f3fa]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knutclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=466ddc1b [466ddc1b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (203 of 203 strings)&amp;lt;br/&amp;gt;Translation: applications/knutclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient/uk/&lt;br /&gt;
&lt;br /&gt;
== krename ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=b4e78648 [b4e78648]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/krename - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krename-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=7740aa8e [7740aa8e]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== qalculate-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=744ac88e [744ac88e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=6baf1704 [6baf1704]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.4% (593 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=accfbbbf [accfbbbf]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=34b3365e [34b3365e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=933d4190 [933d4190]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=68aa9b3b [68aa9b3b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (596 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=96280709 [96280709]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 75.0% (447 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=09de128a [09de128a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 70.6% (421 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=c714c687 [c714c687]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 60.7% (362 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=1c102209 [1c102209]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 42.4% (253 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=06249035 [06249035]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
= packaging =&lt;br /&gt;
== packaging ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=70a0160c [70a0160c]] DEB tdebindings: remove dependency on libtqt3-compat-headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=fb212c9e [fb212c9e]] DEB tqt3: drop compat files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=a4869e73 [a4869e73]] DEB tdebase twin: adjusted after renaming client libraries from twin3_* to twin_*. This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=7b064a10 [7b064a10]] DEB tqt3: adjusted after removing Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f7be243e [f7be243e]] DEB buildscripts: update supported distros&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f82c8cc0 [f82c8cc0]] DEB: remove support for Debian Stretch and Ubuntu Xenial&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=4721bdc6 [4721bdc6]] DEB tqt3: remove Qt2 obsolete classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=e6b868c8 [e6b868c8]] DEB tdebase: added release notes for R14.2.x series&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=3c5c1e60 [3c5c1e60]] DEB trinity-apt-archive: Set the apt repository URL to PTB.&lt;/div&gt;</summary>
		<author><name>SlavekB</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.2.0&amp;diff=3253</id>
		<title>Changelog For R14.2.0</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.2.0&amp;diff=3253"/>
		<updated>2023-12-18T01:07:55Z</updated>

		<summary type="html">&lt;p&gt;SlavekB: /* tde-i18n */ Update 20231217&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= dependencies =&lt;br /&gt;
== tde-cmake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=9fae6b57 [9fae6b57]] Update version to R14.2.0&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tqt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=ee0c5d58 [ee0c5d58]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a6829398 [a6829398]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=d2122705 [d2122705]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=e0a3cab4 [e0a3cab4]] Minor adjustments to porting documentation&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=f2b3ea52 [f2b3ea52]] Drop compatibility code for TQSignal&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=fb6884ea [fb6884ea]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=2e817b4b [2e817b4b]] Remove dangled symlinks for droped compat headers.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=c3bb8881 [c3bb8881]] Drop compatibility code for TQButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=9492e618 [9492e618]] Drop compatibility code for TQThread&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=979f5621 [979f5621]] Drop compatibility code for TQLineEdit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=83991feb [83991feb]] Remove Qt4 related stuff&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=48ea22d0 [48ea22d0]] Drop compatibility code for TQToolButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b1bfbe79 [b1bfbe79]] Drop compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=bfd62a0b [bfd62a0b]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a8466ab3 [a8466ab3]] Translated using Weblate (Chinese (zh))&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3 - examples-i18n&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3-examples-i18n/zh/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=5350a724 [5350a724]] Drop TQT_NO_COMPAT code from mkspecs files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a75445b4 [a75445b4]] Drop Qt2 obsolete classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b6e9b6c6 [b6e9b6c6]] Added translation using Weblate (Turkish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=af9d6b11 [af9d6b11]] Added translation using Weblate (Turkish)&lt;br /&gt;
&lt;br /&gt;
== tqtinterface ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=9ad01120 [9ad01120]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=4746fbba [4746fbba]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=1c79e9f8 [1c79e9f8]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
== pytqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=aa676491 [aa676491]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=cba16275 [cba16275]] Drop compatibility code for TQThread&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=8bd235be [8bd235be]] Addons to previous commit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=28273a01 [28273a01]] Drop Qt2&amp;#039;s TQSemiModal class.&lt;br /&gt;
&lt;br /&gt;
= core =&lt;br /&gt;
== tdelibs ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cca633c6 [cca633c6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (179 of 179 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/all languages&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/all-languages/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=9755ecd9 [9755ecd9]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=503eb0d9 [503eb0d9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=29b84bd0 [29b84bd0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=f6627610 [f6627610]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7f7e5585 [7f7e5585]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.4% (323 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7a35fcf1 [7a35fcf1]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=f49e67f0 [f49e67f0]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=920d56d2 [920d56d2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=a7316f73 [a7316f73]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=4e0aa6d5 [4e0aa6d5]] Fix functionality broken by commit 8233b2e5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=8233b2e5 [8233b2e5]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=74cb596c [74cb596c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdemarkdown - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdemarkdown-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=29f58681 [29f58681]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (327 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=c6bc3af7 [c6bc3af7]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cdf964bb [cdf964bb]] Update version to R14.2.0&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tdebase ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f093a1be [f093a1be]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdm - themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdm-themes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=21ecd990 [21ecd990]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplash - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplash-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=607f0804 [607f0804]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdehtml_plugins.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdehtml_pluginsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5f815bd0 [5f815bd0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkonq - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkonq-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8175c850 [8175c850]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksysguard - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksysguard-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7c8d600d [7c8d600d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=3faa7b1b [3faa7b1b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kate - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kate-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f6fb0d91 [f6fb0d91]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 61.8% (281 of 454 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=70af14e2 [70af14e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 48.5% (168 of 346 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kappfinder - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kappfinder-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=035c2698 [035c2698]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - directories&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-directories/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a1cbb16b [a1cbb16b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.8% (248 of 251 strings)&amp;lt;br/&amp;gt;Translation: tdebase/l10n - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/l10n-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a26bb216 [a26bb216]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1103f2b1 [1103f2b1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c836bb9d [c836bb9d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=00eab673 [00eab673]] Translated using Weblate (Greek)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/el/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9e7b4bb1 [9e7b4bb1]] TWin: Fix loading of window decoration configuration libraries&amp;lt;br/&amp;gt;Accidentally broken by commit 84ab47055d.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=748a54ff [748a54ff]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=dddd52ff [dddd52ff]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=30d54139 [30d54139]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2317bee2 [2317bee2]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=4c64b274 [4c64b274]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-events/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c0ca8145 [c0ca8145]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f1f2e40a [f1f2e40a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5eec362c [5eec362c]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2986ff6e [2986ff6e]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2937383d [2937383d]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-data/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9ab75fc1 [9ab75fc1]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ea076539 [ea076539]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi - presets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi-presets/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8a8431ab [8a8431ab]] twin: renames twin3_ to twin_ in user theme config files. This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/351 #351] and PR #364.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=91cb2036 [91cb2036]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.0% (33 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=88ea7160 [88ea7160]] KWin: rename client libraries twin3_* -&amp;amp;gt; twin_*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=84ab4705 [84ab4705]] Make TWin look for `twin_` libraries&amp;lt;br/&amp;gt;This is now the preferred way of calling the decoration libraries&amp;lt;br/&amp;gt;(in place of `twin3_`). The old names that start with `twin3_` are&amp;lt;br/&amp;gt;still recognized for compatibility reasons.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/351 #351]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e8336ee5 [e8336ee5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2da663c3 [2da663c3]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8210b058 [8210b058]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=74eb1d78 [74eb1d78]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=90b19e21 [90b19e21]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ce84a0c6 [ce84a0c6]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=950f0ce7 [950f0ce7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tde_release_notes.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tde_release_notesdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d61158c7 [d61158c7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdcop - kdcop.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdcop-kdcopdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ddc6b3af [ddc6b3af]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeintegration.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeintegrationdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1771a344 [1771a344]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5ec66d53 [5ec66d53]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - compat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-compat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=653159ea [653159ea]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=143cff2e [143cff2e]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=78937d51 [78937d51]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9ab17ab4 [9ab17ab4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e539275a [e539275a]] Add release notes draft for R14.2.x series&lt;br /&gt;
&lt;br /&gt;
== tdepim ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=5863ef46 [5863ef46]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=0e164959 [0e164959]] Fix functionality broken by commit fd0046c4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=fd0046c4 [fd0046c4]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=860c8799 [860c8799]] Drop deprecated kitchensync code&lt;br /&gt;
&lt;br /&gt;
== tdemultimedia ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=c5e80026 [c5e80026]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdemid - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdemid-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=ec115020 [ec115020]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=1c71f523 [1c71f523]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/libkcddb - libkcddb.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/libkcddb-libkcddbdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=94ca3a13 [94ca3a13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kscd - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kscd-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=6c3e9a2f [6c3e9a2f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=775b1efd [775b1efd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kappfinder - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kappfinder-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=a452bd94 [a452bd94]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaudiocreator - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaudiocreator-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=514a0715 [514a0715]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=cb937aa9 [cb937aa9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaudiocreator - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaudiocreator-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=261327ee [261327ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaboodle - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaboodle-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=ab65a990 [ab65a990]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== tdenetwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=7cf631be [7cf631be]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=15fd0d5c [15fd0d5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=bff9d105 [bff9d105]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=1e65a9c9 [1e65a9c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krfb - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krfb-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=65f0237b [65f0237b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=0f7aec08 [0f7aec08]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=8b0277b3 [8b0277b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=ea8c2556 [ea8c2556]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kwifi - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kwifi-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=7dbed250 [7dbed250]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=1732e27c [1732e27c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc - ksirc.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc-ksircdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=f0b3ae6b [f0b3ae6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krfb - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krfb-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=0bf1f09c [0bf1f09c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krdc - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krdc-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=cd3b9bc6 [cd3b9bc6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=6c1bfe1c [6c1bfe1c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/knewsticker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/knewsticker-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e540875f [e540875f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=9f39152c [9f39152c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=ec7c5f92 [ec7c5f92]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmlanbrowser - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmlanbrowser-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=bd2c6b41 [bd2c6b41]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kdict - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kdict-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=055c3ba8 [055c3ba8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmktalkd - kcmktalkd.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmktalkd-kcmktalkddesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e8441a98 [e8441a98]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/dcoprss - rssservice.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/dcoprss-rssservicedesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== tdegraphics ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=32a0eae8 [32a0eae8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=0464b42f [0464b42f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksvg - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksvg-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=83ca390f [83ca390f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kooka - kooka.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kooka-kookadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=b946ccf6 [b946ccf6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kolourpaint - kolourpaint.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kolourpaint-kolourpaintdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=c3994f8f [c3994f8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=c8525154 [c8525154]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kfax - kfax.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kfax-kfaxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=82790fe5 [82790fe5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcoloredit - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcoloredit-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=6628c1cf [6628c1cf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdeiconedit - tdeiconedit.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdeiconedit-tdeiconeditdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=6fec2493 [6fec2493]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewshell - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewshell-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=0ac60cd7 [0ac60cd7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kuickshow - kuickshow.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kuickshow-kuickshowdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=b7a2fb44 [b7a2fb44]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksnapshot - ksnapshot.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksnapshot-ksnapshotdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=d73ec8db [d73ec8db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler - kruler.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler-krulerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=4207cf76 [4207cf76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpovmodeler - kpovmodeler.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpovmodeler-kpovmodelerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=a34651aa [a34651aa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=df90b4db [df90b4db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kfaxview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kfaxview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=10228ff7 [10228ff7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kdvi - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kdvi-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=786ba559 [786ba559]] Fix functionality broken by commit d26dabfe.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=d26dabfe [d26dabfe]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=fdd22494 [fdd22494]] Drop deprecated kmrml code&lt;br /&gt;
&lt;br /&gt;
== tdetoys ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=47ebe98c [47ebe98c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (285 of 285 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather - stations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather-stations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=bfb7d592 [bfb7d592]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=97649015 [97649015]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kworldclock - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kworldclock-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=29e37f55 [29e37f55]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/ktux - ktux.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/ktux-ktuxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=4eb6f321 [4eb6f321]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kteatime - kteatime.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kteatime-kteatimedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=75d71ec8 [75d71ec8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kodo - kodo.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kodo-kododesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=ef99089e [ef99089e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/amor - amor.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/amor-amordesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=528f19d2 [528f19d2]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeedu ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=0c53c58d [0c53c58d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=d99f3098 [d99f3098]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=05b36881 [05b36881]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kverbos - kverbos.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kverbos-kverbosdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=b2b4038e [b2b4038e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kturtle - kturtle.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kturtle-kturtledesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=9edf12e3 [9edf12e3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/ktouch - ktouch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/ktouch-ktouchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=373f572e [373f572e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kiten - kiten.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kiten-kitendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=894d22c5 [894d22c5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars - kstars.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars-kstarsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=b245468a [b245468a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kpercentage - kpercentage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kpercentage-kpercentagedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=9a430435 [9a430435]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kmplot - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kmplot-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=7cbde739 [7cbde739]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/klettres - klettres.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/klettres-klettresdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=3f41eb31 [3f41eb31]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/klatin - klatin.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/klatin-klatindesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=274c00f5 [274c00f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kig - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kig-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=d076ba6e [d076ba6e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/khangman - khangman.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/khangman-khangmandesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e7ecdbc7 [e7ecdbc7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography - kgeography.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography-kgeographydesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=7ec075a1 [7ec075a1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/keduca - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/keduca-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e45f4ee3 [e45f4ee3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kbruch - kbruch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kbruch-kbruchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e73aad5f [e73aad5f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kanagram - kanagram.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kanagram-kanagramdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=026dd7e1 [026dd7e1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kalzium - kalzium.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kalzium-kalziumdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=92daf7c2 [92daf7c2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/blinken - blinken.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/blinken-blinkendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=ad620012 [ad620012]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=1b57c822 [1b57c822]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== tdegames ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=707ed9c6 [707ed9c6]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=72486eea [72486eea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/tdefifteen - tdefifteen.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/tdefifteen-tdefifteendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=1af92e8c [1af92e8c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk - knetwalk.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk-knetwalkdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=b4e10441 [b4e10441]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/twin4 - twin4.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/twin4-twin4desktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=60e6b4b7 [60e6b4b7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ktuberling - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ktuberling-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f86cc3b2 [f86cc3b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kspaceduel - kspaceduel.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kspaceduel-kspacedueldesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=1723a2e2 [1723a2e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksokoban - ksokoban.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksokoban-ksokobandesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=b8bfa029 [b8bfa029]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksnake - ksnake.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksnake-ksnakedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f3055d26 [f3055d26]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=25bbc148 [25bbc148]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet - ksirtet.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet-ksirtetdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=bc6ebdd9 [bc6ebdd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksame - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksame-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=245abf4b [245abf4b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kshisen - kshisen.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kshisen-kshisendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=a24aefaf [a24aefaf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f361902f [f361902f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi - kreversi.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi-kreversidesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=bdbf75db [bdbf75db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kpoker - kpoker.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kpoker-kpokerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=8010109b [8010109b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kpat - kpat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kpat-kpatdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=30b2fe6b [30b2fe6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/konquest - konquest.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/konquest-konquestdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e3c0ddc0 [e3c0ddc0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kolf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kolf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=214ce742 [214ce742]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmines - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmines-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e2876665 [e2876665]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e58b9568 [e58b9568]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmines - kmines.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmines-kminesdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=564ede18 [564ede18]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmahjongg - kmahjongg.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmahjongg-kmahjonggdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=a1f2098b [a1f2098b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegames/klickety - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/klickety-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=04405ac0 [04405ac0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kjumpingcube - kjumpingcube.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kjumpingcube-kjumpingcubedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=ddeb59d5 [ddeb59d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kgoldrunner - KGoldrunner.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kgoldrunner-kgoldrunnerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=6aa6a2fc [6aa6a2fc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kenolaba - kenolaba.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kenolaba-kenolabadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=c2e382ff [c2e382ff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbounce - kbounce.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbounce-kbouncedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=43a1ef1a [43a1ef1a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kblackbox - kblackbox.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kblackbox-kblackboxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=47443995 [47443995]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbackgammon - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbackgammon-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=51730a13 [51730a13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbackgammon - kbackgammon.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbackgammon-kbackgammondesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f4e1241f [f4e1241f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kasteroids - kasteroids.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kasteroids-kasteroidsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=195f32ff [195f32ff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegames/atlantik - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/atlantik-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=078f8a60 [078f8a60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/atlantik - atlantik.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/atlantik-atlantikdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=23f73f6d [23f73f6d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=89209b44 [89209b44]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeaccessibility ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=546f0a26 [546f0a26]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmousetool - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmousetool-desktop-files/nl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=0c8252ff [0c8252ff]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmag - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmag-desktop-files/nl/&lt;br /&gt;
&lt;br /&gt;
== tdeaddons ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=462e8067 [462e8067]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (64 of 64 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-plugins-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=7247f36b [7247f36b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tutorials - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tutorials-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=729f8436 [729f8436]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-plugins-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=c75bb91d [c75bb91d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/ksig - ksig.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/ksig-ksigdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=8b19a3d4 [8b19a3d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (44 of 44 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-plugins-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== tdeadmin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=7c269be3 [7c269be3]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 50.0% (1 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage - kpackage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage-kpackagedesktop/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=b60f7565 [b60f7565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kuser - kuser.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kuser-kuserdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=39dd6199 [39dd6199]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/ksysv - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/ksysv-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=1ec384e5 [1ec384e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=78260ae7 [78260ae7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage - kpackage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage-kpackagedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=18052ec0 [18052ec0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kdat - kdat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kdat-kdatdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=68dbc1fc [68dbc1fc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kcron - kcron.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kcron-kcrondesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== tdeartwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=e76fde84 [e76fde84]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/icon themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/icon-themes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=480c8a32 [480c8a32]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/icon themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/icon-themes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=d5891cb6 [d5891cb6]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/wallpapers-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=b7c7780f [b7c7780f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeartwork/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/wallpapers-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=25e4ea58 [25e4ea58]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=0afaf315 [0afaf315]] twin-styles: twin3_ to twin_ conversion&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=5f90bc99 [5f90bc99]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (314 of 314 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/tdescreensaver - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/tdescreensaver-desktop-files/it/&lt;br /&gt;
&lt;br /&gt;
== tdebindings ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=84ec6486 [84ec6486]] Drop compatibility code for TQSignal&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=13378021 [13378021]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=02712db1 [02712db1]] Drop compatibility code for TQButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=53442b53 [53442b53]] Drop obsolete TQLineEdit methods&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=1b35744b [1b35744b]] Drop compatibility code for TQToolButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=476cadbf [476cadbf]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=941081ce [941081ce]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=dcffc0bc [dcffc0bc]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
== tdesdk ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=e116e963 [e116e963]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbabel - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbabel-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=ba42cd60 [ba42cd60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=0b324ad9 [0b324ad9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=26ea0a31 [26ea0a31]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdecachegrind - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdecachegrind-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=7b277c01 [7b277c01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/scheck - scheck.themerc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/scheck-scheckthemerc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=8d7ac8ea [8d7ac8ea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kuiviewer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kuiviewer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=70cbb21e [70cbb21e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbugbuster - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbugbuster-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=5951f56b [5951f56b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/cervisia - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/cervisia-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=0c03e09c [0c03e09c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/cervisia - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/cervisia-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=b221bea0 [b221bea0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kompare - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kompare-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d50abb28 [d50abb28]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.1% (27 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=3523578c [3523578c]] Fix functionality broken by commit d619f66&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d619f66a [d619f66a]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tdevelop ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=f4724912 [f4724912]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop-desktop-files/&lt;br /&gt;
&lt;br /&gt;
== tdewebdev ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=13d63148 [13d63148]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kimagemapeditor - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kimagemapeditor-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=e16b4e3b [e16b4e3b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=6552a392 [6552a392]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== tde-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b54aba2 [2b54aba2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (833 of 833 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02030efa [02030efa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.2% (461 of 500 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdecachegrind&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdecachegrind/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5abddf59 [5abddf59]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1016 of 1016 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbabel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbabel/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fc1947d4 [fc1947d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - validators&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-validators/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=995b2521 [995b2521]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4722fda2 [4722fda2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 71.0% (49 of 69 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c7fe792b [c7fe792b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (89 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c55b4ce5 [c55b4ce5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (241 of 241 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonqhtml&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonqhtml/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aeed5fd8 [aeed5fd8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b7b847f5 [b7b847f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (223 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=255d26f7 [255d26f7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (238 of 238 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/ksim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/ksim/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78aad284 [78aad284]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (89 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76168eb5 [76168eb5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmperformance&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmperformance/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1fd85bdd [1fd85bdd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_pop3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_pop3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a58fce8 [2a58fce8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d228567 [7d228567]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfmclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfmclient/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d1527d8f [d1527d8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_smtp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_smtp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c363a97 [6c363a97]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (140 of 140 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ec080931 [ec080931]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc2988ac [bc2988ac]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd5194d2 [bd5194d2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=04ed4b52 [04ed4b52]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (76 of 76 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmusb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmusb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc1d1c98 [bc1d1c98]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (43 of 43 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kthememanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kthememanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ffa5d7e7 [ffa5d7e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (96 of 96 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeprintfax&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeprintfax/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=076c2fed [076c2fed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdestyle_keramik_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdestyle_keramik_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4ceab3f4 [4ceab3f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplashthemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplashthemes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=512d9f79 [512d9f79]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=47e26a43 [47e26a43]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (93 of 93 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdefontinst&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdefontinst/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3a144469 [3a144469]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_home&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_home/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cd272aca [cd272aca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmnotify&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmnotify/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d2ba7ada [d2ba7ada]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (290 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=135f1b2e [135f1b2e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=07c69212 [07c69212]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=03934f6b [03934f6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_system&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_system/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67680029 [67680029]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0e0ae526 [0e0ae526]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeio_svn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeio_svn/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a87c6d1 [8a87c6d1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_ts&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_ts/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aade5865 [aade5865]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_po&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_po/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=522da565 [522da565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_diff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_diff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=83c47a3a [83c47a3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_cpp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_cpp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4d9ffb4a [4d9ffb4a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kres_bugzilla&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kres_bugzilla/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cfa3a9ad [cfa3a9ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (208 of 208 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbugbuster&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbugbuster/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ebed3f3 [3ebed3f3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acb7bd01 [acb7bd01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kmenuapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kmenuapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b406e7b0 [b406e7b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=610e404f [610e404f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/krdb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/krdb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bf546323 [bf546323]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmspellchecking&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmspellchecking/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a6399d3 [4a6399d3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 65.0% (13 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmiccconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmiccconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=80a06e94 [80a06e94]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_tar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_tar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b26c4f5 [4b26c4f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_recentdocs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_recentdocs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=58999e40 [58999e40]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_prefmenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_prefmenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6ce221c9 [6ce221c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - sort&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-sort/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0390f05b [0390f05b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - webarchiver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-webarchiver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cf552d9d [cf552d9d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - wavecapture&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-wavecapture/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=433ee6e7 [433ee6e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - wakeup&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-wakeup/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=46159872 [46159872]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - tyler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-tyler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e02bff0f [e02bff0f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - tippecanoe&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-tippecanoe/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0761ee7 [c0761ee7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - txt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-txt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cd18979e [cd18979e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - mhtml&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-mhtml/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=712079e1 [712079e1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - lnk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-lnk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fce9e09 [4fce9e09]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - html&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-html/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25db3dca [25db3dca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - folder&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-folder/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef1f9ac7 [ef1f9ac7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-desktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10e3306c [10e3306c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - cert&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-cert/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3fec0e8 [f3fec0e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - synaescope&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-synaescope/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a86eaabb [a86eaabb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - searchbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-searchbar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5da3c28e [5da3c28e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - pitchablespeed&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-pitchablespeed/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dce4401c [dce4401c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - minitools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-minitools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=65231d72 [65231d72]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - microformat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-microformat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e048a4eb [e048a4eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (42 of 42 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - mediacontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-mediacontrol/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=03f6f36f [03f6f36f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - lyrics&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-lyrics/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=75a2d1a4 [75a2d1a4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kaddressbook - gmx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kaddressbook-gmx/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=111da4e5 [111da4e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kaddressbook - kworldclock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kaddressbook-kworldclock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=37ccc73b [37ccc73b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (53 of 53 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - ktimemon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-ktimemon/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=877faee6 [877faee6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (48 of 48 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - metabar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-metabar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a964e80 [8a964e80]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - mediaplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-mediaplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6215185a [6215185a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - delicious&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-delicious/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=432a8fd9 [432a8fd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - kmathapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-kmathapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2537b8d7 [2537b8d7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (33 of 33 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - kbinaryclock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-kbinaryclock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41b3507f [41b3507f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - xmltools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-xmltools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d895f991 [d895f991]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - xmlcheck&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-xmlcheck/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1477c443 [1477c443]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - textfilter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-textfilter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a96d906d [a96d906d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - tabbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-tabbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02b5b392 [02b5b392]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - snippets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-snippets/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=06908d1c [06908d1c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - pybrowse&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-pybrowse/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68019125 [68019125]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - openheader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-openheader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e4943b1f [e4943b1f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - modeline&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-modeline/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a8e169d [4a8e169d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - make&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-make/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8548c37e [8548c37e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - kjswrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-kjswrapper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=65197c45 [65197c45]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - insertcommand&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-insertcommand/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f33c05f3 [f33c05f3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - htmltools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-htmltools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a3220aa3 [a3220aa3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - helloworld&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-helloworld/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0768ae06 [0768ae06]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - fll_plugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-fll_plugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ed62a7e [7ed62a7e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - fll_initplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-fll_initplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4551fe7c [4551fe7c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - filetemplates&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-filetemplates/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a5773c33 [a5773c33]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - cppsymbolviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-cppsymbolviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d5f107a6 [d5f107a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - image&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-image/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=760d609c [760d609c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - charlatanui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-charlatanui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=49a7da4e [49a7da4e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - ffrs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-ffrs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44ff5289 [44ff5289]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - dub&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-dub/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f595c2f4 [f595c2f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (81 of 81 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - domtreeviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-domtreeviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5984420c [5984420c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - dirfilter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-dirfilter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8740f36c [8740f36c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - crashes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-crashes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2eea31a6 [2eea31a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - autorefresh&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-autorefresh/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0b43890b [0b43890b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - audio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-audio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b60fc4c0 [b60fc4c0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - ark&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-ark/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4f2e12e9 [4f2e12e9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - alsaplayerui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-alsaplayerui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8cf5b05b [8cf5b05b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - akregator&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-akregator/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e9608f5 [1e9608f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (3009 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb7f6413 [bb7f6413]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (101 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2297c73 [a2297c73]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16fc9290 [16fc9290]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30b25447 [30b25447]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0c9390e0 [0c9390e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_asus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_asus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c9b6e0a [3c9b6e0a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (464 of 464 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kttsd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kttsd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5f018862 [5f018862]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.8% (5277 of 5622 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9cd12c13 [9cd12c13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4373 of 4373 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fb393ca2 [fb393ca2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdelirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdelirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de26e8e7 [de26e8e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/superkaramba&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/superkaramba/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef2d1ac9 [ef2d1ac9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.7% (204 of 238 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/ksim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/ksim/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8225ecb4 [8225ecb4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0d8c5564 [0d8c5564]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_powerbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_powerbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=15e159f9 [15e159f9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cbaed96f [cbaed96f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_delli8k&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_delli8k/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=99665cc4 [99665cc4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilod&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilod/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76cf712f [76cf712f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kfloppy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kfloppy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a780ff13 [a780ff13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.1% (833 of 849 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kaddressbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kaddressbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=160a21e5 [160a21e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (288 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b39b69b0 [b39b69b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.8% (224 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=37c46a10 [37c46a10]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aaa64918 [aaa64918]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_raw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_raw/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b72b65e [2b72b65e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (197 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de33568d [de33568d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (121 of 121 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/klinkstatus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/klinkstatus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c46c273c [c46c273c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=463fe953 [463fe953]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.0% (23 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - webarchiver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-webarchiver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f902060c [f902060c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - imgallery&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-imgallery/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7291a5d [e7291a5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (254 of 254 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libtdegames&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libtdegames/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=60f4c2ad [60f4c2ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4d13a2c [c4d13a2c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (557 of 557 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kmplot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kmplot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8f16a587 [8f16a587]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4373 of 4373 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a1803a12 [a1803a12]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (765 of 765 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kalzium&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kalzium/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a9f1223f [a9f1223f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6f5c5077 [6f5c5077]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (138 of 138 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdeiconedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdeiconedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9f37b90b [9f37b90b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_xpm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_xpm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=124a1a5b [124a1a5b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_xbm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_xbm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1397cb2b [1397cb2b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_tiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_tiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8cd2a856 [8cd2a856]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_tga&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_tga/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2102c574 [2102c574]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_rgb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_rgb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=146a8054 [146a8054]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_ps&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_ps/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=21580aeb [21580aeb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pnm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pnm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee75c8c5 [ee75c8c5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_png&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_png/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=19cf3c62 [19cf3c62]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pdf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=107c467f [107c467f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pcx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pcx/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02a155ef [02a155ef]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (67 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_jpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_jpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d85c7052 [d85c7052]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_ico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_ico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2933d93 [e2933d93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_gif&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_gif/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4382f606 [4382f606]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (59 of 59 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_exr&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_exr/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5bddf5a5 [5bddf5a5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_dvi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_dvi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=921e29b3 [921e29b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_dds&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_dds/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0b56525a [0b56525a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_bmp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_bmp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5694df40 [5694df40]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (107 of 107 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/libkscan&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/libkscan/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4f70423 [d4f70423]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/libkfaximgage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/libkfaximgage/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1d63ec25 [1d63ec25]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (179 of 179 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewshell&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewshell/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4cd8d3e0 [4cd8d3e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewscannerplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewscannerplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d794493d [d794493d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kview_scale&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kview_scale/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5f74d61a [5f74d61a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewpresenterplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewpresenterplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1c6f60df [1c6f60df]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kvieweffectsplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kvieweffectsplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2c39783 [a2c39783]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewbrowserplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewbrowserplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=23706e02 [23706e02]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (123 of 123 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kuickshow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kuickshow/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=96c0bde1 [96c0bde1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (45 of 45 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksnapshot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksnapshot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6536643 [e6536643]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=40b76cfc [40b76cfc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (225 of 225 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=54045117 [54045117]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (256 of 256 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kooka&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kooka/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a0ba024f [a0ba024f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (386 of 386 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kolourpaint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kolourpaint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b9817b46 [b9817b46]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (131 of 131 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8614f6c [a8614f6c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kgamma&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kgamma/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=09d52dca [09d52dca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (215 of 215 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kdvi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kdvi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25b4dfd1 [25b4dfd1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcoloredit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcoloredit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51cd9478 [51cd9478]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewviewerpluginsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewviewerpluginsconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2c14518 [a2c14518]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewpluginsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewpluginsconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2746c521 [2746c521]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewgeneralconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewgeneralconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25650c93 [25650c93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewcanvasconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewcanvasconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4af32845 [4af32845]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcmkamera&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcmkamera/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb0c53ea [bb0c53ea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ff1ec9c1 [ff1ec9c1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (403 of 403 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c00aae5c [c00aae5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppplogview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppplogview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=93829039 [93829039]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (416 of 416 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c152d582 [c152d582]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (94 of 94 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kpf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kpf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=654c466b [654c466b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acdd4826 [acdd4826]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_avi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_avi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=85655c32 [85655c32]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (320 of 320 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12c3105c [12c3105c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (80 of 80 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_lame&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_lame/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acfe74f0 [acfe74f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.0% (17 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_xmlrpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_xmlrpc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8f561fa [b8f561fa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2430 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b59a52df [b59a52df]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.1% (833 of 849 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kaddressbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kaddressbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b15f99b [3b15f99b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.7% (341 of 360 strings)&amp;lt;br/&amp;gt;Translation: tdepim/akregator&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/akregator/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6fd71df1 [6fd71df1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12eb7e03 [12eb7e03]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.0% (250 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9937df39 [9937df39]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ae470e5 [2ae470e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=08998baf [08998baf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (67 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmcolors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmcolors/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10ac25e5 [10ac25e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdedebugdialog&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdedebugdialog/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0771e565 [0771e565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2865 of 2865 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/ppdtranslations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/ppdtranslations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c535e26d [c535e26d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73b6114f [73b6114f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=155b3201 [155b3201]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a4c12d6 [2a4c12d6]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=976a81b4 [976a81b4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (245 of 245 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kdat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kdat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9fe445d8 [9fe445d8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8660af8 [a8660af8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (152 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=807855fe [807855fe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=69bdd2bf [69bdd2bf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (416 of 416 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=85d49634 [85d49634]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6980e97e [6980e97e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (111 of 111 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dc165c85 [dc165c85]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2430 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5bd9ba76 [5bd9ba76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0fd4f012 [0fd4f012]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.0% (99 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ca026de0 [ca026de0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0eb200e2 [0eb200e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4af789bd [4af789bd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b3efd69f [b3efd69f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (72 of 72 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/i18n - entry.desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/i18n-entrydesktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e5046884 [e5046884]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.5% (2464 of 2578 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6ff96b0 [d6ff96b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.9% (929 of 1010 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kommander&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kommander/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=052541a5 [052541a5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6813630 [d6813630]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61348be4 [61348be4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (106 of 106 strings)&amp;lt;br/&amp;gt;Translation: tdegames/lskat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/lskat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ce4cc89a [ce4cc89a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f84f621b [f84f621b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.8% (5277 of 5622 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7adefbb7 [7adefbb7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (553 of 553 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kgpg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kgpg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a54f6ad [9a54f6ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.8% (722 of 723 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a7b6a48e [a7b6a48e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.0% (109 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=adb9ee02 [adb9ee02]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acbf941b [acbf941b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_systemmenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_systemmenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d1ace2d1 [d1ace2d1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (288 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c940de1b [c940de1b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ce53218 [7ce53218]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76141cbc [76141cbc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.7% (158 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44df28d5 [44df28d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1032 of 1032 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpovmodeler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpovmodeler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=77cf8f9c [77cf8f9c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (3008 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c8cacdab [c8cacdab]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 90.6% (155 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f38fa8f3 [f38fa8f3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b01edccd [b01edccd]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=04d54b46 [04d54b46]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=edde93c4 [edde93c4]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (331 of 332 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee87723d [ee87723d]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 94.7% (36 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=347c614b [347c614b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5d7a5d36 [5d7a5d36]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4a7354e [c4a7354e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17e37aec [17e37aec]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a93fc87 [5a93fc87]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (417 of 417 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libtdepim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fa7c437 [4fa7c437]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1428 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e157a91c [e157a91c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=35f9874a [35f9874a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=31e1fd99 [31e1fd99]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5196 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c29db08c [c29db08c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kasteroids&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kasteroids/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45c9efee [45c9efee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bac7cad2 [bac7cad2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.8% (722 of 723 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45438fab [45438fab]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmicons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmicons/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=184c41a3 [184c41a3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f2e51c15 [f2e51c15]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 55.1% (32 of 58 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78f3d660 [78f3d660]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c84bab9b [c84bab9b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9dceffa5 [9dceffa5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bea7c2b5 [bea7c2b5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2f6e4464 [2f6e4464]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (181 of 181 strings)&amp;lt;br/&amp;gt;Translation: tdepim/karm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/karm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b718443 [7b718443]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksystemtrayapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksystemtrayapplet/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df6f0d2f [df6f0d2f]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (290 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2282d9eb [2282d9eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.3% (21 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - alsaplayerui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-alsaplayerui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8ef3404 [a8ef3404]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (369 of 369 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3fb5a51f [3fb5a51f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (137 of 137 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kverbos&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kverbos/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6fd40db8 [6fd40db8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (205 of 205 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdemid&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdemid/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=789b5f42 [789b5f42]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (88 of 88 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kpersonalizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kpersonalizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bfa34bd2 [bfa34bd2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6da779c2 [6da779c2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.8% (224 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6038555 [e6038555]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dffecf21 [dffecf21]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.7% (157 of 159 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b0cd75a3 [b0cd75a3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (289 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=64e03b0c [64e03b0c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=805a0c6c [805a0c6c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c16120f [3c16120f]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f6b47865 [f6b47865]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.5% (3006 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=905b500e [905b500e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_wav&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_wav/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0376d619 [0376d619]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_theora&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_theora/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8c0bd602 [8c0bd602]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_sid&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_sid/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f96bfe38 [f96bfe38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_ogg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_ogg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=20da6100 [20da6100]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_m3u&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_m3u/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6ec9d7d [e6ec9d7d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=002f6b01 [002f6b01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9c288da4 [9c288da4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fdacc87 [4fdacc87]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_flac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_flac/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79bd92c0 [79bd92c0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_avi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_avi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8545225b [8545225b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_au&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_au/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16bb2152 [16bb2152]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (332 of 332 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61ff946a [61ff946a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (187 of 187 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/libkcddb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/libkcddb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=18dd016f [18dd016f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (111 of 111 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7047488 [e7047488]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=09ae6e3a [09ae6e3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a94f2253 [a94f2253]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kcmcddb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kcmcddb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=839723e8 [839723e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaboodle&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaboodle/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a3d5767a [a3d5767a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_vorbis&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_vorbis/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=039aa373 [039aa373]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (80 of 80 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_lame&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_lame/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1a2584a5 [1a2584a5]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 85.9% (1749 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ae0d186 [1ae0d186]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwindecoration&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwindecoration/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8e3a9bd8 [8e3a9bd8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a8bf169 [9a8bf169]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6329682c [6329682c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_flac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_flac/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=01a947f7 [01a947f7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48cbdde6 [48cbdde6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bda1bc83 [bda1bc83]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a94365d8 [a94365d8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b07c9fd5 [b07c9fd5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=99ddc47e [99ddc47e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=233603f3 [233603f3]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kickermenu_kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kickermenu_kate/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eb41c146 [eb41c146]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (261 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=035d412a [035d412a]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=252276b0 [252276b0]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a3c101a [5a3c101a]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3baf4ac [f3baf4ac]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0198f7b7 [0198f7b7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abbea754 [abbea754]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=22447195 [22447195]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67154ced [67154ced]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwinrules&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwinrules/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68257170 [68257170]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwindecoration&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwindecoration/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5b8921e6 [5b8921e6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b643ca2 [4b643ca2]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ea42728d [ea42728d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e0f759a [1e0f759a]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41a2a0a6 [41a2a0a6]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 87.7% (150 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7a72e540 [7a72e540]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1433ed29 [1433ed29]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4816e684 [4816e684]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c9f3b6c [3c9f3b6c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41444a5d [41444a5d]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 80.6% (2134 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=62275fac [62275fac]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4565a842 [4565a842]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eb88e6fc [eb88e6fc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a15c7835 [a15c7835]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7e214ab [e7e214ab]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ff4ced6a [ff4ced6a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c8260126 [c8260126]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4d00bce3 [4d00bce3]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cadd2b5d [cadd2b5d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9a96806 [c9a96806]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdelicense&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdelicense/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bda14f95 [bda14f95]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5196 of 5196 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dac4018a [dac4018a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 80.9% (1648 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b5c59d83 [b5c59d83]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=643497da [643497da]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e41785c [1e41785c]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (197 of 197 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1be1e3e9 [1be1e3e9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fbde5a66 [fbde5a66]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (326 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c1acc00 [6c1acc00]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (289 of 289 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9b635e1b [9b635e1b]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b0ef02e [7b0ef02e]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8dbd2744 [8dbd2744]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1b39883e [1b39883e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b5c8e7a [3b5c8e7a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=49367158 [49367158]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da6ebc69 [da6ebc69]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.5% (211 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=38d19787 [38d19787]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da4c604a [da4c604a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a289914a [a289914a]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmag&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmag/nl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=587622ea [587622ea]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d0076837 [d0076837]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=484fbfeb [484fbfeb]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 85.0% (805 of 946 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/katepart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/katepart/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a1c113b [5a1c113b]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 86.4% (369 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb4d9424 [bb4d9424]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 54.2% (247 of 455 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs_colors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs_colors/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3059b6dc [3059b6dc]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd92b2ee [bd92b2ee]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44c33da9 [44c33da9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.3% (158 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e405a694 [e405a694]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.8% (16 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmenergy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmenergy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1a8c65b3 [1a8c65b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 71.4% (5 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - image&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-image/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f91ae8b2 [f91ae8b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (197 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee561a5d [ee561a5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.5% (193 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b7818e1 [4b7818e1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegames/kmahjongg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmahjongg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=62c862a8 [62c862a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.6% (191 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=feb94ddc [feb94ddc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdewalletmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdewalletmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9cf3ed6a [9cf3ed6a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da73efd6 [da73efd6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdewalletmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdewalletmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=56f2e465 [56f2e465]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/krdb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/krdb/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ea2bd4b [2ea2bd4b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=289b8045 [289b8045]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 80.3% (1636 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17b287ee [17b287ee]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.9% (195 of 197 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e98cc110 [e98cc110]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7768467e [7768467e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ffe4047 [3ffe4047]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d42dfce9 [d42dfce9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 77.9% (1588 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c033f982 [c033f982]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=447af80a [447af80a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 76.8% (1565 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f9a53f48 [f9a53f48]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5cac2c06 [5cac2c06]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ec024ca [7ec024ca]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c624634e [c624634e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f86ccae9 [f86ccae9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6fc3c2e [d6fc3c2e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin_lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin_lib/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f322a111 [f322a111]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f09ec0ab [f09ec0ab]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ba5d62d1 [ba5d62d1]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.5% (209 of 210 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7e255c40 [7e255c40]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=86acd12e [86acd12e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4f3b4305 [4f3b4305]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eac33e90 [eac33e90]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (196 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17c51be5 [17c51be5]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0ab2398 [c0ab2398]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (326 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6b7fac1 [d6b7fac1]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (206 of 206 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4e97cea7 [4e97cea7]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e8274087 [e8274087]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d7fbab18 [d7fbab18]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3f1a08b4 [3f1a08b4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=92e6fc46 [92e6fc46]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6cf5249d [6cf5249d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48907031 [48907031]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.3% (148 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9ef855fe [9ef855fe]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.4% (170 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79e81b47 [79e81b47]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.9% (194 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=af5e01d0 [af5e01d0]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f262c268 [f262c268]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (326 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e03e491a [e03e491a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=299d7e9b [299d7e9b]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=963b03f8 [963b03f8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4643459 [a4643459]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 99.4% (171 of 172 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b6f0d602 [b6f0d602]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f6a6c8e5 [f6a6c8e5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67d451ba [67d451ba]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewpresenterplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewpresenterplugin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a18b92ba [a18b92ba]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d9a6697 [7d9a6697]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aaeda12b [aaeda12b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c999f37 [3c999f37]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdmconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmconfig/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef954c90 [ef954c90]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2aa378ca [2aa378ca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_zeroconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_zeroconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2cd8ff75 [2cd8ff75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cb5cf602 [cb5cf602]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krdc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krdc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fc00fa70 [fc00fa70]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (94 of 94 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kpf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kpf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=325dc4a8 [325dc4a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.8% (2984 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b912c6e7 [b912c6e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (248 of 248 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/knewsticker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/knewsticker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6e04a742 [6e04a742]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (103 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmwifi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmwifi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ca7235c9 [ca7235c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (100 of 100 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmlanbrowser&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmlanbrowser/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ddb067e7 [ddb067e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (43 of 43 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmktalkd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmktalkd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c7fc70f6 [c7fc70f6]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (196 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cff19a2f [cff19a2f]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bad75a4d [bad75a4d]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (327 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0115ec51 [0115ec51]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=75d3b850 [75d3b850]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ade36f2 [1ade36f2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ad7aeafe [ad7aeafe]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=57cd82f9 [57cd82f9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=405dc7df [405dc7df]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ee0c314 [3ee0c314]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdmconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmconfig/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2567a89d [2567a89d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b2441d13 [b2441d13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_zeroconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_zeroconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c669a79d [c669a79d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_lan&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_lan/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5ecccc8f [5ecccc8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_jabberdisco&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_jabberdisco/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=153f7022 [153f7022]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefile_torrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefile_torrent/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=db5cbbbc [db5cbbbc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kwireless&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kwireless/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=70391ee5 [70391ee5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kinetd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kinetd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0f541093 [0f541093]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kdictapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kdictapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16494e41 [16494e41]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/libtdepim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7648b3c9 [7648b3c9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b7ec603 [7b7ec603]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fb3fdb2b [fb3fdb2b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fe4514c8 [fe4514c8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=83bdc126 [83bdc126]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=63a90127 [63a90127]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/tdefifteen&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/tdefifteen/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df53a5b9 [df53a5b9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a27093a0 [a27093a0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 87.5% (14 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - audio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-audio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd2a6f38 [bd2a6f38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (89 of 89 strings)&amp;lt;br/&amp;gt;Translation: tdegames/twin4&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/twin4/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e64c11d2 [e64c11d2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (254 of 254 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libtdegames&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libtdegames/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7e30682d [7e30682d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (122 of 122 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libksirtet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libksirtet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ce1a3bf [3ce1a3bf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.2% (56 of 57 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ktuberling&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ktuberling/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2d940247 [2d940247]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9561b74 [c9561b74]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kshisen&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kshisen/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e67e6a7f [e67e6a7f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kolf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kolf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12861973 [12861973]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2e8f84f5 [2e8f84f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (381 of 381 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kgoldrunner&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kgoldrunner/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1256c7f6 [1256c7f6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f0087266 [f0087266]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (1235 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=06391dfe [06391dfe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 84.4% (87 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=71347685 [71347685]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79cebe5e [79cebe5e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78aaa659 [78aaa659]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (289 of 289 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=74773ebc [74773ebc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ac07e9f6 [ac07e9f6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdestyle_plastik_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdestyle_plastik_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e00cbcb5 [e00cbcb5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_kdatatool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_kdatatool/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c09081a6 [c09081a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdefileaudiopreview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdefileaudiopreview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=624183f5 [624183f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_autobookmarker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_autobookmarker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b00d45a6 [b00d45a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (946 of 946 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/katepart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/katepart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=db142dcb [db142dcb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabcformat_binary&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabcformat_binary/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7cd87b83 [7cd87b83]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_isearch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_isearch/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=11d74de2 [11d74de2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_file&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_file/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8c12f11 [b8c12f11]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_docwordcompletion&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_docwordcompletion/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dd4127b3 [dd4127b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_net&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_net/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6d341d34 [6d341d34]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_sql&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_sql/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=661b618f [661b618f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_dir&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_dir/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=650ebed1 [650ebed1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdestyle_highcontrast_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdestyle_highcontrast_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=681fb57e [681fb57e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2865 of 2865 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/ppdtranslations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/ppdtranslations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5410b42a [5410b42a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/libtdescreensaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/libtdescreensaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a4a938d [6a4a938d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_insertfile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_insertfile/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f1d18823 [f1d18823]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (44 of 44 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_ldaptdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_ldaptdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30f083cd [30f083cd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acbf80cd [acbf80cd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f8fb2e20 [f8fb2e20]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1013 of 1013 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeprint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeprint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aa0506f0 [aa0506f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (455 of 455 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs_colors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs_colors/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82e61934 [82e61934]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2739 of 2739 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a2ce6cb [9a2ce6cb]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73eb4e4d [73eb4e4d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=91f7be0d [91f7be0d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 64.5% (129 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a9fa5d76 [a9fa5d76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/taskbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/taskbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b382a9a [2b382a9a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktaskbarapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktaskbarapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30e0f112 [30e0f112]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/lockout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/lockout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e1c4e2b5 [e1c4e2b5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5317fab2 [5317fab2]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=92ad6a46 [92ad6a46]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0e61bcd [c0e61bcd]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dedebeb6 [dedebeb6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_delli8k&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_delli8k/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51c00880 [51c00880]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (206 of 206 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4a6e3eb [d4a6e3eb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c368d148 [c368d148]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a73707b4 [a73707b4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9af8d504 [9af8d504]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 97.3% (219 of 225 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=875d4c24 [875d4c24]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a757dd8a [a757dd8a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abcfb18a [abcfb18a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/libtaskbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskbar/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d481507 [7d481507]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kay&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kay/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fa9f0334 [fa9f0334]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5af0121c [5af0121c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdesud&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdesud/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e363127a [e363127a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/naughtyapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/naughtyapplet/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=54976205 [54976205]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 75.7% (1542 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8f32df4 [b8f32df4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a46e674 [8a46e674]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82b00602 [82b00602]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8919bb8a [8919bb8a]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3e98afc4 [3e98afc4]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51cb26bc [51cb26bc]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d5046c21 [d5046c21]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=500f2c45 [500f2c45]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 98.5% (70 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kspaceduel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kspaceduel/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=53f3360c [53f3360c]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksokoban&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksokoban/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fa57d92b [fa57d92b]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 48.9% (24 of 49 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksnake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksnake/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4d9d7c1 [a4d9d7c1]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 94.7% (18 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksmiletris&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksmiletris/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=63667467 [63667467]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 34.1% (27 of 79 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2b3a41b [e2b3a41b]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 38.0% (19 of 50 strings)&amp;lt;br/&amp;gt;Translation: tdegames/klines&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/klines/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=33531138 [33531138]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45486792 [45486792]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (58 of 58 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5e2914e7 [5e2914e7]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c716f74 [6c716f74]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a270de3 [5a270de3]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (322 of 322 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=404b586a [404b586a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8b023bb7 [8b023bb7]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (322 of 322 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10d7630d [10d7630d]] tdepim: remove kitchensync pot file again, since it was automatically re-added&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a8b0c96 [2a8b0c96]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f4de4713 [f4de4713]] tdepim: remove translations for kitchensync and multisynk&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=64d45800 [64d45800]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0c2a0ab3 [0c2a0ab3]] tdegraphics: remove translations for kmrml&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8aa58abf [8aa58abf]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=376b1bfe [376b1bfe]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a340797 [6a340797]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=90797510 [90797510]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e0706cf8 [e0706cf8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eee4a43c [eee4a43c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb21ba44 [bb21ba44]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
= libraries =&lt;br /&gt;
== libkdcraw ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=d13e9744 [d13e9744]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (74 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=50387262 [50387262]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 70.2% (52 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=fb8e7233 [fb8e7233]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (74 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=4720b9e3 [4720b9e3]] Added translation using Weblate (Chinese (Simplified))&lt;br /&gt;
&lt;br /&gt;
== libkipi ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=1ea1d770 [1ea1d770]] Added translation using Weblate (Chinese (Traditional))&lt;br /&gt;
&lt;br /&gt;
== kipi-plugins ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=aa3b7277 [aa3b7277]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.0% (512 of 602 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - metadataedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-metadataedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=62e89ce1 [62e89ce1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 40.1% (53 of 132 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - cdarchiving&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-cdarchiving/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=1fc6b1e0 [1fc6b1e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - viewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-viewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=f134eb8d [f134eb8d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=7115da7d [7115da7d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=c39b2d5d [c39b2d5d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=549a8d58 [549a8d58]] Added translation using Weblate (Chinese (Traditional))&lt;br /&gt;
&lt;br /&gt;
== libtqt-perl ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=ea4d4023 [ea4d4023]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=a8738810 [a8738810]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=076ec834 [076ec834]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
= applications/development =&lt;br /&gt;
== kdbg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=b171e1b2 [b171e1b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kdbg - kdbg.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbg-kdbgdesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== kdiff3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=453f35a8 [453f35a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 67.2% (347 of 516 strings)&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=47366761 [47366761]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: applications/kdiff3 - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=810025fb [810025fb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=b65164fa [b65164fa]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=abcdeb43 [abcdeb43]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=1bab9902 [1bab9902]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tdesvn ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=2cdbcc87 [2cdbcc87]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 48.5% (359 of 739 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=f66e96c7 [f66e96c7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdesvn - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=e0823d75 [e0823d75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/graphics =&lt;br /&gt;
== digikam ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=d1ed2afa [d1ed2afa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1793 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=1798610f [1798610f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=e809e384 [e809e384]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1793 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=53e13c18 [53e13c18]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2244 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=09a41f75 [09a41f75]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/&lt;br /&gt;
&lt;br /&gt;
== gwenview-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=3e754a52 [3e754a52]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=57175831 [57175831]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=827f6c7b [827f6c7b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/internet =&lt;br /&gt;
== kasablanca ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=2a9b7e7d [2a9b7e7d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kasablanca - kasablanca.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca-kasablancadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=159a8faf [159a8faf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 64.3% (74 of 115 strings)&amp;lt;br/&amp;gt;Translation: applications/kasablanca&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=4b9e3dcb [4b9e3dcb]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kbiff ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=c53c9a60 [c53c9a60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=2cc626b9 [2cc626b9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.8% (89 of 90 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=4069eda9 [4069eda9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff - kbiff.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff-kbiffdesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== knmap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=a289b05a [a289b05a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=2721c5e0 [2721c5e0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=24febfa6 [24febfa6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=8f8a354b [8f8a354b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (221 of 221 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=b68bd35b [b68bd35b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=60528588 [60528588]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 16.2% (36 of 221 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=aea076a0 [aea076a0]] Added translation using Weblate (Ukrainian)&lt;br /&gt;
&lt;br /&gt;
== konversation ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=dfedc855 [dfedc855]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.6% (1167 of 1362 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation/ru/&lt;br /&gt;
&lt;br /&gt;
== kshowmail ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=10272aed [10272aed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 49.8% (174 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=b13b420d [b13b420d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 49.5% (173 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
&lt;br /&gt;
== kstreamripper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=3ec99f94 [3ec99f94]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=457de6e0 [457de6e0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=1801e3aa [1801e3aa]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 80.0% (24 of 30 strings)&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=382d4392 [382d4392]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=5da88b7e [5da88b7e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=c621d368 [c621d368]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== ktorrent ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=523c79c3 [523c79c3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (875 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=46220b63 [46220b63]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 80.1% (701 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/ru/&lt;br /&gt;
&lt;br /&gt;
== kvirc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b32a017a [b32a017a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.8% (2404 of 2588 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=02e908ee [02e908ee]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=e2dd007c [e2dd007c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a48e70a7 [a48e70a7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (794 of 805 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a7254dcc [a7254dcc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - theme&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-theme/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=25f3bffc [25f3bffc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=1e208b4f [1e208b4f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - logview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-logview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=3e94a25e [3e94a25e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - editor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=0c62fcd5 [0c62fcd5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - filetransferwindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-filetransferwindow/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a6e75ff9 [a6e75ff9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - dcc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-dcc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=2091bae5 [2091bae5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - notifier&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=90e47cbd [90e47cbd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - sharedfileswindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-sharedfileswindow/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=729d67a2 [729d67a2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=116c3821 [116c3821]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=5e2a1ae3 [5e2a1ae3]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
= applications/misc =&lt;br /&gt;
== bibletime ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=9d90808b [9d90808b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/bibletime - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/bibletime-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=de0a4201 [de0a4201]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=7c699d2d [7c699d2d]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== desktop-effects-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=4ef8c50e [4ef8c50e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=7437087e [7437087e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=92556696 [92556696]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kerberostray ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=f56d47b0 [f56d47b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kerberostray&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kerberostray/&lt;br /&gt;
&lt;br /&gt;
= applications/multimedia =&lt;br /&gt;
== amarok ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=73837f1a [73837f1a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=079f0cc9 [079f0cc9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b037abfb [b037abfb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=93aff8fd [93aff8fd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=7f396148 [7f396148]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=8ac0d326 [8ac0d326]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=086adc4f [086adc4f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4ebfa149 [4ebfa149]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 79.7% (1981 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4cc71ec3 [4cc71ec3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=2116bf2a [2116bf2a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=e6e2d189 [e6e2d189]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=c2a12e62 [c2a12e62]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=44ad188d [44ad188d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=83730846 [83730846]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4ddb9e62 [4ddb9e62]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=90520108 [90520108]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 84.7% (2105 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=40099ec0 [40099ec0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b767627f [b767627f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=bcd8d83e [bcd8d83e]] Fix functionality broken by commit 1c3e0630.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b04099ff [b04099ff]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=a7a79de0 [a7a79de0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=1c3e0630 [1c3e0630]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=5dedf79f [5dedf79f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=8b28bb5c [8b28bb5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=9038cb17 [9038cb17]] Translated using Weblate (Turkish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/tr/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=3c835108 [3c835108]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.8% (2406 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
&lt;br /&gt;
== codeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=033f32ab [033f32ab]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=28a3b75f [28a3b75f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=9f39f05e [9f39f05e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/codeine - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/codeine-desktop-files/&lt;br /&gt;
&lt;br /&gt;
== k3b ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=00a24ebc [00a24ebc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=987871f0 [987871f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=c2fbc8f1 [c2fbc8f1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=95a45a4f [95a45a4f]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=bbf83236 [bbf83236]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=894069eb [894069eb]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/pt/&lt;br /&gt;
&lt;br /&gt;
== k3b-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=84cd0b47 [84cd0b47]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (47 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=6f6f5263 [6f6f5263]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=bd308fa9 [bd308fa9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=e6010418 [e6010418]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (47 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=cb12df11 [cb12df11]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=ecef8905 [ecef8905]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=9c355f26 [9c355f26]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=1d1360a7 [1d1360a7]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=6f8f68cc [6f8f68cc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=47c13aee [47c13aee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=b92282bd [b92282bd]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 97.8% (46 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/bg/&lt;br /&gt;
&lt;br /&gt;
== k9copy ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=ef83b5b8 [ef83b5b8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=4979c509 [4979c509]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=237b3548 [237b3548]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (495 of 495 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=553df4a4 [553df4a4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=bc07265d [bc07265d]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kaffeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=eac2daca [eac2daca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (729 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=6c9257f2 [6c9257f2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.5% (711 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=e0e0d158 [e0e0d158]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=b871bd5b [b871bd5b]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kmplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=30650e19 [30650e19]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.9% (347 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=77c148a7 [77c148a7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=bb993d63 [bb993d63]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=d8d54a7f [d8d54a7f]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 95.6% (373 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=122a27a0 [122a27a0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=bb9e13d1 [bb9e13d1]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=0817bc03 [0817bc03]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer-desktop-files/bg/&lt;br /&gt;
&lt;br /&gt;
== kplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=cc14b9cf [cc14b9cf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=d8391ef7 [d8391ef7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 77.0% (799 of 1037 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/ru/&lt;br /&gt;
&lt;br /&gt;
== soundkonverter ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=bcf2d459 [bcf2d459]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.6% (302 of 319 strings)&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=2bf7eb6c [2bf7eb6c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=28a35800 [28a35800]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=300613ee [300613ee]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=a13d3527 [a13d3527]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tderadio ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=aa80a24c [aa80a24c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=28afa3da [28afa3da]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - oss-sound&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-oss-sound/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=5369d924 [5369d924]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (45 of 45 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - gui-standard-display&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-standard-display/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=a9f14b38 [a9f14b38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 82.3% (14 of 17 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - timeshifter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-timeshifter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=d57a893c [d57a893c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.1% (75 of 78 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - recording&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-recording/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=55460675 [55460675]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=03b5df8e [03b5df8e]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 93.5% (29 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=0bb5fda6 [0bb5fda6]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=8cd30c0e [8cd30c0e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=c74cfcb6 [c74cfcb6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.7% (30 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/office =&lt;br /&gt;
== basket ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=33317176 [33317176]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/basket&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=c8b892a3 [c8b892a3]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kbibtex ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=702a473b [702a473b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 73.7% (444 of 602 strings)&amp;lt;br/&amp;gt;Translation: applications/kbibtex&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbibtex/ru/&lt;br /&gt;
&lt;br /&gt;
== kbookreader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=e32bbc6e [e32bbc6e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (17 of 17 strings)&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=fcdb94c9 [fcdb94c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kbookreader - kbookreader.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader-kbookreaderdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=ac3e0386 [ac3e0386]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=61e10e5a [61e10e5a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/&lt;br /&gt;
&lt;br /&gt;
== kile ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=00b87abb [00b87abb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kile - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== kmymoney ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=e592106d [e592106d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (2658 of 2674 strings)&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=67a43ced [67a43ced]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=9df4c701 [9df4c701]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== koffice ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=d165869a [d165869a]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=c2fdb394 [c2fdb394]] Fix functionality broken by commit a9bbaa83&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=a9bbaa83 [a9bbaa83]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== koffice-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=572398a4 [572398a4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (3150 of 3168 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspread&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=bce5a0c4 [bce5a0c4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.4% (1169 of 1200 strings)&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=cc44ebc3 [cc44ebc3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: koffice/thesaurus_tool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/thesaurus_tool/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=b6cedf64 [b6cedf64]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_ooo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_ooo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=9f49ba05 [9f49ba05]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_koffice&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_koffice/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=7a3529fd [7a3529fd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_gnumeric&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_gnumeric/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=05196041 [05196041]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_abiword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_abiword/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ffe6d299 [ffe6d299]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (961 of 961 strings)&amp;lt;br/&amp;gt;Translation: koffice/kword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kword/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ad3cf8ee [ad3cf8ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspreadcalc_calc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspreadcalc_calc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=7f8b71fa [7f8b71fa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (909 of 909 strings)&amp;lt;br/&amp;gt;Translation: koffice/kpresenter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kpresenter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=d154e97e [d154e97e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (354 of 354 strings)&amp;lt;br/&amp;gt;Translation: koffice/kformdesigner&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kformdesigner/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=9c40a4ce [9c40a4ce]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=aa8c2267 [aa8c2267]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ccf47869 [ccf47869]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=f690d314 [f690d314]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.0% (1295 of 1423 strings)&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=f0bcacf8 [f0bcacf8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kivio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kivio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=e1f27756 [e1f27756]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=e84fa74c [e84fa74c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kword/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=fc3d61ff [fc3d61ff]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/koffice&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/koffice/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=31fd578d [31fd578d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=069df0f0 [069df0f0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kofficefilters&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kofficefilters/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=96a280ad [96a280ad]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=b7a0d0ff [b7a0d0ff]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 98.3% (420 of 427 strings)&amp;lt;br/&amp;gt;Translation: koffice/karbon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/karbon/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=8e305f42 [8e305f42]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 99.8% (1421 of 1423 strings)&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=61f41445 [61f41445]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: koffice/example&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/example/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=1f753ab8 [1f753ab8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (3150 of 3168 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspread&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/ru/&lt;br /&gt;
&lt;br /&gt;
== kpilot ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=9beef848 [9beef848]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.3% (1059 of 1088 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=adc41d0e [adc41d0e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=43b3df95 [43b3df95]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=b2480185 [b2480185]] Fix functionality broken by commit a956e3e&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=f060f38e [f060f38e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=fa847ef4 [fa847ef4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=a956e3e8 [a956e3e8]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tellico ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=10996a19 [10996a19]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=252be932 [252be932]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.5% (1108 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=f73799c2 [f73799c2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=30d2f3d2 [30d2f3d2]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 74.2% (826 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=997c050d [997c050d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=0a00263f [0a00263f]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
= applications/settings =&lt;br /&gt;
== kdpkg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=752317fb [752317fb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=c178f4e3 [c178f4e3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 93.1% (27 of 29 strings)&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=7afa4047 [7afa4047]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=3107e30a [3107e30a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=4277d12f [4277d12f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/&lt;br /&gt;
&lt;br /&gt;
== kkbswitch ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=c36d0446 [c36d0446]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch - kkbswitch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch-kkbswitchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=d7b89dac [d7b89dac]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=586412b8 [586412b8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 96.4% (55 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=8978515d [8978515d]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=29e2187e [29e2187e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=4f10d322 [4f10d322]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=2f27dd99 [2f27dd99]] Added global shortcuts for switching to previous/next group&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/kkbswitch/issues/6 #6]&lt;br /&gt;
&lt;br /&gt;
== klcddimmer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=739e6b63 [739e6b63]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/klcddimmer - klcddimmer.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer-klcddimmerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=c552505d [c552505d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/klcddimmer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer/&lt;br /&gt;
&lt;br /&gt;
== tdenetworkmanager ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=f781e430 [f781e430]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 56.5% (160 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=6bd64d20 [6bd64d20]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 54.4% (154 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/system =&lt;br /&gt;
== dolphin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=d6981f86 [d6981f86]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=88bffef8 [88bffef8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=50bf6ece [50bf6ece]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=df0f2634 [df0f2634]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 87.3% (55 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=128fc6c0 [128fc6c0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=4177bfeb [4177bfeb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=31e79818 [31e79818]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=614887eb [614887eb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=dfc034e5 [dfc034e5]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kbfx ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=7df544d7 [7df544d7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbfx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbfx/&lt;br /&gt;
&lt;br /&gt;
== kcmautostart ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=e156d8d7 [e156d8d7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=a34114dc [a34114dc]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=e32b5599 [e32b5599]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/&lt;br /&gt;
&lt;br /&gt;
== knemo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=6132bf8e [6132bf8e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== krusader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=a6d7af8f [a6d7af8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 89.0% (1246 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=1107ba66 [1107ba66]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=60b198a9 [60b198a9]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1399 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/uk/&lt;br /&gt;
&lt;br /&gt;
== kshutdown ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=0cb0eeb3 [0cb0eeb3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown - kshutdown.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-kshutdowndesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=6c6e8bb5 [6c6e8bb5]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown - kshutdown.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-kshutdowndesktop/nl/&lt;br /&gt;
&lt;br /&gt;
== ksystemlog ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=cf0f1b44 [cf0f1b44]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/ksystemlog&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksystemlog/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=27e255d7 [27e255d7]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== polkit-agent-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=774e540b [774e540b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=fe3d3837 [fe3d3837]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=81f288bf [81f288bf]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/zh_Hant/&lt;br /&gt;
&lt;br /&gt;
== tdebluez ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=fce0091e [fce0091e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=f23e3839 [f23e3839]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=823b8121 [823b8121]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=d0311fa0 [d0311fa0]] Added translation using Weblate (Dutch)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ee1b7905 [ee1b7905]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 89.1% (239 of 268 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=14e65f81 [14e65f81]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=9a895e4f [9a895e4f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=5dbd02e3 [5dbd02e3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=75e3f4ae [75e3f4ae]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=1d2fcc95 [1d2fcc95]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (266 of 266 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=9ec32992 [9ec32992]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=226cacc4 [226cacc4]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (274 of 274 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ae46115f [ae46115f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ad1894b7 [ad1894b7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=e852055d [e852055d]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tdepowersave ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=1e735aeb [1e735aeb]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (311 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=f39d5cd2 [f39d5cd2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=c1d1a446 [c1d1a446]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=70666ec3 [70666ec3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=c2676876 [c2676876]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.2% (290 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=5242ce6d [5242ce6d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=678ecbe9 [678ecbe9]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== yakuake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=4d40f6d0 [4d40f6d0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.9% (94 of 98 strings)&amp;lt;br/&amp;gt;Translation: applications/yakuake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/tdeio =&lt;br /&gt;
== tdeio-ftps ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-ftps/commit/?id=8ac1f636 [8ac1f636]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdeio-ftps&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-ftps/&lt;br /&gt;
&lt;br /&gt;
== tdeio-umountwrapper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=e3173ff2 [e3173ff2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-umountwrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-umountwrapper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=c37ba2dc [c37ba2dc]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
= applications/themes =&lt;br /&gt;
== gtk-qt-engine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=2178adeb [2178adeb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=90c79e65 [90c79e65]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=df701883 [df701883]] Added translation using Weblate (Chinese (Simplified))&lt;br /&gt;
&lt;br /&gt;
== kgtk-qt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=06bca424 [06bca424]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/kgtk-qt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kgtk-qt3/ru/&lt;br /&gt;
&lt;br /&gt;
== tde-style-baghira ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=bb43a575 [bb43a575]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - sessionapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-sessionapplet/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=738600de [738600de]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - starter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-starter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=54a306f5 [54a306f5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=4a3bbfa4 [4a3bbfa4]] Rename library twin3_baghira -&amp;amp;gt; twin_baghira&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=fc8b3dd4 [fc8b3dd4]] Fix functionality broken by commit 66813ef&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=66813efe [66813efe]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tde-style-domino ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=7ea023ba [7ea023ba]] Rename library twin3_domino -&amp;amp;gt; twin_domino&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== tde-style-ia-ora ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=25c19604 [25c19604]] Rename library twin3_iaora -&amp;amp;gt; twin_iaora&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== tde-style-lipstik ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=39c758d5 [39c758d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-lipstik - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-lipstik-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=e0338512 [e0338512]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== twin-style-crystal ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=d9afc78c [d9afc78c]] Rename library twin3_crystal -&amp;amp;gt; twin_crystal&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-dekorator ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=c67f6084 [c67f6084]] Rename library twin3_deKorator -&amp;amp;gt; twin_deKorator&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-machbunt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=81c7c4d0 [81c7c4d0]] Rename library twin3_MachBunt to twin_MachBunt&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-suse2 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=9b5c2e1e [9b5c2e1e]] Rename library twin3_SUSE2 -&amp;amp;gt; twin_SUSE&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
= applications/utilities =&lt;br /&gt;
== abakus ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=9ace50d1 [9ace50d1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/abakus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=467ef6c1 [467ef6c1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (49 of 49 strings)&amp;lt;br/&amp;gt;Translation: applications/abakus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=e1762b36 [e1762b36]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=b277c7ae [b277c7ae]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/abakus - abakus.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus-abakusdesktop/bg/&lt;br /&gt;
&lt;br /&gt;
== filelight ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=aa06806b [aa06806b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=28349b70 [28349b70]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=7cc11b7f [7cc11b7f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=629295b3 [629295b3]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=33098270 [33098270]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (77 of 77 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/uk/&lt;br /&gt;
&lt;br /&gt;
== kbarcode ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=2f5aa189 [2f5aa189]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.1% (589 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=6c31a9ec [6c31a9ec]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=7f9e4e65 [7f9e4e65]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.9% (582 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=f6c05921 [f6c05921]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 74.5% (443 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=371ce27c [371ce27c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=7bd51d72 [7bd51d72]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=6ca861bd [6ca861bd]] Fix functionality broken by commit fc06df3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=fc06df33 [fc06df33]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== kchmviewer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=78502278 [78502278]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kchmviewer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kchmviewer-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== kcpuload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=b49178b0 [b49178b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=8ae8e9f8 [8ae8e9f8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 94.8% (37 of 39 strings)&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=7a450d31 [7a450d31]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=d9952f82 [d9952f82]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/&lt;br /&gt;
&lt;br /&gt;
== knutclient ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=dfa5f3fa [dfa5f3fa]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knutclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=466ddc1b [466ddc1b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (203 of 203 strings)&amp;lt;br/&amp;gt;Translation: applications/knutclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient/uk/&lt;br /&gt;
&lt;br /&gt;
== krename ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=b4e78648 [b4e78648]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/krename - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krename-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=7740aa8e [7740aa8e]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== qalculate-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=744ac88e [744ac88e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=6baf1704 [6baf1704]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.4% (593 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=accfbbbf [accfbbbf]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=34b3365e [34b3365e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=933d4190 [933d4190]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=68aa9b3b [68aa9b3b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (596 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=96280709 [96280709]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 75.0% (447 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=09de128a [09de128a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 70.6% (421 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=c714c687 [c714c687]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 60.7% (362 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=1c102209 [1c102209]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 42.4% (253 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=06249035 [06249035]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
= packaging =&lt;br /&gt;
== packaging ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=70a0160c [70a0160c]] DEB tdebindings: remove dependency on libtqt3-compat-headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=fb212c9e [fb212c9e]] DEB tqt3: drop compat files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=a4869e73 [a4869e73]] DEB tdebase twin: adjusted after renaming client libraries from twin3_* to twin_*. This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=7b064a10 [7b064a10]] DEB tqt3: adjusted after removing Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f7be243e [f7be243e]] DEB buildscripts: update supported distros&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f82c8cc0 [f82c8cc0]] DEB: remove support for Debian Stretch and Ubuntu Xenial&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=4721bdc6 [4721bdc6]] DEB tqt3: remove Qt2 obsolete classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=e6b868c8 [e6b868c8]] DEB tdebase: added release notes for R14.2.x series&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=3c5c1e60 [3c5c1e60]] DEB trinity-apt-archive: Set the apt repository URL to PTB.&lt;/div&gt;</summary>
		<author><name>SlavekB</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.2.0&amp;diff=3252</id>
		<title>Changelog For R14.2.0</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.2.0&amp;diff=3252"/>
		<updated>2023-12-18T01:06:17Z</updated>

		<summary type="html">&lt;p&gt;SlavekB: /* tdewebdev */ Update 20231217&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= dependencies =&lt;br /&gt;
== tde-cmake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=9fae6b57 [9fae6b57]] Update version to R14.2.0&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tqt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=ee0c5d58 [ee0c5d58]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a6829398 [a6829398]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=d2122705 [d2122705]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=e0a3cab4 [e0a3cab4]] Minor adjustments to porting documentation&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=f2b3ea52 [f2b3ea52]] Drop compatibility code for TQSignal&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=fb6884ea [fb6884ea]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=2e817b4b [2e817b4b]] Remove dangled symlinks for droped compat headers.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=c3bb8881 [c3bb8881]] Drop compatibility code for TQButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=9492e618 [9492e618]] Drop compatibility code for TQThread&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=979f5621 [979f5621]] Drop compatibility code for TQLineEdit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=83991feb [83991feb]] Remove Qt4 related stuff&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=48ea22d0 [48ea22d0]] Drop compatibility code for TQToolButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b1bfbe79 [b1bfbe79]] Drop compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=bfd62a0b [bfd62a0b]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a8466ab3 [a8466ab3]] Translated using Weblate (Chinese (zh))&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3 - examples-i18n&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3-examples-i18n/zh/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=5350a724 [5350a724]] Drop TQT_NO_COMPAT code from mkspecs files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a75445b4 [a75445b4]] Drop Qt2 obsolete classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b6e9b6c6 [b6e9b6c6]] Added translation using Weblate (Turkish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=af9d6b11 [af9d6b11]] Added translation using Weblate (Turkish)&lt;br /&gt;
&lt;br /&gt;
== tqtinterface ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=9ad01120 [9ad01120]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=4746fbba [4746fbba]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=1c79e9f8 [1c79e9f8]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
== pytqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=aa676491 [aa676491]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=cba16275 [cba16275]] Drop compatibility code for TQThread&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=8bd235be [8bd235be]] Addons to previous commit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=28273a01 [28273a01]] Drop Qt2&amp;#039;s TQSemiModal class.&lt;br /&gt;
&lt;br /&gt;
= core =&lt;br /&gt;
== tdelibs ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cca633c6 [cca633c6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (179 of 179 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/all languages&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/all-languages/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=9755ecd9 [9755ecd9]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=503eb0d9 [503eb0d9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=29b84bd0 [29b84bd0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=f6627610 [f6627610]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7f7e5585 [7f7e5585]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.4% (323 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7a35fcf1 [7a35fcf1]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=f49e67f0 [f49e67f0]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=920d56d2 [920d56d2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=a7316f73 [a7316f73]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=4e0aa6d5 [4e0aa6d5]] Fix functionality broken by commit 8233b2e5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=8233b2e5 [8233b2e5]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=74cb596c [74cb596c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdemarkdown - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdemarkdown-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=29f58681 [29f58681]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (327 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=c6bc3af7 [c6bc3af7]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cdf964bb [cdf964bb]] Update version to R14.2.0&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tdebase ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f093a1be [f093a1be]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdm - themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdm-themes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=21ecd990 [21ecd990]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplash - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplash-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=607f0804 [607f0804]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdehtml_plugins.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdehtml_pluginsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5f815bd0 [5f815bd0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkonq - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkonq-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8175c850 [8175c850]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksysguard - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksysguard-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7c8d600d [7c8d600d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=3faa7b1b [3faa7b1b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kate - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kate-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f6fb0d91 [f6fb0d91]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 61.8% (281 of 454 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=70af14e2 [70af14e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 48.5% (168 of 346 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kappfinder - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kappfinder-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=035c2698 [035c2698]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - directories&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-directories/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a1cbb16b [a1cbb16b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.8% (248 of 251 strings)&amp;lt;br/&amp;gt;Translation: tdebase/l10n - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/l10n-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a26bb216 [a26bb216]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1103f2b1 [1103f2b1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c836bb9d [c836bb9d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=00eab673 [00eab673]] Translated using Weblate (Greek)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/el/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9e7b4bb1 [9e7b4bb1]] TWin: Fix loading of window decoration configuration libraries&amp;lt;br/&amp;gt;Accidentally broken by commit 84ab47055d.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=748a54ff [748a54ff]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=dddd52ff [dddd52ff]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=30d54139 [30d54139]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2317bee2 [2317bee2]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=4c64b274 [4c64b274]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-events/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c0ca8145 [c0ca8145]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f1f2e40a [f1f2e40a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5eec362c [5eec362c]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2986ff6e [2986ff6e]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2937383d [2937383d]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-data/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9ab75fc1 [9ab75fc1]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ea076539 [ea076539]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi - presets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi-presets/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8a8431ab [8a8431ab]] twin: renames twin3_ to twin_ in user theme config files. This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/351 #351] and PR #364.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=91cb2036 [91cb2036]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.0% (33 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=88ea7160 [88ea7160]] KWin: rename client libraries twin3_* -&amp;amp;gt; twin_*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=84ab4705 [84ab4705]] Make TWin look for `twin_` libraries&amp;lt;br/&amp;gt;This is now the preferred way of calling the decoration libraries&amp;lt;br/&amp;gt;(in place of `twin3_`). The old names that start with `twin3_` are&amp;lt;br/&amp;gt;still recognized for compatibility reasons.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/351 #351]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e8336ee5 [e8336ee5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2da663c3 [2da663c3]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8210b058 [8210b058]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=74eb1d78 [74eb1d78]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=90b19e21 [90b19e21]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ce84a0c6 [ce84a0c6]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=950f0ce7 [950f0ce7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tde_release_notes.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tde_release_notesdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d61158c7 [d61158c7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdcop - kdcop.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdcop-kdcopdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ddc6b3af [ddc6b3af]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeintegration.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeintegrationdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1771a344 [1771a344]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5ec66d53 [5ec66d53]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - compat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-compat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=653159ea [653159ea]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=143cff2e [143cff2e]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=78937d51 [78937d51]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9ab17ab4 [9ab17ab4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e539275a [e539275a]] Add release notes draft for R14.2.x series&lt;br /&gt;
&lt;br /&gt;
== tdepim ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=5863ef46 [5863ef46]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=0e164959 [0e164959]] Fix functionality broken by commit fd0046c4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=fd0046c4 [fd0046c4]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=860c8799 [860c8799]] Drop deprecated kitchensync code&lt;br /&gt;
&lt;br /&gt;
== tdemultimedia ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=c5e80026 [c5e80026]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdemid - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdemid-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=ec115020 [ec115020]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=1c71f523 [1c71f523]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/libkcddb - libkcddb.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/libkcddb-libkcddbdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=94ca3a13 [94ca3a13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kscd - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kscd-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=6c3e9a2f [6c3e9a2f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=775b1efd [775b1efd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kappfinder - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kappfinder-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=a452bd94 [a452bd94]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaudiocreator - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaudiocreator-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=514a0715 [514a0715]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=cb937aa9 [cb937aa9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaudiocreator - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaudiocreator-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=261327ee [261327ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaboodle - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaboodle-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=ab65a990 [ab65a990]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== tdenetwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=7cf631be [7cf631be]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=15fd0d5c [15fd0d5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=bff9d105 [bff9d105]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=1e65a9c9 [1e65a9c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krfb - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krfb-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=65f0237b [65f0237b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=0f7aec08 [0f7aec08]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=8b0277b3 [8b0277b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=ea8c2556 [ea8c2556]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kwifi - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kwifi-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=7dbed250 [7dbed250]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=1732e27c [1732e27c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc - ksirc.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc-ksircdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=f0b3ae6b [f0b3ae6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krfb - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krfb-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=0bf1f09c [0bf1f09c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krdc - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krdc-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=cd3b9bc6 [cd3b9bc6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=6c1bfe1c [6c1bfe1c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/knewsticker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/knewsticker-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e540875f [e540875f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=9f39152c [9f39152c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=ec7c5f92 [ec7c5f92]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmlanbrowser - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmlanbrowser-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=bd2c6b41 [bd2c6b41]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kdict - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kdict-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=055c3ba8 [055c3ba8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmktalkd - kcmktalkd.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmktalkd-kcmktalkddesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e8441a98 [e8441a98]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/dcoprss - rssservice.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/dcoprss-rssservicedesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== tdegraphics ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=32a0eae8 [32a0eae8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=0464b42f [0464b42f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksvg - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksvg-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=83ca390f [83ca390f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kooka - kooka.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kooka-kookadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=b946ccf6 [b946ccf6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kolourpaint - kolourpaint.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kolourpaint-kolourpaintdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=c3994f8f [c3994f8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=c8525154 [c8525154]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kfax - kfax.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kfax-kfaxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=82790fe5 [82790fe5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcoloredit - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcoloredit-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=6628c1cf [6628c1cf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdeiconedit - tdeiconedit.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdeiconedit-tdeiconeditdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=6fec2493 [6fec2493]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewshell - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewshell-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=0ac60cd7 [0ac60cd7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kuickshow - kuickshow.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kuickshow-kuickshowdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=b7a2fb44 [b7a2fb44]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksnapshot - ksnapshot.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksnapshot-ksnapshotdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=d73ec8db [d73ec8db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler - kruler.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler-krulerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=4207cf76 [4207cf76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpovmodeler - kpovmodeler.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpovmodeler-kpovmodelerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=a34651aa [a34651aa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=df90b4db [df90b4db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kfaxview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kfaxview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=10228ff7 [10228ff7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kdvi - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kdvi-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=786ba559 [786ba559]] Fix functionality broken by commit d26dabfe.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=d26dabfe [d26dabfe]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=fdd22494 [fdd22494]] Drop deprecated kmrml code&lt;br /&gt;
&lt;br /&gt;
== tdetoys ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=47ebe98c [47ebe98c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (285 of 285 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather - stations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather-stations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=bfb7d592 [bfb7d592]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=97649015 [97649015]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kworldclock - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kworldclock-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=29e37f55 [29e37f55]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/ktux - ktux.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/ktux-ktuxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=4eb6f321 [4eb6f321]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kteatime - kteatime.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kteatime-kteatimedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=75d71ec8 [75d71ec8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kodo - kodo.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kodo-kododesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=ef99089e [ef99089e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/amor - amor.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/amor-amordesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=528f19d2 [528f19d2]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeedu ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=0c53c58d [0c53c58d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=d99f3098 [d99f3098]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=05b36881 [05b36881]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kverbos - kverbos.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kverbos-kverbosdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=b2b4038e [b2b4038e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kturtle - kturtle.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kturtle-kturtledesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=9edf12e3 [9edf12e3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/ktouch - ktouch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/ktouch-ktouchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=373f572e [373f572e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kiten - kiten.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kiten-kitendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=894d22c5 [894d22c5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars - kstars.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars-kstarsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=b245468a [b245468a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kpercentage - kpercentage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kpercentage-kpercentagedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=9a430435 [9a430435]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kmplot - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kmplot-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=7cbde739 [7cbde739]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/klettres - klettres.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/klettres-klettresdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=3f41eb31 [3f41eb31]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/klatin - klatin.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/klatin-klatindesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=274c00f5 [274c00f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kig - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kig-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=d076ba6e [d076ba6e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/khangman - khangman.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/khangman-khangmandesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e7ecdbc7 [e7ecdbc7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography - kgeography.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography-kgeographydesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=7ec075a1 [7ec075a1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/keduca - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/keduca-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e45f4ee3 [e45f4ee3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kbruch - kbruch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kbruch-kbruchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e73aad5f [e73aad5f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kanagram - kanagram.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kanagram-kanagramdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=026dd7e1 [026dd7e1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kalzium - kalzium.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kalzium-kalziumdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=92daf7c2 [92daf7c2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/blinken - blinken.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/blinken-blinkendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=ad620012 [ad620012]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=1b57c822 [1b57c822]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== tdegames ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=707ed9c6 [707ed9c6]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=72486eea [72486eea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/tdefifteen - tdefifteen.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/tdefifteen-tdefifteendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=1af92e8c [1af92e8c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk - knetwalk.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk-knetwalkdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=b4e10441 [b4e10441]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/twin4 - twin4.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/twin4-twin4desktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=60e6b4b7 [60e6b4b7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ktuberling - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ktuberling-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f86cc3b2 [f86cc3b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kspaceduel - kspaceduel.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kspaceduel-kspacedueldesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=1723a2e2 [1723a2e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksokoban - ksokoban.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksokoban-ksokobandesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=b8bfa029 [b8bfa029]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksnake - ksnake.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksnake-ksnakedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f3055d26 [f3055d26]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=25bbc148 [25bbc148]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet - ksirtet.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet-ksirtetdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=bc6ebdd9 [bc6ebdd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksame - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksame-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=245abf4b [245abf4b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kshisen - kshisen.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kshisen-kshisendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=a24aefaf [a24aefaf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f361902f [f361902f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi - kreversi.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi-kreversidesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=bdbf75db [bdbf75db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kpoker - kpoker.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kpoker-kpokerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=8010109b [8010109b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kpat - kpat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kpat-kpatdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=30b2fe6b [30b2fe6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/konquest - konquest.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/konquest-konquestdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e3c0ddc0 [e3c0ddc0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kolf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kolf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=214ce742 [214ce742]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmines - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmines-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e2876665 [e2876665]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e58b9568 [e58b9568]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmines - kmines.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmines-kminesdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=564ede18 [564ede18]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmahjongg - kmahjongg.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmahjongg-kmahjonggdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=a1f2098b [a1f2098b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegames/klickety - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/klickety-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=04405ac0 [04405ac0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kjumpingcube - kjumpingcube.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kjumpingcube-kjumpingcubedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=ddeb59d5 [ddeb59d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kgoldrunner - KGoldrunner.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kgoldrunner-kgoldrunnerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=6aa6a2fc [6aa6a2fc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kenolaba - kenolaba.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kenolaba-kenolabadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=c2e382ff [c2e382ff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbounce - kbounce.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbounce-kbouncedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=43a1ef1a [43a1ef1a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kblackbox - kblackbox.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kblackbox-kblackboxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=47443995 [47443995]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbackgammon - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbackgammon-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=51730a13 [51730a13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbackgammon - kbackgammon.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbackgammon-kbackgammondesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f4e1241f [f4e1241f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kasteroids - kasteroids.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kasteroids-kasteroidsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=195f32ff [195f32ff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegames/atlantik - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/atlantik-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=078f8a60 [078f8a60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/atlantik - atlantik.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/atlantik-atlantikdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=23f73f6d [23f73f6d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=89209b44 [89209b44]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeaccessibility ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=546f0a26 [546f0a26]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmousetool - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmousetool-desktop-files/nl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=0c8252ff [0c8252ff]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmag - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmag-desktop-files/nl/&lt;br /&gt;
&lt;br /&gt;
== tdeaddons ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=462e8067 [462e8067]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (64 of 64 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-plugins-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=7247f36b [7247f36b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tutorials - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tutorials-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=729f8436 [729f8436]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-plugins-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=c75bb91d [c75bb91d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/ksig - ksig.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/ksig-ksigdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=8b19a3d4 [8b19a3d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (44 of 44 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-plugins-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== tdeadmin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=7c269be3 [7c269be3]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 50.0% (1 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage - kpackage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage-kpackagedesktop/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=b60f7565 [b60f7565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kuser - kuser.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kuser-kuserdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=39dd6199 [39dd6199]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/ksysv - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/ksysv-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=1ec384e5 [1ec384e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=78260ae7 [78260ae7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage - kpackage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage-kpackagedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=18052ec0 [18052ec0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kdat - kdat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kdat-kdatdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=68dbc1fc [68dbc1fc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kcron - kcron.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kcron-kcrondesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== tdeartwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=e76fde84 [e76fde84]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/icon themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/icon-themes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=480c8a32 [480c8a32]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/icon themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/icon-themes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=d5891cb6 [d5891cb6]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/wallpapers-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=b7c7780f [b7c7780f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeartwork/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/wallpapers-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=25e4ea58 [25e4ea58]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=0afaf315 [0afaf315]] twin-styles: twin3_ to twin_ conversion&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=5f90bc99 [5f90bc99]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (314 of 314 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/tdescreensaver - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/tdescreensaver-desktop-files/it/&lt;br /&gt;
&lt;br /&gt;
== tdebindings ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=84ec6486 [84ec6486]] Drop compatibility code for TQSignal&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=13378021 [13378021]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=02712db1 [02712db1]] Drop compatibility code for TQButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=53442b53 [53442b53]] Drop obsolete TQLineEdit methods&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=1b35744b [1b35744b]] Drop compatibility code for TQToolButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=476cadbf [476cadbf]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=941081ce [941081ce]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=dcffc0bc [dcffc0bc]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
== tdesdk ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=e116e963 [e116e963]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbabel - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbabel-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=ba42cd60 [ba42cd60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=0b324ad9 [0b324ad9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=26ea0a31 [26ea0a31]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdecachegrind - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdecachegrind-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=7b277c01 [7b277c01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/scheck - scheck.themerc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/scheck-scheckthemerc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=8d7ac8ea [8d7ac8ea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kuiviewer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kuiviewer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=70cbb21e [70cbb21e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbugbuster - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbugbuster-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=5951f56b [5951f56b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/cervisia - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/cervisia-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=0c03e09c [0c03e09c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/cervisia - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/cervisia-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=b221bea0 [b221bea0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kompare - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kompare-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d50abb28 [d50abb28]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.1% (27 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=3523578c [3523578c]] Fix functionality broken by commit d619f66&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d619f66a [d619f66a]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tdevelop ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=f4724912 [f4724912]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop-desktop-files/&lt;br /&gt;
&lt;br /&gt;
== tdewebdev ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=13d63148 [13d63148]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kimagemapeditor - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kimagemapeditor-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=e16b4e3b [e16b4e3b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=6552a392 [6552a392]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== tde-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd5194d2 [bd5194d2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=04ed4b52 [04ed4b52]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (76 of 76 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmusb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmusb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc1d1c98 [bc1d1c98]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (43 of 43 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kthememanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kthememanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ffa5d7e7 [ffa5d7e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (96 of 96 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeprintfax&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeprintfax/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=076c2fed [076c2fed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdestyle_keramik_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdestyle_keramik_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4ceab3f4 [4ceab3f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplashthemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplashthemes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=512d9f79 [512d9f79]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=47e26a43 [47e26a43]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (93 of 93 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdefontinst&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdefontinst/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3a144469 [3a144469]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_home&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_home/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cd272aca [cd272aca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmnotify&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmnotify/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d2ba7ada [d2ba7ada]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (290 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=135f1b2e [135f1b2e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=07c69212 [07c69212]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=03934f6b [03934f6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_system&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_system/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67680029 [67680029]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0e0ae526 [0e0ae526]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeio_svn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeio_svn/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a87c6d1 [8a87c6d1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_ts&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_ts/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aade5865 [aade5865]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_po&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_po/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=522da565 [522da565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_diff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_diff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=83c47a3a [83c47a3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_cpp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_cpp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4d9ffb4a [4d9ffb4a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kres_bugzilla&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kres_bugzilla/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cfa3a9ad [cfa3a9ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (208 of 208 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbugbuster&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbugbuster/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ebed3f3 [3ebed3f3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acb7bd01 [acb7bd01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kmenuapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kmenuapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b406e7b0 [b406e7b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=610e404f [610e404f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/krdb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/krdb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bf546323 [bf546323]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmspellchecking&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmspellchecking/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a6399d3 [4a6399d3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 65.0% (13 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmiccconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmiccconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=80a06e94 [80a06e94]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_tar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_tar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b26c4f5 [4b26c4f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_recentdocs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_recentdocs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=58999e40 [58999e40]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_prefmenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_prefmenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6ce221c9 [6ce221c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - sort&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-sort/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0390f05b [0390f05b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - webarchiver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-webarchiver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cf552d9d [cf552d9d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - wavecapture&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-wavecapture/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=433ee6e7 [433ee6e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - wakeup&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-wakeup/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=46159872 [46159872]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - tyler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-tyler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e02bff0f [e02bff0f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - tippecanoe&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-tippecanoe/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0761ee7 [c0761ee7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - txt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-txt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cd18979e [cd18979e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - mhtml&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-mhtml/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=712079e1 [712079e1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - lnk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-lnk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fce9e09 [4fce9e09]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - html&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-html/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25db3dca [25db3dca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - folder&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-folder/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef1f9ac7 [ef1f9ac7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-desktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10e3306c [10e3306c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - cert&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-cert/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3fec0e8 [f3fec0e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - synaescope&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-synaescope/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a86eaabb [a86eaabb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - searchbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-searchbar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5da3c28e [5da3c28e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - pitchablespeed&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-pitchablespeed/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dce4401c [dce4401c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - minitools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-minitools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=65231d72 [65231d72]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - microformat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-microformat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e048a4eb [e048a4eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (42 of 42 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - mediacontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-mediacontrol/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=03f6f36f [03f6f36f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - lyrics&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-lyrics/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=75a2d1a4 [75a2d1a4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kaddressbook - gmx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kaddressbook-gmx/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=111da4e5 [111da4e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kaddressbook - kworldclock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kaddressbook-kworldclock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=37ccc73b [37ccc73b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (53 of 53 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - ktimemon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-ktimemon/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=877faee6 [877faee6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (48 of 48 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - metabar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-metabar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a964e80 [8a964e80]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - mediaplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-mediaplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6215185a [6215185a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - delicious&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-delicious/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=432a8fd9 [432a8fd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - kmathapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-kmathapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2537b8d7 [2537b8d7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (33 of 33 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - kbinaryclock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-kbinaryclock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41b3507f [41b3507f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - xmltools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-xmltools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d895f991 [d895f991]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - xmlcheck&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-xmlcheck/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1477c443 [1477c443]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - textfilter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-textfilter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a96d906d [a96d906d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - tabbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-tabbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02b5b392 [02b5b392]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - snippets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-snippets/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=06908d1c [06908d1c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - pybrowse&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-pybrowse/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68019125 [68019125]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - openheader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-openheader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e4943b1f [e4943b1f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - modeline&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-modeline/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a8e169d [4a8e169d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - make&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-make/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8548c37e [8548c37e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - kjswrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-kjswrapper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=65197c45 [65197c45]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - insertcommand&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-insertcommand/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f33c05f3 [f33c05f3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - htmltools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-htmltools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a3220aa3 [a3220aa3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - helloworld&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-helloworld/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0768ae06 [0768ae06]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - fll_plugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-fll_plugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ed62a7e [7ed62a7e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - fll_initplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-fll_initplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4551fe7c [4551fe7c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - filetemplates&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-filetemplates/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a5773c33 [a5773c33]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - cppsymbolviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-cppsymbolviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d5f107a6 [d5f107a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - image&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-image/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=760d609c [760d609c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - charlatanui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-charlatanui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=49a7da4e [49a7da4e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - ffrs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-ffrs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44ff5289 [44ff5289]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - dub&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-dub/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f595c2f4 [f595c2f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (81 of 81 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - domtreeviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-domtreeviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5984420c [5984420c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - dirfilter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-dirfilter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8740f36c [8740f36c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - crashes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-crashes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2eea31a6 [2eea31a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - autorefresh&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-autorefresh/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0b43890b [0b43890b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - audio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-audio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b60fc4c0 [b60fc4c0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - ark&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-ark/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4f2e12e9 [4f2e12e9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - alsaplayerui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-alsaplayerui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8cf5b05b [8cf5b05b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - akregator&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-akregator/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e9608f5 [1e9608f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (3009 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb7f6413 [bb7f6413]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (101 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2297c73 [a2297c73]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16fc9290 [16fc9290]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30b25447 [30b25447]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0c9390e0 [0c9390e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_asus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_asus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c9b6e0a [3c9b6e0a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (464 of 464 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kttsd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kttsd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5f018862 [5f018862]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.8% (5277 of 5622 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9cd12c13 [9cd12c13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4373 of 4373 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fb393ca2 [fb393ca2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdelirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdelirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de26e8e7 [de26e8e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/superkaramba&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/superkaramba/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef2d1ac9 [ef2d1ac9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.7% (204 of 238 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/ksim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/ksim/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8225ecb4 [8225ecb4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0d8c5564 [0d8c5564]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_powerbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_powerbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=15e159f9 [15e159f9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cbaed96f [cbaed96f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_delli8k&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_delli8k/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=99665cc4 [99665cc4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilod&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilod/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76cf712f [76cf712f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kfloppy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kfloppy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a780ff13 [a780ff13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.1% (833 of 849 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kaddressbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kaddressbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=160a21e5 [160a21e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (288 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b39b69b0 [b39b69b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.8% (224 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=37c46a10 [37c46a10]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aaa64918 [aaa64918]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_raw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_raw/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b72b65e [2b72b65e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (197 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de33568d [de33568d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (121 of 121 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/klinkstatus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/klinkstatus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c46c273c [c46c273c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=463fe953 [463fe953]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.0% (23 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - webarchiver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-webarchiver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f902060c [f902060c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - imgallery&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-imgallery/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7291a5d [e7291a5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (254 of 254 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libtdegames&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libtdegames/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=60f4c2ad [60f4c2ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4d13a2c [c4d13a2c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (557 of 557 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kmplot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kmplot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8f16a587 [8f16a587]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4373 of 4373 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a1803a12 [a1803a12]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (765 of 765 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kalzium&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kalzium/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a9f1223f [a9f1223f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6f5c5077 [6f5c5077]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (138 of 138 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdeiconedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdeiconedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9f37b90b [9f37b90b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_xpm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_xpm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=124a1a5b [124a1a5b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_xbm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_xbm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1397cb2b [1397cb2b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_tiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_tiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8cd2a856 [8cd2a856]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_tga&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_tga/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2102c574 [2102c574]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_rgb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_rgb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=146a8054 [146a8054]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_ps&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_ps/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=21580aeb [21580aeb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pnm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pnm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee75c8c5 [ee75c8c5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_png&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_png/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=19cf3c62 [19cf3c62]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pdf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=107c467f [107c467f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pcx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pcx/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02a155ef [02a155ef]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (67 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_jpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_jpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d85c7052 [d85c7052]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_ico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_ico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2933d93 [e2933d93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_gif&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_gif/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4382f606 [4382f606]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (59 of 59 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_exr&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_exr/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5bddf5a5 [5bddf5a5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_dvi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_dvi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=921e29b3 [921e29b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_dds&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_dds/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0b56525a [0b56525a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_bmp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_bmp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5694df40 [5694df40]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (107 of 107 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/libkscan&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/libkscan/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4f70423 [d4f70423]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/libkfaximgage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/libkfaximgage/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1d63ec25 [1d63ec25]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (179 of 179 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewshell&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewshell/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4cd8d3e0 [4cd8d3e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewscannerplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewscannerplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d794493d [d794493d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kview_scale&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kview_scale/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5f74d61a [5f74d61a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewpresenterplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewpresenterplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1c6f60df [1c6f60df]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kvieweffectsplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kvieweffectsplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2c39783 [a2c39783]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewbrowserplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewbrowserplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=23706e02 [23706e02]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (123 of 123 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kuickshow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kuickshow/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=96c0bde1 [96c0bde1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (45 of 45 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksnapshot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksnapshot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6536643 [e6536643]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=40b76cfc [40b76cfc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (225 of 225 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=54045117 [54045117]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (256 of 256 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kooka&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kooka/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a0ba024f [a0ba024f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (386 of 386 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kolourpaint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kolourpaint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b9817b46 [b9817b46]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (131 of 131 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8614f6c [a8614f6c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kgamma&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kgamma/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=09d52dca [09d52dca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (215 of 215 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kdvi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kdvi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25b4dfd1 [25b4dfd1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcoloredit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcoloredit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51cd9478 [51cd9478]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewviewerpluginsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewviewerpluginsconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2c14518 [a2c14518]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewpluginsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewpluginsconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2746c521 [2746c521]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewgeneralconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewgeneralconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25650c93 [25650c93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewcanvasconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewcanvasconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4af32845 [4af32845]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcmkamera&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcmkamera/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb0c53ea [bb0c53ea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ff1ec9c1 [ff1ec9c1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (403 of 403 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c00aae5c [c00aae5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppplogview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppplogview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=93829039 [93829039]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (416 of 416 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c152d582 [c152d582]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (94 of 94 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kpf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kpf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=654c466b [654c466b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acdd4826 [acdd4826]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_avi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_avi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=85655c32 [85655c32]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (320 of 320 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12c3105c [12c3105c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (80 of 80 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_lame&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_lame/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acfe74f0 [acfe74f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.0% (17 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_xmlrpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_xmlrpc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8f561fa [b8f561fa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2430 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b59a52df [b59a52df]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.1% (833 of 849 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kaddressbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kaddressbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b15f99b [3b15f99b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.7% (341 of 360 strings)&amp;lt;br/&amp;gt;Translation: tdepim/akregator&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/akregator/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6fd71df1 [6fd71df1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12eb7e03 [12eb7e03]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.0% (250 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9937df39 [9937df39]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ae470e5 [2ae470e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=08998baf [08998baf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (67 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmcolors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmcolors/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10ac25e5 [10ac25e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdedebugdialog&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdedebugdialog/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0771e565 [0771e565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2865 of 2865 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/ppdtranslations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/ppdtranslations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c535e26d [c535e26d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73b6114f [73b6114f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=155b3201 [155b3201]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a4c12d6 [2a4c12d6]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=976a81b4 [976a81b4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (245 of 245 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kdat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kdat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9fe445d8 [9fe445d8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8660af8 [a8660af8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (152 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=807855fe [807855fe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=69bdd2bf [69bdd2bf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (416 of 416 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=85d49634 [85d49634]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6980e97e [6980e97e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (111 of 111 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dc165c85 [dc165c85]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2430 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5bd9ba76 [5bd9ba76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0fd4f012 [0fd4f012]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.0% (99 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ca026de0 [ca026de0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0eb200e2 [0eb200e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4af789bd [4af789bd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b3efd69f [b3efd69f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (72 of 72 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/i18n - entry.desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/i18n-entrydesktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e5046884 [e5046884]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.5% (2464 of 2578 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6ff96b0 [d6ff96b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.9% (929 of 1010 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kommander&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kommander/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=052541a5 [052541a5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6813630 [d6813630]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61348be4 [61348be4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (106 of 106 strings)&amp;lt;br/&amp;gt;Translation: tdegames/lskat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/lskat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ce4cc89a [ce4cc89a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f84f621b [f84f621b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.8% (5277 of 5622 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7adefbb7 [7adefbb7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (553 of 553 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kgpg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kgpg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a54f6ad [9a54f6ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.8% (722 of 723 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a7b6a48e [a7b6a48e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.0% (109 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=adb9ee02 [adb9ee02]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acbf941b [acbf941b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_systemmenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_systemmenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d1ace2d1 [d1ace2d1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (288 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c940de1b [c940de1b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ce53218 [7ce53218]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76141cbc [76141cbc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.7% (158 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44df28d5 [44df28d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1032 of 1032 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpovmodeler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpovmodeler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=77cf8f9c [77cf8f9c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (3008 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c8cacdab [c8cacdab]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 90.6% (155 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f38fa8f3 [f38fa8f3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b01edccd [b01edccd]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=04d54b46 [04d54b46]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=edde93c4 [edde93c4]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (331 of 332 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee87723d [ee87723d]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 94.7% (36 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=347c614b [347c614b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5d7a5d36 [5d7a5d36]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4a7354e [c4a7354e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17e37aec [17e37aec]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a93fc87 [5a93fc87]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (417 of 417 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libtdepim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fa7c437 [4fa7c437]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1428 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e157a91c [e157a91c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=35f9874a [35f9874a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=31e1fd99 [31e1fd99]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5196 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c29db08c [c29db08c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kasteroids&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kasteroids/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45c9efee [45c9efee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bac7cad2 [bac7cad2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.8% (722 of 723 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45438fab [45438fab]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmicons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmicons/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=184c41a3 [184c41a3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f2e51c15 [f2e51c15]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 55.1% (32 of 58 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78f3d660 [78f3d660]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c84bab9b [c84bab9b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9dceffa5 [9dceffa5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bea7c2b5 [bea7c2b5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2f6e4464 [2f6e4464]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (181 of 181 strings)&amp;lt;br/&amp;gt;Translation: tdepim/karm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/karm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b718443 [7b718443]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksystemtrayapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksystemtrayapplet/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df6f0d2f [df6f0d2f]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (290 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2282d9eb [2282d9eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.3% (21 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - alsaplayerui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-alsaplayerui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8ef3404 [a8ef3404]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (369 of 369 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3fb5a51f [3fb5a51f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (137 of 137 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kverbos&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kverbos/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6fd40db8 [6fd40db8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (205 of 205 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdemid&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdemid/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=789b5f42 [789b5f42]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (88 of 88 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kpersonalizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kpersonalizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bfa34bd2 [bfa34bd2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6da779c2 [6da779c2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.8% (224 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6038555 [e6038555]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dffecf21 [dffecf21]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.7% (157 of 159 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b0cd75a3 [b0cd75a3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (289 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=64e03b0c [64e03b0c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=805a0c6c [805a0c6c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c16120f [3c16120f]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f6b47865 [f6b47865]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.5% (3006 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=905b500e [905b500e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_wav&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_wav/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0376d619 [0376d619]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_theora&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_theora/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8c0bd602 [8c0bd602]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_sid&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_sid/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f96bfe38 [f96bfe38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_ogg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_ogg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=20da6100 [20da6100]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_m3u&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_m3u/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6ec9d7d [e6ec9d7d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=002f6b01 [002f6b01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9c288da4 [9c288da4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fdacc87 [4fdacc87]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_flac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_flac/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79bd92c0 [79bd92c0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_avi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_avi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8545225b [8545225b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_au&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_au/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16bb2152 [16bb2152]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (332 of 332 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61ff946a [61ff946a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (187 of 187 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/libkcddb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/libkcddb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=18dd016f [18dd016f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (111 of 111 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7047488 [e7047488]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=09ae6e3a [09ae6e3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a94f2253 [a94f2253]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kcmcddb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kcmcddb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=839723e8 [839723e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaboodle&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaboodle/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a3d5767a [a3d5767a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_vorbis&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_vorbis/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=039aa373 [039aa373]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (80 of 80 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_lame&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_lame/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1a2584a5 [1a2584a5]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 85.9% (1749 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ae0d186 [1ae0d186]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwindecoration&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwindecoration/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8e3a9bd8 [8e3a9bd8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a8bf169 [9a8bf169]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6329682c [6329682c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_flac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_flac/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=01a947f7 [01a947f7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48cbdde6 [48cbdde6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bda1bc83 [bda1bc83]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a94365d8 [a94365d8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b07c9fd5 [b07c9fd5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=99ddc47e [99ddc47e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=233603f3 [233603f3]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kickermenu_kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kickermenu_kate/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eb41c146 [eb41c146]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (261 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=035d412a [035d412a]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=252276b0 [252276b0]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a3c101a [5a3c101a]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3baf4ac [f3baf4ac]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0198f7b7 [0198f7b7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abbea754 [abbea754]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=22447195 [22447195]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67154ced [67154ced]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwinrules&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwinrules/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68257170 [68257170]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwindecoration&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwindecoration/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5b8921e6 [5b8921e6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b643ca2 [4b643ca2]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ea42728d [ea42728d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e0f759a [1e0f759a]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41a2a0a6 [41a2a0a6]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 87.7% (150 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7a72e540 [7a72e540]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1433ed29 [1433ed29]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4816e684 [4816e684]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c9f3b6c [3c9f3b6c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41444a5d [41444a5d]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 80.6% (2134 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=62275fac [62275fac]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4565a842 [4565a842]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eb88e6fc [eb88e6fc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a15c7835 [a15c7835]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7e214ab [e7e214ab]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ff4ced6a [ff4ced6a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c8260126 [c8260126]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4d00bce3 [4d00bce3]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cadd2b5d [cadd2b5d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9a96806 [c9a96806]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdelicense&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdelicense/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bda14f95 [bda14f95]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5196 of 5196 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dac4018a [dac4018a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 80.9% (1648 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b5c59d83 [b5c59d83]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=643497da [643497da]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e41785c [1e41785c]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (197 of 197 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1be1e3e9 [1be1e3e9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fbde5a66 [fbde5a66]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (326 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c1acc00 [6c1acc00]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (289 of 289 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9b635e1b [9b635e1b]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b0ef02e [7b0ef02e]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8dbd2744 [8dbd2744]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1b39883e [1b39883e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b5c8e7a [3b5c8e7a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=49367158 [49367158]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da6ebc69 [da6ebc69]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.5% (211 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=38d19787 [38d19787]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da4c604a [da4c604a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a289914a [a289914a]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmag&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmag/nl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=587622ea [587622ea]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d0076837 [d0076837]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=484fbfeb [484fbfeb]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 85.0% (805 of 946 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/katepart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/katepart/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a1c113b [5a1c113b]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 86.4% (369 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb4d9424 [bb4d9424]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 54.2% (247 of 455 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs_colors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs_colors/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3059b6dc [3059b6dc]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd92b2ee [bd92b2ee]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44c33da9 [44c33da9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.3% (158 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e405a694 [e405a694]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.8% (16 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmenergy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmenergy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1a8c65b3 [1a8c65b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 71.4% (5 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - image&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-image/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f91ae8b2 [f91ae8b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (197 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee561a5d [ee561a5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.5% (193 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b7818e1 [4b7818e1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegames/kmahjongg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmahjongg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=62c862a8 [62c862a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.6% (191 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=feb94ddc [feb94ddc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdewalletmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdewalletmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9cf3ed6a [9cf3ed6a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da73efd6 [da73efd6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdewalletmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdewalletmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=56f2e465 [56f2e465]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/krdb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/krdb/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ea2bd4b [2ea2bd4b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=289b8045 [289b8045]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 80.3% (1636 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17b287ee [17b287ee]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.9% (195 of 197 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e98cc110 [e98cc110]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7768467e [7768467e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ffe4047 [3ffe4047]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d42dfce9 [d42dfce9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 77.9% (1588 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c033f982 [c033f982]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=447af80a [447af80a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 76.8% (1565 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f9a53f48 [f9a53f48]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5cac2c06 [5cac2c06]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ec024ca [7ec024ca]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c624634e [c624634e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f86ccae9 [f86ccae9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6fc3c2e [d6fc3c2e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin_lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin_lib/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f322a111 [f322a111]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f09ec0ab [f09ec0ab]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ba5d62d1 [ba5d62d1]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.5% (209 of 210 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7e255c40 [7e255c40]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=86acd12e [86acd12e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4f3b4305 [4f3b4305]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eac33e90 [eac33e90]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (196 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17c51be5 [17c51be5]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0ab2398 [c0ab2398]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (326 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6b7fac1 [d6b7fac1]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (206 of 206 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4e97cea7 [4e97cea7]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e8274087 [e8274087]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d7fbab18 [d7fbab18]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3f1a08b4 [3f1a08b4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=92e6fc46 [92e6fc46]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6cf5249d [6cf5249d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48907031 [48907031]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.3% (148 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9ef855fe [9ef855fe]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.4% (170 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79e81b47 [79e81b47]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.9% (194 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=af5e01d0 [af5e01d0]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f262c268 [f262c268]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (326 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e03e491a [e03e491a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=299d7e9b [299d7e9b]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=963b03f8 [963b03f8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4643459 [a4643459]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 99.4% (171 of 172 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b6f0d602 [b6f0d602]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f6a6c8e5 [f6a6c8e5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67d451ba [67d451ba]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewpresenterplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewpresenterplugin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a18b92ba [a18b92ba]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d9a6697 [7d9a6697]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aaeda12b [aaeda12b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c999f37 [3c999f37]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdmconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmconfig/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef954c90 [ef954c90]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2aa378ca [2aa378ca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_zeroconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_zeroconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2cd8ff75 [2cd8ff75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cb5cf602 [cb5cf602]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krdc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krdc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fc00fa70 [fc00fa70]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (94 of 94 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kpf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kpf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=325dc4a8 [325dc4a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.8% (2984 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b912c6e7 [b912c6e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (248 of 248 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/knewsticker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/knewsticker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6e04a742 [6e04a742]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (103 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmwifi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmwifi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ca7235c9 [ca7235c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (100 of 100 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmlanbrowser&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmlanbrowser/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ddb067e7 [ddb067e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (43 of 43 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmktalkd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmktalkd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c7fc70f6 [c7fc70f6]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (196 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cff19a2f [cff19a2f]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bad75a4d [bad75a4d]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (327 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0115ec51 [0115ec51]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=75d3b850 [75d3b850]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ade36f2 [1ade36f2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ad7aeafe [ad7aeafe]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=57cd82f9 [57cd82f9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=405dc7df [405dc7df]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ee0c314 [3ee0c314]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdmconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmconfig/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2567a89d [2567a89d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b2441d13 [b2441d13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_zeroconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_zeroconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c669a79d [c669a79d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_lan&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_lan/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5ecccc8f [5ecccc8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_jabberdisco&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_jabberdisco/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=153f7022 [153f7022]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefile_torrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefile_torrent/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=db5cbbbc [db5cbbbc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kwireless&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kwireless/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=70391ee5 [70391ee5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kinetd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kinetd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0f541093 [0f541093]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kdictapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kdictapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16494e41 [16494e41]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/libtdepim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7648b3c9 [7648b3c9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b7ec603 [7b7ec603]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fb3fdb2b [fb3fdb2b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fe4514c8 [fe4514c8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=83bdc126 [83bdc126]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=63a90127 [63a90127]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/tdefifteen&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/tdefifteen/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df53a5b9 [df53a5b9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a27093a0 [a27093a0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 87.5% (14 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - audio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-audio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd2a6f38 [bd2a6f38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (89 of 89 strings)&amp;lt;br/&amp;gt;Translation: tdegames/twin4&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/twin4/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e64c11d2 [e64c11d2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (254 of 254 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libtdegames&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libtdegames/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7e30682d [7e30682d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (122 of 122 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libksirtet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libksirtet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ce1a3bf [3ce1a3bf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.2% (56 of 57 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ktuberling&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ktuberling/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2d940247 [2d940247]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9561b74 [c9561b74]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kshisen&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kshisen/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e67e6a7f [e67e6a7f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kolf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kolf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12861973 [12861973]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2e8f84f5 [2e8f84f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (381 of 381 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kgoldrunner&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kgoldrunner/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1256c7f6 [1256c7f6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f0087266 [f0087266]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (1235 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=06391dfe [06391dfe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 84.4% (87 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=71347685 [71347685]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79cebe5e [79cebe5e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78aaa659 [78aaa659]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (289 of 289 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=74773ebc [74773ebc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ac07e9f6 [ac07e9f6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdestyle_plastik_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdestyle_plastik_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e00cbcb5 [e00cbcb5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_kdatatool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_kdatatool/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c09081a6 [c09081a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdefileaudiopreview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdefileaudiopreview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=624183f5 [624183f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_autobookmarker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_autobookmarker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b00d45a6 [b00d45a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (946 of 946 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/katepart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/katepart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=db142dcb [db142dcb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabcformat_binary&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabcformat_binary/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7cd87b83 [7cd87b83]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_isearch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_isearch/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=11d74de2 [11d74de2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_file&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_file/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8c12f11 [b8c12f11]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_docwordcompletion&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_docwordcompletion/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dd4127b3 [dd4127b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_net&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_net/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6d341d34 [6d341d34]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_sql&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_sql/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=661b618f [661b618f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_dir&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_dir/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=650ebed1 [650ebed1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdestyle_highcontrast_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdestyle_highcontrast_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=681fb57e [681fb57e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2865 of 2865 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/ppdtranslations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/ppdtranslations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5410b42a [5410b42a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/libtdescreensaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/libtdescreensaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a4a938d [6a4a938d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_insertfile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_insertfile/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f1d18823 [f1d18823]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (44 of 44 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_ldaptdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_ldaptdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30f083cd [30f083cd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acbf80cd [acbf80cd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f8fb2e20 [f8fb2e20]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1013 of 1013 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeprint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeprint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aa0506f0 [aa0506f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (455 of 455 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs_colors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs_colors/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82e61934 [82e61934]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2739 of 2739 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a2ce6cb [9a2ce6cb]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73eb4e4d [73eb4e4d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=91f7be0d [91f7be0d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 64.5% (129 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a9fa5d76 [a9fa5d76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/taskbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/taskbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b382a9a [2b382a9a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktaskbarapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktaskbarapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30e0f112 [30e0f112]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/lockout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/lockout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e1c4e2b5 [e1c4e2b5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5317fab2 [5317fab2]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=92ad6a46 [92ad6a46]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0e61bcd [c0e61bcd]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dedebeb6 [dedebeb6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_delli8k&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_delli8k/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51c00880 [51c00880]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (206 of 206 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4a6e3eb [d4a6e3eb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c368d148 [c368d148]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a73707b4 [a73707b4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9af8d504 [9af8d504]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 97.3% (219 of 225 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=875d4c24 [875d4c24]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a757dd8a [a757dd8a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abcfb18a [abcfb18a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/libtaskbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskbar/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d481507 [7d481507]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kay&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kay/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fa9f0334 [fa9f0334]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5af0121c [5af0121c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdesud&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdesud/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e363127a [e363127a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/naughtyapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/naughtyapplet/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=54976205 [54976205]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 75.7% (1542 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8f32df4 [b8f32df4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a46e674 [8a46e674]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82b00602 [82b00602]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8919bb8a [8919bb8a]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3e98afc4 [3e98afc4]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51cb26bc [51cb26bc]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d5046c21 [d5046c21]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=500f2c45 [500f2c45]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 98.5% (70 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kspaceduel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kspaceduel/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=53f3360c [53f3360c]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksokoban&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksokoban/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fa57d92b [fa57d92b]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 48.9% (24 of 49 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksnake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksnake/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4d9d7c1 [a4d9d7c1]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 94.7% (18 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksmiletris&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksmiletris/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=63667467 [63667467]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 34.1% (27 of 79 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2b3a41b [e2b3a41b]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 38.0% (19 of 50 strings)&amp;lt;br/&amp;gt;Translation: tdegames/klines&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/klines/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=33531138 [33531138]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45486792 [45486792]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (58 of 58 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5e2914e7 [5e2914e7]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c716f74 [6c716f74]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a270de3 [5a270de3]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (322 of 322 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=404b586a [404b586a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8b023bb7 [8b023bb7]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (322 of 322 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10d7630d [10d7630d]] tdepim: remove kitchensync pot file again, since it was automatically re-added&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a8b0c96 [2a8b0c96]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f4de4713 [f4de4713]] tdepim: remove translations for kitchensync and multisynk&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=64d45800 [64d45800]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0c2a0ab3 [0c2a0ab3]] tdegraphics: remove translations for kmrml&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8aa58abf [8aa58abf]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=376b1bfe [376b1bfe]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a340797 [6a340797]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=90797510 [90797510]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e0706cf8 [e0706cf8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eee4a43c [eee4a43c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb21ba44 [bb21ba44]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
= libraries =&lt;br /&gt;
== libkdcraw ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=d13e9744 [d13e9744]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (74 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=50387262 [50387262]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 70.2% (52 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=fb8e7233 [fb8e7233]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (74 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=4720b9e3 [4720b9e3]] Added translation using Weblate (Chinese (Simplified))&lt;br /&gt;
&lt;br /&gt;
== libkipi ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=1ea1d770 [1ea1d770]] Added translation using Weblate (Chinese (Traditional))&lt;br /&gt;
&lt;br /&gt;
== kipi-plugins ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=aa3b7277 [aa3b7277]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.0% (512 of 602 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - metadataedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-metadataedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=62e89ce1 [62e89ce1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 40.1% (53 of 132 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - cdarchiving&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-cdarchiving/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=1fc6b1e0 [1fc6b1e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - viewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-viewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=f134eb8d [f134eb8d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=7115da7d [7115da7d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=c39b2d5d [c39b2d5d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=549a8d58 [549a8d58]] Added translation using Weblate (Chinese (Traditional))&lt;br /&gt;
&lt;br /&gt;
== libtqt-perl ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=ea4d4023 [ea4d4023]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=a8738810 [a8738810]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=076ec834 [076ec834]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
= applications/development =&lt;br /&gt;
== kdbg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=b171e1b2 [b171e1b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kdbg - kdbg.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbg-kdbgdesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== kdiff3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=453f35a8 [453f35a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 67.2% (347 of 516 strings)&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=47366761 [47366761]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: applications/kdiff3 - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=810025fb [810025fb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=b65164fa [b65164fa]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=abcdeb43 [abcdeb43]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=1bab9902 [1bab9902]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tdesvn ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=2cdbcc87 [2cdbcc87]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 48.5% (359 of 739 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=f66e96c7 [f66e96c7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdesvn - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=e0823d75 [e0823d75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/graphics =&lt;br /&gt;
== digikam ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=d1ed2afa [d1ed2afa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1793 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=1798610f [1798610f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=e809e384 [e809e384]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1793 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=53e13c18 [53e13c18]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2244 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=09a41f75 [09a41f75]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/&lt;br /&gt;
&lt;br /&gt;
== gwenview-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=3e754a52 [3e754a52]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=57175831 [57175831]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=827f6c7b [827f6c7b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/internet =&lt;br /&gt;
== kasablanca ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=2a9b7e7d [2a9b7e7d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kasablanca - kasablanca.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca-kasablancadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=159a8faf [159a8faf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 64.3% (74 of 115 strings)&amp;lt;br/&amp;gt;Translation: applications/kasablanca&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=4b9e3dcb [4b9e3dcb]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kbiff ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=c53c9a60 [c53c9a60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=2cc626b9 [2cc626b9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.8% (89 of 90 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=4069eda9 [4069eda9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff - kbiff.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff-kbiffdesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== knmap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=a289b05a [a289b05a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=2721c5e0 [2721c5e0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=24febfa6 [24febfa6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=8f8a354b [8f8a354b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (221 of 221 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=b68bd35b [b68bd35b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=60528588 [60528588]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 16.2% (36 of 221 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=aea076a0 [aea076a0]] Added translation using Weblate (Ukrainian)&lt;br /&gt;
&lt;br /&gt;
== konversation ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=dfedc855 [dfedc855]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.6% (1167 of 1362 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation/ru/&lt;br /&gt;
&lt;br /&gt;
== kshowmail ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=10272aed [10272aed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 49.8% (174 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=b13b420d [b13b420d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 49.5% (173 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
&lt;br /&gt;
== kstreamripper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=3ec99f94 [3ec99f94]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=457de6e0 [457de6e0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=1801e3aa [1801e3aa]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 80.0% (24 of 30 strings)&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=382d4392 [382d4392]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=5da88b7e [5da88b7e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=c621d368 [c621d368]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== ktorrent ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=523c79c3 [523c79c3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (875 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=46220b63 [46220b63]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 80.1% (701 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/ru/&lt;br /&gt;
&lt;br /&gt;
== kvirc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b32a017a [b32a017a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.8% (2404 of 2588 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=02e908ee [02e908ee]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=e2dd007c [e2dd007c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a48e70a7 [a48e70a7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (794 of 805 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a7254dcc [a7254dcc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - theme&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-theme/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=25f3bffc [25f3bffc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=1e208b4f [1e208b4f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - logview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-logview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=3e94a25e [3e94a25e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - editor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=0c62fcd5 [0c62fcd5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - filetransferwindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-filetransferwindow/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a6e75ff9 [a6e75ff9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - dcc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-dcc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=2091bae5 [2091bae5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - notifier&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=90e47cbd [90e47cbd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - sharedfileswindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-sharedfileswindow/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=729d67a2 [729d67a2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=116c3821 [116c3821]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=5e2a1ae3 [5e2a1ae3]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
= applications/misc =&lt;br /&gt;
== bibletime ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=9d90808b [9d90808b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/bibletime - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/bibletime-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=de0a4201 [de0a4201]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=7c699d2d [7c699d2d]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== desktop-effects-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=4ef8c50e [4ef8c50e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=7437087e [7437087e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=92556696 [92556696]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kerberostray ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=f56d47b0 [f56d47b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kerberostray&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kerberostray/&lt;br /&gt;
&lt;br /&gt;
= applications/multimedia =&lt;br /&gt;
== amarok ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=73837f1a [73837f1a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=079f0cc9 [079f0cc9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b037abfb [b037abfb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=93aff8fd [93aff8fd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=7f396148 [7f396148]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=8ac0d326 [8ac0d326]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=086adc4f [086adc4f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4ebfa149 [4ebfa149]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 79.7% (1981 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4cc71ec3 [4cc71ec3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=2116bf2a [2116bf2a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=e6e2d189 [e6e2d189]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=c2a12e62 [c2a12e62]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=44ad188d [44ad188d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=83730846 [83730846]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4ddb9e62 [4ddb9e62]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=90520108 [90520108]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 84.7% (2105 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=40099ec0 [40099ec0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b767627f [b767627f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=bcd8d83e [bcd8d83e]] Fix functionality broken by commit 1c3e0630.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b04099ff [b04099ff]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=a7a79de0 [a7a79de0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=1c3e0630 [1c3e0630]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=5dedf79f [5dedf79f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=8b28bb5c [8b28bb5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=9038cb17 [9038cb17]] Translated using Weblate (Turkish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/tr/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=3c835108 [3c835108]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.8% (2406 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
&lt;br /&gt;
== codeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=033f32ab [033f32ab]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=28a3b75f [28a3b75f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=9f39f05e [9f39f05e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/codeine - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/codeine-desktop-files/&lt;br /&gt;
&lt;br /&gt;
== k3b ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=00a24ebc [00a24ebc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=987871f0 [987871f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=c2fbc8f1 [c2fbc8f1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=95a45a4f [95a45a4f]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=bbf83236 [bbf83236]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=894069eb [894069eb]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/pt/&lt;br /&gt;
&lt;br /&gt;
== k3b-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=84cd0b47 [84cd0b47]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (47 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=6f6f5263 [6f6f5263]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=bd308fa9 [bd308fa9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=e6010418 [e6010418]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (47 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=cb12df11 [cb12df11]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=ecef8905 [ecef8905]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=9c355f26 [9c355f26]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=1d1360a7 [1d1360a7]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=6f8f68cc [6f8f68cc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=47c13aee [47c13aee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=b92282bd [b92282bd]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 97.8% (46 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/bg/&lt;br /&gt;
&lt;br /&gt;
== k9copy ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=ef83b5b8 [ef83b5b8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=4979c509 [4979c509]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=237b3548 [237b3548]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (495 of 495 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=553df4a4 [553df4a4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=bc07265d [bc07265d]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kaffeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=eac2daca [eac2daca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (729 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=6c9257f2 [6c9257f2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.5% (711 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=e0e0d158 [e0e0d158]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=b871bd5b [b871bd5b]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kmplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=30650e19 [30650e19]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.9% (347 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=77c148a7 [77c148a7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=bb993d63 [bb993d63]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=d8d54a7f [d8d54a7f]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 95.6% (373 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=122a27a0 [122a27a0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=bb9e13d1 [bb9e13d1]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=0817bc03 [0817bc03]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer-desktop-files/bg/&lt;br /&gt;
&lt;br /&gt;
== kplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=cc14b9cf [cc14b9cf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=d8391ef7 [d8391ef7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 77.0% (799 of 1037 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/ru/&lt;br /&gt;
&lt;br /&gt;
== soundkonverter ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=bcf2d459 [bcf2d459]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.6% (302 of 319 strings)&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=2bf7eb6c [2bf7eb6c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=28a35800 [28a35800]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=300613ee [300613ee]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=a13d3527 [a13d3527]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tderadio ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=aa80a24c [aa80a24c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=28afa3da [28afa3da]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - oss-sound&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-oss-sound/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=5369d924 [5369d924]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (45 of 45 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - gui-standard-display&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-standard-display/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=a9f14b38 [a9f14b38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 82.3% (14 of 17 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - timeshifter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-timeshifter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=d57a893c [d57a893c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.1% (75 of 78 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - recording&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-recording/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=55460675 [55460675]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=03b5df8e [03b5df8e]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 93.5% (29 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=0bb5fda6 [0bb5fda6]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=8cd30c0e [8cd30c0e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=c74cfcb6 [c74cfcb6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.7% (30 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/office =&lt;br /&gt;
== basket ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=33317176 [33317176]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/basket&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=c8b892a3 [c8b892a3]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kbibtex ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=702a473b [702a473b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 73.7% (444 of 602 strings)&amp;lt;br/&amp;gt;Translation: applications/kbibtex&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbibtex/ru/&lt;br /&gt;
&lt;br /&gt;
== kbookreader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=e32bbc6e [e32bbc6e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (17 of 17 strings)&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=fcdb94c9 [fcdb94c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kbookreader - kbookreader.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader-kbookreaderdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=ac3e0386 [ac3e0386]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=61e10e5a [61e10e5a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/&lt;br /&gt;
&lt;br /&gt;
== kile ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=00b87abb [00b87abb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kile - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== kmymoney ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=e592106d [e592106d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (2658 of 2674 strings)&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=67a43ced [67a43ced]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=9df4c701 [9df4c701]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== koffice ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=d165869a [d165869a]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=c2fdb394 [c2fdb394]] Fix functionality broken by commit a9bbaa83&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=a9bbaa83 [a9bbaa83]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== koffice-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=572398a4 [572398a4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (3150 of 3168 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspread&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=bce5a0c4 [bce5a0c4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.4% (1169 of 1200 strings)&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=cc44ebc3 [cc44ebc3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: koffice/thesaurus_tool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/thesaurus_tool/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=b6cedf64 [b6cedf64]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_ooo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_ooo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=9f49ba05 [9f49ba05]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_koffice&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_koffice/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=7a3529fd [7a3529fd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_gnumeric&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_gnumeric/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=05196041 [05196041]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_abiword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_abiword/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ffe6d299 [ffe6d299]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (961 of 961 strings)&amp;lt;br/&amp;gt;Translation: koffice/kword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kword/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ad3cf8ee [ad3cf8ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspreadcalc_calc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspreadcalc_calc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=7f8b71fa [7f8b71fa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (909 of 909 strings)&amp;lt;br/&amp;gt;Translation: koffice/kpresenter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kpresenter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=d154e97e [d154e97e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (354 of 354 strings)&amp;lt;br/&amp;gt;Translation: koffice/kformdesigner&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kformdesigner/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=9c40a4ce [9c40a4ce]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=aa8c2267 [aa8c2267]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ccf47869 [ccf47869]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=f690d314 [f690d314]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.0% (1295 of 1423 strings)&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=f0bcacf8 [f0bcacf8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kivio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kivio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=e1f27756 [e1f27756]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=e84fa74c [e84fa74c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kword/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=fc3d61ff [fc3d61ff]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/koffice&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/koffice/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=31fd578d [31fd578d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=069df0f0 [069df0f0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kofficefilters&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kofficefilters/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=96a280ad [96a280ad]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=b7a0d0ff [b7a0d0ff]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 98.3% (420 of 427 strings)&amp;lt;br/&amp;gt;Translation: koffice/karbon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/karbon/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=8e305f42 [8e305f42]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 99.8% (1421 of 1423 strings)&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=61f41445 [61f41445]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: koffice/example&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/example/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=1f753ab8 [1f753ab8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (3150 of 3168 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspread&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/ru/&lt;br /&gt;
&lt;br /&gt;
== kpilot ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=9beef848 [9beef848]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.3% (1059 of 1088 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=adc41d0e [adc41d0e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=43b3df95 [43b3df95]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=b2480185 [b2480185]] Fix functionality broken by commit a956e3e&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=f060f38e [f060f38e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=fa847ef4 [fa847ef4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=a956e3e8 [a956e3e8]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tellico ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=10996a19 [10996a19]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=252be932 [252be932]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.5% (1108 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=f73799c2 [f73799c2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=30d2f3d2 [30d2f3d2]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 74.2% (826 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=997c050d [997c050d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=0a00263f [0a00263f]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
= applications/settings =&lt;br /&gt;
== kdpkg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=752317fb [752317fb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=c178f4e3 [c178f4e3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 93.1% (27 of 29 strings)&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=7afa4047 [7afa4047]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=3107e30a [3107e30a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=4277d12f [4277d12f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/&lt;br /&gt;
&lt;br /&gt;
== kkbswitch ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=c36d0446 [c36d0446]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch - kkbswitch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch-kkbswitchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=d7b89dac [d7b89dac]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=586412b8 [586412b8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 96.4% (55 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=8978515d [8978515d]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=29e2187e [29e2187e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=4f10d322 [4f10d322]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=2f27dd99 [2f27dd99]] Added global shortcuts for switching to previous/next group&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/kkbswitch/issues/6 #6]&lt;br /&gt;
&lt;br /&gt;
== klcddimmer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=739e6b63 [739e6b63]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/klcddimmer - klcddimmer.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer-klcddimmerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=c552505d [c552505d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/klcddimmer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer/&lt;br /&gt;
&lt;br /&gt;
== tdenetworkmanager ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=f781e430 [f781e430]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 56.5% (160 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=6bd64d20 [6bd64d20]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 54.4% (154 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/system =&lt;br /&gt;
== dolphin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=d6981f86 [d6981f86]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=88bffef8 [88bffef8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=50bf6ece [50bf6ece]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=df0f2634 [df0f2634]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 87.3% (55 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=128fc6c0 [128fc6c0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=4177bfeb [4177bfeb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=31e79818 [31e79818]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=614887eb [614887eb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=dfc034e5 [dfc034e5]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kbfx ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=7df544d7 [7df544d7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbfx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbfx/&lt;br /&gt;
&lt;br /&gt;
== kcmautostart ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=e156d8d7 [e156d8d7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=a34114dc [a34114dc]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=e32b5599 [e32b5599]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/&lt;br /&gt;
&lt;br /&gt;
== knemo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=6132bf8e [6132bf8e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== krusader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=a6d7af8f [a6d7af8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 89.0% (1246 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=1107ba66 [1107ba66]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=60b198a9 [60b198a9]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1399 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/uk/&lt;br /&gt;
&lt;br /&gt;
== kshutdown ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=0cb0eeb3 [0cb0eeb3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown - kshutdown.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-kshutdowndesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=6c6e8bb5 [6c6e8bb5]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown - kshutdown.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-kshutdowndesktop/nl/&lt;br /&gt;
&lt;br /&gt;
== ksystemlog ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=cf0f1b44 [cf0f1b44]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/ksystemlog&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksystemlog/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=27e255d7 [27e255d7]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== polkit-agent-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=774e540b [774e540b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=fe3d3837 [fe3d3837]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=81f288bf [81f288bf]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/zh_Hant/&lt;br /&gt;
&lt;br /&gt;
== tdebluez ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=fce0091e [fce0091e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=f23e3839 [f23e3839]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=823b8121 [823b8121]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=d0311fa0 [d0311fa0]] Added translation using Weblate (Dutch)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ee1b7905 [ee1b7905]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 89.1% (239 of 268 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=14e65f81 [14e65f81]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=9a895e4f [9a895e4f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=5dbd02e3 [5dbd02e3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=75e3f4ae [75e3f4ae]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=1d2fcc95 [1d2fcc95]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (266 of 266 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=9ec32992 [9ec32992]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=226cacc4 [226cacc4]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (274 of 274 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ae46115f [ae46115f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ad1894b7 [ad1894b7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=e852055d [e852055d]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tdepowersave ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=1e735aeb [1e735aeb]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (311 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=f39d5cd2 [f39d5cd2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=c1d1a446 [c1d1a446]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=70666ec3 [70666ec3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=c2676876 [c2676876]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.2% (290 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=5242ce6d [5242ce6d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=678ecbe9 [678ecbe9]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== yakuake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=4d40f6d0 [4d40f6d0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.9% (94 of 98 strings)&amp;lt;br/&amp;gt;Translation: applications/yakuake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/tdeio =&lt;br /&gt;
== tdeio-ftps ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-ftps/commit/?id=8ac1f636 [8ac1f636]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdeio-ftps&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-ftps/&lt;br /&gt;
&lt;br /&gt;
== tdeio-umountwrapper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=e3173ff2 [e3173ff2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-umountwrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-umountwrapper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=c37ba2dc [c37ba2dc]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
= applications/themes =&lt;br /&gt;
== gtk-qt-engine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=2178adeb [2178adeb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=90c79e65 [90c79e65]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=df701883 [df701883]] Added translation using Weblate (Chinese (Simplified))&lt;br /&gt;
&lt;br /&gt;
== kgtk-qt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=06bca424 [06bca424]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/kgtk-qt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kgtk-qt3/ru/&lt;br /&gt;
&lt;br /&gt;
== tde-style-baghira ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=bb43a575 [bb43a575]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - sessionapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-sessionapplet/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=738600de [738600de]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - starter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-starter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=54a306f5 [54a306f5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=4a3bbfa4 [4a3bbfa4]] Rename library twin3_baghira -&amp;amp;gt; twin_baghira&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=fc8b3dd4 [fc8b3dd4]] Fix functionality broken by commit 66813ef&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=66813efe [66813efe]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tde-style-domino ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=7ea023ba [7ea023ba]] Rename library twin3_domino -&amp;amp;gt; twin_domino&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== tde-style-ia-ora ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=25c19604 [25c19604]] Rename library twin3_iaora -&amp;amp;gt; twin_iaora&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== tde-style-lipstik ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=39c758d5 [39c758d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-lipstik - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-lipstik-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=e0338512 [e0338512]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== twin-style-crystal ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=d9afc78c [d9afc78c]] Rename library twin3_crystal -&amp;amp;gt; twin_crystal&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-dekorator ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=c67f6084 [c67f6084]] Rename library twin3_deKorator -&amp;amp;gt; twin_deKorator&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-machbunt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=81c7c4d0 [81c7c4d0]] Rename library twin3_MachBunt to twin_MachBunt&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-suse2 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=9b5c2e1e [9b5c2e1e]] Rename library twin3_SUSE2 -&amp;amp;gt; twin_SUSE&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
= applications/utilities =&lt;br /&gt;
== abakus ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=9ace50d1 [9ace50d1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/abakus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=467ef6c1 [467ef6c1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (49 of 49 strings)&amp;lt;br/&amp;gt;Translation: applications/abakus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=e1762b36 [e1762b36]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=b277c7ae [b277c7ae]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/abakus - abakus.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus-abakusdesktop/bg/&lt;br /&gt;
&lt;br /&gt;
== filelight ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=aa06806b [aa06806b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=28349b70 [28349b70]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=7cc11b7f [7cc11b7f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=629295b3 [629295b3]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=33098270 [33098270]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (77 of 77 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/uk/&lt;br /&gt;
&lt;br /&gt;
== kbarcode ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=2f5aa189 [2f5aa189]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.1% (589 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=6c31a9ec [6c31a9ec]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=7f9e4e65 [7f9e4e65]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.9% (582 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=f6c05921 [f6c05921]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 74.5% (443 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=371ce27c [371ce27c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=7bd51d72 [7bd51d72]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=6ca861bd [6ca861bd]] Fix functionality broken by commit fc06df3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=fc06df33 [fc06df33]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== kchmviewer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=78502278 [78502278]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kchmviewer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kchmviewer-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== kcpuload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=b49178b0 [b49178b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=8ae8e9f8 [8ae8e9f8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 94.8% (37 of 39 strings)&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=7a450d31 [7a450d31]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=d9952f82 [d9952f82]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/&lt;br /&gt;
&lt;br /&gt;
== knutclient ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=dfa5f3fa [dfa5f3fa]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knutclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=466ddc1b [466ddc1b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (203 of 203 strings)&amp;lt;br/&amp;gt;Translation: applications/knutclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient/uk/&lt;br /&gt;
&lt;br /&gt;
== krename ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=b4e78648 [b4e78648]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/krename - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krename-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=7740aa8e [7740aa8e]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== qalculate-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=744ac88e [744ac88e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=6baf1704 [6baf1704]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.4% (593 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=accfbbbf [accfbbbf]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=34b3365e [34b3365e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=933d4190 [933d4190]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=68aa9b3b [68aa9b3b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (596 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=96280709 [96280709]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 75.0% (447 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=09de128a [09de128a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 70.6% (421 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=c714c687 [c714c687]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 60.7% (362 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=1c102209 [1c102209]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 42.4% (253 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=06249035 [06249035]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
= packaging =&lt;br /&gt;
== packaging ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=70a0160c [70a0160c]] DEB tdebindings: remove dependency on libtqt3-compat-headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=fb212c9e [fb212c9e]] DEB tqt3: drop compat files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=a4869e73 [a4869e73]] DEB tdebase twin: adjusted after renaming client libraries from twin3_* to twin_*. This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=7b064a10 [7b064a10]] DEB tqt3: adjusted after removing Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f7be243e [f7be243e]] DEB buildscripts: update supported distros&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f82c8cc0 [f82c8cc0]] DEB: remove support for Debian Stretch and Ubuntu Xenial&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=4721bdc6 [4721bdc6]] DEB tqt3: remove Qt2 obsolete classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=e6b868c8 [e6b868c8]] DEB tdebase: added release notes for R14.2.x series&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=3c5c1e60 [3c5c1e60]] DEB trinity-apt-archive: Set the apt repository URL to PTB.&lt;/div&gt;</summary>
		<author><name>SlavekB</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.2.0&amp;diff=3251</id>
		<title>Changelog For R14.2.0</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.2.0&amp;diff=3251"/>
		<updated>2023-12-18T01:05:24Z</updated>

		<summary type="html">&lt;p&gt;SlavekB: /* tdebase */ Update 20231217&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= dependencies =&lt;br /&gt;
== tde-cmake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=9fae6b57 [9fae6b57]] Update version to R14.2.0&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tqt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=ee0c5d58 [ee0c5d58]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a6829398 [a6829398]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=d2122705 [d2122705]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=e0a3cab4 [e0a3cab4]] Minor adjustments to porting documentation&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=f2b3ea52 [f2b3ea52]] Drop compatibility code for TQSignal&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=fb6884ea [fb6884ea]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=2e817b4b [2e817b4b]] Remove dangled symlinks for droped compat headers.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=c3bb8881 [c3bb8881]] Drop compatibility code for TQButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=9492e618 [9492e618]] Drop compatibility code for TQThread&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=979f5621 [979f5621]] Drop compatibility code for TQLineEdit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=83991feb [83991feb]] Remove Qt4 related stuff&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=48ea22d0 [48ea22d0]] Drop compatibility code for TQToolButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b1bfbe79 [b1bfbe79]] Drop compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=bfd62a0b [bfd62a0b]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a8466ab3 [a8466ab3]] Translated using Weblate (Chinese (zh))&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3 - examples-i18n&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3-examples-i18n/zh/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=5350a724 [5350a724]] Drop TQT_NO_COMPAT code from mkspecs files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a75445b4 [a75445b4]] Drop Qt2 obsolete classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b6e9b6c6 [b6e9b6c6]] Added translation using Weblate (Turkish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=af9d6b11 [af9d6b11]] Added translation using Weblate (Turkish)&lt;br /&gt;
&lt;br /&gt;
== tqtinterface ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=9ad01120 [9ad01120]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=4746fbba [4746fbba]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=1c79e9f8 [1c79e9f8]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
== pytqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=aa676491 [aa676491]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=cba16275 [cba16275]] Drop compatibility code for TQThread&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=8bd235be [8bd235be]] Addons to previous commit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=28273a01 [28273a01]] Drop Qt2&amp;#039;s TQSemiModal class.&lt;br /&gt;
&lt;br /&gt;
= core =&lt;br /&gt;
== tdelibs ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cca633c6 [cca633c6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (179 of 179 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/all languages&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/all-languages/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=9755ecd9 [9755ecd9]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=503eb0d9 [503eb0d9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=29b84bd0 [29b84bd0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=f6627610 [f6627610]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7f7e5585 [7f7e5585]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.4% (323 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7a35fcf1 [7a35fcf1]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=f49e67f0 [f49e67f0]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=920d56d2 [920d56d2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=a7316f73 [a7316f73]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=4e0aa6d5 [4e0aa6d5]] Fix functionality broken by commit 8233b2e5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=8233b2e5 [8233b2e5]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=74cb596c [74cb596c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdemarkdown - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdemarkdown-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=29f58681 [29f58681]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (327 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=c6bc3af7 [c6bc3af7]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cdf964bb [cdf964bb]] Update version to R14.2.0&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tdebase ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f093a1be [f093a1be]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdm - themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdm-themes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=21ecd990 [21ecd990]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplash - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplash-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=607f0804 [607f0804]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdehtml_plugins.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdehtml_pluginsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5f815bd0 [5f815bd0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkonq - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkonq-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8175c850 [8175c850]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksysguard - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksysguard-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7c8d600d [7c8d600d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=3faa7b1b [3faa7b1b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kate - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kate-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f6fb0d91 [f6fb0d91]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 61.8% (281 of 454 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=70af14e2 [70af14e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 48.5% (168 of 346 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kappfinder - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kappfinder-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=035c2698 [035c2698]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - directories&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-directories/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a1cbb16b [a1cbb16b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.8% (248 of 251 strings)&amp;lt;br/&amp;gt;Translation: tdebase/l10n - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/l10n-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a26bb216 [a26bb216]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1103f2b1 [1103f2b1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c836bb9d [c836bb9d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=00eab673 [00eab673]] Translated using Weblate (Greek)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/el/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9e7b4bb1 [9e7b4bb1]] TWin: Fix loading of window decoration configuration libraries&amp;lt;br/&amp;gt;Accidentally broken by commit 84ab47055d.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=748a54ff [748a54ff]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=dddd52ff [dddd52ff]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=30d54139 [30d54139]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2317bee2 [2317bee2]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=4c64b274 [4c64b274]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-events/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c0ca8145 [c0ca8145]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f1f2e40a [f1f2e40a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5eec362c [5eec362c]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2986ff6e [2986ff6e]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2937383d [2937383d]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-data/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9ab75fc1 [9ab75fc1]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ea076539 [ea076539]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi - presets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi-presets/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8a8431ab [8a8431ab]] twin: renames twin3_ to twin_ in user theme config files. This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/351 #351] and PR #364.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=91cb2036 [91cb2036]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.0% (33 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=88ea7160 [88ea7160]] KWin: rename client libraries twin3_* -&amp;amp;gt; twin_*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=84ab4705 [84ab4705]] Make TWin look for `twin_` libraries&amp;lt;br/&amp;gt;This is now the preferred way of calling the decoration libraries&amp;lt;br/&amp;gt;(in place of `twin3_`). The old names that start with `twin3_` are&amp;lt;br/&amp;gt;still recognized for compatibility reasons.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/351 #351]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e8336ee5 [e8336ee5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2da663c3 [2da663c3]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8210b058 [8210b058]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=74eb1d78 [74eb1d78]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=90b19e21 [90b19e21]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ce84a0c6 [ce84a0c6]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=950f0ce7 [950f0ce7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tde_release_notes.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tde_release_notesdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d61158c7 [d61158c7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdcop - kdcop.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdcop-kdcopdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ddc6b3af [ddc6b3af]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeintegration.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeintegrationdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1771a344 [1771a344]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5ec66d53 [5ec66d53]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - compat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-compat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=653159ea [653159ea]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=143cff2e [143cff2e]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=78937d51 [78937d51]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9ab17ab4 [9ab17ab4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e539275a [e539275a]] Add release notes draft for R14.2.x series&lt;br /&gt;
&lt;br /&gt;
== tdepim ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=5863ef46 [5863ef46]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=0e164959 [0e164959]] Fix functionality broken by commit fd0046c4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=fd0046c4 [fd0046c4]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=860c8799 [860c8799]] Drop deprecated kitchensync code&lt;br /&gt;
&lt;br /&gt;
== tdemultimedia ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=c5e80026 [c5e80026]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdemid - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdemid-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=ec115020 [ec115020]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=1c71f523 [1c71f523]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/libkcddb - libkcddb.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/libkcddb-libkcddbdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=94ca3a13 [94ca3a13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kscd - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kscd-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=6c3e9a2f [6c3e9a2f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=775b1efd [775b1efd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kappfinder - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kappfinder-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=a452bd94 [a452bd94]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaudiocreator - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaudiocreator-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=514a0715 [514a0715]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=cb937aa9 [cb937aa9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaudiocreator - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaudiocreator-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=261327ee [261327ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaboodle - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaboodle-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=ab65a990 [ab65a990]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== tdenetwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=7cf631be [7cf631be]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=15fd0d5c [15fd0d5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=bff9d105 [bff9d105]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=1e65a9c9 [1e65a9c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krfb - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krfb-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=65f0237b [65f0237b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=0f7aec08 [0f7aec08]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=8b0277b3 [8b0277b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=ea8c2556 [ea8c2556]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kwifi - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kwifi-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=7dbed250 [7dbed250]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=1732e27c [1732e27c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc - ksirc.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc-ksircdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=f0b3ae6b [f0b3ae6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krfb - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krfb-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=0bf1f09c [0bf1f09c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krdc - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krdc-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=cd3b9bc6 [cd3b9bc6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=6c1bfe1c [6c1bfe1c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/knewsticker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/knewsticker-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e540875f [e540875f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=9f39152c [9f39152c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=ec7c5f92 [ec7c5f92]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmlanbrowser - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmlanbrowser-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=bd2c6b41 [bd2c6b41]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kdict - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kdict-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=055c3ba8 [055c3ba8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmktalkd - kcmktalkd.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmktalkd-kcmktalkddesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e8441a98 [e8441a98]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/dcoprss - rssservice.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/dcoprss-rssservicedesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== tdegraphics ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=32a0eae8 [32a0eae8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=0464b42f [0464b42f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksvg - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksvg-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=83ca390f [83ca390f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kooka - kooka.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kooka-kookadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=b946ccf6 [b946ccf6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kolourpaint - kolourpaint.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kolourpaint-kolourpaintdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=c3994f8f [c3994f8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=c8525154 [c8525154]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kfax - kfax.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kfax-kfaxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=82790fe5 [82790fe5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcoloredit - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcoloredit-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=6628c1cf [6628c1cf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdeiconedit - tdeiconedit.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdeiconedit-tdeiconeditdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=6fec2493 [6fec2493]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewshell - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewshell-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=0ac60cd7 [0ac60cd7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kuickshow - kuickshow.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kuickshow-kuickshowdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=b7a2fb44 [b7a2fb44]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksnapshot - ksnapshot.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksnapshot-ksnapshotdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=d73ec8db [d73ec8db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler - kruler.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler-krulerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=4207cf76 [4207cf76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpovmodeler - kpovmodeler.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpovmodeler-kpovmodelerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=a34651aa [a34651aa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=df90b4db [df90b4db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kfaxview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kfaxview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=10228ff7 [10228ff7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kdvi - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kdvi-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=786ba559 [786ba559]] Fix functionality broken by commit d26dabfe.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=d26dabfe [d26dabfe]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=fdd22494 [fdd22494]] Drop deprecated kmrml code&lt;br /&gt;
&lt;br /&gt;
== tdetoys ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=47ebe98c [47ebe98c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (285 of 285 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather - stations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather-stations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=bfb7d592 [bfb7d592]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=97649015 [97649015]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kworldclock - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kworldclock-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=29e37f55 [29e37f55]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/ktux - ktux.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/ktux-ktuxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=4eb6f321 [4eb6f321]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kteatime - kteatime.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kteatime-kteatimedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=75d71ec8 [75d71ec8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kodo - kodo.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kodo-kododesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=ef99089e [ef99089e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/amor - amor.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/amor-amordesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=528f19d2 [528f19d2]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeedu ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=0c53c58d [0c53c58d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=d99f3098 [d99f3098]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=05b36881 [05b36881]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kverbos - kverbos.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kverbos-kverbosdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=b2b4038e [b2b4038e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kturtle - kturtle.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kturtle-kturtledesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=9edf12e3 [9edf12e3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/ktouch - ktouch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/ktouch-ktouchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=373f572e [373f572e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kiten - kiten.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kiten-kitendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=894d22c5 [894d22c5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars - kstars.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars-kstarsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=b245468a [b245468a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kpercentage - kpercentage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kpercentage-kpercentagedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=9a430435 [9a430435]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kmplot - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kmplot-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=7cbde739 [7cbde739]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/klettres - klettres.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/klettres-klettresdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=3f41eb31 [3f41eb31]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/klatin - klatin.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/klatin-klatindesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=274c00f5 [274c00f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kig - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kig-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=d076ba6e [d076ba6e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/khangman - khangman.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/khangman-khangmandesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e7ecdbc7 [e7ecdbc7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography - kgeography.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography-kgeographydesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=7ec075a1 [7ec075a1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/keduca - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/keduca-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e45f4ee3 [e45f4ee3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kbruch - kbruch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kbruch-kbruchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e73aad5f [e73aad5f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kanagram - kanagram.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kanagram-kanagramdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=026dd7e1 [026dd7e1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kalzium - kalzium.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kalzium-kalziumdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=92daf7c2 [92daf7c2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/blinken - blinken.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/blinken-blinkendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=ad620012 [ad620012]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=1b57c822 [1b57c822]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== tdegames ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=707ed9c6 [707ed9c6]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=72486eea [72486eea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/tdefifteen - tdefifteen.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/tdefifteen-tdefifteendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=1af92e8c [1af92e8c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk - knetwalk.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk-knetwalkdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=b4e10441 [b4e10441]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/twin4 - twin4.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/twin4-twin4desktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=60e6b4b7 [60e6b4b7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ktuberling - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ktuberling-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f86cc3b2 [f86cc3b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kspaceduel - kspaceduel.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kspaceduel-kspacedueldesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=1723a2e2 [1723a2e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksokoban - ksokoban.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksokoban-ksokobandesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=b8bfa029 [b8bfa029]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksnake - ksnake.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksnake-ksnakedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f3055d26 [f3055d26]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=25bbc148 [25bbc148]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet - ksirtet.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet-ksirtetdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=bc6ebdd9 [bc6ebdd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksame - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksame-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=245abf4b [245abf4b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kshisen - kshisen.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kshisen-kshisendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=a24aefaf [a24aefaf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f361902f [f361902f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi - kreversi.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi-kreversidesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=bdbf75db [bdbf75db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kpoker - kpoker.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kpoker-kpokerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=8010109b [8010109b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kpat - kpat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kpat-kpatdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=30b2fe6b [30b2fe6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/konquest - konquest.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/konquest-konquestdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e3c0ddc0 [e3c0ddc0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kolf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kolf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=214ce742 [214ce742]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmines - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmines-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e2876665 [e2876665]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e58b9568 [e58b9568]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmines - kmines.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmines-kminesdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=564ede18 [564ede18]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmahjongg - kmahjongg.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmahjongg-kmahjonggdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=a1f2098b [a1f2098b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegames/klickety - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/klickety-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=04405ac0 [04405ac0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kjumpingcube - kjumpingcube.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kjumpingcube-kjumpingcubedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=ddeb59d5 [ddeb59d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kgoldrunner - KGoldrunner.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kgoldrunner-kgoldrunnerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=6aa6a2fc [6aa6a2fc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kenolaba - kenolaba.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kenolaba-kenolabadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=c2e382ff [c2e382ff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbounce - kbounce.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbounce-kbouncedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=43a1ef1a [43a1ef1a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kblackbox - kblackbox.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kblackbox-kblackboxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=47443995 [47443995]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbackgammon - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbackgammon-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=51730a13 [51730a13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbackgammon - kbackgammon.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbackgammon-kbackgammondesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f4e1241f [f4e1241f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kasteroids - kasteroids.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kasteroids-kasteroidsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=195f32ff [195f32ff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegames/atlantik - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/atlantik-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=078f8a60 [078f8a60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/atlantik - atlantik.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/atlantik-atlantikdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=23f73f6d [23f73f6d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=89209b44 [89209b44]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeaccessibility ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=546f0a26 [546f0a26]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmousetool - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmousetool-desktop-files/nl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=0c8252ff [0c8252ff]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmag - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmag-desktop-files/nl/&lt;br /&gt;
&lt;br /&gt;
== tdeaddons ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=462e8067 [462e8067]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (64 of 64 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-plugins-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=7247f36b [7247f36b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tutorials - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tutorials-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=729f8436 [729f8436]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-plugins-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=c75bb91d [c75bb91d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/ksig - ksig.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/ksig-ksigdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=8b19a3d4 [8b19a3d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (44 of 44 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-plugins-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== tdeadmin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=7c269be3 [7c269be3]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 50.0% (1 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage - kpackage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage-kpackagedesktop/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=b60f7565 [b60f7565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kuser - kuser.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kuser-kuserdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=39dd6199 [39dd6199]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/ksysv - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/ksysv-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=1ec384e5 [1ec384e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=78260ae7 [78260ae7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage - kpackage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage-kpackagedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=18052ec0 [18052ec0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kdat - kdat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kdat-kdatdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=68dbc1fc [68dbc1fc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kcron - kcron.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kcron-kcrondesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== tdeartwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=e76fde84 [e76fde84]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/icon themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/icon-themes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=480c8a32 [480c8a32]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/icon themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/icon-themes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=d5891cb6 [d5891cb6]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/wallpapers-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=b7c7780f [b7c7780f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeartwork/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/wallpapers-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=25e4ea58 [25e4ea58]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=0afaf315 [0afaf315]] twin-styles: twin3_ to twin_ conversion&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=5f90bc99 [5f90bc99]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (314 of 314 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/tdescreensaver - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/tdescreensaver-desktop-files/it/&lt;br /&gt;
&lt;br /&gt;
== tdebindings ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=84ec6486 [84ec6486]] Drop compatibility code for TQSignal&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=13378021 [13378021]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=02712db1 [02712db1]] Drop compatibility code for TQButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=53442b53 [53442b53]] Drop obsolete TQLineEdit methods&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=1b35744b [1b35744b]] Drop compatibility code for TQToolButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=476cadbf [476cadbf]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=941081ce [941081ce]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=dcffc0bc [dcffc0bc]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
== tdesdk ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=e116e963 [e116e963]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbabel - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbabel-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=ba42cd60 [ba42cd60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=0b324ad9 [0b324ad9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=26ea0a31 [26ea0a31]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdecachegrind - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdecachegrind-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=7b277c01 [7b277c01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/scheck - scheck.themerc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/scheck-scheckthemerc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=8d7ac8ea [8d7ac8ea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kuiviewer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kuiviewer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=70cbb21e [70cbb21e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbugbuster - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbugbuster-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=5951f56b [5951f56b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/cervisia - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/cervisia-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=0c03e09c [0c03e09c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/cervisia - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/cervisia-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=b221bea0 [b221bea0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kompare - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kompare-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d50abb28 [d50abb28]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.1% (27 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=3523578c [3523578c]] Fix functionality broken by commit d619f66&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d619f66a [d619f66a]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tdevelop ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=f4724912 [f4724912]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop-desktop-files/&lt;br /&gt;
&lt;br /&gt;
== tdewebdev ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=e16b4e3b [e16b4e3b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=6552a392 [6552a392]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== tde-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd5194d2 [bd5194d2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=04ed4b52 [04ed4b52]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (76 of 76 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmusb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmusb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc1d1c98 [bc1d1c98]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (43 of 43 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kthememanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kthememanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ffa5d7e7 [ffa5d7e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (96 of 96 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeprintfax&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeprintfax/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=076c2fed [076c2fed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdestyle_keramik_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdestyle_keramik_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4ceab3f4 [4ceab3f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplashthemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplashthemes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=512d9f79 [512d9f79]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=47e26a43 [47e26a43]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (93 of 93 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdefontinst&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdefontinst/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3a144469 [3a144469]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_home&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_home/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cd272aca [cd272aca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmnotify&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmnotify/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d2ba7ada [d2ba7ada]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (290 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=135f1b2e [135f1b2e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=07c69212 [07c69212]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=03934f6b [03934f6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_system&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_system/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67680029 [67680029]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0e0ae526 [0e0ae526]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeio_svn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeio_svn/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a87c6d1 [8a87c6d1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_ts&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_ts/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aade5865 [aade5865]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_po&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_po/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=522da565 [522da565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_diff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_diff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=83c47a3a [83c47a3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_cpp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_cpp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4d9ffb4a [4d9ffb4a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kres_bugzilla&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kres_bugzilla/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cfa3a9ad [cfa3a9ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (208 of 208 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbugbuster&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbugbuster/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ebed3f3 [3ebed3f3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acb7bd01 [acb7bd01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kmenuapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kmenuapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b406e7b0 [b406e7b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=610e404f [610e404f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/krdb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/krdb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bf546323 [bf546323]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmspellchecking&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmspellchecking/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a6399d3 [4a6399d3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 65.0% (13 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmiccconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmiccconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=80a06e94 [80a06e94]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_tar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_tar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b26c4f5 [4b26c4f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_recentdocs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_recentdocs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=58999e40 [58999e40]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_prefmenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_prefmenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6ce221c9 [6ce221c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - sort&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-sort/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0390f05b [0390f05b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - webarchiver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-webarchiver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cf552d9d [cf552d9d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - wavecapture&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-wavecapture/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=433ee6e7 [433ee6e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - wakeup&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-wakeup/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=46159872 [46159872]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - tyler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-tyler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e02bff0f [e02bff0f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - tippecanoe&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-tippecanoe/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0761ee7 [c0761ee7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - txt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-txt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cd18979e [cd18979e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - mhtml&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-mhtml/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=712079e1 [712079e1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - lnk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-lnk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fce9e09 [4fce9e09]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - html&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-html/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25db3dca [25db3dca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - folder&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-folder/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef1f9ac7 [ef1f9ac7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-desktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10e3306c [10e3306c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - cert&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-cert/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3fec0e8 [f3fec0e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - synaescope&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-synaescope/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a86eaabb [a86eaabb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - searchbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-searchbar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5da3c28e [5da3c28e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - pitchablespeed&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-pitchablespeed/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dce4401c [dce4401c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - minitools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-minitools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=65231d72 [65231d72]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - microformat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-microformat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e048a4eb [e048a4eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (42 of 42 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - mediacontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-mediacontrol/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=03f6f36f [03f6f36f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - lyrics&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-lyrics/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=75a2d1a4 [75a2d1a4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kaddressbook - gmx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kaddressbook-gmx/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=111da4e5 [111da4e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kaddressbook - kworldclock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kaddressbook-kworldclock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=37ccc73b [37ccc73b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (53 of 53 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - ktimemon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-ktimemon/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=877faee6 [877faee6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (48 of 48 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - metabar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-metabar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a964e80 [8a964e80]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - mediaplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-mediaplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6215185a [6215185a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - delicious&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-delicious/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=432a8fd9 [432a8fd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - kmathapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-kmathapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2537b8d7 [2537b8d7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (33 of 33 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - kbinaryclock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-kbinaryclock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41b3507f [41b3507f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - xmltools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-xmltools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d895f991 [d895f991]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - xmlcheck&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-xmlcheck/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1477c443 [1477c443]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - textfilter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-textfilter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a96d906d [a96d906d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - tabbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-tabbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02b5b392 [02b5b392]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - snippets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-snippets/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=06908d1c [06908d1c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - pybrowse&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-pybrowse/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68019125 [68019125]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - openheader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-openheader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e4943b1f [e4943b1f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - modeline&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-modeline/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a8e169d [4a8e169d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - make&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-make/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8548c37e [8548c37e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - kjswrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-kjswrapper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=65197c45 [65197c45]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - insertcommand&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-insertcommand/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f33c05f3 [f33c05f3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - htmltools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-htmltools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a3220aa3 [a3220aa3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - helloworld&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-helloworld/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0768ae06 [0768ae06]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - fll_plugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-fll_plugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ed62a7e [7ed62a7e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - fll_initplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-fll_initplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4551fe7c [4551fe7c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - filetemplates&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-filetemplates/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a5773c33 [a5773c33]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - cppsymbolviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-cppsymbolviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d5f107a6 [d5f107a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - image&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-image/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=760d609c [760d609c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - charlatanui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-charlatanui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=49a7da4e [49a7da4e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - ffrs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-ffrs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44ff5289 [44ff5289]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - dub&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-dub/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f595c2f4 [f595c2f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (81 of 81 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - domtreeviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-domtreeviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5984420c [5984420c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - dirfilter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-dirfilter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8740f36c [8740f36c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - crashes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-crashes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2eea31a6 [2eea31a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - autorefresh&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-autorefresh/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0b43890b [0b43890b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - audio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-audio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b60fc4c0 [b60fc4c0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - ark&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-ark/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4f2e12e9 [4f2e12e9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - alsaplayerui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-alsaplayerui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8cf5b05b [8cf5b05b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - akregator&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-akregator/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e9608f5 [1e9608f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (3009 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb7f6413 [bb7f6413]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (101 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2297c73 [a2297c73]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16fc9290 [16fc9290]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30b25447 [30b25447]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0c9390e0 [0c9390e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_asus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_asus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c9b6e0a [3c9b6e0a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (464 of 464 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kttsd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kttsd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5f018862 [5f018862]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.8% (5277 of 5622 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9cd12c13 [9cd12c13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4373 of 4373 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fb393ca2 [fb393ca2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdelirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdelirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de26e8e7 [de26e8e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/superkaramba&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/superkaramba/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef2d1ac9 [ef2d1ac9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.7% (204 of 238 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/ksim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/ksim/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8225ecb4 [8225ecb4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0d8c5564 [0d8c5564]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_powerbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_powerbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=15e159f9 [15e159f9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cbaed96f [cbaed96f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_delli8k&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_delli8k/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=99665cc4 [99665cc4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilod&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilod/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76cf712f [76cf712f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kfloppy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kfloppy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a780ff13 [a780ff13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.1% (833 of 849 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kaddressbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kaddressbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=160a21e5 [160a21e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (288 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b39b69b0 [b39b69b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.8% (224 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=37c46a10 [37c46a10]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aaa64918 [aaa64918]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_raw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_raw/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b72b65e [2b72b65e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (197 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de33568d [de33568d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (121 of 121 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/klinkstatus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/klinkstatus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c46c273c [c46c273c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=463fe953 [463fe953]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.0% (23 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - webarchiver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-webarchiver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f902060c [f902060c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - imgallery&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-imgallery/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7291a5d [e7291a5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (254 of 254 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libtdegames&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libtdegames/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=60f4c2ad [60f4c2ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4d13a2c [c4d13a2c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (557 of 557 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kmplot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kmplot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8f16a587 [8f16a587]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4373 of 4373 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a1803a12 [a1803a12]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (765 of 765 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kalzium&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kalzium/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a9f1223f [a9f1223f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6f5c5077 [6f5c5077]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (138 of 138 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdeiconedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdeiconedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9f37b90b [9f37b90b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_xpm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_xpm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=124a1a5b [124a1a5b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_xbm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_xbm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1397cb2b [1397cb2b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_tiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_tiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8cd2a856 [8cd2a856]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_tga&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_tga/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2102c574 [2102c574]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_rgb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_rgb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=146a8054 [146a8054]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_ps&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_ps/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=21580aeb [21580aeb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pnm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pnm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee75c8c5 [ee75c8c5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_png&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_png/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=19cf3c62 [19cf3c62]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pdf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=107c467f [107c467f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pcx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pcx/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02a155ef [02a155ef]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (67 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_jpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_jpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d85c7052 [d85c7052]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_ico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_ico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2933d93 [e2933d93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_gif&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_gif/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4382f606 [4382f606]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (59 of 59 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_exr&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_exr/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5bddf5a5 [5bddf5a5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_dvi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_dvi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=921e29b3 [921e29b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_dds&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_dds/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0b56525a [0b56525a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_bmp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_bmp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5694df40 [5694df40]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (107 of 107 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/libkscan&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/libkscan/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4f70423 [d4f70423]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/libkfaximgage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/libkfaximgage/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1d63ec25 [1d63ec25]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (179 of 179 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewshell&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewshell/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4cd8d3e0 [4cd8d3e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewscannerplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewscannerplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d794493d [d794493d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kview_scale&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kview_scale/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5f74d61a [5f74d61a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewpresenterplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewpresenterplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1c6f60df [1c6f60df]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kvieweffectsplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kvieweffectsplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2c39783 [a2c39783]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewbrowserplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewbrowserplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=23706e02 [23706e02]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (123 of 123 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kuickshow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kuickshow/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=96c0bde1 [96c0bde1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (45 of 45 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksnapshot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksnapshot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6536643 [e6536643]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=40b76cfc [40b76cfc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (225 of 225 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=54045117 [54045117]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (256 of 256 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kooka&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kooka/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a0ba024f [a0ba024f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (386 of 386 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kolourpaint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kolourpaint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b9817b46 [b9817b46]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (131 of 131 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8614f6c [a8614f6c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kgamma&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kgamma/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=09d52dca [09d52dca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (215 of 215 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kdvi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kdvi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25b4dfd1 [25b4dfd1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcoloredit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcoloredit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51cd9478 [51cd9478]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewviewerpluginsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewviewerpluginsconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2c14518 [a2c14518]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewpluginsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewpluginsconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2746c521 [2746c521]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewgeneralconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewgeneralconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25650c93 [25650c93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewcanvasconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewcanvasconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4af32845 [4af32845]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcmkamera&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcmkamera/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb0c53ea [bb0c53ea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ff1ec9c1 [ff1ec9c1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (403 of 403 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c00aae5c [c00aae5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppplogview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppplogview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=93829039 [93829039]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (416 of 416 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c152d582 [c152d582]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (94 of 94 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kpf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kpf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=654c466b [654c466b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acdd4826 [acdd4826]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_avi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_avi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=85655c32 [85655c32]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (320 of 320 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12c3105c [12c3105c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (80 of 80 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_lame&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_lame/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acfe74f0 [acfe74f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.0% (17 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_xmlrpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_xmlrpc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8f561fa [b8f561fa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2430 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b59a52df [b59a52df]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.1% (833 of 849 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kaddressbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kaddressbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b15f99b [3b15f99b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.7% (341 of 360 strings)&amp;lt;br/&amp;gt;Translation: tdepim/akregator&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/akregator/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6fd71df1 [6fd71df1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12eb7e03 [12eb7e03]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.0% (250 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9937df39 [9937df39]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ae470e5 [2ae470e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=08998baf [08998baf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (67 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmcolors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmcolors/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10ac25e5 [10ac25e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdedebugdialog&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdedebugdialog/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0771e565 [0771e565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2865 of 2865 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/ppdtranslations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/ppdtranslations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c535e26d [c535e26d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73b6114f [73b6114f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=155b3201 [155b3201]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a4c12d6 [2a4c12d6]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=976a81b4 [976a81b4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (245 of 245 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kdat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kdat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9fe445d8 [9fe445d8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8660af8 [a8660af8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (152 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=807855fe [807855fe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=69bdd2bf [69bdd2bf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (416 of 416 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=85d49634 [85d49634]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6980e97e [6980e97e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (111 of 111 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dc165c85 [dc165c85]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2430 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5bd9ba76 [5bd9ba76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0fd4f012 [0fd4f012]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.0% (99 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ca026de0 [ca026de0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0eb200e2 [0eb200e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4af789bd [4af789bd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b3efd69f [b3efd69f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (72 of 72 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/i18n - entry.desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/i18n-entrydesktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e5046884 [e5046884]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.5% (2464 of 2578 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6ff96b0 [d6ff96b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.9% (929 of 1010 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kommander&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kommander/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=052541a5 [052541a5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6813630 [d6813630]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61348be4 [61348be4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (106 of 106 strings)&amp;lt;br/&amp;gt;Translation: tdegames/lskat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/lskat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ce4cc89a [ce4cc89a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f84f621b [f84f621b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.8% (5277 of 5622 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7adefbb7 [7adefbb7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (553 of 553 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kgpg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kgpg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a54f6ad [9a54f6ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.8% (722 of 723 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a7b6a48e [a7b6a48e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.0% (109 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=adb9ee02 [adb9ee02]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acbf941b [acbf941b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_systemmenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_systemmenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d1ace2d1 [d1ace2d1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (288 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c940de1b [c940de1b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ce53218 [7ce53218]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76141cbc [76141cbc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.7% (158 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44df28d5 [44df28d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1032 of 1032 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpovmodeler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpovmodeler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=77cf8f9c [77cf8f9c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (3008 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c8cacdab [c8cacdab]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 90.6% (155 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f38fa8f3 [f38fa8f3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b01edccd [b01edccd]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=04d54b46 [04d54b46]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=edde93c4 [edde93c4]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (331 of 332 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee87723d [ee87723d]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 94.7% (36 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=347c614b [347c614b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5d7a5d36 [5d7a5d36]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4a7354e [c4a7354e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17e37aec [17e37aec]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a93fc87 [5a93fc87]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (417 of 417 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libtdepim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fa7c437 [4fa7c437]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1428 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e157a91c [e157a91c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=35f9874a [35f9874a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=31e1fd99 [31e1fd99]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5196 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c29db08c [c29db08c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kasteroids&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kasteroids/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45c9efee [45c9efee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bac7cad2 [bac7cad2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.8% (722 of 723 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45438fab [45438fab]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmicons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmicons/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=184c41a3 [184c41a3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f2e51c15 [f2e51c15]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 55.1% (32 of 58 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78f3d660 [78f3d660]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c84bab9b [c84bab9b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9dceffa5 [9dceffa5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bea7c2b5 [bea7c2b5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2f6e4464 [2f6e4464]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (181 of 181 strings)&amp;lt;br/&amp;gt;Translation: tdepim/karm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/karm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b718443 [7b718443]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksystemtrayapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksystemtrayapplet/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df6f0d2f [df6f0d2f]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (290 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2282d9eb [2282d9eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.3% (21 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - alsaplayerui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-alsaplayerui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8ef3404 [a8ef3404]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (369 of 369 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3fb5a51f [3fb5a51f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (137 of 137 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kverbos&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kverbos/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6fd40db8 [6fd40db8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (205 of 205 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdemid&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdemid/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=789b5f42 [789b5f42]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (88 of 88 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kpersonalizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kpersonalizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bfa34bd2 [bfa34bd2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6da779c2 [6da779c2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.8% (224 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6038555 [e6038555]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dffecf21 [dffecf21]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.7% (157 of 159 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b0cd75a3 [b0cd75a3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (289 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=64e03b0c [64e03b0c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=805a0c6c [805a0c6c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c16120f [3c16120f]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f6b47865 [f6b47865]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.5% (3006 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=905b500e [905b500e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_wav&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_wav/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0376d619 [0376d619]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_theora&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_theora/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8c0bd602 [8c0bd602]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_sid&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_sid/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f96bfe38 [f96bfe38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_ogg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_ogg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=20da6100 [20da6100]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_m3u&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_m3u/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6ec9d7d [e6ec9d7d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=002f6b01 [002f6b01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9c288da4 [9c288da4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fdacc87 [4fdacc87]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_flac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_flac/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79bd92c0 [79bd92c0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_avi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_avi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8545225b [8545225b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_au&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_au/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16bb2152 [16bb2152]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (332 of 332 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61ff946a [61ff946a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (187 of 187 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/libkcddb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/libkcddb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=18dd016f [18dd016f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (111 of 111 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7047488 [e7047488]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=09ae6e3a [09ae6e3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a94f2253 [a94f2253]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kcmcddb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kcmcddb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=839723e8 [839723e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaboodle&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaboodle/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a3d5767a [a3d5767a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_vorbis&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_vorbis/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=039aa373 [039aa373]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (80 of 80 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_lame&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_lame/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1a2584a5 [1a2584a5]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 85.9% (1749 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ae0d186 [1ae0d186]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwindecoration&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwindecoration/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8e3a9bd8 [8e3a9bd8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a8bf169 [9a8bf169]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6329682c [6329682c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_flac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_flac/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=01a947f7 [01a947f7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48cbdde6 [48cbdde6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bda1bc83 [bda1bc83]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a94365d8 [a94365d8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b07c9fd5 [b07c9fd5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=99ddc47e [99ddc47e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=233603f3 [233603f3]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kickermenu_kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kickermenu_kate/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eb41c146 [eb41c146]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (261 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=035d412a [035d412a]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=252276b0 [252276b0]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a3c101a [5a3c101a]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3baf4ac [f3baf4ac]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0198f7b7 [0198f7b7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abbea754 [abbea754]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=22447195 [22447195]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67154ced [67154ced]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwinrules&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwinrules/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68257170 [68257170]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwindecoration&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwindecoration/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5b8921e6 [5b8921e6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b643ca2 [4b643ca2]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ea42728d [ea42728d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e0f759a [1e0f759a]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41a2a0a6 [41a2a0a6]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 87.7% (150 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7a72e540 [7a72e540]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1433ed29 [1433ed29]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4816e684 [4816e684]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c9f3b6c [3c9f3b6c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41444a5d [41444a5d]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 80.6% (2134 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=62275fac [62275fac]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4565a842 [4565a842]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eb88e6fc [eb88e6fc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a15c7835 [a15c7835]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7e214ab [e7e214ab]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ff4ced6a [ff4ced6a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c8260126 [c8260126]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4d00bce3 [4d00bce3]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cadd2b5d [cadd2b5d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9a96806 [c9a96806]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdelicense&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdelicense/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bda14f95 [bda14f95]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5196 of 5196 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dac4018a [dac4018a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 80.9% (1648 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b5c59d83 [b5c59d83]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=643497da [643497da]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e41785c [1e41785c]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (197 of 197 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1be1e3e9 [1be1e3e9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fbde5a66 [fbde5a66]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (326 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c1acc00 [6c1acc00]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (289 of 289 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9b635e1b [9b635e1b]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b0ef02e [7b0ef02e]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8dbd2744 [8dbd2744]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1b39883e [1b39883e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b5c8e7a [3b5c8e7a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=49367158 [49367158]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da6ebc69 [da6ebc69]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.5% (211 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=38d19787 [38d19787]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da4c604a [da4c604a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a289914a [a289914a]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmag&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmag/nl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=587622ea [587622ea]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d0076837 [d0076837]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=484fbfeb [484fbfeb]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 85.0% (805 of 946 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/katepart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/katepart/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a1c113b [5a1c113b]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 86.4% (369 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb4d9424 [bb4d9424]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 54.2% (247 of 455 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs_colors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs_colors/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3059b6dc [3059b6dc]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd92b2ee [bd92b2ee]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44c33da9 [44c33da9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.3% (158 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e405a694 [e405a694]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.8% (16 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmenergy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmenergy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1a8c65b3 [1a8c65b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 71.4% (5 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - image&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-image/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f91ae8b2 [f91ae8b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (197 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee561a5d [ee561a5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.5% (193 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b7818e1 [4b7818e1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegames/kmahjongg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmahjongg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=62c862a8 [62c862a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.6% (191 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=feb94ddc [feb94ddc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdewalletmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdewalletmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9cf3ed6a [9cf3ed6a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da73efd6 [da73efd6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdewalletmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdewalletmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=56f2e465 [56f2e465]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/krdb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/krdb/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ea2bd4b [2ea2bd4b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=289b8045 [289b8045]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 80.3% (1636 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17b287ee [17b287ee]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.9% (195 of 197 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e98cc110 [e98cc110]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7768467e [7768467e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ffe4047 [3ffe4047]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d42dfce9 [d42dfce9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 77.9% (1588 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c033f982 [c033f982]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=447af80a [447af80a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 76.8% (1565 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f9a53f48 [f9a53f48]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5cac2c06 [5cac2c06]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ec024ca [7ec024ca]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c624634e [c624634e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f86ccae9 [f86ccae9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6fc3c2e [d6fc3c2e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin_lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin_lib/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f322a111 [f322a111]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f09ec0ab [f09ec0ab]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ba5d62d1 [ba5d62d1]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.5% (209 of 210 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7e255c40 [7e255c40]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=86acd12e [86acd12e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4f3b4305 [4f3b4305]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eac33e90 [eac33e90]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (196 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17c51be5 [17c51be5]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0ab2398 [c0ab2398]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (326 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6b7fac1 [d6b7fac1]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (206 of 206 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4e97cea7 [4e97cea7]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e8274087 [e8274087]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d7fbab18 [d7fbab18]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3f1a08b4 [3f1a08b4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=92e6fc46 [92e6fc46]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6cf5249d [6cf5249d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48907031 [48907031]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.3% (148 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9ef855fe [9ef855fe]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.4% (170 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79e81b47 [79e81b47]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.9% (194 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=af5e01d0 [af5e01d0]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f262c268 [f262c268]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (326 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e03e491a [e03e491a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=299d7e9b [299d7e9b]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=963b03f8 [963b03f8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4643459 [a4643459]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 99.4% (171 of 172 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b6f0d602 [b6f0d602]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f6a6c8e5 [f6a6c8e5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67d451ba [67d451ba]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewpresenterplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewpresenterplugin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a18b92ba [a18b92ba]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d9a6697 [7d9a6697]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aaeda12b [aaeda12b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c999f37 [3c999f37]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdmconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmconfig/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef954c90 [ef954c90]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2aa378ca [2aa378ca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_zeroconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_zeroconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2cd8ff75 [2cd8ff75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cb5cf602 [cb5cf602]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krdc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krdc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fc00fa70 [fc00fa70]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (94 of 94 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kpf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kpf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=325dc4a8 [325dc4a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.8% (2984 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b912c6e7 [b912c6e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (248 of 248 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/knewsticker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/knewsticker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6e04a742 [6e04a742]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (103 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmwifi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmwifi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ca7235c9 [ca7235c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (100 of 100 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmlanbrowser&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmlanbrowser/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ddb067e7 [ddb067e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (43 of 43 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmktalkd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmktalkd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c7fc70f6 [c7fc70f6]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (196 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cff19a2f [cff19a2f]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bad75a4d [bad75a4d]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (327 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0115ec51 [0115ec51]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=75d3b850 [75d3b850]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ade36f2 [1ade36f2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ad7aeafe [ad7aeafe]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=57cd82f9 [57cd82f9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=405dc7df [405dc7df]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ee0c314 [3ee0c314]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdmconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmconfig/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2567a89d [2567a89d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b2441d13 [b2441d13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_zeroconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_zeroconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c669a79d [c669a79d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_lan&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_lan/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5ecccc8f [5ecccc8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_jabberdisco&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_jabberdisco/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=153f7022 [153f7022]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefile_torrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefile_torrent/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=db5cbbbc [db5cbbbc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kwireless&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kwireless/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=70391ee5 [70391ee5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kinetd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kinetd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0f541093 [0f541093]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kdictapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kdictapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16494e41 [16494e41]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/libtdepim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7648b3c9 [7648b3c9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b7ec603 [7b7ec603]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fb3fdb2b [fb3fdb2b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fe4514c8 [fe4514c8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=83bdc126 [83bdc126]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=63a90127 [63a90127]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/tdefifteen&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/tdefifteen/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df53a5b9 [df53a5b9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a27093a0 [a27093a0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 87.5% (14 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - audio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-audio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd2a6f38 [bd2a6f38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (89 of 89 strings)&amp;lt;br/&amp;gt;Translation: tdegames/twin4&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/twin4/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e64c11d2 [e64c11d2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (254 of 254 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libtdegames&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libtdegames/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7e30682d [7e30682d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (122 of 122 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libksirtet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libksirtet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ce1a3bf [3ce1a3bf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.2% (56 of 57 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ktuberling&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ktuberling/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2d940247 [2d940247]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9561b74 [c9561b74]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kshisen&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kshisen/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e67e6a7f [e67e6a7f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kolf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kolf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12861973 [12861973]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2e8f84f5 [2e8f84f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (381 of 381 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kgoldrunner&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kgoldrunner/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1256c7f6 [1256c7f6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f0087266 [f0087266]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (1235 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=06391dfe [06391dfe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 84.4% (87 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=71347685 [71347685]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79cebe5e [79cebe5e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78aaa659 [78aaa659]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (289 of 289 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=74773ebc [74773ebc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ac07e9f6 [ac07e9f6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdestyle_plastik_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdestyle_plastik_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e00cbcb5 [e00cbcb5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_kdatatool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_kdatatool/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c09081a6 [c09081a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdefileaudiopreview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdefileaudiopreview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=624183f5 [624183f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_autobookmarker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_autobookmarker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b00d45a6 [b00d45a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (946 of 946 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/katepart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/katepart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=db142dcb [db142dcb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabcformat_binary&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabcformat_binary/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7cd87b83 [7cd87b83]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_isearch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_isearch/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=11d74de2 [11d74de2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_file&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_file/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8c12f11 [b8c12f11]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_docwordcompletion&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_docwordcompletion/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dd4127b3 [dd4127b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_net&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_net/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6d341d34 [6d341d34]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_sql&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_sql/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=661b618f [661b618f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_dir&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_dir/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=650ebed1 [650ebed1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdestyle_highcontrast_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdestyle_highcontrast_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=681fb57e [681fb57e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2865 of 2865 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/ppdtranslations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/ppdtranslations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5410b42a [5410b42a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/libtdescreensaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/libtdescreensaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a4a938d [6a4a938d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_insertfile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_insertfile/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f1d18823 [f1d18823]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (44 of 44 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_ldaptdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_ldaptdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30f083cd [30f083cd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acbf80cd [acbf80cd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f8fb2e20 [f8fb2e20]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1013 of 1013 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeprint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeprint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aa0506f0 [aa0506f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (455 of 455 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs_colors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs_colors/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82e61934 [82e61934]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2739 of 2739 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a2ce6cb [9a2ce6cb]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73eb4e4d [73eb4e4d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=91f7be0d [91f7be0d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 64.5% (129 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a9fa5d76 [a9fa5d76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/taskbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/taskbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b382a9a [2b382a9a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktaskbarapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktaskbarapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30e0f112 [30e0f112]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/lockout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/lockout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e1c4e2b5 [e1c4e2b5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5317fab2 [5317fab2]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=92ad6a46 [92ad6a46]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0e61bcd [c0e61bcd]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dedebeb6 [dedebeb6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_delli8k&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_delli8k/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51c00880 [51c00880]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (206 of 206 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4a6e3eb [d4a6e3eb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c368d148 [c368d148]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a73707b4 [a73707b4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9af8d504 [9af8d504]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 97.3% (219 of 225 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=875d4c24 [875d4c24]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a757dd8a [a757dd8a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abcfb18a [abcfb18a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/libtaskbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskbar/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d481507 [7d481507]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kay&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kay/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fa9f0334 [fa9f0334]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5af0121c [5af0121c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdesud&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdesud/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e363127a [e363127a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/naughtyapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/naughtyapplet/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=54976205 [54976205]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 75.7% (1542 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8f32df4 [b8f32df4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a46e674 [8a46e674]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82b00602 [82b00602]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8919bb8a [8919bb8a]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3e98afc4 [3e98afc4]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51cb26bc [51cb26bc]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d5046c21 [d5046c21]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=500f2c45 [500f2c45]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 98.5% (70 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kspaceduel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kspaceduel/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=53f3360c [53f3360c]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksokoban&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksokoban/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fa57d92b [fa57d92b]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 48.9% (24 of 49 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksnake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksnake/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4d9d7c1 [a4d9d7c1]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 94.7% (18 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksmiletris&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksmiletris/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=63667467 [63667467]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 34.1% (27 of 79 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2b3a41b [e2b3a41b]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 38.0% (19 of 50 strings)&amp;lt;br/&amp;gt;Translation: tdegames/klines&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/klines/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=33531138 [33531138]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45486792 [45486792]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (58 of 58 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5e2914e7 [5e2914e7]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c716f74 [6c716f74]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a270de3 [5a270de3]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (322 of 322 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=404b586a [404b586a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8b023bb7 [8b023bb7]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (322 of 322 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10d7630d [10d7630d]] tdepim: remove kitchensync pot file again, since it was automatically re-added&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a8b0c96 [2a8b0c96]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f4de4713 [f4de4713]] tdepim: remove translations for kitchensync and multisynk&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=64d45800 [64d45800]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0c2a0ab3 [0c2a0ab3]] tdegraphics: remove translations for kmrml&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8aa58abf [8aa58abf]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=376b1bfe [376b1bfe]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a340797 [6a340797]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=90797510 [90797510]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e0706cf8 [e0706cf8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eee4a43c [eee4a43c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb21ba44 [bb21ba44]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
= libraries =&lt;br /&gt;
== libkdcraw ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=d13e9744 [d13e9744]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (74 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=50387262 [50387262]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 70.2% (52 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=fb8e7233 [fb8e7233]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (74 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=4720b9e3 [4720b9e3]] Added translation using Weblate (Chinese (Simplified))&lt;br /&gt;
&lt;br /&gt;
== libkipi ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=1ea1d770 [1ea1d770]] Added translation using Weblate (Chinese (Traditional))&lt;br /&gt;
&lt;br /&gt;
== kipi-plugins ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=aa3b7277 [aa3b7277]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.0% (512 of 602 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - metadataedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-metadataedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=62e89ce1 [62e89ce1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 40.1% (53 of 132 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - cdarchiving&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-cdarchiving/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=1fc6b1e0 [1fc6b1e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - viewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-viewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=f134eb8d [f134eb8d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=7115da7d [7115da7d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=c39b2d5d [c39b2d5d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=549a8d58 [549a8d58]] Added translation using Weblate (Chinese (Traditional))&lt;br /&gt;
&lt;br /&gt;
== libtqt-perl ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=ea4d4023 [ea4d4023]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=a8738810 [a8738810]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=076ec834 [076ec834]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
= applications/development =&lt;br /&gt;
== kdbg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=b171e1b2 [b171e1b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kdbg - kdbg.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbg-kdbgdesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== kdiff3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=453f35a8 [453f35a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 67.2% (347 of 516 strings)&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=47366761 [47366761]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: applications/kdiff3 - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=810025fb [810025fb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=b65164fa [b65164fa]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=abcdeb43 [abcdeb43]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=1bab9902 [1bab9902]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tdesvn ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=2cdbcc87 [2cdbcc87]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 48.5% (359 of 739 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=f66e96c7 [f66e96c7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdesvn - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=e0823d75 [e0823d75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/graphics =&lt;br /&gt;
== digikam ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=d1ed2afa [d1ed2afa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1793 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=1798610f [1798610f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=e809e384 [e809e384]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1793 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=53e13c18 [53e13c18]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2244 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=09a41f75 [09a41f75]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/&lt;br /&gt;
&lt;br /&gt;
== gwenview-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=3e754a52 [3e754a52]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=57175831 [57175831]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=827f6c7b [827f6c7b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/internet =&lt;br /&gt;
== kasablanca ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=2a9b7e7d [2a9b7e7d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kasablanca - kasablanca.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca-kasablancadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=159a8faf [159a8faf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 64.3% (74 of 115 strings)&amp;lt;br/&amp;gt;Translation: applications/kasablanca&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=4b9e3dcb [4b9e3dcb]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kbiff ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=c53c9a60 [c53c9a60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=2cc626b9 [2cc626b9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.8% (89 of 90 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=4069eda9 [4069eda9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff - kbiff.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff-kbiffdesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== knmap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=a289b05a [a289b05a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=2721c5e0 [2721c5e0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=24febfa6 [24febfa6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=8f8a354b [8f8a354b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (221 of 221 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=b68bd35b [b68bd35b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=60528588 [60528588]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 16.2% (36 of 221 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=aea076a0 [aea076a0]] Added translation using Weblate (Ukrainian)&lt;br /&gt;
&lt;br /&gt;
== konversation ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=dfedc855 [dfedc855]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.6% (1167 of 1362 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation/ru/&lt;br /&gt;
&lt;br /&gt;
== kshowmail ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=10272aed [10272aed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 49.8% (174 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=b13b420d [b13b420d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 49.5% (173 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
&lt;br /&gt;
== kstreamripper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=3ec99f94 [3ec99f94]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=457de6e0 [457de6e0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=1801e3aa [1801e3aa]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 80.0% (24 of 30 strings)&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=382d4392 [382d4392]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=5da88b7e [5da88b7e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=c621d368 [c621d368]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== ktorrent ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=523c79c3 [523c79c3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (875 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=46220b63 [46220b63]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 80.1% (701 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/ru/&lt;br /&gt;
&lt;br /&gt;
== kvirc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b32a017a [b32a017a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.8% (2404 of 2588 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=02e908ee [02e908ee]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=e2dd007c [e2dd007c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a48e70a7 [a48e70a7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (794 of 805 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a7254dcc [a7254dcc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - theme&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-theme/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=25f3bffc [25f3bffc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=1e208b4f [1e208b4f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - logview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-logview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=3e94a25e [3e94a25e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - editor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=0c62fcd5 [0c62fcd5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - filetransferwindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-filetransferwindow/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a6e75ff9 [a6e75ff9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - dcc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-dcc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=2091bae5 [2091bae5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - notifier&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=90e47cbd [90e47cbd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - sharedfileswindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-sharedfileswindow/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=729d67a2 [729d67a2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=116c3821 [116c3821]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=5e2a1ae3 [5e2a1ae3]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
= applications/misc =&lt;br /&gt;
== bibletime ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=9d90808b [9d90808b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/bibletime - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/bibletime-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=de0a4201 [de0a4201]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=7c699d2d [7c699d2d]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== desktop-effects-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=4ef8c50e [4ef8c50e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=7437087e [7437087e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=92556696 [92556696]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kerberostray ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=f56d47b0 [f56d47b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kerberostray&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kerberostray/&lt;br /&gt;
&lt;br /&gt;
= applications/multimedia =&lt;br /&gt;
== amarok ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=73837f1a [73837f1a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=079f0cc9 [079f0cc9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b037abfb [b037abfb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=93aff8fd [93aff8fd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=7f396148 [7f396148]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=8ac0d326 [8ac0d326]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=086adc4f [086adc4f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4ebfa149 [4ebfa149]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 79.7% (1981 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4cc71ec3 [4cc71ec3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=2116bf2a [2116bf2a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=e6e2d189 [e6e2d189]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=c2a12e62 [c2a12e62]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=44ad188d [44ad188d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=83730846 [83730846]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4ddb9e62 [4ddb9e62]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=90520108 [90520108]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 84.7% (2105 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=40099ec0 [40099ec0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b767627f [b767627f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=bcd8d83e [bcd8d83e]] Fix functionality broken by commit 1c3e0630.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b04099ff [b04099ff]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=a7a79de0 [a7a79de0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=1c3e0630 [1c3e0630]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=5dedf79f [5dedf79f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=8b28bb5c [8b28bb5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=9038cb17 [9038cb17]] Translated using Weblate (Turkish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/tr/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=3c835108 [3c835108]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.8% (2406 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
&lt;br /&gt;
== codeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=033f32ab [033f32ab]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=28a3b75f [28a3b75f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=9f39f05e [9f39f05e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/codeine - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/codeine-desktop-files/&lt;br /&gt;
&lt;br /&gt;
== k3b ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=00a24ebc [00a24ebc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=987871f0 [987871f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=c2fbc8f1 [c2fbc8f1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=95a45a4f [95a45a4f]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=bbf83236 [bbf83236]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=894069eb [894069eb]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/pt/&lt;br /&gt;
&lt;br /&gt;
== k3b-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=84cd0b47 [84cd0b47]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (47 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=6f6f5263 [6f6f5263]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=bd308fa9 [bd308fa9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=e6010418 [e6010418]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (47 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=cb12df11 [cb12df11]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=ecef8905 [ecef8905]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=9c355f26 [9c355f26]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=1d1360a7 [1d1360a7]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=6f8f68cc [6f8f68cc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=47c13aee [47c13aee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=b92282bd [b92282bd]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 97.8% (46 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/bg/&lt;br /&gt;
&lt;br /&gt;
== k9copy ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=ef83b5b8 [ef83b5b8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=4979c509 [4979c509]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=237b3548 [237b3548]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (495 of 495 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=553df4a4 [553df4a4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=bc07265d [bc07265d]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kaffeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=eac2daca [eac2daca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (729 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=6c9257f2 [6c9257f2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.5% (711 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=e0e0d158 [e0e0d158]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=b871bd5b [b871bd5b]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kmplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=30650e19 [30650e19]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.9% (347 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=77c148a7 [77c148a7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=bb993d63 [bb993d63]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=d8d54a7f [d8d54a7f]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 95.6% (373 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=122a27a0 [122a27a0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=bb9e13d1 [bb9e13d1]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=0817bc03 [0817bc03]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer-desktop-files/bg/&lt;br /&gt;
&lt;br /&gt;
== kplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=cc14b9cf [cc14b9cf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=d8391ef7 [d8391ef7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 77.0% (799 of 1037 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/ru/&lt;br /&gt;
&lt;br /&gt;
== soundkonverter ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=bcf2d459 [bcf2d459]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.6% (302 of 319 strings)&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=2bf7eb6c [2bf7eb6c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=28a35800 [28a35800]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=300613ee [300613ee]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=a13d3527 [a13d3527]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tderadio ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=aa80a24c [aa80a24c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=28afa3da [28afa3da]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - oss-sound&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-oss-sound/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=5369d924 [5369d924]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (45 of 45 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - gui-standard-display&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-standard-display/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=a9f14b38 [a9f14b38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 82.3% (14 of 17 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - timeshifter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-timeshifter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=d57a893c [d57a893c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.1% (75 of 78 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - recording&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-recording/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=55460675 [55460675]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=03b5df8e [03b5df8e]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 93.5% (29 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=0bb5fda6 [0bb5fda6]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=8cd30c0e [8cd30c0e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=c74cfcb6 [c74cfcb6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.7% (30 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/office =&lt;br /&gt;
== basket ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=33317176 [33317176]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/basket&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=c8b892a3 [c8b892a3]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kbibtex ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=702a473b [702a473b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 73.7% (444 of 602 strings)&amp;lt;br/&amp;gt;Translation: applications/kbibtex&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbibtex/ru/&lt;br /&gt;
&lt;br /&gt;
== kbookreader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=e32bbc6e [e32bbc6e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (17 of 17 strings)&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=fcdb94c9 [fcdb94c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kbookreader - kbookreader.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader-kbookreaderdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=ac3e0386 [ac3e0386]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=61e10e5a [61e10e5a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/&lt;br /&gt;
&lt;br /&gt;
== kile ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=00b87abb [00b87abb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kile - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== kmymoney ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=e592106d [e592106d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (2658 of 2674 strings)&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=67a43ced [67a43ced]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=9df4c701 [9df4c701]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== koffice ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=d165869a [d165869a]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=c2fdb394 [c2fdb394]] Fix functionality broken by commit a9bbaa83&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=a9bbaa83 [a9bbaa83]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== koffice-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=572398a4 [572398a4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (3150 of 3168 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspread&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=bce5a0c4 [bce5a0c4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.4% (1169 of 1200 strings)&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=cc44ebc3 [cc44ebc3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: koffice/thesaurus_tool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/thesaurus_tool/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=b6cedf64 [b6cedf64]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_ooo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_ooo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=9f49ba05 [9f49ba05]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_koffice&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_koffice/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=7a3529fd [7a3529fd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_gnumeric&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_gnumeric/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=05196041 [05196041]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_abiword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_abiword/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ffe6d299 [ffe6d299]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (961 of 961 strings)&amp;lt;br/&amp;gt;Translation: koffice/kword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kword/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ad3cf8ee [ad3cf8ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspreadcalc_calc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspreadcalc_calc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=7f8b71fa [7f8b71fa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (909 of 909 strings)&amp;lt;br/&amp;gt;Translation: koffice/kpresenter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kpresenter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=d154e97e [d154e97e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (354 of 354 strings)&amp;lt;br/&amp;gt;Translation: koffice/kformdesigner&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kformdesigner/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=9c40a4ce [9c40a4ce]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=aa8c2267 [aa8c2267]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ccf47869 [ccf47869]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=f690d314 [f690d314]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.0% (1295 of 1423 strings)&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=f0bcacf8 [f0bcacf8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kivio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kivio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=e1f27756 [e1f27756]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=e84fa74c [e84fa74c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kword/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=fc3d61ff [fc3d61ff]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/koffice&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/koffice/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=31fd578d [31fd578d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=069df0f0 [069df0f0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kofficefilters&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kofficefilters/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=96a280ad [96a280ad]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=b7a0d0ff [b7a0d0ff]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 98.3% (420 of 427 strings)&amp;lt;br/&amp;gt;Translation: koffice/karbon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/karbon/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=8e305f42 [8e305f42]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 99.8% (1421 of 1423 strings)&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=61f41445 [61f41445]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: koffice/example&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/example/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=1f753ab8 [1f753ab8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (3150 of 3168 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspread&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/ru/&lt;br /&gt;
&lt;br /&gt;
== kpilot ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=9beef848 [9beef848]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.3% (1059 of 1088 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=adc41d0e [adc41d0e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=43b3df95 [43b3df95]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=b2480185 [b2480185]] Fix functionality broken by commit a956e3e&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=f060f38e [f060f38e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=fa847ef4 [fa847ef4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=a956e3e8 [a956e3e8]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tellico ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=10996a19 [10996a19]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=252be932 [252be932]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.5% (1108 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=f73799c2 [f73799c2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=30d2f3d2 [30d2f3d2]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 74.2% (826 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=997c050d [997c050d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=0a00263f [0a00263f]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
= applications/settings =&lt;br /&gt;
== kdpkg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=752317fb [752317fb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=c178f4e3 [c178f4e3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 93.1% (27 of 29 strings)&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=7afa4047 [7afa4047]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=3107e30a [3107e30a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=4277d12f [4277d12f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/&lt;br /&gt;
&lt;br /&gt;
== kkbswitch ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=c36d0446 [c36d0446]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch - kkbswitch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch-kkbswitchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=d7b89dac [d7b89dac]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=586412b8 [586412b8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 96.4% (55 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=8978515d [8978515d]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=29e2187e [29e2187e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=4f10d322 [4f10d322]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=2f27dd99 [2f27dd99]] Added global shortcuts for switching to previous/next group&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/kkbswitch/issues/6 #6]&lt;br /&gt;
&lt;br /&gt;
== klcddimmer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=739e6b63 [739e6b63]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/klcddimmer - klcddimmer.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer-klcddimmerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=c552505d [c552505d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/klcddimmer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer/&lt;br /&gt;
&lt;br /&gt;
== tdenetworkmanager ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=f781e430 [f781e430]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 56.5% (160 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=6bd64d20 [6bd64d20]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 54.4% (154 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/system =&lt;br /&gt;
== dolphin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=d6981f86 [d6981f86]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=88bffef8 [88bffef8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=50bf6ece [50bf6ece]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=df0f2634 [df0f2634]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 87.3% (55 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=128fc6c0 [128fc6c0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=4177bfeb [4177bfeb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=31e79818 [31e79818]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=614887eb [614887eb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=dfc034e5 [dfc034e5]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kbfx ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=7df544d7 [7df544d7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbfx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbfx/&lt;br /&gt;
&lt;br /&gt;
== kcmautostart ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=e156d8d7 [e156d8d7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=a34114dc [a34114dc]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=e32b5599 [e32b5599]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/&lt;br /&gt;
&lt;br /&gt;
== knemo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=6132bf8e [6132bf8e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== krusader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=a6d7af8f [a6d7af8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 89.0% (1246 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=1107ba66 [1107ba66]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=60b198a9 [60b198a9]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1399 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/uk/&lt;br /&gt;
&lt;br /&gt;
== kshutdown ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=0cb0eeb3 [0cb0eeb3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown - kshutdown.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-kshutdowndesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=6c6e8bb5 [6c6e8bb5]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown - kshutdown.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-kshutdowndesktop/nl/&lt;br /&gt;
&lt;br /&gt;
== ksystemlog ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=cf0f1b44 [cf0f1b44]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/ksystemlog&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksystemlog/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=27e255d7 [27e255d7]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== polkit-agent-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=774e540b [774e540b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=fe3d3837 [fe3d3837]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=81f288bf [81f288bf]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/zh_Hant/&lt;br /&gt;
&lt;br /&gt;
== tdebluez ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=fce0091e [fce0091e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=f23e3839 [f23e3839]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=823b8121 [823b8121]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=d0311fa0 [d0311fa0]] Added translation using Weblate (Dutch)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ee1b7905 [ee1b7905]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 89.1% (239 of 268 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=14e65f81 [14e65f81]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=9a895e4f [9a895e4f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=5dbd02e3 [5dbd02e3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=75e3f4ae [75e3f4ae]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=1d2fcc95 [1d2fcc95]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (266 of 266 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=9ec32992 [9ec32992]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=226cacc4 [226cacc4]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (274 of 274 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ae46115f [ae46115f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ad1894b7 [ad1894b7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=e852055d [e852055d]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tdepowersave ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=1e735aeb [1e735aeb]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (311 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=f39d5cd2 [f39d5cd2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=c1d1a446 [c1d1a446]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=70666ec3 [70666ec3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=c2676876 [c2676876]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.2% (290 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=5242ce6d [5242ce6d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=678ecbe9 [678ecbe9]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== yakuake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=4d40f6d0 [4d40f6d0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.9% (94 of 98 strings)&amp;lt;br/&amp;gt;Translation: applications/yakuake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/tdeio =&lt;br /&gt;
== tdeio-ftps ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-ftps/commit/?id=8ac1f636 [8ac1f636]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdeio-ftps&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-ftps/&lt;br /&gt;
&lt;br /&gt;
== tdeio-umountwrapper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=e3173ff2 [e3173ff2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-umountwrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-umountwrapper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=c37ba2dc [c37ba2dc]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
= applications/themes =&lt;br /&gt;
== gtk-qt-engine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=2178adeb [2178adeb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=90c79e65 [90c79e65]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=df701883 [df701883]] Added translation using Weblate (Chinese (Simplified))&lt;br /&gt;
&lt;br /&gt;
== kgtk-qt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=06bca424 [06bca424]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/kgtk-qt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kgtk-qt3/ru/&lt;br /&gt;
&lt;br /&gt;
== tde-style-baghira ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=bb43a575 [bb43a575]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - sessionapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-sessionapplet/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=738600de [738600de]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - starter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-starter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=54a306f5 [54a306f5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=4a3bbfa4 [4a3bbfa4]] Rename library twin3_baghira -&amp;amp;gt; twin_baghira&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=fc8b3dd4 [fc8b3dd4]] Fix functionality broken by commit 66813ef&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=66813efe [66813efe]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tde-style-domino ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=7ea023ba [7ea023ba]] Rename library twin3_domino -&amp;amp;gt; twin_domino&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== tde-style-ia-ora ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=25c19604 [25c19604]] Rename library twin3_iaora -&amp;amp;gt; twin_iaora&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== tde-style-lipstik ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=39c758d5 [39c758d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-lipstik - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-lipstik-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=e0338512 [e0338512]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== twin-style-crystal ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=d9afc78c [d9afc78c]] Rename library twin3_crystal -&amp;amp;gt; twin_crystal&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-dekorator ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=c67f6084 [c67f6084]] Rename library twin3_deKorator -&amp;amp;gt; twin_deKorator&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-machbunt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=81c7c4d0 [81c7c4d0]] Rename library twin3_MachBunt to twin_MachBunt&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-suse2 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=9b5c2e1e [9b5c2e1e]] Rename library twin3_SUSE2 -&amp;amp;gt; twin_SUSE&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
= applications/utilities =&lt;br /&gt;
== abakus ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=9ace50d1 [9ace50d1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/abakus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=467ef6c1 [467ef6c1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (49 of 49 strings)&amp;lt;br/&amp;gt;Translation: applications/abakus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=e1762b36 [e1762b36]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=b277c7ae [b277c7ae]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/abakus - abakus.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus-abakusdesktop/bg/&lt;br /&gt;
&lt;br /&gt;
== filelight ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=aa06806b [aa06806b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=28349b70 [28349b70]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=7cc11b7f [7cc11b7f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=629295b3 [629295b3]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=33098270 [33098270]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (77 of 77 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/uk/&lt;br /&gt;
&lt;br /&gt;
== kbarcode ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=2f5aa189 [2f5aa189]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.1% (589 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=6c31a9ec [6c31a9ec]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=7f9e4e65 [7f9e4e65]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.9% (582 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=f6c05921 [f6c05921]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 74.5% (443 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=371ce27c [371ce27c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=7bd51d72 [7bd51d72]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=6ca861bd [6ca861bd]] Fix functionality broken by commit fc06df3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=fc06df33 [fc06df33]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== kchmviewer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=78502278 [78502278]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kchmviewer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kchmviewer-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== kcpuload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=b49178b0 [b49178b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=8ae8e9f8 [8ae8e9f8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 94.8% (37 of 39 strings)&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=7a450d31 [7a450d31]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=d9952f82 [d9952f82]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/&lt;br /&gt;
&lt;br /&gt;
== knutclient ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=dfa5f3fa [dfa5f3fa]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knutclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=466ddc1b [466ddc1b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (203 of 203 strings)&amp;lt;br/&amp;gt;Translation: applications/knutclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient/uk/&lt;br /&gt;
&lt;br /&gt;
== krename ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=b4e78648 [b4e78648]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/krename - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krename-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=7740aa8e [7740aa8e]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== qalculate-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=744ac88e [744ac88e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=6baf1704 [6baf1704]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.4% (593 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=accfbbbf [accfbbbf]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=34b3365e [34b3365e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=933d4190 [933d4190]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=68aa9b3b [68aa9b3b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (596 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=96280709 [96280709]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 75.0% (447 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=09de128a [09de128a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 70.6% (421 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=c714c687 [c714c687]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 60.7% (362 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=1c102209 [1c102209]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 42.4% (253 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=06249035 [06249035]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
= packaging =&lt;br /&gt;
== packaging ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=70a0160c [70a0160c]] DEB tdebindings: remove dependency on libtqt3-compat-headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=fb212c9e [fb212c9e]] DEB tqt3: drop compat files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=a4869e73 [a4869e73]] DEB tdebase twin: adjusted after renaming client libraries from twin3_* to twin_*. This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=7b064a10 [7b064a10]] DEB tqt3: adjusted after removing Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f7be243e [f7be243e]] DEB buildscripts: update supported distros&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f82c8cc0 [f82c8cc0]] DEB: remove support for Debian Stretch and Ubuntu Xenial&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=4721bdc6 [4721bdc6]] DEB tqt3: remove Qt2 obsolete classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=e6b868c8 [e6b868c8]] DEB tdebase: added release notes for R14.2.x series&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=3c5c1e60 [3c5c1e60]] DEB trinity-apt-archive: Set the apt repository URL to PTB.&lt;/div&gt;</summary>
		<author><name>SlavekB</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.1.2&amp;diff=3250</id>
		<title>Changelog For R14.1.2</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.1.2&amp;diff=3250"/>
		<updated>2023-12-18T01:03:49Z</updated>

		<summary type="html">&lt;p&gt;SlavekB: Update 20231217&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= common =&lt;br /&gt;
== admin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=3019aa7a [3019aa7a]] Improve TQt detection. Use CFLAGS from pkg-config&amp;lt;br/&amp;gt;instead of hard-coded include paths.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=bcdb3081 [bcdb3081]] Fix detection of TQt3 following bug introduced in previous commit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=e27d7286 [e27d7286]] Drop TQT_VERSION_ONLY&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/admin/commit/?id=02e3ce62 [02e3ce62]] Fix visibility support check&lt;br /&gt;
&lt;br /&gt;
== libtdevnc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtdevnc/commit/?id=2b46ed6b [2b46ed6b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
= dependencies =&lt;br /&gt;
== tde-cmake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=76ca9f74 [76ca9f74]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=bb49d854 [bb49d854]] Update version to R14.1.2&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tqt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=f30ac87a [f30ac87a]] Add support for HistoryBackButton and HistoryForwardButton&amp;lt;br/&amp;gt;This resolves [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/421 TDE/tdebase#421]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=c339f68f [c339f68f]] Update README&amp;lt;br/&amp;gt;A new README with markdown format, updated information on TQt, contributor section and translations status.&amp;lt;br/&amp;gt;The old README has been preserved as README.Qt3 for historical reasons.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a059b24f [a059b24f]] tqdesigner: prevent SEGV from invalid pointer. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tqt3/issues/97 #97]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=ccc0d8e4 [ccc0d8e4]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=541b9007 [541b9007]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tqtinterface ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=aee37a80 [aee37a80]] Remove various &amp;#039;#define&amp;#039; strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=ed3960fe [ed3960fe]] Remove &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=e49839b0 [e49839b0]] Remove various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=f933a4cd [f933a4cd]] Remove various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=1adb7b0c [1adb7b0c]] Remove color &amp;#039;#define&amp;#039; strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=f3d5db9e [f3d5db9e]] Remove various &amp;#039;#define&amp;#039; with actual strings - part 2&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=8a3ee3cf [8a3ee3cf]] Remove time related &amp;#039;#define&amp;#039; with actual strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=4f64bcf4 [4f64bcf4]] Remove various tq* strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=4469ebf5 [4469ebf5]] Remove various &amp;#039;#define&amp;#039; strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=83393107 [83393107]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=4999d66f [4999d66f]] Change to build and install inputmethod files if enabled&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=5b1ff5f7 [5b1ff5f7]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=ce975cb4 [ce975cb4]] Drop TQT_VERSION_ONLY&lt;br /&gt;
&lt;br /&gt;
== akode ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/akode/commit/?id=76833fdb [76833fdb]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== arts ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/arts/commit/?id=c048d067 [c048d067]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== avahi-tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/avahi-tqt/commit/?id=571a0c03 [571a0c03]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== dbus-1-tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dbus-1-tqt/commit/?id=49dca60b [49dca60b]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dbus-1-tqt/commit/?id=122c2a5a [122c2a5a]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== dbus-tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dbus-tqt/commit/?id=31736507 [31736507]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== libart-lgpl ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libart-lgpl/commit/?id=a8d8c5d0 [a8d8c5d0]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== libcaldav ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libcaldav/commit/?id=212fdb12 [212fdb12]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== libcarddav ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libcarddav/commit/?id=2bee3c7a [2bee3c7a]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== libr ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libr/commit/?id=aaf98109 [aaf98109]] Update library version to 0.7.0&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libr/commit/?id=47a836e4 [47a836e4]] Remove libglade related code, since libglade is no longer available&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libr/commit/?id=35d7395c [35d7395c]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tqscintilla ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqscintilla/commit/?id=0355ec98 [0355ec98]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqscintilla/commit/?id=57048ef2 [57048ef2]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== pytqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=a131499f [a131499f]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
&lt;br /&gt;
== polkit-tqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-tqt/commit/?id=b5e521d0 [b5e521d0]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tqca ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqca/commit/?id=9cbea02c [9cbea02c]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
= core =&lt;br /&gt;
== tdelibs ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=af8caead [af8caead]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=553b7050 [553b7050]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=d8d8319b [d8d8319b]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=3a837ecf [3a837ecf]] Fix FTBFS caused by detection of libr version after recent update&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=9fc074fc [9fc074fc]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=4c9f3f02 [4c9f3f02]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cf7f8e74 [cf7f8e74]] Replace color &amp;#039;#define&amp;#039; strings with actual values&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=89c80321 [89c80321]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 2&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=e84b6d89 [e84b6d89]] Replaced time related &amp;#039;#define&amp;#039; with actual strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=3373b45c [3373b45c]] Replace various tq* strings with TQt::* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=0e4a5c95 [0e4a5c95]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=303b6445 [303b6445]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=141ced0c [141ced0c]] Prevent to use conditional inclusion preprocessor feature (since C++23)&amp;lt;br/&amp;gt;`#elifdef` is supported since C23 and C++23, but such newer compiler&amp;lt;br/&amp;gt;is not required here.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=1b8945b1 [1b8945b1]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=050ff82b [050ff82b]] KTabBar: add way to revert tab color to default&amp;lt;br/&amp;gt;This commit adds a resetTabColor(...) method to TQTabBar and TQTabWidget which allows the color of the appropriate tab to be reset to the default as specified by the desktop color scheme.&amp;lt;br/&amp;gt;It also changes how invalid color values are handled; before, an invalid value would be used as a valid color, resulting in 0,0,0 (black). Seeing that an invalid color is returned by KColorDialog when the default color checkbox is checked, it makes more sense to ignore invalid colors, using the appropriate color from the color scheme instead.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=10b5c67d [10b5c67d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=2cc4398e [2cc4398e]] Update version to R14.1.2&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tdebase ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=fa7aa947 [fa7aa947]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9c73915c [9c73915c]] twin: use separate bit to inhibit configure request messages. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/434 #434]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=80859919 [80859919]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f91c73bf [f91c73bf]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=3f84b83e [3f84b83e]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e240ec46 [e240ec46]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=b19e4cab [b19e4cab]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=6b5d95d5 [6b5d95d5]] twin: makes sure to notify an application on resizing events so that the window contents can get updated. This is particularly important for Virtual Terminal based application. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tde/issues/57 TDE/tde#57] and issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/384 #384]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a3017180 [a3017180]] Fix FTBFS caused by detection of libr version after recent update&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=df343992 [df343992]] Fix unwanted window resizing. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tde/issues/57 TDE/tde#57]&amp;lt;br/&amp;gt;Some applications (like xfce4-terminal) try to manage their sizes by requesting the window manager a different size. The WM responds by resizing the window and the application tries once again to adjust its own size. This can lead to a repeated loop of request-resize which results in the application window to either shrink to the minimum allowed size or expand to the display size.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=71b2eaec [71b2eaec]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=139b166e [139b166e]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c19f68bd [c19f68bd]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 2&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=bf17c1e9 [bf17c1e9]] Replaced time related &amp;#039;#define&amp;#039; with actual strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7272c289 [7272c289]] Replace various tq* strings with TQt::* equivalents&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=4a6f4a17 [4a6f4a17]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=06606d2a [06606d2a]] QuickLauncher: Ignore empty URLs at reading the configuration&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=196fabb2 [196fabb2]] Fix strlcat and strlcpy check&amp;lt;br/&amp;gt;Solving the [https://mirror.git.trinitydesktop.org/gitea/TDE/tde-packaging-gentoo/issues/310 TDE/tde-packaging-gentoo#310] problem.&amp;lt;br/&amp;gt;Glibc-2.38 adds new functions strlcat and strlcpy.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a49b0e2c [a49b0e2c]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8f661313 [8f661313]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=63432a21 [63432a21]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=457c4539 [457c4539]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=539f7f00 [539f7f00]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e3908518 [e3908518]] Deprecate TabColor setting&amp;lt;br/&amp;gt;This is a confusing feature which saves the color of the first tab and makes it the default color in new sessions. As a result, it broke color schemes by overriding the default tab color.&amp;lt;br/&amp;gt;This is not related to saving tab colors as part of a session.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c7cfaf20 [c7cfaf20]] Konsole: add ability to reset tab color to default&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=93dcc468 [93dcc468]] Add six new color schemes taken from https://www.opendesktop.org.&amp;lt;br/&amp;gt;There is no license files on the website, but based on the site Terms &amp;amp; Conditions, it seems reasonable to redistribute this files under GPL2 license.&amp;lt;br/&amp;gt;Human:    https://www.opendesktop.org/p/1123955/&amp;lt;br/&amp;gt;Last.fm:  https://www.opendesktop.org/p/1123742/&amp;lt;br/&amp;gt;Lizard:   https://www.opendesktop.org/p/1123562&amp;lt;br/&amp;gt;Platinum: https://www.opendesktop.org/p/1123528/&amp;lt;br/&amp;gt;Sienna:   https://www.opendesktop.org/p/1123485/&amp;lt;br/&amp;gt;WedgeWeb: https://www.opendesktop.org/p/1123249/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5739816e [5739816e]] Added initial draft of release notes for R14.1.2.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=fe02fc0d [fe02fc0d]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdepim ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=f26a304e [f26a304e]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=ae35bc48 [ae35bc48]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=51d0291b [51d0291b]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=22da7013 [22da7013]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=6efcb28e [6efcb28e]] Replaced time related &amp;#039;#define&amp;#039; with actual strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=9ade94ab [9ade94ab]] Holidays: ua&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=4a793dd7 [4a793dd7]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=7a712e61 [7a712e61]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=0a8405f6 [0a8405f6]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdemultimedia ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=da49daf5 [da49daf5]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=452c1e81 [452c1e81]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=bd26faa9 [bd26faa9]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=de42315f [de42315f]] Noatun: Crashing at empty items in the playlist&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=5bdb5189 [5bdb5189]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=a86ba592 [a86ba592]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdenetwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=4be03979 [4be03979]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e0a2f545 [e0a2f545]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e6bbef6d [e6bbef6d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=4dbc3ab8 [4dbc3ab8]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=b195cf38 [b195cf38]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=4edd87ce [4edd87ce]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=7367a616 [7367a616]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=caae1151 [caae1151]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdegraphics ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=c9e40417 [c9e40417]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=1fe6cb7f [1fe6cb7f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=556d90cb [556d90cb]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=7ec27f89 [7ec27f89]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=cdcc24c6 [cdcc24c6]] ksnapshot: add setPixmap DCOP call&amp;lt;br/&amp;gt;Can be useful to integrate KSnapshot with applications that can take their own screenshots better (e.g. a media player can use a single frame from a video instead of a lower-quality real screen grab).&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=57ade681 [57ade681]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=73368709 [73368709]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=cfee7c43 [cfee7c43]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=924f894b [924f894b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=666a1d67 [666a1d67]] ksnapshot: add delay functionality to &amp;#039;Region&amp;#039; mode. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdegraphics/issues/71 #71]&lt;br /&gt;
&lt;br /&gt;
== tdetoys ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=1606ffff [1606ffff]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=0b6f951e [0b6f951e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=64a5b23e [64a5b23e]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=79c780ce [79c780ce]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=8f9e8c88 [8f9e8c88]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=a6499fdc [a6499fdc]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeutils ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=5b1fdb9a [5b1fdb9a]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=5ecef94f [5ecef94f]] kmilo: after changing the screen brightness, allows a small delay before popping up the OSD feedback. This allows the underlying hardware to report the correct value. This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdeutils/issues/68 #68]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=dfb81fda [dfb81fda]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=2d05a4b0 [2d05a4b0]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=f901ccee [f901ccee]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=3156b549 [3156b549]] Solving the [https://mirror.git.trinitydesktop.org/gitea/TDE/tde-packaging-gentoo/issues/313 TDE/tde-packaging-gentoo#313] problem.&amp;lt;br/&amp;gt;Glibc-2.38 adds new functions strlcat and strlcpy.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=b3f501d4 [b3f501d4]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeutils/commit/?id=60471443 [60471443]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeedu ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=63af14c3 [63af14c3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=c75fee7f [c75fee7f]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=c407c455 [c407c455]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=79ebc59c [79ebc59c]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=bcee6c32 [bcee6c32]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=9af05810 [9af05810]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=0ef55542 [0ef55542]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdegames ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=76f734a8 [76f734a8]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=03c3d226 [03c3d226]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f240b9f9 [f240b9f9]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=c5a61d6e [c5a61d6e]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=afc67225 [afc67225]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=d86e0406 [d86e0406]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeaccessibility ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=93fbe96e [93fbe96e]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=14c0e766 [14c0e766]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=716294c7 [716294c7]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=57266e49 [57266e49]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeaddons ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=76b9a4ad [76b9a4ad]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=92d851c1 [92d851c1]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=588c6181 [588c6181]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=a67df804 [a67df804]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=94639370 [94639370]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=f37c5af5 [f37c5af5]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=35876c80 [35876c80]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeadmin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=ac7e4fb5 [ac7e4fb5]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=684b9d33 [684b9d33]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=16c7639b [16c7639b]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=a0028424 [a0028424]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeartwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=856d6d13 [856d6d13]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=fc6c321e [fc6c321e]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=e243bddf [e243bddf]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=149da968 [149da968]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=185ed081 [185ed081]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=59d0ee36 [59d0ee36]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=5f9b4a9f [5f9b4a9f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=f6619763 [f6619763]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdebindings ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=7d03532f [7d03532f]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
&lt;br /&gt;
== tdesdk ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=74c34bca [74c34bca]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=a03358fd [a03358fd]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=4f51c08a [4f51c08a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d6dc3a3d [d6dc3a3d]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=49d88f18 [49d88f18]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=5d52b8ff [5d52b8ff]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=785064f9 [785064f9]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=429f7fd4 [429f7fd4]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdevelop ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=f12db681 [f12db681]] kdevdesigner: prevent SEGV from invalid pointer. This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tqt3/issues/97 TDE/tqt3#97]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=ea8f1be4 [ea8f1be4]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=2d0252be [2d0252be]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=d31a7027 [d31a7027]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=8308ebce [8308ebce]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=521604de [521604de]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=96ced6ef [96ced6ef]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdewebdev ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=8954d764 [8954d764]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=717ca24e [717ca24e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=abd5e8f9 [abd5e8f9]] Fix FTBFS from prior commit.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=37f6b15c [37f6b15c]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=dd931b3e [dd931b3e]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=b4887167 [b4887167]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=9e8724c9 [9e8724c9]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=b00a91b0 [b00a91b0]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=b3b05947 [b3b05947]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tde-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a1d02ef5 [a1d02ef5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b02ffeb [4b02ffeb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2729c261 [2729c261]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=47a9a331 [47a9a331]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41f9994c [41f9994c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8772ccd5 [8772ccd5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9cfeaaba [9cfeaaba]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b8623c9 [2b8623c9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ea97c56 [7ea97c56]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ce43bede [ce43bede]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=298b491a [298b491a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c2f113be [c2f113be]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4594ec8 [d4594ec8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=28015952 [28015952]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abe7f960 [abe7f960]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6d051d6a [6d051d6a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1608a85b [1608a85b]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61e2eaf3 [61e2eaf3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c41887c6 [c41887c6]] Remove duplicate translations from commit 83e7d90131a60206a219edf4a2ba9e570c689268.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ff9fcec [2ff9fcec]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6b78e804 [6b78e804]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=83e7d901 [83e7d901]] Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d3f6a5fb [d3f6a5fb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dd01a895 [dd01a895]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d7331290 [d7331290]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d39a21e0 [d39a21e0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6383fd9e [6383fd9e]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a662e89 [2a662e89]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0cb349be [0cb349be]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d9b15b4 [7d9b15b4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=42fa475c [42fa475c]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
= libraries =&lt;br /&gt;
== libkdcraw ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=d2e28d1a [d2e28d1a]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=cf62b14f [cf62b14f]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== libkexiv2 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkexiv2/commit/?id=d69c95c1 [d69c95c1]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkexiv2/commit/?id=735076ec [735076ec]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== libkipi ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=72d352a7 [72d352a7]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=79b037f6 [79b037f6]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kipi-plugins ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=2cf37f58 [2cf37f58]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=b4ab4f13 [b4ab4f13]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=d543d160 [d543d160]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=cc9c3a67 [cc9c3a67]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=5c09bb36 [5c09bb36]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=bc3ec7f2 [bc3ec7f2]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=d28f47b5 [d28f47b5]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== libksquirrel ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libksquirrel/commit/?id=592f28f9 [592f28f9]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libksquirrel/commit/?id=c612c9c0 [c612c9c0]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libksquirrel/commit/?id=029784cd [029784cd]] Drop autotools support&lt;br /&gt;
&lt;br /&gt;
== libtdeldap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtdeldap/commit/?id=1090c874 [1090c874]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtdeldap/commit/?id=5ba47607 [5ba47607]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== libtqt-perl ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=d655c313 [d655c313]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=803408f7 [803408f7]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 2&lt;br /&gt;
&lt;br /&gt;
== pytde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytde/commit/?id=41cc3906 [41cc3906]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytde/commit/?id=16dba0a4 [16dba0a4]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
= applications/development =&lt;br /&gt;
== kdbg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=3cefef8e [3cefef8e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=c8f5e54e [c8f5e54e]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kdiff3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=835702ea [835702ea]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=95d0ba61 [95d0ba61]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=7ff0b7ed [7ff0b7ed]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=10096961 [10096961]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=eff219cd [eff219cd]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=b1a7c5eb [b1a7c5eb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=180f871b [180f871b]] Fix pasting UTF8 text from clipboard.&amp;lt;br/&amp;gt;This commit is based on work from Roman Savochenko  available at PR #13, but adapted to the TDE standard. It replaces the aforementioned PR #13.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=5e65678a [5e65678a]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=d3cfbab1 [d3cfbab1]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kpicosim ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=bb32ffaf [bb32ffaf]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=6e904a10 [6e904a10]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpicosim/commit/?id=69df5d03 [69df5d03]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kscope ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kscope/commit/?id=3fb41909 [3fb41909]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== ktechlab ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=a082a259 [a082a259]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=f5d0ed0e [f5d0ed0e]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=669d1daa [669d1daa]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktechlab/commit/?id=420fcb6c [420fcb6c]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kxmleditor ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kxmleditor/commit/?id=21ab29e9 [21ab29e9]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== piklab ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=26bcb362 [26bcb362]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=aa5aa16b [aa5aa16b]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=fb9112c9 [fb9112c9]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=d73c00b7 [d73c00b7]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/piklab/commit/?id=6ea6638a [6ea6638a]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tdesvn ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=a2bf0715 [a2bf0715]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=7221e1ed [7221e1ed]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=340a9422 [340a9422]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=2e75d667 [2e75d667]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=2bf1c106 [2bf1c106]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=42734aee [42734aee]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
= applications/games =&lt;br /&gt;
== knights ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=b8335a4a [b8335a4a]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=a39b2b83 [a39b2b83]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=0959fe8c [0959fe8c]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knights/commit/?id=248df7d9 [248df7d9]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tdepacman ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepacman/commit/?id=1a929a80 [1a929a80]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
= applications/graphics =&lt;br /&gt;
== digikam ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=4fb5c762 [4fb5c762]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=dfb59e25 [dfb59e25]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=8fa69390 [8fa69390]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=3bedcd00 [3bedcd00]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=80cb02ba [80cb02ba]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=a7a3aa3b [a7a3aa3b]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=df0251e7 [df0251e7]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=56a89d7b [56a89d7b]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== gwenview ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=5eb453b7 [5eb453b7]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=247add21 [247add21]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=5a71f93b [5a71f93b]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=20b4653f [20b4653f]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=d4e69bd2 [d4e69bd2]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 2&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=d2998fbc [d2998fbc]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=549b83de [549b83de]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview/commit/?id=4c58d618 [4c58d618]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== gwenview-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=04164129 [04164129]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=df89b8d0 [df89b8d0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=fe3a9945 [fe3a9945]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=ec568f0d [ec568f0d]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== ksquirrel ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=e814f1e8 [e814f1e8]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=9d3adf01 [9d3adf01]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksquirrel/commit/?id=4078a895 [4078a895]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== potracegui ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=91a23eae [91a23eae]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/potracegui/commit/?id=512732b0 [512732b0]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
= applications/internet =&lt;br /&gt;
== kasablanca ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=44e4c4e1 [44e4c4e1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=749fadd2 [749fadd2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=d942de57 [d942de57]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=0e9b7d1d [0e9b7d1d]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kbiff ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=8498ab1f [8498ab1f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=b1912c9f [b1912c9f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=4c492704 [4c492704]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=e65e12d0 [e65e12d0]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kftpgrabber ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kftpgrabber/commit/?id=91bacaa9 [91bacaa9]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== knmap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=76067f79 [76067f79]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=3f0328e9 [3f0328e9]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== konversation ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=9f9819b2 [9f9819b2]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=0b3b0962 [0b3b0962]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=b44a471a [b44a471a]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=ae1967dc [ae1967dc]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=cb42cd20 [cb42cd20]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kopete-otr ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kopete-otr/commit/?id=edea0d8d [edea0d8d]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kshowmail ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=521a7742 [521a7742]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=c5b1ab33 [c5b1ab33]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=86f2b710 [86f2b710]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kstreamripper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=0796f6cb [0796f6cb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=d94539da [d94539da]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=8286cc5b [8286cc5b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=71c98694 [71c98694]] Provide a minimum height for the station listview to improve user experiences when there are more than a few stations&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=64cf76fc [64cf76fc]] Prevent loss of last station across multiple program runs if its description is empty&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=5aed5382 [5aed5382]] Removing unnecessary functionality&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=9fb4112a [9fb4112a]] Added stream editing in a separate dialog box&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=9a8675a8 [9a8675a8]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=bcdbeef8 [bcdbeef8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=9d38a4e2 [9d38a4e2]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=fbb41b91 [fbb41b91]] Add unicode stream support&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=683560fc [683560fc]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=560afe55 [560afe55]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=7678506d [7678506d]] Fix deallocation of process controllers when quitting the application&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=b624496e [b624496e]] Avoid repeated connection of the same signal when ripping the same item multiple times&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=b3d9058d [b3d9058d]] Added event processing if the process has finished its work&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=6701bdba [6701bdba]] Removed unnecessary code and files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=be9e9e89 [be9e9e89]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=015618b1 [015618b1]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=ff9482e1 [ff9482e1]] Added processing for stopping processes when closing the program window&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=943a67a4 [943a67a4]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== ktorrent ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=4caf6f3c [4caf6f3c]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=29628def [29628def]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=ea5e56f7 [ea5e56f7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=5a75de0b [5a75de0b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=2a3111ed [2a3111ed]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=e76b1b06 [e76b1b06]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=59f680d9 [59f680d9]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=f5f62f5b [f5f62f5b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=9e6ff2e1 [9e6ff2e1]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kvirc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=0066e291 [0066e291]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=35d1f217 [35d1f217]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=039fcfa8 [039fcfa8]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=3f8bfdfe [3f8bfdfe]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=265b1c8c [265b1c8c]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=860d3e1f [860d3e1f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=5b2ba173 [5b2ba173]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=55b59d3d [55b59d3d]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=8bb7372e [8bb7372e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=d7a1d0a3 [d7a1d0a3]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=945085d2 [945085d2]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kvpnc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=c76d015d [c76d015d]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvpnc/commit/?id=1172d1f6 [1172d1f6]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== smb4k ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=74b97723 [74b97723]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=cfafca88 [cfafca88]] CMake conversion&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=3b8edca5 [3b8edca5]] TQString related changes required for cmake conversion&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=cdd07aa7 [cdd07aa7]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=c6b056cc [c6b056cc]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smb4k/commit/?id=e7dc7656 [e7dc7656]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tork/commit/?id=16657171 [16657171]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
= applications/misc =&lt;br /&gt;
== bibletime ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=14f6b82f [14f6b82f]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=138dd9d3 [138dd9d3]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=c6f8f1bf [c6f8f1bf]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=f2540b01 [f2540b01]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=bc35a6b9 [bc35a6b9]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=79a57869 [79a57869]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=89cdda50 [89cdda50]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=75205341 [75205341]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== compizconfig-backend-tdeconfig ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/compizconfig-backend-tdeconfig/commit/?id=6cb631f1 [6cb631f1]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== desktop-effects-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=c3d75707 [c3d75707]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=842d40b0 [842d40b0]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== kcmldap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldap/commit/?id=2fcf4275 [2fcf4275]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kcmldapcontroller ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=9e149d4b [9e149d4b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapcontroller/commit/?id=585d173e [585d173e]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kcmldapmanager ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=d6b06a9d [d6b06a9d]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmldapmanager/commit/?id=47887118 [47887118]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kerberostray ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=67336400 [67336400]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=d3f5f06e [d3f5f06e]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=9fe0aff0 [9fe0aff0]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== krecipes ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=c72be0a6 [c72be0a6]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=6b856e9c [6b856e9c]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krecipes/commit/?id=60c15de3 [60c15de3]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
= applications/multimedia =&lt;br /&gt;
== amarok ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=97c254f2 [97c254f2]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=a9635517 [a9635517]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=03e5582d [03e5582d]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=5cae14d5 [5cae14d5]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=0851e201 [0851e201]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=832a6a86 [832a6a86]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=22bcf55f [22bcf55f]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=3b0aee61 [3b0aee61]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=e4b6122b [e4b6122b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=36d4e52e [36d4e52e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=f2d29897 [f2d29897]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== codeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=7c2b90bd [7c2b90bd]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== k3b ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=6a101aa2 [6a101aa2]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=386d824e [386d824e]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=b591f195 [b591f195]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=361bf819 [361bf819]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=c7656114 [c7656114]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=214ce2ba [214ce2ba]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=32a52075 [32a52075]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=21fdca70 [21fdca70]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=0c90dd24 [0c90dd24]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== k3b-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=408cd80e [408cd80e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=c871eb98 [c871eb98]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=6b26d66f [6b26d66f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=f9c5cefe [f9c5cefe]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=d711e3fb [d711e3fb]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== k9copy ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=0828ec19 [0828ec19]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=4b425835 [4b425835]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=9e55e6ee [9e55e6ee]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=a2dacecf [a2dacecf]] Remove the original translation directory layout.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=fb42a086 [fb42a086]] Copy translations to a new directory layout.&amp;lt;br/&amp;gt;Added translation of .desktop files.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=83c41bf1 [83c41bf1]] Drop autotools support&lt;br /&gt;
&lt;br /&gt;
== kaffeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=89e9863c [89e9863c]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=53219858 [53219858]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=3ba0ef17 [3ba0ef17]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=018ae989 [018ae989]] xine-backend: Remove protocols from supported extensions&amp;lt;br/&amp;gt;This caused problems with the extension filter of the file opener dialog.&amp;lt;br/&amp;gt;This fixes [https://mirror.git.trinitydesktop.org/gitea/TDE/tdemultimedia/issues/58 TDE/tdemultimedia#58]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=283e19b9 [283e19b9]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=2c49540b [2c49540b]] Removed patch files from source code.&amp;lt;br/&amp;gt;fast-slow-dcop.patch, generic_tr.patch and scandialog.patch have already&amp;lt;br/&amp;gt;been applied in the code.&amp;lt;br/&amp;gt;terminate.patch has not been applied but contains no explanation on what&amp;lt;br/&amp;gt;problem it was trying to fix.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=f5f7098e [f5f7098e]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=2fe187b9 [2fe187b9]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kaffeine-mozilla ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine-mozilla/commit/?id=e7e12a9a [e7e12a9a]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kmplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=436bc266 [436bc266]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=8a590af0 [8a590af0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=2e5e0a3b [2e5e0a3b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=8417b0fe [8417b0fe]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=6777b854 [6777b854]] Solving the problem of launching the settings dialog without xine support&amp;lt;br/&amp;gt;The settings dialog crashes if built without xine support.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=8527831e [8527831e]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=27035a4b [27035a4b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=f29a95f6 [f29a95f6]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=9ed93309 [9ed93309]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== mplayerthumbs ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mplayerthumbs/commit/?id=52f017aa [52f017aa]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== rosegarden ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=0d651f25 [0d651f25]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=d2261821 [d2261821]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=ec073d64 [ec073d64]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=6bee7afd [6bee7afd]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=d80f3b6c [d80f3b6c]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/rosegarden/commit/?id=5a840665 [5a840665]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== soundkonverter ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=070927f4 [070927f4]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=80596a68 [80596a68]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=ad48759d [ad48759d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=54c143b5 [54c143b5]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=0438ba40 [0438ba40]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=c4c4d373 [c4c4d373]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=5bba09ee [5bba09ee]] cmake conversion&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=546952a1 [546952a1]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=7fe222c3 [7fe222c3]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=2ec39571 [2ec39571]] Rename src/config.h to src/configuration.h to avoid possible conflicts with autogenerated config.h file&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=b36ba456 [b36ba456]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=65f00ac0 [65f00ac0]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=6d9278a9 [6d9278a9]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tderadio ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=3dbd1166 [3dbd1166]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=a2837bd4 [a2837bd4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=525e762e [525e762e]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=e76222b9 [e76222b9]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=e8c31a52 [e8c31a52]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=779f24c6 [779f24c6]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
= applications/office =&lt;br /&gt;
== basket ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=50245e3d [50245e3d]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=b70474e0 [b70474e0]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=b29b77fb [b29b77fb]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=70031454 [70031454]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=928b97c5 [928b97c5]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=48f3d5f4 [48f3d5f4]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kbibtex ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=584744b2 [584744b2]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=c9d1bd72 [c9d1bd72]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kbookreader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=9830ae32 [9830ae32]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=4bc7d31a [4bc7d31a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=86c67226 [86c67226]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=4aa2e024 [4aa2e024]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=1e7501a9 [1e7501a9]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=853da7ee [853da7ee]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== keximdb ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keximdb/commit/?id=7e2ce5dc [7e2ce5dc]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kile ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=b8b37954 [b8b37954]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=cde35e42 [cde35e42]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=6549f004 [6549f004]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=50df78ea [50df78ea]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=9999c59b [9999c59b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=286a5b17 [286a5b17]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kmymoney ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=04ddc823 [04ddc823]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=f892e5be [f892e5be]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=debbb965 [debbb965]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=778d1114 [778d1114]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=c033bc04 [c033bc04]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=2889777f [2889777f]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=483ebca4 [483ebca4]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=00081047 [00081047]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== knowit ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=2f7d0721 [2f7d0721]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=b47d595e [b47d595e]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knowit/commit/?id=07692010 [07692010]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== koffice ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=9abcf51d [9abcf51d]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=5761876d [5761876d]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=2891d3c2 [2891d3c2]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=f9893e5b [f9893e5b]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=8263fdf7 [8263fdf7]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 2&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=00aa1f43 [00aa1f43]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=c8c5e11f [c8c5e11f]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=c9973bfb [c9973bfb]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== koffice-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=6b648c74 [6b648c74]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=1033bf66 [1033bf66]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=8f039f42 [8f039f42]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=d3c5f390 [d3c5f390]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=c9c89dbb [c9c89dbb]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=c0d03513 [c0d03513]] Replace Qt with TQt&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=0340f152 [0340f152]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=3cc206ab [3cc206ab]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kpilot ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=3b5ccc65 [3b5ccc65]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=abcd9a45 [abcd9a45]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=1d47a02e [1d47a02e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=04d2f2a5 [04d2f2a5]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=2f80418d [2f80418d]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=255ec906 [255ec906]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tellico ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=727a2e58 [727a2e58]] Remove various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=8ed9929d [8ed9929d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=c932624b [c932624b]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=5f98a522 [5f98a522]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=ad02e86c [ad02e86c]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=1ff93d9e [1ff93d9e]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=211ad874 [211ad874]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=5dcd02bb [5dcd02bb]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=034ed63e [034ed63e]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
= applications/settings =&lt;br /&gt;
== kdpkg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=b630d6e2 [b630d6e2]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=ac316ed3 [ac316ed3]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kima ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=545f3b89 [545f3b89]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=aa0c75cc [aa0c75cc]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=0558e0fb [0558e0fb]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kima/commit/?id=99ba74a9 [99ba74a9]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kiosktool ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=2811df5f [2811df5f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=9ef88aa8 [9ef88aa8]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kiosktool/commit/?id=a0811519 [a0811519]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kkbswitch ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=2b9c1482 [2b9c1482]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=cf86bb82 [cf86bb82]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== klcddimmer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=d69adfd4 [d69adfd4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=b09ff5dd [b09ff5dd]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kmyfirewall ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=53fde083 [53fde083]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=6913f86b [6913f86b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmyfirewall/commit/?id=37baea59 [37baea59]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tde-guidance ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-guidance/commit/?id=5acecc50 [5acecc50]] Remove unnecessary files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-guidance/commit/?id=4a49ed93 [4a49ed93]] Remove wineconfig module&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-guidance/commit/?id=16bbedc3 [16bbedc3]] Remove grubconfig module&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-guidance/commit/?id=dc9cd228 [dc9cd228]] Fix functionality of mountconfig module&lt;br /&gt;
&lt;br /&gt;
== tde-systemsettings ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-systemsettings/commit/?id=f614f05c [f614f05c]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-systemsettings/commit/?id=a1194f5b [a1194f5b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdenetworkmanager ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=ac34a604 [ac34a604]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=00aab2e4 [00aab2e4]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=048ed035 [048ed035]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=ba52504d [ba52504d]] Replace various strings &amp;#039;#define&amp;#039;d in tqtinterface&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=687ebf64 [687ebf64]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=f54fe201 [f54fe201]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tdesudo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesudo/commit/?id=da05d2b4 [da05d2b4]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== wlassistant ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/wlassistant/commit/?id=3efb8ddd [3efb8ddd]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/wlassistant/commit/?id=f7a20040 [f7a20040]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
= applications/system =&lt;br /&gt;
== dolphin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=a822e3e4 [a822e3e4]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=84dce0e3 [84dce0e3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=94fa32f9 [94fa32f9]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=60a08792 [60a08792]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=5ee150f0 [5ee150f0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=c11be914 [c11be914]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=fd73938a [fd73938a]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== katapult ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=d3f66339 [d3f66339]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=bdd907d1 [bdd907d1]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/katapult/commit/?id=4ca2cbcf [4ca2cbcf]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kbfx ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=6319099a [6319099a]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=cca1b232 [cca1b232]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=97ca6223 [97ca6223]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kcmautostart ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=59eea31e [59eea31e]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=9f38675b [9f38675b]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=f73b98ca [f73b98ca]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kdbusnotification ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbusnotification/commit/?id=a971c7f6 [a971c7f6]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== klamav ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klamav/commit/?id=e2e86dda [e2e86dda]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== knemo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=bed78533 [bed78533]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=74f1cd87 [74f1cd87]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=95eef6c3 [95eef6c3]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=a2090048 [a2090048]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=923a514f [923a514f]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== knetload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=0ba0326e [0ba0326e]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=83b084bf [83b084bf]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=0ea50dc6 [0ea50dc6]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetload/commit/?id=bb7f6255 [bb7f6255]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== knetstats ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=57a4c0ab [57a4c0ab]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=1caa8b1b [1caa8b1b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knetstats/commit/?id=de4276a7 [de4276a7]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kooldock ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kooldock/commit/?id=2191a58b [2191a58b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== krusader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=0e769547 [0e769547]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=e61c1db9 [e61c1db9]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=f854b2fe [f854b2fe]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=f19fa530 [f19fa530]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=db723943 [db723943]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=6c738063 [6c738063]] Krusader: Unpacking TXZ.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=f8733916 [f8733916]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=ae61cb4c [ae61cb4c]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kshutdown ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=8f798c9f [8f798c9f]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=bdaee14b [bdaee14b]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== ksystemlog ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=c110ab27 [c110ab27]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=a07e5bcd [a07e5bcd]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=6200356b [6200356b]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kvkbd ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=09ce2637 [09ce2637]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvkbd/commit/?id=0a7a004c [0a7a004c]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== polkit-agent-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=fbceb48f [fbceb48f]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== smartcardauth ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/smartcardauth/commit/?id=0247a594 [0247a594]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tastymenu ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tastymenu/commit/?id=44e77ecb [44e77ecb]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdebluez ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=1f091996 [1f091996]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=7fe3e3a1 [7fe3e3a1]] Merge translation files from master branch.&lt;br /&gt;
&lt;br /&gt;
== tdedocker ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdedocker/commit/?id=e9c02a31 [e9c02a31]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdepowersave ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=f5832e4a [f5832e4a]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=c492704a [c492704a]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=2ef52b9d [2ef52b9d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=135b14de [135b14de]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=04965313 [04965313]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tdesshaskpass ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=bf98ebd6 [bf98ebd6]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=60c67fdf [60c67fdf]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesshaskpass/commit/?id=481fe0f8 [481fe0f8]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== yakuake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=3dc97a47 [3dc97a47]] Replace various &amp;#039;#define&amp;#039; strings - part 6&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=9368dcd8 [9368dcd8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=cbb2affd [cbb2affd]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=9388682a [9388682a]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
= applications/tdeio =&lt;br /&gt;
== tdeio-appinfo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-appinfo/commit/?id=6a5b2b96 [6a5b2b96]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeio-apt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-apt/commit/?id=d76aa3d0 [d76aa3d0]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeio-ftps ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-ftps/commit/?id=20caed22 [20caed22]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeio-gopher ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-gopher/commit/?id=629af4d1 [629af4d1]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeio-locate ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-locate/commit/?id=2f71daf1 [2f71daf1]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeio-sword ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=b14a6077 [b14a6077]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=4f0871c3 [4f0871c3]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-sword/commit/?id=a4b077fb [a4b077fb]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tdeio-umountwrapper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=13da79f0 [13da79f0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=c138f55c [c138f55c]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=b2628b22 [b2628b22]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
= applications/themes =&lt;br /&gt;
== gtk-qt-engine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=afc6ea03 [afc6ea03]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=717ae9b4 [717ae9b4]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=e2af75f0 [e2af75f0]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=d161ea67 [d161ea67]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== gtk3-tqt-engine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk3-tqt-engine/commit/?id=9d21ebe8 [9d21ebe8]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk3-tqt-engine/commit/?id=180b6368 [180b6368]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kgtk-qt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=fa044ab0 [fa044ab0]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=97c7c47d [97c7c47d]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=68e5b179 [68e5b179]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== ksplash-engine-moodin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksplash-engine-moodin/commit/?id=62f1c985 [62f1c985]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tde-style-baghira ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=210aaadd [210aaadd]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tde-style-domino ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=e19e9e50 [e19e9e50]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=12aad560 [12aad560]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tde-style-ia-ora ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=bfcab3f3 [bfcab3f3]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== tde-style-lipstik ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=7b118fa8 [7b118fa8]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=69a0e002 [69a0e002]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=3a412a9e [3a412a9e]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=f30bd931 [f30bd931]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tde-style-qtcurve ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=cbb50b27 [cbb50b27]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=9238a995 [9238a995]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=f1732e3b [f1732e3b]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=5d24eff4 [5d24eff4]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-qtcurve/commit/?id=14a3eec2 [14a3eec2]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== tdmtheme ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdmtheme/commit/?id=d5324923 [d5324923]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== twin-style-crystal ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=e0ee1309 [e0ee1309]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=e87fce4f [e87fce4f]] Replace &amp;#039;Event&amp;#039; #define strings&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=857dc031 [857dc031]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=858d33cc [858d33cc]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== twin-style-dekorator ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=6e6b5fd0 [6e6b5fd0]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== twin-style-machbunt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=8cf5d248 [8cf5d248]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== twin-style-suse2 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=3193200c [3193200c]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
= applications/utilities =&lt;br /&gt;
== abakus ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=6ff22608 [6ff22608]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=54b3d710 [54b3d710]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=e41c0ced [e41c0ced]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== filelight ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=287eaafa [287eaafa]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=58b6f564 [58b6f564]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=ad0cfb27 [ad0cfb27]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=894a7b9c [894a7b9c]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kbarcode ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=2191b2df [2191b2df]] Replaced various &amp;#039;#define&amp;#039; with actual strings - part 5&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=587dc58e [587dc58e]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=e68f82c5 [e68f82c5]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kchmviewer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=89ba2b7d [89ba2b7d]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=dfbfbc33 [dfbfbc33]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kcpuload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=ee9f81ae [ee9f81ae]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=357be4cd [357be4cd]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kdirstat ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=23237d09 [23237d09]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdirstat/commit/?id=1ba064de [1ba064de]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== keep ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=2b6bd386 [2b6bd386]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/keep/commit/?id=15c4aae7 [15c4aae7]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== knutclient ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=017c57dd [017c57dd]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=b3f56562 [b3f56562]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== kommando ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kommando/commit/?id=9066230a [9066230a]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== kompose ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kompose/commit/?id=cb455231 [cb455231]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== krename ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=7132d1d7 [7132d1d7]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=d8fcd4fa [d8fcd4fa]] Merge translation files from master branch.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=804f4f35 [804f4f35]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=5d02ccb1 [5d02ccb1]] Replace Qt with TQt&lt;br /&gt;
&lt;br /&gt;
== ksensors ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksensors/commit/?id=7453b1ad [7453b1ad]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== mathemagics ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/mathemagics/commit/?id=fdfbfd7c [fdfbfd7c]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
== qalculate-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=d88c548d [d88c548d]] Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
&lt;br /&gt;
= packaging =&lt;br /&gt;
== packaging ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=6bc6d6e3 [6bc6d6e3]] DEB: Add support for Ubuntu Noble.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=4ae59bb2 [4ae59bb2]] DEB tdebase: Prevent unwanted restarting TDM service during upgrade.&amp;lt;br/&amp;gt;This made it possible to add #DEBHELPER# back to TDM prerm script.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/409 TDE/tdebase#409]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=4784f17e [4784f17e]] DEB smb4k: cmake conversion&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=65dd80fb [65dd80fb]] DEB libr: update package name to libr1&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=ce06e711 [ce06e711]] DEB libr: remove dependency on libglade, which is no longer available&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=dff6d937 [dff6d937]] DEB tdeaddons: Add libdb5.3++-dev as an alternative dependency for libdb++-dev.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=d4152453 [d4152453]] DEB soundkonverter: cmake conversion&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=13ab9cf7 [13ab9cf7]] DEB gwenview: Fix the name of suggested i18n package.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=904d1e09 [904d1e09]] RPM: add support for Fedora 39&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=ea66d8ef [ea66d8ef]] DEB: drop Stretch and Xenial and invalid link&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=bdc4e185 [bdc4e185]] DEB twin-style-fahrenheit: Change debhelper compatibility level to 10.&amp;lt;br/&amp;gt;Use DEB_COMPRESS_EXCLUDE_ALL instead of deprecated DEB_COMPRESS_EXCLUDE.&amp;lt;br/&amp;gt;(the last part of commit fc691a7208477948ad7519ed67861a0b4c6a4b74)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=2b20e14f [2b20e14f]] DEB: add twin-style-fahrenheit packaging files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=90c68a68 [90c68a68]] DEB tde-cmake: Raise the minimum required version of CMake to 3.5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=0809dd93 [0809dd93]] DEB: Change debhelper compatibility level to 10.&amp;lt;br/&amp;gt;Use DEB_COMPRESS_EXCLUDE_ALL instead of deprecated DEB_COMPRESS_EXCLUDE.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=657aaad5 [657aaad5]] DEB tdebase: add new color themes&lt;/div&gt;</summary>
		<author><name>SlavekB</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.2.0&amp;diff=3249</id>
		<title>Changelog For R14.2.0</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.2.0&amp;diff=3249"/>
		<updated>2023-12-11T01:49:32Z</updated>

		<summary type="html">&lt;p&gt;SlavekB: /* applications/utilities */ Update 20231210&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= dependencies =&lt;br /&gt;
== tde-cmake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=9fae6b57 [9fae6b57]] Update version to R14.2.0&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tqt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=ee0c5d58 [ee0c5d58]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a6829398 [a6829398]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=d2122705 [d2122705]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=e0a3cab4 [e0a3cab4]] Minor adjustments to porting documentation&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=f2b3ea52 [f2b3ea52]] Drop compatibility code for TQSignal&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=fb6884ea [fb6884ea]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=2e817b4b [2e817b4b]] Remove dangled symlinks for droped compat headers.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=c3bb8881 [c3bb8881]] Drop compatibility code for TQButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=9492e618 [9492e618]] Drop compatibility code for TQThread&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=979f5621 [979f5621]] Drop compatibility code for TQLineEdit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=83991feb [83991feb]] Remove Qt4 related stuff&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=48ea22d0 [48ea22d0]] Drop compatibility code for TQToolButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b1bfbe79 [b1bfbe79]] Drop compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=bfd62a0b [bfd62a0b]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a8466ab3 [a8466ab3]] Translated using Weblate (Chinese (zh))&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3 - examples-i18n&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3-examples-i18n/zh/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=5350a724 [5350a724]] Drop TQT_NO_COMPAT code from mkspecs files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a75445b4 [a75445b4]] Drop Qt2 obsolete classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b6e9b6c6 [b6e9b6c6]] Added translation using Weblate (Turkish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=af9d6b11 [af9d6b11]] Added translation using Weblate (Turkish)&lt;br /&gt;
&lt;br /&gt;
== tqtinterface ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=9ad01120 [9ad01120]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=4746fbba [4746fbba]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=1c79e9f8 [1c79e9f8]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
== pytqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=aa676491 [aa676491]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=cba16275 [cba16275]] Drop compatibility code for TQThread&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=8bd235be [8bd235be]] Addons to previous commit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=28273a01 [28273a01]] Drop Qt2&amp;#039;s TQSemiModal class.&lt;br /&gt;
&lt;br /&gt;
= core =&lt;br /&gt;
== tdelibs ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cca633c6 [cca633c6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (179 of 179 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/all languages&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/all-languages/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=9755ecd9 [9755ecd9]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=503eb0d9 [503eb0d9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=29b84bd0 [29b84bd0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=f6627610 [f6627610]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7f7e5585 [7f7e5585]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.4% (323 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7a35fcf1 [7a35fcf1]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=f49e67f0 [f49e67f0]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=920d56d2 [920d56d2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=a7316f73 [a7316f73]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=4e0aa6d5 [4e0aa6d5]] Fix functionality broken by commit 8233b2e5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=8233b2e5 [8233b2e5]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=74cb596c [74cb596c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdemarkdown - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdemarkdown-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=29f58681 [29f58681]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (327 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=c6bc3af7 [c6bc3af7]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cdf964bb [cdf964bb]] Update version to R14.2.0&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tdebase ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=607f0804 [607f0804]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdehtml_plugins.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdehtml_pluginsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5f815bd0 [5f815bd0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkonq - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkonq-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8175c850 [8175c850]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksysguard - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksysguard-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7c8d600d [7c8d600d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=3faa7b1b [3faa7b1b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kate - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kate-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f6fb0d91 [f6fb0d91]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 61.8% (281 of 454 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=70af14e2 [70af14e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 48.5% (168 of 346 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kappfinder - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kappfinder-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=035c2698 [035c2698]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - directories&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-directories/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a1cbb16b [a1cbb16b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.8% (248 of 251 strings)&amp;lt;br/&amp;gt;Translation: tdebase/l10n - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/l10n-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a26bb216 [a26bb216]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1103f2b1 [1103f2b1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c836bb9d [c836bb9d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=00eab673 [00eab673]] Translated using Weblate (Greek)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/el/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9e7b4bb1 [9e7b4bb1]] TWin: Fix loading of window decoration configuration libraries&amp;lt;br/&amp;gt;Accidentally broken by commit 84ab47055d.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=748a54ff [748a54ff]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=dddd52ff [dddd52ff]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=30d54139 [30d54139]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2317bee2 [2317bee2]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=4c64b274 [4c64b274]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-events/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c0ca8145 [c0ca8145]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f1f2e40a [f1f2e40a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5eec362c [5eec362c]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2986ff6e [2986ff6e]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2937383d [2937383d]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-data/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9ab75fc1 [9ab75fc1]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ea076539 [ea076539]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi - presets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi-presets/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8a8431ab [8a8431ab]] twin: renames twin3_ to twin_ in user theme config files. This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/351 #351] and PR #364.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=91cb2036 [91cb2036]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.0% (33 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=88ea7160 [88ea7160]] KWin: rename client libraries twin3_* -&amp;amp;gt; twin_*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=84ab4705 [84ab4705]] Make TWin look for `twin_` libraries&amp;lt;br/&amp;gt;This is now the preferred way of calling the decoration libraries&amp;lt;br/&amp;gt;(in place of `twin3_`). The old names that start with `twin3_` are&amp;lt;br/&amp;gt;still recognized for compatibility reasons.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/351 #351]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e8336ee5 [e8336ee5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2da663c3 [2da663c3]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8210b058 [8210b058]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=74eb1d78 [74eb1d78]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=90b19e21 [90b19e21]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ce84a0c6 [ce84a0c6]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=950f0ce7 [950f0ce7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tde_release_notes.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tde_release_notesdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d61158c7 [d61158c7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdcop - kdcop.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdcop-kdcopdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ddc6b3af [ddc6b3af]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeintegration.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeintegrationdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1771a344 [1771a344]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5ec66d53 [5ec66d53]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - compat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-compat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=653159ea [653159ea]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=143cff2e [143cff2e]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=78937d51 [78937d51]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9ab17ab4 [9ab17ab4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e539275a [e539275a]] Add release notes draft for R14.2.x series&lt;br /&gt;
&lt;br /&gt;
== tdepim ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=5863ef46 [5863ef46]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=0e164959 [0e164959]] Fix functionality broken by commit fd0046c4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=fd0046c4 [fd0046c4]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=860c8799 [860c8799]] Drop deprecated kitchensync code&lt;br /&gt;
&lt;br /&gt;
== tdemultimedia ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=c5e80026 [c5e80026]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdemid - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdemid-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=ec115020 [ec115020]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=1c71f523 [1c71f523]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/libkcddb - libkcddb.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/libkcddb-libkcddbdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=94ca3a13 [94ca3a13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kscd - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kscd-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=6c3e9a2f [6c3e9a2f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=775b1efd [775b1efd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kappfinder - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kappfinder-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=a452bd94 [a452bd94]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaudiocreator - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaudiocreator-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=514a0715 [514a0715]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=cb937aa9 [cb937aa9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaudiocreator - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaudiocreator-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=261327ee [261327ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaboodle - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaboodle-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=ab65a990 [ab65a990]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== tdenetwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=7cf631be [7cf631be]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=15fd0d5c [15fd0d5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=bff9d105 [bff9d105]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=1e65a9c9 [1e65a9c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krfb - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krfb-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=65f0237b [65f0237b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=0f7aec08 [0f7aec08]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=8b0277b3 [8b0277b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=ea8c2556 [ea8c2556]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kwifi - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kwifi-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=7dbed250 [7dbed250]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=1732e27c [1732e27c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc - ksirc.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc-ksircdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=f0b3ae6b [f0b3ae6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krfb - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krfb-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=0bf1f09c [0bf1f09c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krdc - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krdc-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=cd3b9bc6 [cd3b9bc6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=6c1bfe1c [6c1bfe1c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/knewsticker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/knewsticker-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e540875f [e540875f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=9f39152c [9f39152c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=ec7c5f92 [ec7c5f92]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmlanbrowser - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmlanbrowser-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=bd2c6b41 [bd2c6b41]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kdict - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kdict-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=055c3ba8 [055c3ba8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmktalkd - kcmktalkd.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmktalkd-kcmktalkddesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e8441a98 [e8441a98]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/dcoprss - rssservice.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/dcoprss-rssservicedesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== tdegraphics ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=32a0eae8 [32a0eae8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=0464b42f [0464b42f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksvg - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksvg-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=83ca390f [83ca390f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kooka - kooka.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kooka-kookadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=b946ccf6 [b946ccf6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kolourpaint - kolourpaint.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kolourpaint-kolourpaintdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=c3994f8f [c3994f8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=c8525154 [c8525154]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kfax - kfax.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kfax-kfaxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=82790fe5 [82790fe5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcoloredit - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcoloredit-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=6628c1cf [6628c1cf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdeiconedit - tdeiconedit.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdeiconedit-tdeiconeditdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=6fec2493 [6fec2493]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewshell - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewshell-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=0ac60cd7 [0ac60cd7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kuickshow - kuickshow.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kuickshow-kuickshowdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=b7a2fb44 [b7a2fb44]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksnapshot - ksnapshot.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksnapshot-ksnapshotdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=d73ec8db [d73ec8db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler - kruler.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler-krulerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=4207cf76 [4207cf76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpovmodeler - kpovmodeler.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpovmodeler-kpovmodelerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=a34651aa [a34651aa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=df90b4db [df90b4db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kfaxview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kfaxview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=10228ff7 [10228ff7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kdvi - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kdvi-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=786ba559 [786ba559]] Fix functionality broken by commit d26dabfe.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=d26dabfe [d26dabfe]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=fdd22494 [fdd22494]] Drop deprecated kmrml code&lt;br /&gt;
&lt;br /&gt;
== tdetoys ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=47ebe98c [47ebe98c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (285 of 285 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather - stations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather-stations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=bfb7d592 [bfb7d592]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=97649015 [97649015]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kworldclock - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kworldclock-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=29e37f55 [29e37f55]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/ktux - ktux.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/ktux-ktuxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=4eb6f321 [4eb6f321]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kteatime - kteatime.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kteatime-kteatimedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=75d71ec8 [75d71ec8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kodo - kodo.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kodo-kododesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=ef99089e [ef99089e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/amor - amor.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/amor-amordesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=528f19d2 [528f19d2]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeedu ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=0c53c58d [0c53c58d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=d99f3098 [d99f3098]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=05b36881 [05b36881]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kverbos - kverbos.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kverbos-kverbosdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=b2b4038e [b2b4038e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kturtle - kturtle.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kturtle-kturtledesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=9edf12e3 [9edf12e3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/ktouch - ktouch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/ktouch-ktouchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=373f572e [373f572e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kiten - kiten.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kiten-kitendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=894d22c5 [894d22c5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars - kstars.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars-kstarsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=b245468a [b245468a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kpercentage - kpercentage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kpercentage-kpercentagedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=9a430435 [9a430435]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kmplot - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kmplot-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=7cbde739 [7cbde739]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/klettres - klettres.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/klettres-klettresdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=3f41eb31 [3f41eb31]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/klatin - klatin.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/klatin-klatindesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=274c00f5 [274c00f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kig - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kig-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=d076ba6e [d076ba6e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/khangman - khangman.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/khangman-khangmandesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e7ecdbc7 [e7ecdbc7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography - kgeography.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography-kgeographydesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=7ec075a1 [7ec075a1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/keduca - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/keduca-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e45f4ee3 [e45f4ee3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kbruch - kbruch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kbruch-kbruchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e73aad5f [e73aad5f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kanagram - kanagram.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kanagram-kanagramdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=026dd7e1 [026dd7e1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kalzium - kalzium.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kalzium-kalziumdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=92daf7c2 [92daf7c2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/blinken - blinken.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/blinken-blinkendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=ad620012 [ad620012]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=1b57c822 [1b57c822]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== tdegames ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=707ed9c6 [707ed9c6]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=72486eea [72486eea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/tdefifteen - tdefifteen.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/tdefifteen-tdefifteendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=1af92e8c [1af92e8c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk - knetwalk.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk-knetwalkdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=b4e10441 [b4e10441]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/twin4 - twin4.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/twin4-twin4desktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=60e6b4b7 [60e6b4b7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ktuberling - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ktuberling-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f86cc3b2 [f86cc3b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kspaceduel - kspaceduel.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kspaceduel-kspacedueldesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=1723a2e2 [1723a2e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksokoban - ksokoban.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksokoban-ksokobandesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=b8bfa029 [b8bfa029]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksnake - ksnake.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksnake-ksnakedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f3055d26 [f3055d26]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=25bbc148 [25bbc148]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet - ksirtet.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet-ksirtetdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=bc6ebdd9 [bc6ebdd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksame - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksame-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=245abf4b [245abf4b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kshisen - kshisen.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kshisen-kshisendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=a24aefaf [a24aefaf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f361902f [f361902f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi - kreversi.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi-kreversidesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=bdbf75db [bdbf75db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kpoker - kpoker.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kpoker-kpokerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=8010109b [8010109b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kpat - kpat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kpat-kpatdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=30b2fe6b [30b2fe6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/konquest - konquest.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/konquest-konquestdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e3c0ddc0 [e3c0ddc0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kolf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kolf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=214ce742 [214ce742]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmines - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmines-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e2876665 [e2876665]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e58b9568 [e58b9568]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmines - kmines.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmines-kminesdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=564ede18 [564ede18]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmahjongg - kmahjongg.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmahjongg-kmahjonggdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=a1f2098b [a1f2098b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegames/klickety - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/klickety-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=04405ac0 [04405ac0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kjumpingcube - kjumpingcube.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kjumpingcube-kjumpingcubedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=ddeb59d5 [ddeb59d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kgoldrunner - KGoldrunner.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kgoldrunner-kgoldrunnerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=6aa6a2fc [6aa6a2fc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kenolaba - kenolaba.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kenolaba-kenolabadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=c2e382ff [c2e382ff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbounce - kbounce.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbounce-kbouncedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=43a1ef1a [43a1ef1a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kblackbox - kblackbox.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kblackbox-kblackboxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=47443995 [47443995]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbackgammon - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbackgammon-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=51730a13 [51730a13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbackgammon - kbackgammon.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbackgammon-kbackgammondesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f4e1241f [f4e1241f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kasteroids - kasteroids.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kasteroids-kasteroidsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=195f32ff [195f32ff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegames/atlantik - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/atlantik-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=078f8a60 [078f8a60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/atlantik - atlantik.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/atlantik-atlantikdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=23f73f6d [23f73f6d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=89209b44 [89209b44]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeaccessibility ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=546f0a26 [546f0a26]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmousetool - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmousetool-desktop-files/nl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=0c8252ff [0c8252ff]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmag - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmag-desktop-files/nl/&lt;br /&gt;
&lt;br /&gt;
== tdeaddons ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=462e8067 [462e8067]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (64 of 64 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-plugins-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=7247f36b [7247f36b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tutorials - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tutorials-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=729f8436 [729f8436]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-plugins-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=c75bb91d [c75bb91d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/ksig - ksig.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/ksig-ksigdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=8b19a3d4 [8b19a3d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (44 of 44 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-plugins-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== tdeadmin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=7c269be3 [7c269be3]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 50.0% (1 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage - kpackage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage-kpackagedesktop/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=b60f7565 [b60f7565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kuser - kuser.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kuser-kuserdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=39dd6199 [39dd6199]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/ksysv - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/ksysv-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=1ec384e5 [1ec384e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=78260ae7 [78260ae7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage - kpackage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage-kpackagedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=18052ec0 [18052ec0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kdat - kdat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kdat-kdatdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=68dbc1fc [68dbc1fc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kcron - kcron.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kcron-kcrondesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== tdeartwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=e76fde84 [e76fde84]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/icon themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/icon-themes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=480c8a32 [480c8a32]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/icon themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/icon-themes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=d5891cb6 [d5891cb6]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/wallpapers-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=b7c7780f [b7c7780f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeartwork/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/wallpapers-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=25e4ea58 [25e4ea58]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=0afaf315 [0afaf315]] twin-styles: twin3_ to twin_ conversion&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=5f90bc99 [5f90bc99]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (314 of 314 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/tdescreensaver - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/tdescreensaver-desktop-files/it/&lt;br /&gt;
&lt;br /&gt;
== tdebindings ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=84ec6486 [84ec6486]] Drop compatibility code for TQSignal&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=13378021 [13378021]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=02712db1 [02712db1]] Drop compatibility code for TQButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=53442b53 [53442b53]] Drop obsolete TQLineEdit methods&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=1b35744b [1b35744b]] Drop compatibility code for TQToolButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=476cadbf [476cadbf]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=941081ce [941081ce]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=dcffc0bc [dcffc0bc]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
== tdesdk ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=e116e963 [e116e963]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbabel - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbabel-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=ba42cd60 [ba42cd60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=0b324ad9 [0b324ad9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=26ea0a31 [26ea0a31]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdecachegrind - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdecachegrind-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=7b277c01 [7b277c01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/scheck - scheck.themerc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/scheck-scheckthemerc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=8d7ac8ea [8d7ac8ea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kuiviewer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kuiviewer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=70cbb21e [70cbb21e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbugbuster - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbugbuster-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=5951f56b [5951f56b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/cervisia - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/cervisia-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=0c03e09c [0c03e09c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/cervisia - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/cervisia-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=b221bea0 [b221bea0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kompare - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kompare-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d50abb28 [d50abb28]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.1% (27 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=3523578c [3523578c]] Fix functionality broken by commit d619f66&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d619f66a [d619f66a]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tdevelop ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=f4724912 [f4724912]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop-desktop-files/&lt;br /&gt;
&lt;br /&gt;
== tdewebdev ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=e16b4e3b [e16b4e3b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=6552a392 [6552a392]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== tde-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd5194d2 [bd5194d2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=04ed4b52 [04ed4b52]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (76 of 76 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmusb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmusb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc1d1c98 [bc1d1c98]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (43 of 43 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kthememanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kthememanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ffa5d7e7 [ffa5d7e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (96 of 96 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeprintfax&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeprintfax/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=076c2fed [076c2fed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdestyle_keramik_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdestyle_keramik_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4ceab3f4 [4ceab3f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplashthemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplashthemes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=512d9f79 [512d9f79]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=47e26a43 [47e26a43]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (93 of 93 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdefontinst&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdefontinst/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3a144469 [3a144469]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_home&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_home/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cd272aca [cd272aca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmnotify&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmnotify/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d2ba7ada [d2ba7ada]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (290 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=135f1b2e [135f1b2e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=07c69212 [07c69212]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=03934f6b [03934f6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_system&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_system/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67680029 [67680029]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0e0ae526 [0e0ae526]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeio_svn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeio_svn/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a87c6d1 [8a87c6d1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_ts&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_ts/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aade5865 [aade5865]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_po&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_po/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=522da565 [522da565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_diff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_diff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=83c47a3a [83c47a3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_cpp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_cpp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4d9ffb4a [4d9ffb4a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kres_bugzilla&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kres_bugzilla/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cfa3a9ad [cfa3a9ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (208 of 208 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbugbuster&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbugbuster/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ebed3f3 [3ebed3f3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acb7bd01 [acb7bd01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kmenuapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kmenuapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b406e7b0 [b406e7b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=610e404f [610e404f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/krdb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/krdb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bf546323 [bf546323]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmspellchecking&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmspellchecking/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a6399d3 [4a6399d3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 65.0% (13 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmiccconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmiccconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=80a06e94 [80a06e94]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_tar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_tar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b26c4f5 [4b26c4f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_recentdocs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_recentdocs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=58999e40 [58999e40]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_prefmenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_prefmenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6ce221c9 [6ce221c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - sort&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-sort/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0390f05b [0390f05b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - webarchiver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-webarchiver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cf552d9d [cf552d9d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - wavecapture&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-wavecapture/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=433ee6e7 [433ee6e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - wakeup&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-wakeup/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=46159872 [46159872]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - tyler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-tyler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e02bff0f [e02bff0f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - tippecanoe&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-tippecanoe/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0761ee7 [c0761ee7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - txt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-txt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cd18979e [cd18979e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - mhtml&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-mhtml/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=712079e1 [712079e1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - lnk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-lnk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fce9e09 [4fce9e09]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - html&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-html/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25db3dca [25db3dca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - folder&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-folder/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef1f9ac7 [ef1f9ac7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-desktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10e3306c [10e3306c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - cert&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-cert/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3fec0e8 [f3fec0e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - synaescope&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-synaescope/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a86eaabb [a86eaabb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - searchbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-searchbar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5da3c28e [5da3c28e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - pitchablespeed&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-pitchablespeed/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dce4401c [dce4401c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - minitools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-minitools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=65231d72 [65231d72]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - microformat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-microformat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e048a4eb [e048a4eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (42 of 42 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - mediacontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-mediacontrol/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=03f6f36f [03f6f36f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - lyrics&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-lyrics/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=75a2d1a4 [75a2d1a4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kaddressbook - gmx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kaddressbook-gmx/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=111da4e5 [111da4e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kaddressbook - kworldclock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kaddressbook-kworldclock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=37ccc73b [37ccc73b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (53 of 53 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - ktimemon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-ktimemon/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=877faee6 [877faee6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (48 of 48 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - metabar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-metabar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a964e80 [8a964e80]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - mediaplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-mediaplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6215185a [6215185a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - delicious&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-delicious/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=432a8fd9 [432a8fd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - kmathapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-kmathapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2537b8d7 [2537b8d7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (33 of 33 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - kbinaryclock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-kbinaryclock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41b3507f [41b3507f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - xmltools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-xmltools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d895f991 [d895f991]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - xmlcheck&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-xmlcheck/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1477c443 [1477c443]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - textfilter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-textfilter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a96d906d [a96d906d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - tabbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-tabbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02b5b392 [02b5b392]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - snippets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-snippets/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=06908d1c [06908d1c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - pybrowse&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-pybrowse/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68019125 [68019125]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - openheader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-openheader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e4943b1f [e4943b1f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - modeline&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-modeline/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a8e169d [4a8e169d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - make&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-make/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8548c37e [8548c37e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - kjswrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-kjswrapper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=65197c45 [65197c45]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - insertcommand&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-insertcommand/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f33c05f3 [f33c05f3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - htmltools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-htmltools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a3220aa3 [a3220aa3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - helloworld&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-helloworld/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0768ae06 [0768ae06]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - fll_plugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-fll_plugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ed62a7e [7ed62a7e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - fll_initplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-fll_initplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4551fe7c [4551fe7c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - filetemplates&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-filetemplates/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a5773c33 [a5773c33]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - cppsymbolviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-cppsymbolviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d5f107a6 [d5f107a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - image&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-image/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=760d609c [760d609c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - charlatanui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-charlatanui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=49a7da4e [49a7da4e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - ffrs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-ffrs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44ff5289 [44ff5289]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - dub&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-dub/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f595c2f4 [f595c2f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (81 of 81 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - domtreeviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-domtreeviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5984420c [5984420c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - dirfilter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-dirfilter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8740f36c [8740f36c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - crashes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-crashes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2eea31a6 [2eea31a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - autorefresh&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-autorefresh/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0b43890b [0b43890b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - audio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-audio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b60fc4c0 [b60fc4c0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - ark&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-ark/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4f2e12e9 [4f2e12e9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - alsaplayerui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-alsaplayerui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8cf5b05b [8cf5b05b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - akregator&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-akregator/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e9608f5 [1e9608f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (3009 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb7f6413 [bb7f6413]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (101 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2297c73 [a2297c73]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16fc9290 [16fc9290]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30b25447 [30b25447]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0c9390e0 [0c9390e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_asus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_asus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c9b6e0a [3c9b6e0a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (464 of 464 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kttsd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kttsd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5f018862 [5f018862]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.8% (5277 of 5622 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9cd12c13 [9cd12c13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4373 of 4373 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fb393ca2 [fb393ca2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdelirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdelirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de26e8e7 [de26e8e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/superkaramba&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/superkaramba/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef2d1ac9 [ef2d1ac9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.7% (204 of 238 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/ksim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/ksim/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8225ecb4 [8225ecb4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0d8c5564 [0d8c5564]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_powerbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_powerbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=15e159f9 [15e159f9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cbaed96f [cbaed96f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_delli8k&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_delli8k/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=99665cc4 [99665cc4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilod&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilod/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76cf712f [76cf712f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kfloppy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kfloppy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a780ff13 [a780ff13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.1% (833 of 849 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kaddressbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kaddressbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=160a21e5 [160a21e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (288 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b39b69b0 [b39b69b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.8% (224 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=37c46a10 [37c46a10]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aaa64918 [aaa64918]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_raw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_raw/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b72b65e [2b72b65e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (197 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de33568d [de33568d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (121 of 121 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/klinkstatus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/klinkstatus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c46c273c [c46c273c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=463fe953 [463fe953]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.0% (23 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - webarchiver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-webarchiver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f902060c [f902060c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - imgallery&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-imgallery/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7291a5d [e7291a5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (254 of 254 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libtdegames&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libtdegames/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=60f4c2ad [60f4c2ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4d13a2c [c4d13a2c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (557 of 557 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kmplot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kmplot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8f16a587 [8f16a587]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4373 of 4373 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a1803a12 [a1803a12]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (765 of 765 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kalzium&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kalzium/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a9f1223f [a9f1223f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6f5c5077 [6f5c5077]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (138 of 138 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdeiconedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdeiconedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9f37b90b [9f37b90b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_xpm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_xpm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=124a1a5b [124a1a5b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_xbm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_xbm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1397cb2b [1397cb2b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_tiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_tiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8cd2a856 [8cd2a856]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_tga&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_tga/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2102c574 [2102c574]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_rgb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_rgb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=146a8054 [146a8054]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_ps&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_ps/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=21580aeb [21580aeb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pnm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pnm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee75c8c5 [ee75c8c5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_png&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_png/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=19cf3c62 [19cf3c62]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pdf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=107c467f [107c467f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pcx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pcx/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02a155ef [02a155ef]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (67 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_jpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_jpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d85c7052 [d85c7052]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_ico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_ico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2933d93 [e2933d93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_gif&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_gif/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4382f606 [4382f606]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (59 of 59 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_exr&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_exr/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5bddf5a5 [5bddf5a5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_dvi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_dvi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=921e29b3 [921e29b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_dds&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_dds/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0b56525a [0b56525a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_bmp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_bmp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5694df40 [5694df40]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (107 of 107 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/libkscan&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/libkscan/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4f70423 [d4f70423]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/libkfaximgage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/libkfaximgage/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1d63ec25 [1d63ec25]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (179 of 179 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewshell&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewshell/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4cd8d3e0 [4cd8d3e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewscannerplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewscannerplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d794493d [d794493d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kview_scale&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kview_scale/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5f74d61a [5f74d61a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewpresenterplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewpresenterplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1c6f60df [1c6f60df]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kvieweffectsplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kvieweffectsplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2c39783 [a2c39783]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewbrowserplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewbrowserplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=23706e02 [23706e02]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (123 of 123 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kuickshow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kuickshow/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=96c0bde1 [96c0bde1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (45 of 45 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksnapshot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksnapshot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6536643 [e6536643]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=40b76cfc [40b76cfc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (225 of 225 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=54045117 [54045117]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (256 of 256 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kooka&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kooka/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a0ba024f [a0ba024f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (386 of 386 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kolourpaint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kolourpaint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b9817b46 [b9817b46]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (131 of 131 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8614f6c [a8614f6c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kgamma&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kgamma/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=09d52dca [09d52dca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (215 of 215 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kdvi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kdvi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25b4dfd1 [25b4dfd1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcoloredit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcoloredit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51cd9478 [51cd9478]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewviewerpluginsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewviewerpluginsconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2c14518 [a2c14518]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewpluginsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewpluginsconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2746c521 [2746c521]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewgeneralconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewgeneralconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25650c93 [25650c93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewcanvasconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewcanvasconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4af32845 [4af32845]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcmkamera&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcmkamera/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb0c53ea [bb0c53ea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ff1ec9c1 [ff1ec9c1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (403 of 403 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c00aae5c [c00aae5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppplogview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppplogview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=93829039 [93829039]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (416 of 416 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c152d582 [c152d582]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (94 of 94 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kpf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kpf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=654c466b [654c466b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acdd4826 [acdd4826]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_avi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_avi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=85655c32 [85655c32]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (320 of 320 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12c3105c [12c3105c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (80 of 80 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_lame&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_lame/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acfe74f0 [acfe74f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.0% (17 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_xmlrpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_xmlrpc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8f561fa [b8f561fa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2430 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b59a52df [b59a52df]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.1% (833 of 849 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kaddressbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kaddressbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b15f99b [3b15f99b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.7% (341 of 360 strings)&amp;lt;br/&amp;gt;Translation: tdepim/akregator&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/akregator/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6fd71df1 [6fd71df1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12eb7e03 [12eb7e03]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.0% (250 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9937df39 [9937df39]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ae470e5 [2ae470e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=08998baf [08998baf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (67 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmcolors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmcolors/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10ac25e5 [10ac25e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdedebugdialog&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdedebugdialog/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0771e565 [0771e565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2865 of 2865 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/ppdtranslations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/ppdtranslations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c535e26d [c535e26d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73b6114f [73b6114f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=155b3201 [155b3201]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a4c12d6 [2a4c12d6]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=976a81b4 [976a81b4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (245 of 245 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kdat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kdat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9fe445d8 [9fe445d8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8660af8 [a8660af8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (152 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=807855fe [807855fe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=69bdd2bf [69bdd2bf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (416 of 416 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=85d49634 [85d49634]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6980e97e [6980e97e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (111 of 111 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dc165c85 [dc165c85]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2430 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5bd9ba76 [5bd9ba76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0fd4f012 [0fd4f012]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.0% (99 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ca026de0 [ca026de0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0eb200e2 [0eb200e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4af789bd [4af789bd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b3efd69f [b3efd69f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (72 of 72 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/i18n - entry.desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/i18n-entrydesktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e5046884 [e5046884]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.5% (2464 of 2578 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6ff96b0 [d6ff96b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.9% (929 of 1010 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kommander&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kommander/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=052541a5 [052541a5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6813630 [d6813630]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61348be4 [61348be4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (106 of 106 strings)&amp;lt;br/&amp;gt;Translation: tdegames/lskat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/lskat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ce4cc89a [ce4cc89a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f84f621b [f84f621b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.8% (5277 of 5622 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7adefbb7 [7adefbb7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (553 of 553 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kgpg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kgpg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a54f6ad [9a54f6ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.8% (722 of 723 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a7b6a48e [a7b6a48e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.0% (109 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=adb9ee02 [adb9ee02]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acbf941b [acbf941b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_systemmenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_systemmenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d1ace2d1 [d1ace2d1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (288 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c940de1b [c940de1b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ce53218 [7ce53218]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76141cbc [76141cbc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.7% (158 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44df28d5 [44df28d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1032 of 1032 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpovmodeler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpovmodeler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=77cf8f9c [77cf8f9c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (3008 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c8cacdab [c8cacdab]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 90.6% (155 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f38fa8f3 [f38fa8f3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b01edccd [b01edccd]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=04d54b46 [04d54b46]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=edde93c4 [edde93c4]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (331 of 332 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee87723d [ee87723d]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 94.7% (36 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=347c614b [347c614b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5d7a5d36 [5d7a5d36]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4a7354e [c4a7354e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17e37aec [17e37aec]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a93fc87 [5a93fc87]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (417 of 417 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libtdepim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fa7c437 [4fa7c437]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1428 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e157a91c [e157a91c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=35f9874a [35f9874a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=31e1fd99 [31e1fd99]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5196 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c29db08c [c29db08c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kasteroids&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kasteroids/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45c9efee [45c9efee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bac7cad2 [bac7cad2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.8% (722 of 723 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45438fab [45438fab]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmicons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmicons/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=184c41a3 [184c41a3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f2e51c15 [f2e51c15]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 55.1% (32 of 58 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78f3d660 [78f3d660]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c84bab9b [c84bab9b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9dceffa5 [9dceffa5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bea7c2b5 [bea7c2b5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2f6e4464 [2f6e4464]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (181 of 181 strings)&amp;lt;br/&amp;gt;Translation: tdepim/karm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/karm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b718443 [7b718443]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksystemtrayapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksystemtrayapplet/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df6f0d2f [df6f0d2f]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (290 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2282d9eb [2282d9eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.3% (21 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - alsaplayerui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-alsaplayerui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8ef3404 [a8ef3404]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (369 of 369 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3fb5a51f [3fb5a51f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (137 of 137 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kverbos&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kverbos/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6fd40db8 [6fd40db8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (205 of 205 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdemid&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdemid/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=789b5f42 [789b5f42]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (88 of 88 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kpersonalizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kpersonalizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bfa34bd2 [bfa34bd2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6da779c2 [6da779c2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.8% (224 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6038555 [e6038555]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dffecf21 [dffecf21]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.7% (157 of 159 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b0cd75a3 [b0cd75a3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (289 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=64e03b0c [64e03b0c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=805a0c6c [805a0c6c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c16120f [3c16120f]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f6b47865 [f6b47865]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.5% (3006 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=905b500e [905b500e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_wav&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_wav/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0376d619 [0376d619]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_theora&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_theora/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8c0bd602 [8c0bd602]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_sid&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_sid/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f96bfe38 [f96bfe38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_ogg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_ogg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=20da6100 [20da6100]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_m3u&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_m3u/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6ec9d7d [e6ec9d7d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=002f6b01 [002f6b01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9c288da4 [9c288da4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fdacc87 [4fdacc87]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_flac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_flac/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79bd92c0 [79bd92c0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_avi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_avi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8545225b [8545225b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_au&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_au/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16bb2152 [16bb2152]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (332 of 332 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61ff946a [61ff946a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (187 of 187 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/libkcddb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/libkcddb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=18dd016f [18dd016f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (111 of 111 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7047488 [e7047488]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=09ae6e3a [09ae6e3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a94f2253 [a94f2253]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kcmcddb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kcmcddb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=839723e8 [839723e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaboodle&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaboodle/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a3d5767a [a3d5767a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_vorbis&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_vorbis/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=039aa373 [039aa373]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (80 of 80 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_lame&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_lame/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1a2584a5 [1a2584a5]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 85.9% (1749 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ae0d186 [1ae0d186]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwindecoration&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwindecoration/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8e3a9bd8 [8e3a9bd8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a8bf169 [9a8bf169]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6329682c [6329682c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_flac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_flac/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=01a947f7 [01a947f7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48cbdde6 [48cbdde6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bda1bc83 [bda1bc83]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a94365d8 [a94365d8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b07c9fd5 [b07c9fd5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=99ddc47e [99ddc47e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=233603f3 [233603f3]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kickermenu_kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kickermenu_kate/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eb41c146 [eb41c146]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (261 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=035d412a [035d412a]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=252276b0 [252276b0]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a3c101a [5a3c101a]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3baf4ac [f3baf4ac]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0198f7b7 [0198f7b7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abbea754 [abbea754]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=22447195 [22447195]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67154ced [67154ced]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwinrules&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwinrules/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68257170 [68257170]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwindecoration&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwindecoration/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5b8921e6 [5b8921e6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b643ca2 [4b643ca2]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ea42728d [ea42728d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e0f759a [1e0f759a]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41a2a0a6 [41a2a0a6]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 87.7% (150 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7a72e540 [7a72e540]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1433ed29 [1433ed29]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4816e684 [4816e684]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c9f3b6c [3c9f3b6c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41444a5d [41444a5d]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 80.6% (2134 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=62275fac [62275fac]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4565a842 [4565a842]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eb88e6fc [eb88e6fc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a15c7835 [a15c7835]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7e214ab [e7e214ab]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ff4ced6a [ff4ced6a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c8260126 [c8260126]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4d00bce3 [4d00bce3]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cadd2b5d [cadd2b5d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9a96806 [c9a96806]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdelicense&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdelicense/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bda14f95 [bda14f95]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5196 of 5196 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dac4018a [dac4018a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 80.9% (1648 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b5c59d83 [b5c59d83]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=643497da [643497da]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e41785c [1e41785c]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (197 of 197 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1be1e3e9 [1be1e3e9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fbde5a66 [fbde5a66]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (326 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c1acc00 [6c1acc00]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (289 of 289 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9b635e1b [9b635e1b]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b0ef02e [7b0ef02e]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8dbd2744 [8dbd2744]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1b39883e [1b39883e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b5c8e7a [3b5c8e7a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=49367158 [49367158]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da6ebc69 [da6ebc69]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.5% (211 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=38d19787 [38d19787]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da4c604a [da4c604a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a289914a [a289914a]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmag&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmag/nl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=587622ea [587622ea]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d0076837 [d0076837]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=484fbfeb [484fbfeb]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 85.0% (805 of 946 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/katepart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/katepart/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a1c113b [5a1c113b]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 86.4% (369 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb4d9424 [bb4d9424]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 54.2% (247 of 455 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs_colors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs_colors/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3059b6dc [3059b6dc]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd92b2ee [bd92b2ee]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44c33da9 [44c33da9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.3% (158 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e405a694 [e405a694]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.8% (16 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmenergy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmenergy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1a8c65b3 [1a8c65b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 71.4% (5 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - image&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-image/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f91ae8b2 [f91ae8b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (197 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee561a5d [ee561a5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.5% (193 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b7818e1 [4b7818e1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegames/kmahjongg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmahjongg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=62c862a8 [62c862a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.6% (191 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=feb94ddc [feb94ddc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdewalletmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdewalletmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9cf3ed6a [9cf3ed6a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da73efd6 [da73efd6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdewalletmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdewalletmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=56f2e465 [56f2e465]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/krdb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/krdb/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ea2bd4b [2ea2bd4b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=289b8045 [289b8045]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 80.3% (1636 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17b287ee [17b287ee]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.9% (195 of 197 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e98cc110 [e98cc110]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7768467e [7768467e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ffe4047 [3ffe4047]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d42dfce9 [d42dfce9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 77.9% (1588 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c033f982 [c033f982]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=447af80a [447af80a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 76.8% (1565 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f9a53f48 [f9a53f48]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5cac2c06 [5cac2c06]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ec024ca [7ec024ca]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c624634e [c624634e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f86ccae9 [f86ccae9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6fc3c2e [d6fc3c2e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin_lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin_lib/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f322a111 [f322a111]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f09ec0ab [f09ec0ab]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ba5d62d1 [ba5d62d1]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.5% (209 of 210 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7e255c40 [7e255c40]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=86acd12e [86acd12e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4f3b4305 [4f3b4305]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eac33e90 [eac33e90]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (196 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17c51be5 [17c51be5]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0ab2398 [c0ab2398]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (326 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6b7fac1 [d6b7fac1]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (206 of 206 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4e97cea7 [4e97cea7]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e8274087 [e8274087]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d7fbab18 [d7fbab18]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3f1a08b4 [3f1a08b4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=92e6fc46 [92e6fc46]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6cf5249d [6cf5249d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48907031 [48907031]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.3% (148 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9ef855fe [9ef855fe]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.4% (170 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79e81b47 [79e81b47]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.9% (194 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=af5e01d0 [af5e01d0]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f262c268 [f262c268]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (326 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e03e491a [e03e491a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=299d7e9b [299d7e9b]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=963b03f8 [963b03f8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4643459 [a4643459]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 99.4% (171 of 172 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b6f0d602 [b6f0d602]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f6a6c8e5 [f6a6c8e5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67d451ba [67d451ba]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewpresenterplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewpresenterplugin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a18b92ba [a18b92ba]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d9a6697 [7d9a6697]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aaeda12b [aaeda12b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c999f37 [3c999f37]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdmconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmconfig/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef954c90 [ef954c90]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2aa378ca [2aa378ca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_zeroconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_zeroconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2cd8ff75 [2cd8ff75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cb5cf602 [cb5cf602]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krdc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krdc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fc00fa70 [fc00fa70]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (94 of 94 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kpf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kpf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=325dc4a8 [325dc4a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.8% (2984 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b912c6e7 [b912c6e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (248 of 248 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/knewsticker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/knewsticker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6e04a742 [6e04a742]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (103 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmwifi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmwifi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ca7235c9 [ca7235c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (100 of 100 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmlanbrowser&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmlanbrowser/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ddb067e7 [ddb067e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (43 of 43 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmktalkd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmktalkd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c7fc70f6 [c7fc70f6]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (196 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cff19a2f [cff19a2f]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bad75a4d [bad75a4d]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (327 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0115ec51 [0115ec51]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=75d3b850 [75d3b850]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ade36f2 [1ade36f2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ad7aeafe [ad7aeafe]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=57cd82f9 [57cd82f9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=405dc7df [405dc7df]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ee0c314 [3ee0c314]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdmconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmconfig/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2567a89d [2567a89d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b2441d13 [b2441d13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_zeroconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_zeroconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c669a79d [c669a79d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_lan&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_lan/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5ecccc8f [5ecccc8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_jabberdisco&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_jabberdisco/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=153f7022 [153f7022]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefile_torrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefile_torrent/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=db5cbbbc [db5cbbbc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kwireless&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kwireless/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=70391ee5 [70391ee5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kinetd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kinetd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0f541093 [0f541093]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kdictapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kdictapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16494e41 [16494e41]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/libtdepim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7648b3c9 [7648b3c9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b7ec603 [7b7ec603]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fb3fdb2b [fb3fdb2b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fe4514c8 [fe4514c8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=83bdc126 [83bdc126]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=63a90127 [63a90127]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/tdefifteen&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/tdefifteen/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df53a5b9 [df53a5b9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a27093a0 [a27093a0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 87.5% (14 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - audio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-audio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd2a6f38 [bd2a6f38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (89 of 89 strings)&amp;lt;br/&amp;gt;Translation: tdegames/twin4&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/twin4/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e64c11d2 [e64c11d2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (254 of 254 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libtdegames&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libtdegames/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7e30682d [7e30682d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (122 of 122 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libksirtet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libksirtet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ce1a3bf [3ce1a3bf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.2% (56 of 57 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ktuberling&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ktuberling/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2d940247 [2d940247]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9561b74 [c9561b74]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kshisen&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kshisen/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e67e6a7f [e67e6a7f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kolf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kolf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12861973 [12861973]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2e8f84f5 [2e8f84f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (381 of 381 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kgoldrunner&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kgoldrunner/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1256c7f6 [1256c7f6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f0087266 [f0087266]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (1235 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=06391dfe [06391dfe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 84.4% (87 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=71347685 [71347685]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79cebe5e [79cebe5e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78aaa659 [78aaa659]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (289 of 289 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=74773ebc [74773ebc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ac07e9f6 [ac07e9f6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdestyle_plastik_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdestyle_plastik_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e00cbcb5 [e00cbcb5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_kdatatool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_kdatatool/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c09081a6 [c09081a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdefileaudiopreview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdefileaudiopreview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=624183f5 [624183f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_autobookmarker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_autobookmarker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b00d45a6 [b00d45a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (946 of 946 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/katepart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/katepart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=db142dcb [db142dcb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabcformat_binary&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabcformat_binary/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7cd87b83 [7cd87b83]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_isearch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_isearch/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=11d74de2 [11d74de2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_file&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_file/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8c12f11 [b8c12f11]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_docwordcompletion&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_docwordcompletion/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dd4127b3 [dd4127b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_net&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_net/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6d341d34 [6d341d34]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_sql&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_sql/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=661b618f [661b618f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_dir&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_dir/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=650ebed1 [650ebed1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdestyle_highcontrast_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdestyle_highcontrast_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=681fb57e [681fb57e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2865 of 2865 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/ppdtranslations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/ppdtranslations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5410b42a [5410b42a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/libtdescreensaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/libtdescreensaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a4a938d [6a4a938d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_insertfile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_insertfile/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f1d18823 [f1d18823]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (44 of 44 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_ldaptdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_ldaptdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30f083cd [30f083cd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acbf80cd [acbf80cd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f8fb2e20 [f8fb2e20]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1013 of 1013 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeprint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeprint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aa0506f0 [aa0506f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (455 of 455 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs_colors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs_colors/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82e61934 [82e61934]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2739 of 2739 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a2ce6cb [9a2ce6cb]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73eb4e4d [73eb4e4d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=91f7be0d [91f7be0d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 64.5% (129 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a9fa5d76 [a9fa5d76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/taskbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/taskbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b382a9a [2b382a9a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktaskbarapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktaskbarapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30e0f112 [30e0f112]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/lockout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/lockout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e1c4e2b5 [e1c4e2b5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5317fab2 [5317fab2]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=92ad6a46 [92ad6a46]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0e61bcd [c0e61bcd]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dedebeb6 [dedebeb6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_delli8k&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_delli8k/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51c00880 [51c00880]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (206 of 206 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4a6e3eb [d4a6e3eb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c368d148 [c368d148]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a73707b4 [a73707b4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9af8d504 [9af8d504]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 97.3% (219 of 225 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=875d4c24 [875d4c24]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a757dd8a [a757dd8a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abcfb18a [abcfb18a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/libtaskbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskbar/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d481507 [7d481507]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kay&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kay/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fa9f0334 [fa9f0334]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5af0121c [5af0121c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdesud&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdesud/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e363127a [e363127a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/naughtyapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/naughtyapplet/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=54976205 [54976205]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 75.7% (1542 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8f32df4 [b8f32df4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a46e674 [8a46e674]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82b00602 [82b00602]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8919bb8a [8919bb8a]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3e98afc4 [3e98afc4]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51cb26bc [51cb26bc]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d5046c21 [d5046c21]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=500f2c45 [500f2c45]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 98.5% (70 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kspaceduel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kspaceduel/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=53f3360c [53f3360c]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksokoban&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksokoban/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fa57d92b [fa57d92b]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 48.9% (24 of 49 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksnake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksnake/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4d9d7c1 [a4d9d7c1]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 94.7% (18 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksmiletris&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksmiletris/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=63667467 [63667467]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 34.1% (27 of 79 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2b3a41b [e2b3a41b]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 38.0% (19 of 50 strings)&amp;lt;br/&amp;gt;Translation: tdegames/klines&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/klines/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=33531138 [33531138]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45486792 [45486792]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (58 of 58 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5e2914e7 [5e2914e7]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c716f74 [6c716f74]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a270de3 [5a270de3]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (322 of 322 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=404b586a [404b586a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8b023bb7 [8b023bb7]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (322 of 322 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10d7630d [10d7630d]] tdepim: remove kitchensync pot file again, since it was automatically re-added&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a8b0c96 [2a8b0c96]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f4de4713 [f4de4713]] tdepim: remove translations for kitchensync and multisynk&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=64d45800 [64d45800]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0c2a0ab3 [0c2a0ab3]] tdegraphics: remove translations for kmrml&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8aa58abf [8aa58abf]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=376b1bfe [376b1bfe]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a340797 [6a340797]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=90797510 [90797510]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e0706cf8 [e0706cf8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eee4a43c [eee4a43c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb21ba44 [bb21ba44]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
= libraries =&lt;br /&gt;
== libkdcraw ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=d13e9744 [d13e9744]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (74 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=50387262 [50387262]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 70.2% (52 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=fb8e7233 [fb8e7233]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (74 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=4720b9e3 [4720b9e3]] Added translation using Weblate (Chinese (Simplified))&lt;br /&gt;
&lt;br /&gt;
== libkipi ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=1ea1d770 [1ea1d770]] Added translation using Weblate (Chinese (Traditional))&lt;br /&gt;
&lt;br /&gt;
== kipi-plugins ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=aa3b7277 [aa3b7277]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.0% (512 of 602 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - metadataedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-metadataedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=62e89ce1 [62e89ce1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 40.1% (53 of 132 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - cdarchiving&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-cdarchiving/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=1fc6b1e0 [1fc6b1e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - viewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-viewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=f134eb8d [f134eb8d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=7115da7d [7115da7d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=c39b2d5d [c39b2d5d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=549a8d58 [549a8d58]] Added translation using Weblate (Chinese (Traditional))&lt;br /&gt;
&lt;br /&gt;
== libtqt-perl ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=ea4d4023 [ea4d4023]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=a8738810 [a8738810]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=076ec834 [076ec834]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
= applications/development =&lt;br /&gt;
== kdbg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=b171e1b2 [b171e1b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kdbg - kdbg.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbg-kdbgdesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== kdiff3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=453f35a8 [453f35a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 67.2% (347 of 516 strings)&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=47366761 [47366761]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: applications/kdiff3 - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=810025fb [810025fb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=b65164fa [b65164fa]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=abcdeb43 [abcdeb43]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=1bab9902 [1bab9902]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tdesvn ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=2cdbcc87 [2cdbcc87]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 48.5% (359 of 739 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=f66e96c7 [f66e96c7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdesvn - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=e0823d75 [e0823d75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/graphics =&lt;br /&gt;
== digikam ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=d1ed2afa [d1ed2afa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1793 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=1798610f [1798610f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=e809e384 [e809e384]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1793 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=53e13c18 [53e13c18]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2244 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=09a41f75 [09a41f75]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/&lt;br /&gt;
&lt;br /&gt;
== gwenview-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=3e754a52 [3e754a52]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=57175831 [57175831]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=827f6c7b [827f6c7b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/internet =&lt;br /&gt;
== kasablanca ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=2a9b7e7d [2a9b7e7d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kasablanca - kasablanca.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca-kasablancadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=159a8faf [159a8faf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 64.3% (74 of 115 strings)&amp;lt;br/&amp;gt;Translation: applications/kasablanca&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=4b9e3dcb [4b9e3dcb]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kbiff ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=c53c9a60 [c53c9a60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=2cc626b9 [2cc626b9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.8% (89 of 90 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=4069eda9 [4069eda9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff - kbiff.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff-kbiffdesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== knmap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=a289b05a [a289b05a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=2721c5e0 [2721c5e0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=24febfa6 [24febfa6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=8f8a354b [8f8a354b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (221 of 221 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=b68bd35b [b68bd35b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=60528588 [60528588]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 16.2% (36 of 221 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=aea076a0 [aea076a0]] Added translation using Weblate (Ukrainian)&lt;br /&gt;
&lt;br /&gt;
== konversation ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=dfedc855 [dfedc855]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.6% (1167 of 1362 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation/ru/&lt;br /&gt;
&lt;br /&gt;
== kshowmail ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=10272aed [10272aed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 49.8% (174 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=b13b420d [b13b420d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 49.5% (173 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
&lt;br /&gt;
== kstreamripper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=3ec99f94 [3ec99f94]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=457de6e0 [457de6e0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=1801e3aa [1801e3aa]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 80.0% (24 of 30 strings)&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=382d4392 [382d4392]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=5da88b7e [5da88b7e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=c621d368 [c621d368]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== ktorrent ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=523c79c3 [523c79c3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (875 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=46220b63 [46220b63]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 80.1% (701 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/ru/&lt;br /&gt;
&lt;br /&gt;
== kvirc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b32a017a [b32a017a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.8% (2404 of 2588 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=02e908ee [02e908ee]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=e2dd007c [e2dd007c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a48e70a7 [a48e70a7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (794 of 805 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a7254dcc [a7254dcc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - theme&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-theme/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=25f3bffc [25f3bffc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=1e208b4f [1e208b4f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - logview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-logview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=3e94a25e [3e94a25e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - editor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=0c62fcd5 [0c62fcd5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - filetransferwindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-filetransferwindow/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a6e75ff9 [a6e75ff9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - dcc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-dcc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=2091bae5 [2091bae5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - notifier&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=90e47cbd [90e47cbd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - sharedfileswindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-sharedfileswindow/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=729d67a2 [729d67a2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=116c3821 [116c3821]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=5e2a1ae3 [5e2a1ae3]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
= applications/misc =&lt;br /&gt;
== bibletime ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=9d90808b [9d90808b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/bibletime - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/bibletime-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=de0a4201 [de0a4201]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=7c699d2d [7c699d2d]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== desktop-effects-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=4ef8c50e [4ef8c50e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=7437087e [7437087e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=92556696 [92556696]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kerberostray ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=f56d47b0 [f56d47b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kerberostray&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kerberostray/&lt;br /&gt;
&lt;br /&gt;
= applications/multimedia =&lt;br /&gt;
== amarok ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=73837f1a [73837f1a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=079f0cc9 [079f0cc9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b037abfb [b037abfb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=93aff8fd [93aff8fd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=7f396148 [7f396148]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=8ac0d326 [8ac0d326]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=086adc4f [086adc4f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4ebfa149 [4ebfa149]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 79.7% (1981 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4cc71ec3 [4cc71ec3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=2116bf2a [2116bf2a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=e6e2d189 [e6e2d189]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=c2a12e62 [c2a12e62]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=44ad188d [44ad188d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=83730846 [83730846]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4ddb9e62 [4ddb9e62]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=90520108 [90520108]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 84.7% (2105 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=40099ec0 [40099ec0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b767627f [b767627f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=bcd8d83e [bcd8d83e]] Fix functionality broken by commit 1c3e0630.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b04099ff [b04099ff]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=a7a79de0 [a7a79de0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=1c3e0630 [1c3e0630]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=5dedf79f [5dedf79f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=8b28bb5c [8b28bb5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=9038cb17 [9038cb17]] Translated using Weblate (Turkish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/tr/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=3c835108 [3c835108]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.8% (2406 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
&lt;br /&gt;
== codeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=033f32ab [033f32ab]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=28a3b75f [28a3b75f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=9f39f05e [9f39f05e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/codeine - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/codeine-desktop-files/&lt;br /&gt;
&lt;br /&gt;
== k3b ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=00a24ebc [00a24ebc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=987871f0 [987871f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=c2fbc8f1 [c2fbc8f1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=95a45a4f [95a45a4f]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=bbf83236 [bbf83236]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=894069eb [894069eb]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/pt/&lt;br /&gt;
&lt;br /&gt;
== k3b-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=84cd0b47 [84cd0b47]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (47 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=6f6f5263 [6f6f5263]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=bd308fa9 [bd308fa9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=e6010418 [e6010418]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (47 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=cb12df11 [cb12df11]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=ecef8905 [ecef8905]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=9c355f26 [9c355f26]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=1d1360a7 [1d1360a7]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=6f8f68cc [6f8f68cc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=47c13aee [47c13aee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=b92282bd [b92282bd]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 97.8% (46 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/bg/&lt;br /&gt;
&lt;br /&gt;
== k9copy ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=ef83b5b8 [ef83b5b8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=4979c509 [4979c509]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=237b3548 [237b3548]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (495 of 495 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=553df4a4 [553df4a4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=bc07265d [bc07265d]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kaffeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=eac2daca [eac2daca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (729 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=6c9257f2 [6c9257f2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.5% (711 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=e0e0d158 [e0e0d158]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=b871bd5b [b871bd5b]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kmplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=30650e19 [30650e19]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.9% (347 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=77c148a7 [77c148a7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=bb993d63 [bb993d63]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=d8d54a7f [d8d54a7f]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 95.6% (373 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=122a27a0 [122a27a0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=bb9e13d1 [bb9e13d1]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=0817bc03 [0817bc03]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer-desktop-files/bg/&lt;br /&gt;
&lt;br /&gt;
== kplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=cc14b9cf [cc14b9cf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=d8391ef7 [d8391ef7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 77.0% (799 of 1037 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/ru/&lt;br /&gt;
&lt;br /&gt;
== soundkonverter ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=bcf2d459 [bcf2d459]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.6% (302 of 319 strings)&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=2bf7eb6c [2bf7eb6c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=28a35800 [28a35800]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=300613ee [300613ee]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=a13d3527 [a13d3527]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tderadio ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=aa80a24c [aa80a24c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=28afa3da [28afa3da]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - oss-sound&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-oss-sound/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=5369d924 [5369d924]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (45 of 45 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - gui-standard-display&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-standard-display/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=a9f14b38 [a9f14b38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 82.3% (14 of 17 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - timeshifter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-timeshifter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=d57a893c [d57a893c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.1% (75 of 78 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - recording&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-recording/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=55460675 [55460675]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=03b5df8e [03b5df8e]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 93.5% (29 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=0bb5fda6 [0bb5fda6]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=8cd30c0e [8cd30c0e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=c74cfcb6 [c74cfcb6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.7% (30 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/office =&lt;br /&gt;
== basket ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=33317176 [33317176]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/basket&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=c8b892a3 [c8b892a3]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kbibtex ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=702a473b [702a473b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 73.7% (444 of 602 strings)&amp;lt;br/&amp;gt;Translation: applications/kbibtex&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbibtex/ru/&lt;br /&gt;
&lt;br /&gt;
== kbookreader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=e32bbc6e [e32bbc6e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (17 of 17 strings)&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=fcdb94c9 [fcdb94c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kbookreader - kbookreader.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader-kbookreaderdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=ac3e0386 [ac3e0386]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=61e10e5a [61e10e5a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/&lt;br /&gt;
&lt;br /&gt;
== kile ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=00b87abb [00b87abb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kile - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== kmymoney ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=e592106d [e592106d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (2658 of 2674 strings)&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=67a43ced [67a43ced]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=9df4c701 [9df4c701]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== koffice ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=d165869a [d165869a]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=c2fdb394 [c2fdb394]] Fix functionality broken by commit a9bbaa83&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=a9bbaa83 [a9bbaa83]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== koffice-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=572398a4 [572398a4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (3150 of 3168 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspread&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=bce5a0c4 [bce5a0c4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.4% (1169 of 1200 strings)&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=cc44ebc3 [cc44ebc3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: koffice/thesaurus_tool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/thesaurus_tool/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=b6cedf64 [b6cedf64]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_ooo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_ooo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=9f49ba05 [9f49ba05]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_koffice&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_koffice/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=7a3529fd [7a3529fd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_gnumeric&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_gnumeric/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=05196041 [05196041]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_abiword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_abiword/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ffe6d299 [ffe6d299]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (961 of 961 strings)&amp;lt;br/&amp;gt;Translation: koffice/kword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kword/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ad3cf8ee [ad3cf8ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspreadcalc_calc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspreadcalc_calc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=7f8b71fa [7f8b71fa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (909 of 909 strings)&amp;lt;br/&amp;gt;Translation: koffice/kpresenter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kpresenter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=d154e97e [d154e97e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (354 of 354 strings)&amp;lt;br/&amp;gt;Translation: koffice/kformdesigner&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kformdesigner/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=9c40a4ce [9c40a4ce]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=aa8c2267 [aa8c2267]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ccf47869 [ccf47869]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=f690d314 [f690d314]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.0% (1295 of 1423 strings)&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=f0bcacf8 [f0bcacf8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kivio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kivio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=e1f27756 [e1f27756]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=e84fa74c [e84fa74c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kword/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=fc3d61ff [fc3d61ff]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/koffice&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/koffice/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=31fd578d [31fd578d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=069df0f0 [069df0f0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kofficefilters&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kofficefilters/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=96a280ad [96a280ad]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=b7a0d0ff [b7a0d0ff]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 98.3% (420 of 427 strings)&amp;lt;br/&amp;gt;Translation: koffice/karbon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/karbon/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=8e305f42 [8e305f42]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 99.8% (1421 of 1423 strings)&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=61f41445 [61f41445]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: koffice/example&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/example/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=1f753ab8 [1f753ab8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (3150 of 3168 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspread&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/ru/&lt;br /&gt;
&lt;br /&gt;
== kpilot ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=9beef848 [9beef848]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.3% (1059 of 1088 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=adc41d0e [adc41d0e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=43b3df95 [43b3df95]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=b2480185 [b2480185]] Fix functionality broken by commit a956e3e&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=f060f38e [f060f38e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=fa847ef4 [fa847ef4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=a956e3e8 [a956e3e8]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tellico ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=10996a19 [10996a19]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=252be932 [252be932]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.5% (1108 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=f73799c2 [f73799c2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=30d2f3d2 [30d2f3d2]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 74.2% (826 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=997c050d [997c050d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=0a00263f [0a00263f]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
= applications/settings =&lt;br /&gt;
== kdpkg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=752317fb [752317fb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=c178f4e3 [c178f4e3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 93.1% (27 of 29 strings)&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=7afa4047 [7afa4047]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=3107e30a [3107e30a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=4277d12f [4277d12f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/&lt;br /&gt;
&lt;br /&gt;
== kkbswitch ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=c36d0446 [c36d0446]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch - kkbswitch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch-kkbswitchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=d7b89dac [d7b89dac]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=586412b8 [586412b8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 96.4% (55 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=8978515d [8978515d]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=29e2187e [29e2187e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=4f10d322 [4f10d322]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=2f27dd99 [2f27dd99]] Added global shortcuts for switching to previous/next group&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/kkbswitch/issues/6 #6]&lt;br /&gt;
&lt;br /&gt;
== klcddimmer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=739e6b63 [739e6b63]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/klcddimmer - klcddimmer.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer-klcddimmerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=c552505d [c552505d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/klcddimmer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer/&lt;br /&gt;
&lt;br /&gt;
== tdenetworkmanager ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=f781e430 [f781e430]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 56.5% (160 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=6bd64d20 [6bd64d20]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 54.4% (154 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/system =&lt;br /&gt;
== dolphin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=d6981f86 [d6981f86]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=88bffef8 [88bffef8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=50bf6ece [50bf6ece]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=df0f2634 [df0f2634]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 87.3% (55 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=128fc6c0 [128fc6c0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=4177bfeb [4177bfeb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=31e79818 [31e79818]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=614887eb [614887eb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=dfc034e5 [dfc034e5]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kbfx ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=7df544d7 [7df544d7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbfx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbfx/&lt;br /&gt;
&lt;br /&gt;
== kcmautostart ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=e156d8d7 [e156d8d7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=a34114dc [a34114dc]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=e32b5599 [e32b5599]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/&lt;br /&gt;
&lt;br /&gt;
== knemo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=6132bf8e [6132bf8e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== krusader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=a6d7af8f [a6d7af8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 89.0% (1246 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=1107ba66 [1107ba66]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=60b198a9 [60b198a9]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1399 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/uk/&lt;br /&gt;
&lt;br /&gt;
== kshutdown ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=0cb0eeb3 [0cb0eeb3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown - kshutdown.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-kshutdowndesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=6c6e8bb5 [6c6e8bb5]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown - kshutdown.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-kshutdowndesktop/nl/&lt;br /&gt;
&lt;br /&gt;
== ksystemlog ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=cf0f1b44 [cf0f1b44]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/ksystemlog&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksystemlog/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=27e255d7 [27e255d7]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== polkit-agent-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=774e540b [774e540b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=fe3d3837 [fe3d3837]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=81f288bf [81f288bf]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/zh_Hant/&lt;br /&gt;
&lt;br /&gt;
== tdebluez ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=fce0091e [fce0091e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=f23e3839 [f23e3839]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=823b8121 [823b8121]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=d0311fa0 [d0311fa0]] Added translation using Weblate (Dutch)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ee1b7905 [ee1b7905]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 89.1% (239 of 268 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=14e65f81 [14e65f81]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=9a895e4f [9a895e4f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=5dbd02e3 [5dbd02e3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=75e3f4ae [75e3f4ae]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=1d2fcc95 [1d2fcc95]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (266 of 266 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=9ec32992 [9ec32992]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=226cacc4 [226cacc4]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (274 of 274 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ae46115f [ae46115f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ad1894b7 [ad1894b7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=e852055d [e852055d]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tdepowersave ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=1e735aeb [1e735aeb]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (311 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=f39d5cd2 [f39d5cd2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=c1d1a446 [c1d1a446]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=70666ec3 [70666ec3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=c2676876 [c2676876]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.2% (290 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=5242ce6d [5242ce6d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=678ecbe9 [678ecbe9]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== yakuake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=4d40f6d0 [4d40f6d0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.9% (94 of 98 strings)&amp;lt;br/&amp;gt;Translation: applications/yakuake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/tdeio =&lt;br /&gt;
== tdeio-ftps ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-ftps/commit/?id=8ac1f636 [8ac1f636]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdeio-ftps&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-ftps/&lt;br /&gt;
&lt;br /&gt;
== tdeio-umountwrapper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=e3173ff2 [e3173ff2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-umountwrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-umountwrapper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=c37ba2dc [c37ba2dc]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
= applications/themes =&lt;br /&gt;
== gtk-qt-engine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=2178adeb [2178adeb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=90c79e65 [90c79e65]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=df701883 [df701883]] Added translation using Weblate (Chinese (Simplified))&lt;br /&gt;
&lt;br /&gt;
== kgtk-qt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=06bca424 [06bca424]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/kgtk-qt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kgtk-qt3/ru/&lt;br /&gt;
&lt;br /&gt;
== tde-style-baghira ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=bb43a575 [bb43a575]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - sessionapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-sessionapplet/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=738600de [738600de]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - starter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-starter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=54a306f5 [54a306f5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=4a3bbfa4 [4a3bbfa4]] Rename library twin3_baghira -&amp;amp;gt; twin_baghira&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=fc8b3dd4 [fc8b3dd4]] Fix functionality broken by commit 66813ef&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=66813efe [66813efe]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tde-style-domino ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=7ea023ba [7ea023ba]] Rename library twin3_domino -&amp;amp;gt; twin_domino&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== tde-style-ia-ora ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=25c19604 [25c19604]] Rename library twin3_iaora -&amp;amp;gt; twin_iaora&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== tde-style-lipstik ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=39c758d5 [39c758d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-lipstik - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-lipstik-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=e0338512 [e0338512]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== twin-style-crystal ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=d9afc78c [d9afc78c]] Rename library twin3_crystal -&amp;amp;gt; twin_crystal&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-dekorator ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=c67f6084 [c67f6084]] Rename library twin3_deKorator -&amp;amp;gt; twin_deKorator&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-machbunt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=81c7c4d0 [81c7c4d0]] Rename library twin3_MachBunt to twin_MachBunt&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-suse2 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=9b5c2e1e [9b5c2e1e]] Rename library twin3_SUSE2 -&amp;amp;gt; twin_SUSE&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
= applications/utilities =&lt;br /&gt;
== abakus ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=9ace50d1 [9ace50d1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/abakus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=467ef6c1 [467ef6c1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (49 of 49 strings)&amp;lt;br/&amp;gt;Translation: applications/abakus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=e1762b36 [e1762b36]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=b277c7ae [b277c7ae]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/abakus - abakus.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus-abakusdesktop/bg/&lt;br /&gt;
&lt;br /&gt;
== filelight ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=aa06806b [aa06806b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=28349b70 [28349b70]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=7cc11b7f [7cc11b7f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=629295b3 [629295b3]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=33098270 [33098270]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (77 of 77 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/uk/&lt;br /&gt;
&lt;br /&gt;
== kbarcode ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=2f5aa189 [2f5aa189]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.1% (589 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=6c31a9ec [6c31a9ec]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=7f9e4e65 [7f9e4e65]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.9% (582 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=f6c05921 [f6c05921]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 74.5% (443 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=371ce27c [371ce27c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=7bd51d72 [7bd51d72]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=6ca861bd [6ca861bd]] Fix functionality broken by commit fc06df3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=fc06df33 [fc06df33]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== kchmviewer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kchmviewer/commit/?id=78502278 [78502278]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kchmviewer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kchmviewer-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== kcpuload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=b49178b0 [b49178b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=8ae8e9f8 [8ae8e9f8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 94.8% (37 of 39 strings)&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=7a450d31 [7a450d31]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=d9952f82 [d9952f82]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/&lt;br /&gt;
&lt;br /&gt;
== knutclient ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=dfa5f3fa [dfa5f3fa]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knutclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=466ddc1b [466ddc1b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (203 of 203 strings)&amp;lt;br/&amp;gt;Translation: applications/knutclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient/uk/&lt;br /&gt;
&lt;br /&gt;
== krename ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=b4e78648 [b4e78648]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: applications/krename - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krename-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krename/commit/?id=7740aa8e [7740aa8e]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== qalculate-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=744ac88e [744ac88e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=6baf1704 [6baf1704]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.4% (593 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=accfbbbf [accfbbbf]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=34b3365e [34b3365e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=933d4190 [933d4190]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=68aa9b3b [68aa9b3b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (596 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=96280709 [96280709]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 75.0% (447 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=09de128a [09de128a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 70.6% (421 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=c714c687 [c714c687]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 60.7% (362 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=1c102209 [1c102209]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 42.4% (253 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=06249035 [06249035]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
= packaging =&lt;br /&gt;
== packaging ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=70a0160c [70a0160c]] DEB tdebindings: remove dependency on libtqt3-compat-headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=fb212c9e [fb212c9e]] DEB tqt3: drop compat files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=a4869e73 [a4869e73]] DEB tdebase twin: adjusted after renaming client libraries from twin3_* to twin_*. This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=7b064a10 [7b064a10]] DEB tqt3: adjusted after removing Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f7be243e [f7be243e]] DEB buildscripts: update supported distros&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f82c8cc0 [f82c8cc0]] DEB: remove support for Debian Stretch and Ubuntu Xenial&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=4721bdc6 [4721bdc6]] DEB tqt3: remove Qt2 obsolete classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=e6b868c8 [e6b868c8]] DEB tdebase: added release notes for R14.2.x series&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=3c5c1e60 [3c5c1e60]] DEB trinity-apt-archive: Set the apt repository URL to PTB.&lt;/div&gt;</summary>
		<author><name>SlavekB</name></author>
	</entry>
	<entry>
		<id>https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.2.0&amp;diff=3248</id>
		<title>Changelog For R14.2.0</title>
		<link rel="alternate" type="text/html" href="https://wiki.trinitydesktop.net/index.php?title=Changelog_For_R14.2.0&amp;diff=3248"/>
		<updated>2023-12-11T01:48:50Z</updated>

		<summary type="html">&lt;p&gt;SlavekB: /* applications/themes */ Update 20231210&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= dependencies =&lt;br /&gt;
== tde-cmake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-cmake/commit/?id=9fae6b57 [9fae6b57]] Update version to R14.2.0&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tqt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=ee0c5d58 [ee0c5d58]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a6829398 [a6829398]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=d2122705 [d2122705]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (488 of 488 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=e0a3cab4 [e0a3cab4]] Minor adjustments to porting documentation&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=f2b3ea52 [f2b3ea52]] Drop compatibility code for TQSignal&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=fb6884ea [fb6884ea]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=2e817b4b [2e817b4b]] Remove dangled symlinks for droped compat headers.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=c3bb8881 [c3bb8881]] Drop compatibility code for TQButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=9492e618 [9492e618]] Drop compatibility code for TQThread&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=979f5621 [979f5621]] Drop compatibility code for TQLineEdit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=83991feb [83991feb]] Remove Qt4 related stuff&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=48ea22d0 [48ea22d0]] Drop compatibility code for TQToolButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b1bfbe79 [b1bfbe79]] Drop compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=bfd62a0b [bfd62a0b]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a8466ab3 [a8466ab3]] Translated using Weblate (Chinese (zh))&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: dependencies/tqt3 - examples-i18n&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/dependencies/tqt3-examples-i18n/zh/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=5350a724 [5350a724]] Drop TQT_NO_COMPAT code from mkspecs files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=a75445b4 [a75445b4]] Drop Qt2 obsolete classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=b6e9b6c6 [b6e9b6c6]] Added translation using Weblate (Turkish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqt3/commit/?id=af9d6b11 [af9d6b11]] Added translation using Weblate (Turkish)&lt;br /&gt;
&lt;br /&gt;
== tqtinterface ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=9ad01120 [9ad01120]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=4746fbba [4746fbba]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tqtinterface/commit/?id=1c79e9f8 [1c79e9f8]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
== pytqt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=aa676491 [aa676491]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=cba16275 [cba16275]] Drop compatibility code for TQThread&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=8bd235be [8bd235be]] Addons to previous commit&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/pytqt/commit/?id=28273a01 [28273a01]] Drop Qt2&amp;#039;s TQSemiModal class.&lt;br /&gt;
&lt;br /&gt;
= core =&lt;br /&gt;
== tdelibs ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cca633c6 [cca633c6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (179 of 179 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/all languages&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/all-languages/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=9755ecd9 [9755ecd9]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=503eb0d9 [503eb0d9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=29b84bd0 [29b84bd0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=f6627610 [f6627610]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7f7e5585 [7f7e5585]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.4% (323 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=7a35fcf1 [7a35fcf1]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=f49e67f0 [f49e67f0]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=920d56d2 [920d56d2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=a7316f73 [a7316f73]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=4e0aa6d5 [4e0aa6d5]] Fix functionality broken by commit 8233b2e5.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=8233b2e5 [8233b2e5]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=74cb596c [74cb596c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdemarkdown - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdemarkdown-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=29f58681 [29f58681]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (327 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/mimetypes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/mimetypes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=c6bc3af7 [c6bc3af7]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdelibs/commit/?id=cdf964bb [cdf964bb]] Update version to R14.2.0&amp;amp;#126;[DEVELOPMENT]&lt;br /&gt;
&lt;br /&gt;
== tdebase ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=607f0804 [607f0804]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdehtml_plugins.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdehtml_pluginsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5f815bd0 [5f815bd0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkonq - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkonq-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8175c850 [8175c850]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksysguard - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksysguard-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=7c8d600d [7c8d600d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=3faa7b1b [3faa7b1b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kate - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kate-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f6fb0d91 [f6fb0d91]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 61.8% (281 of 454 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=70af14e2 [70af14e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 48.5% (168 of 346 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kappfinder - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kappfinder-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=035c2698 [035c2698]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - directories&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-directories/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a1cbb16b [a1cbb16b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.8% (248 of 251 strings)&amp;lt;br/&amp;gt;Translation: tdebase/l10n - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/l10n-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=a26bb216 [a26bb216]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1103f2b1 [1103f2b1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/color schemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/color-schemes/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c836bb9d [c836bb9d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=00eab673 [00eab673]] Translated using Weblate (Greek)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/el/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9e7b4bb1 [9e7b4bb1]] TWin: Fix loading of window decoration configuration libraries&amp;lt;br/&amp;gt;Accidentally broken by commit 84ab47055d.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=748a54ff [748a54ff]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=dddd52ff [dddd52ff]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=30d54139 [30d54139]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2317bee2 [2317bee2]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=4c64b274 [4c64b274]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-events/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=c0ca8145 [c0ca8145]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=f1f2e40a [f1f2e40a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5eec362c [5eec362c]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2986ff6e [2986ff6e]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-desktop-files/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2937383d [2937383d]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khotkeys - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khotkeys-data/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9ab75fc1 [9ab75fc1]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ea076539 [ea076539]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdebase/drkonqi - presets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/drkonqi-presets/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8a8431ab [8a8431ab]] twin: renames twin3_ to twin_ in user theme config files. This relates to issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/351 #351] and PR #364.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=91cb2036 [91cb2036]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.0% (33 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=88ea7160 [88ea7160]] KWin: rename client libraries twin3_* -&amp;amp;gt; twin_*&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=84ab4705 [84ab4705]] Make TWin look for `twin_` libraries&amp;lt;br/&amp;gt;This is now the preferred way of calling the decoration libraries&amp;lt;br/&amp;gt;(in place of `twin3_`). The old names that start with `twin3_` are&amp;lt;br/&amp;gt;still recognized for compatibility reasons.&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/351 #351]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e8336ee5 [e8336ee5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=2da663c3 [2da663c3]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=8210b058 [8210b058]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=74eb1d78 [74eb1d78]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=90b19e21 [90b19e21]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/khelpcenter - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/khelpcenter-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ce84a0c6 [ce84a0c6]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=950f0ce7 [950f0ce7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1 of 1 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tde_release_notes.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tde_release_notesdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=d61158c7 [d61158c7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdcop - kdcop.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdcop-kdcopdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=ddc6b3af [ddc6b3af]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeintegration.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeintegrationdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=1771a344 [1771a344]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop - icons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop-icons/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=5ec66d53 [5ec66d53]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdebase/applnk - compat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/applnk-compat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=653159ea [653159ea]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=143cff2e [143cff2e]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=78937d51 [78937d51]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=9ab17ab4 [9ab17ab4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebase/commit/?id=e539275a [e539275a]] Add release notes draft for R14.2.x series&lt;br /&gt;
&lt;br /&gt;
== tdepim ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=5863ef46 [5863ef46]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=0e164959 [0e164959]] Fix functionality broken by commit fd0046c4&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=fd0046c4 [fd0046c4]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepim/commit/?id=860c8799 [860c8799]] Drop deprecated kitchensync code&lt;br /&gt;
&lt;br /&gt;
== tdemultimedia ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=c5e80026 [c5e80026]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdemid - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdemid-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=ec115020 [ec115020]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=1c71f523 [1c71f523]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/libkcddb - libkcddb.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/libkcddb-libkcddbdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=94ca3a13 [94ca3a13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kscd - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kscd-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=6c3e9a2f [6c3e9a2f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=775b1efd [775b1efd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kappfinder - data&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kappfinder-data/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=a452bd94 [a452bd94]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaudiocreator - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaudiocreator-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=514a0715 [514a0715]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=cb937aa9 [cb937aa9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaudiocreator - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaudiocreator-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=261327ee [261327ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaboodle - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaboodle-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdemultimedia/commit/?id=ab65a990 [ab65a990]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== tdenetwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=7cf631be [7cf631be]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=15fd0d5c [15fd0d5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=bff9d105 [bff9d105]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=1e65a9c9 [1e65a9c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krfb - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krfb-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=65f0237b [65f0237b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (39 of 39 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=0f7aec08 [0f7aec08]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=8b0277b3 [8b0277b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=ea8c2556 [ea8c2556]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kwifi - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kwifi-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=7dbed250 [7dbed250]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=1732e27c [1732e27c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc - ksirc.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc-ksircdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=f0b3ae6b [f0b3ae6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krfb - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krfb-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=0bf1f09c [0bf1f09c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krdc - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krdc-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=cd3b9bc6 [cd3b9bc6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=6c1bfe1c [6c1bfe1c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/knewsticker - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/knewsticker-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e540875f [e540875f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=9f39152c [9f39152c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kget - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kget-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=ec7c5f92 [ec7c5f92]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmlanbrowser - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmlanbrowser-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=bd2c6b41 [bd2c6b41]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kdict - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kdict-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=055c3ba8 [055c3ba8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmktalkd - kcmktalkd.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmktalkd-kcmktalkddesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetwork/commit/?id=e8441a98 [e8441a98]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/dcoprss - rssservice.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/dcoprss-rssservicedesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== tdegraphics ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=32a0eae8 [32a0eae8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=0464b42f [0464b42f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksvg - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksvg-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=83ca390f [83ca390f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kooka - kooka.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kooka-kookadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=b946ccf6 [b946ccf6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kolourpaint - kolourpaint.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kolourpaint-kolourpaintdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=c3994f8f [c3994f8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=c8525154 [c8525154]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kfax - kfax.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kfax-kfaxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=82790fe5 [82790fe5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcoloredit - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcoloredit-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=6628c1cf [6628c1cf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdeiconedit - tdeiconedit.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdeiconedit-tdeiconeditdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=6fec2493 [6fec2493]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewshell - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewshell-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=0ac60cd7 [0ac60cd7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kuickshow - kuickshow.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kuickshow-kuickshowdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=b7a2fb44 [b7a2fb44]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksnapshot - ksnapshot.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksnapshot-ksnapshotdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=d73ec8db [d73ec8db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler - kruler.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler-krulerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=4207cf76 [4207cf76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpovmodeler - kpovmodeler.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpovmodeler-kpovmodelerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=a34651aa [a34651aa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=df90b4db [df90b4db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kfaxview - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kfaxview-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=10228ff7 [10228ff7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kdvi - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kdvi-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=786ba559 [786ba559]] Fix functionality broken by commit d26dabfe.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=d26dabfe [d26dabfe]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegraphics/commit/?id=fdd22494 [fdd22494]] Drop deprecated kmrml code&lt;br /&gt;
&lt;br /&gt;
== tdetoys ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=47ebe98c [47ebe98c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (285 of 285 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather - stations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather-stations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=bfb7d592 [bfb7d592]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=97649015 [97649015]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kworldclock - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kworldclock-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=29e37f55 [29e37f55]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/ktux - ktux.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/ktux-ktuxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=4eb6f321 [4eb6f321]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kteatime - kteatime.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kteatime-kteatimedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=75d71ec8 [75d71ec8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kodo - kodo.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kodo-kododesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=ef99089e [ef99089e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/amor - amor.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/amor-amordesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdetoys/commit/?id=528f19d2 [528f19d2]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeedu ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=0c53c58d [0c53c58d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=d99f3098 [d99f3098]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=05b36881 [05b36881]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kverbos - kverbos.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kverbos-kverbosdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=b2b4038e [b2b4038e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kturtle - kturtle.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kturtle-kturtledesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=9edf12e3 [9edf12e3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/ktouch - ktouch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/ktouch-ktouchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=373f572e [373f572e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kiten - kiten.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kiten-kitendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=894d22c5 [894d22c5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars - kstars.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars-kstarsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=b245468a [b245468a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kpercentage - kpercentage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kpercentage-kpercentagedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=9a430435 [9a430435]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kmplot - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kmplot-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=7cbde739 [7cbde739]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/klettres - klettres.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/klettres-klettresdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=3f41eb31 [3f41eb31]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/klatin - klatin.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/klatin-klatindesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=274c00f5 [274c00f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kig - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kig-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=d076ba6e [d076ba6e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/khangman - khangman.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/khangman-khangmandesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e7ecdbc7 [e7ecdbc7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography - kgeography.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography-kgeographydesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=7ec075a1 [7ec075a1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/keduca - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/keduca-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e45f4ee3 [e45f4ee3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kbruch - kbruch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kbruch-kbruchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=e73aad5f [e73aad5f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kanagram - kanagram.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kanagram-kanagramdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=026dd7e1 [026dd7e1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kalzium - kalzium.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kalzium-kalziumdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=92daf7c2 [92daf7c2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/blinken - blinken.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/blinken-blinkendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=ad620012 [ad620012]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeedu/commit/?id=1b57c822 [1b57c822]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== tdegames ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=707ed9c6 [707ed9c6]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=72486eea [72486eea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/tdefifteen - tdefifteen.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/tdefifteen-tdefifteendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=1af92e8c [1af92e8c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk - knetwalk.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk-knetwalkdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=b4e10441 [b4e10441]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/twin4 - twin4.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/twin4-twin4desktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=60e6b4b7 [60e6b4b7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ktuberling - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ktuberling-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f86cc3b2 [f86cc3b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kspaceduel - kspaceduel.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kspaceduel-kspacedueldesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=1723a2e2 [1723a2e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksokoban - ksokoban.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksokoban-ksokobandesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=b8bfa029 [b8bfa029]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksnake - ksnake.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksnake-ksnakedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f3055d26 [f3055d26]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=25bbc148 [25bbc148]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet - ksirtet.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet-ksirtetdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=bc6ebdd9 [bc6ebdd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksame - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksame-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=245abf4b [245abf4b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kshisen - kshisen.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kshisen-kshisendesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=a24aefaf [a24aefaf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f361902f [f361902f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi - kreversi.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi-kreversidesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=bdbf75db [bdbf75db]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kpoker - kpoker.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kpoker-kpokerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=8010109b [8010109b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kpat - kpat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kpat-kpatdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=30b2fe6b [30b2fe6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/konquest - konquest.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/konquest-konquestdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e3c0ddc0 [e3c0ddc0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kolf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kolf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=214ce742 [214ce742]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmines - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmines-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e2876665 [e2876665]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=e58b9568 [e58b9568]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmines - kmines.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmines-kminesdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=564ede18 [564ede18]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kmahjongg - kmahjongg.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmahjongg-kmahjonggdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=a1f2098b [a1f2098b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegames/klickety - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/klickety-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=04405ac0 [04405ac0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kjumpingcube - kjumpingcube.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kjumpingcube-kjumpingcubedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=ddeb59d5 [ddeb59d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kgoldrunner - KGoldrunner.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kgoldrunner-kgoldrunnerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=6aa6a2fc [6aa6a2fc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kenolaba - kenolaba.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kenolaba-kenolabadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=c2e382ff [c2e382ff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbounce - kbounce.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbounce-kbouncedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=43a1ef1a [43a1ef1a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kblackbox - kblackbox.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kblackbox-kblackboxdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=47443995 [47443995]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbackgammon - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbackgammon-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=51730a13 [51730a13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kbackgammon - kbackgammon.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kbackgammon-kbackgammondesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=f4e1241f [f4e1241f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kasteroids - kasteroids.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kasteroids-kasteroidsdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=195f32ff [195f32ff]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegames/atlantik - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/atlantik-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=078f8a60 [078f8a60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdegames/atlantik - atlantik.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/atlantik-atlantikdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=23f73f6d [23f73f6d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdegames/commit/?id=89209b44 [89209b44]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== tdeaccessibility ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=546f0a26 [546f0a26]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmousetool - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmousetool-desktop-files/nl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaccessibility/commit/?id=0c8252ff [0c8252ff]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmag - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmag-desktop-files/nl/&lt;br /&gt;
&lt;br /&gt;
== tdeaddons ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=462e8067 [462e8067]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (64 of 64 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-plugins-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=7247f36b [7247f36b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tutorials - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tutorials-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=729f8436 [729f8436]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-plugins-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=c75bb91d [c75bb91d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/ksig - ksig.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/ksig-ksigdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeaddons/commit/?id=8b19a3d4 [8b19a3d4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (44 of 44 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate plugins - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-plugins-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== tdeadmin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=7c269be3 [7c269be3]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 50.0% (1 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage - kpackage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage-kpackagedesktop/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=b60f7565 [b60f7565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kuser - kuser.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kuser-kuserdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=39dd6199 [39dd6199]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/ksysv - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/ksysv-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=1ec384e5 [1ec384e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=78260ae7 [78260ae7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage - kpackage.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage-kpackagedesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=18052ec0 [18052ec0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kdat - kdat.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kdat-kdatdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeadmin/commit/?id=68dbc1fc [68dbc1fc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kcron - kcron.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kcron-kcrondesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== tdeartwork ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=e76fde84 [e76fde84]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/icon themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/icon-themes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=480c8a32 [480c8a32]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/icon themes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/icon-themes/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=d5891cb6 [d5891cb6]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/wallpapers-desktop-files/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=b7c7780f [b7c7780f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeartwork/wallpapers - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/wallpapers-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=25e4ea58 [25e4ea58]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=0afaf315 [0afaf315]] twin-styles: twin3_ to twin_ conversion&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeartwork/commit/?id=5f90bc99 [5f90bc99]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (314 of 314 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/tdescreensaver - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/tdescreensaver-desktop-files/it/&lt;br /&gt;
&lt;br /&gt;
== tdebindings ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=84ec6486 [84ec6486]] Drop compatibility code for TQSignal&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=13378021 [13378021]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=02712db1 [02712db1]] Drop compatibility code for TQButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=53442b53 [53442b53]] Drop obsolete TQLineEdit methods&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=1b35744b [1b35744b]] Drop compatibility code for TQToolButton&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=476cadbf [476cadbf]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=941081ce [941081ce]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebindings/commit/?id=dcffc0bc [dcffc0bc]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
== tdesdk ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=e116e963 [e116e963]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbabel - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbabel-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=ba42cd60 [ba42cd60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (29 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=0b324ad9 [0b324ad9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=26ea0a31 [26ea0a31]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdecachegrind - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdecachegrind-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=7b277c01 [7b277c01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/scheck - scheck.themerc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/scheck-scheckthemerc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=8d7ac8ea [8d7ac8ea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kuiviewer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kuiviewer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=70cbb21e [70cbb21e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbugbuster - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbugbuster-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=5951f56b [5951f56b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/cervisia - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/cervisia-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=0c03e09c [0c03e09c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/cervisia - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/cervisia-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=b221bea0 [b221bea0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kompare - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kompare-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d50abb28 [d50abb28]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.1% (27 of 29 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeioslave - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeioslave-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=3523578c [3523578c]] Fix functionality broken by commit d619f66&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesdk/commit/?id=d619f66a [d619f66a]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tdevelop ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdevelop/commit/?id=f4724912 [f4724912]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop-desktop-files/&lt;br /&gt;
&lt;br /&gt;
== tdewebdev ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=e16b4e3b [e16b4e3b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdewebdev/commit/?id=6552a392 [6552a392]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== tde-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd5194d2 [bd5194d2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=04ed4b52 [04ed4b52]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (76 of 76 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmusb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmusb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bc1d1c98 [bc1d1c98]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (43 of 43 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kthememanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kthememanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ffa5d7e7 [ffa5d7e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (96 of 96 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeprintfax&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeprintfax/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=076c2fed [076c2fed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdestyle_keramik_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdestyle_keramik_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4ceab3f4 [4ceab3f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (27 of 27 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksplashthemes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksplashthemes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=512d9f79 [512d9f79]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=47e26a43 [47e26a43]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (93 of 93 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdefontinst&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdefontinst/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3a144469 [3a144469]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_home&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_home/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cd272aca [cd272aca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmnotify&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmnotify/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d2ba7ada [d2ba7ada]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (290 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=135f1b2e [135f1b2e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (71 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=07c69212 [07c69212]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=03934f6b [03934f6b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_system&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_system/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67680029 [67680029]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0e0ae526 [0e0ae526]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdeio_svn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdeio_svn/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a87c6d1 [8a87c6d1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_ts&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_ts/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aade5865 [aade5865]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_po&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_po/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=522da565 [522da565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_diff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_diff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=83c47a3a [83c47a3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/tdefile_cpp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/tdefile_cpp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4d9ffb4a [4d9ffb4a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kres_bugzilla&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kres_bugzilla/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cfa3a9ad [cfa3a9ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (208 of 208 strings)&amp;lt;br/&amp;gt;Translation: tdesdk/kbugbuster&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/kbugbuster/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ebed3f3 [3ebed3f3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acb7bd01 [acb7bd01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kmenuapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kmenuapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b406e7b0 [b406e7b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=610e404f [610e404f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/krdb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/krdb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bf546323 [bf546323]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmspellchecking&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmspellchecking/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a6399d3 [4a6399d3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 65.0% (13 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmiccconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmiccconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=80a06e94 [80a06e94]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdeio_tar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdeio_tar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b26c4f5 [4b26c4f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_recentdocs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_recentdocs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=58999e40 [58999e40]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_prefmenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_prefmenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6ce221c9 [6ce221c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - sort&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-sort/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0390f05b [0390f05b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - webarchiver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-webarchiver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cf552d9d [cf552d9d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - wavecapture&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-wavecapture/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=433ee6e7 [433ee6e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - wakeup&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-wakeup/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=46159872 [46159872]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - tyler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-tyler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e02bff0f [e02bff0f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - tippecanoe&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-tippecanoe/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0761ee7 [c0761ee7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - txt&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-txt/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cd18979e [cd18979e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - mhtml&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-mhtml/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=712079e1 [712079e1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - lnk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-lnk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fce9e09 [4fce9e09]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - html&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-html/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25db3dca [25db3dca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - folder&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-folder/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef1f9ac7 [ef1f9ac7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-desktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10e3306c [10e3306c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/tdefile - cert&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/tdefile-cert/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3fec0e8 [f3fec0e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - synaescope&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-synaescope/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a86eaabb [a86eaabb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - searchbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-searchbar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5da3c28e [5da3c28e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - pitchablespeed&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-pitchablespeed/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dce4401c [dce4401c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - minitools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-minitools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=65231d72 [65231d72]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - microformat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-microformat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e048a4eb [e048a4eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (42 of 42 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - mediacontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-mediacontrol/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=03f6f36f [03f6f36f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - lyrics&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-lyrics/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=75a2d1a4 [75a2d1a4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kaddressbook - gmx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kaddressbook-gmx/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=111da4e5 [111da4e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kaddressbook - kworldclock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kaddressbook-kworldclock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=37ccc73b [37ccc73b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (53 of 53 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - ktimemon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-ktimemon/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=877faee6 [877faee6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (48 of 48 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - metabar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-metabar/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a964e80 [8a964e80]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - mediaplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-mediaplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6215185a [6215185a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konqsidebar - delicious&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konqsidebar-delicious/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=432a8fd9 [432a8fd9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - kmathapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-kmathapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2537b8d7 [2537b8d7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (33 of 33 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kicker - kbinaryclock&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kicker-kbinaryclock/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41b3507f [41b3507f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - xmltools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-xmltools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d895f991 [d895f991]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - xmlcheck&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-xmlcheck/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1477c443 [1477c443]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - textfilter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-textfilter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a96d906d [a96d906d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - tabbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-tabbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02b5b392 [02b5b392]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - snippets&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-snippets/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=06908d1c [06908d1c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - pybrowse&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-pybrowse/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68019125 [68019125]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - openheader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-openheader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e4943b1f [e4943b1f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - modeline&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-modeline/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4a8e169d [4a8e169d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - make&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-make/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8548c37e [8548c37e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - kjswrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-kjswrapper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=65197c45 [65197c45]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (30 of 30 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - insertcommand&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-insertcommand/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f33c05f3 [f33c05f3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - htmltools&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-htmltools/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a3220aa3 [a3220aa3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - helloworld&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-helloworld/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0768ae06 [0768ae06]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - fll_plugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-fll_plugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ed62a7e [7ed62a7e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - fll_initplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-fll_initplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4551fe7c [4551fe7c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - filetemplates&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-filetemplates/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a5773c33 [a5773c33]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/kate - cppsymbolviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/kate-cppsymbolviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d5f107a6 [d5f107a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - image&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-image/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=760d609c [760d609c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - charlatanui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-charlatanui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=49a7da4e [49a7da4e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - ffrs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-ffrs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44ff5289 [44ff5289]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - dub&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-dub/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f595c2f4 [f595c2f4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (81 of 81 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - domtreeviewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-domtreeviewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5984420c [5984420c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - dirfilter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-dirfilter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8740f36c [8740f36c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - crashes&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-crashes/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2eea31a6 [2eea31a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - autorefresh&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-autorefresh/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0b43890b [0b43890b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - audio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-audio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b60fc4c0 [b60fc4c0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - ark&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-ark/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4f2e12e9 [4f2e12e9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - alsaplayerui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-alsaplayerui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8cf5b05b [8cf5b05b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - akregator&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-akregator/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e9608f5 [1e9608f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (3009 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb7f6413 [bb7f6413]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (101 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2297c73 [a2297c73]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16fc9290 [16fc9290]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30b25447 [30b25447]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0c9390e0 [0c9390e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_asus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_asus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c9b6e0a [3c9b6e0a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (464 of 464 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kttsd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kttsd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5f018862 [5f018862]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.8% (5277 of 5622 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9cd12c13 [9cd12c13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4373 of 4373 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fb393ca2 [fb393ca2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdelirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdelirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de26e8e7 [de26e8e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/superkaramba&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/superkaramba/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef2d1ac9 [ef2d1ac9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.7% (204 of 238 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/ksim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/ksim/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8225ecb4 [8225ecb4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0d8c5564 [0d8c5564]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_powerbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_powerbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=15e159f9 [15e159f9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cbaed96f [cbaed96f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_delli8k&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_delli8k/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=99665cc4 [99665cc4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kmilod&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilod/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76cf712f [76cf712f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (104 of 104 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kfloppy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kfloppy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a780ff13 [a780ff13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.1% (833 of 849 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kaddressbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kaddressbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=160a21e5 [160a21e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (288 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b39b69b0 [b39b69b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.8% (224 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=37c46a10 [37c46a10]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aaa64918 [aaa64918]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_raw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_raw/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b72b65e [2b72b65e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (197 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=de33568d [de33568d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (121 of 121 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/klinkstatus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/klinkstatus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c46c273c [c46c273c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=463fe953 [463fe953]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.0% (23 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - webarchiver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-webarchiver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f902060c [f902060c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/konq - imgallery&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/konq-imgallery/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7291a5d [e7291a5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (254 of 254 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libtdegames&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libtdegames/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=60f4c2ad [60f4c2ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4d13a2c [c4d13a2c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (557 of 557 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kmplot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kmplot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8f16a587 [8f16a587]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4373 of 4373 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kgeography&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kgeography/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a1803a12 [a1803a12]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (765 of 765 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kalzium&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kalzium/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a9f1223f [a9f1223f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6f5c5077 [6f5c5077]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (138 of 138 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdeiconedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdeiconedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9f37b90b [9f37b90b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_xpm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_xpm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=124a1a5b [124a1a5b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_xbm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_xbm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1397cb2b [1397cb2b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (51 of 51 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_tiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_tiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8cd2a856 [8cd2a856]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_tga&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_tga/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2102c574 [2102c574]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_rgb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_rgb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=146a8054 [146a8054]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_ps&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_ps/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=21580aeb [21580aeb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pnm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pnm/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee75c8c5 [ee75c8c5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_png&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_png/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=19cf3c62 [19cf3c62]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pdf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=107c467f [107c467f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_pcx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_pcx/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=02a155ef [02a155ef]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (67 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_jpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_jpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d85c7052 [d85c7052]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_ico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_ico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2933d93 [e2933d93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_gif&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_gif/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4382f606 [4382f606]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (59 of 59 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_exr&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_exr/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5bddf5a5 [5bddf5a5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_dvi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_dvi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=921e29b3 [921e29b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_dds&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_dds/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0b56525a [0b56525a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/tdefile_bmp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/tdefile_bmp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5694df40 [5694df40]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (107 of 107 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/libkscan&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/libkscan/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4f70423 [d4f70423]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/libkfaximgage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/libkfaximgage/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1d63ec25 [1d63ec25]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (179 of 179 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewshell&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewshell/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4cd8d3e0 [4cd8d3e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewscannerplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewscannerplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d794493d [d794493d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kview_scale&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kview_scale/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5f74d61a [5f74d61a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewpresenterplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewpresenterplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1c6f60df [1c6f60df]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kvieweffectsplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kvieweffectsplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2c39783 [a2c39783]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewbrowserplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewbrowserplugin/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=23706e02 [23706e02]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (123 of 123 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kuickshow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kuickshow/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=96c0bde1 [96c0bde1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (45 of 45 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/ksnapshot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/ksnapshot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6536643 [e6536643]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kruler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kruler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=40b76cfc [40b76cfc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (225 of 225 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=54045117 [54045117]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (256 of 256 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kooka&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kooka/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a0ba024f [a0ba024f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (386 of 386 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kolourpaint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kolourpaint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b9817b46 [b9817b46]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (131 of 131 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kghostview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kghostview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8614f6c [a8614f6c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kgamma&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kgamma/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=09d52dca [09d52dca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (215 of 215 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kdvi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kdvi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25b4dfd1 [25b4dfd1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcoloredit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcoloredit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51cd9478 [51cd9478]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewviewerpluginsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewviewerpluginsconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a2c14518 [a2c14518]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewpluginsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewpluginsconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2746c521 [2746c521]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewgeneralconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewgeneralconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=25650c93 [25650c93]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcm_kviewcanvasconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcm_kviewcanvasconfig/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4af32845 [4af32845]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kcmkamera&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kcmkamera/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb0c53ea [bb0c53ea]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ff1ec9c1 [ff1ec9c1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (403 of 403 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/ksirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/ksirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c00aae5c [c00aae5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppplogview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppplogview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=93829039 [93829039]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (416 of 416 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c152d582 [c152d582]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (94 of 94 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kpf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kpf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=654c466b [654c466b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acdd4826 [acdd4826]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_avi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_avi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=85655c32 [85655c32]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (320 of 320 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12c3105c [12c3105c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (80 of 80 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_lame&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_lame/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acfe74f0 [acfe74f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.0% (17 of 20 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kres_xmlrpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kres_xmlrpc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8f561fa [b8f561fa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2430 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b59a52df [b59a52df]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.1% (833 of 849 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kaddressbook&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kaddressbook/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b15f99b [3b15f99b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.7% (341 of 360 strings)&amp;lt;br/&amp;gt;Translation: tdepim/akregator&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/akregator/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6fd71df1 [6fd71df1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12eb7e03 [12eb7e03]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.0% (250 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmtdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9937df39 [9937df39]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ae470e5 [2ae470e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=08998baf [08998baf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (67 of 67 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmcolors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmcolors/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10ac25e5 [10ac25e5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdedebugdialog&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdedebugdialog/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0771e565 [0771e565]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2865 of 2865 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/ppdtranslations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/ppdtranslations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c535e26d [c535e26d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73b6114f [73b6114f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=155b3201 [155b3201]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a4c12d6 [2a4c12d6]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=976a81b4 [976a81b4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (245 of 245 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/kdat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kdat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9fe445d8 [9fe445d8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8660af8 [a8660af8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (152 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=807855fe [807855fe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=69bdd2bf [69bdd2bf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (416 of 416 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kppp&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kppp/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=85d49634 [85d49634]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6980e97e [6980e97e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (111 of 111 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dc165c85 [dc165c85]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.8% (2430 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5bd9ba76 [5bd9ba76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (276 of 276 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcminfo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcminfo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0fd4f012 [0fd4f012]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.0% (99 of 101 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kfindpart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kfindpart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ca026de0 [ca026de0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0eb200e2 [0eb200e2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4af789bd [4af789bd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b3efd69f [b3efd69f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (72 of 72 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/i18n - entry.desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/i18n-entrydesktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e5046884 [e5046884]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.5% (2464 of 2578 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/quanta&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/quanta/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6ff96b0 [d6ff96b0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.9% (929 of 1010 strings)&amp;lt;br/&amp;gt;Translation: tdewebdev/kommander&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdewebdev/kommander/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=052541a5 [052541a5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5195 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6813630 [d6813630]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (177 of 177 strings)&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61348be4 [61348be4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (106 of 106 strings)&amp;lt;br/&amp;gt;Translation: tdegames/lskat&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/lskat/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ce4cc89a [ce4cc89a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.6% (951 of 994 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kvoctrain&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kvoctrain/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f84f621b [f84f621b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.8% (5277 of 5622 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kstars&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kstars/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7adefbb7 [7adefbb7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (553 of 553 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kgpg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kgpg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a54f6ad [9a54f6ad]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.8% (722 of 723 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a7b6a48e [a7b6a48e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.0% (109 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=adb9ee02 [adb9ee02]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acbf941b [acbf941b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/libkickermenu_systemmenu&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libkickermenu_systemmenu/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d1ace2d1 [d1ace2d1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (288 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c940de1b [c940de1b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ce53218 [7ce53218]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=76141cbc [76141cbc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.7% (158 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44df28d5 [44df28d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1032 of 1032 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpovmodeler&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpovmodeler/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=77cf8f9c [77cf8f9c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (3008 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c8cacdab [c8cacdab]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 90.6% (155 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f38fa8f3 [f38fa8f3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b01edccd [b01edccd]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=04d54b46 [04d54b46]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (160 of 160 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=edde93c4 [edde93c4]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (331 of 332 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee87723d [ee87723d]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 94.7% (36 of 38 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=347c614b [347c614b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kwatchgnupg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kwatchgnupg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5d7a5d36 [5d7a5d36]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c4a7354e [c4a7354e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17e37aec [17e37aec]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a93fc87 [5a93fc87]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (417 of 417 strings)&amp;lt;br/&amp;gt;Translation: tdepim/libtdepim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fa7c437 [4fa7c437]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1428 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e157a91c [e157a91c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=35f9874a [35f9874a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=31e1fd99 [31e1fd99]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.0% (4989 of 5196 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c29db08c [c29db08c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kasteroids&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kasteroids/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45c9efee [45c9efee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bac7cad2 [bac7cad2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.8% (722 of 723 strings)&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45438fab [45438fab]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (54 of 54 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmicons&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmicons/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=184c41a3 [184c41a3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f2e51c15 [f2e51c15]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 55.1% (32 of 58 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78f3d660 [78f3d660]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (255 of 255 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c84bab9b [c84bab9b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9dceffa5 [9dceffa5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bea7c2b5 [bea7c2b5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1202 of 1202 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2f6e4464 [2f6e4464]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (181 of 181 strings)&amp;lt;br/&amp;gt;Translation: tdepim/karm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/karm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b718443 [7b718443]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksystemtrayapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksystemtrayapplet/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df6f0d2f [df6f0d2f]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (290 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2282d9eb [2282d9eb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.3% (21 of 23 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/noatun - alsaplayerui&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/noatun-alsaplayerui/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a8ef3404 [a8ef3404]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (369 of 369 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kwordquiz&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kwordquiz/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3fb5a51f [3fb5a51f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (137 of 137 strings)&amp;lt;br/&amp;gt;Translation: tdeedu/kverbos&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeedu/kverbos/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6fd40db8 [6fd40db8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (205 of 205 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdemid&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdemid/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=789b5f42 [789b5f42]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (88 of 88 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kpersonalizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kpersonalizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bfa34bd2 [bfa34bd2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6da779c2 [6da779c2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.8% (224 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6038555 [e6038555]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2738 of 2738 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dffecf21 [dffecf21]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.7% (157 of 159 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/kregexpeditor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kregexpeditor/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b0cd75a3 [b0cd75a3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (289 of 290 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=64e03b0c [64e03b0c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=805a0c6c [805a0c6c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c16120f [3c16120f]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f6b47865 [f6b47865]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.5% (3006 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=905b500e [905b500e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_wav&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_wav/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0376d619 [0376d619]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_theora&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_theora/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8c0bd602 [8c0bd602]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_sid&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_sid/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f96bfe38 [f96bfe38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_ogg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_ogg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=20da6100 [20da6100]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_m3u&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_m3u/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e6ec9d7d [e6ec9d7d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (24 of 24 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=002f6b01 [002f6b01]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpeg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpeg/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9c288da4 [9c288da4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (21 of 21 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4fdacc87 [4fdacc87]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_flac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_flac/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79bd92c0 [79bd92c0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (11 of 11 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_avi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_avi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8545225b [8545225b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_au&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_au/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16bb2152 [16bb2152]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (332 of 332 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/noatun&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/noatun/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=61ff946a [61ff946a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (187 of 187 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/libkcddb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/libkcddb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=18dd016f [18dd016f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (111 of 111 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/krec&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/krec/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7047488 [e7047488]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=09ae6e3a [09ae6e3a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a94f2253 [a94f2253]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (40 of 40 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kcmcddb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kcmcddb/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=839723e8 [839723e8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (25 of 25 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kaboodle&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kaboodle/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a3d5767a [a3d5767a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_vorbis&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_vorbis/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=039aa373 [039aa373]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (80 of 80 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/audiocd_encoder_lame&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/audiocd_encoder_lame/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1a2584a5 [1a2584a5]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 85.9% (1749 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ae0d186 [1ae0d186]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwindecoration&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwindecoration/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8e3a9bd8 [8e3a9bd8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a8bf169 [9a8bf169]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mpc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mpc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6329682c [6329682c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_flac&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_flac/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=01a947f7 [01a947f7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/juk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/juk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48cbdde6 [48cbdde6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bda1bc83 [bda1bc83]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/tdefile_mp3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/tdefile_mp3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a94365d8 [a94365d8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b07c9fd5 [b07c9fd5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdesdk/umbrello&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdesdk/umbrello/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=99ddc47e [99ddc47e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=233603f3 [233603f3]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (13 of 13 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kickermenu_kate&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kickermenu_kate/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eb41c146 [eb41c146]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (261 of 261 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=035d412a [035d412a]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=252276b0 [252276b0]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a3c101a [5a3c101a]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f3baf4ac [f3baf4ac]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0198f7b7 [0198f7b7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abbea754 [abbea754]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=22447195 [22447195]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67154ced [67154ced]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwinrules&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwinrules/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=68257170 [68257170]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmtwindecoration&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmtwindecoration/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5b8921e6 [5b8921e6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b643ca2 [4b643ca2]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ea42728d [ea42728d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e0f759a [1e0f759a]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41a2a0a6 [41a2a0a6]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 87.7% (150 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7a72e540 [7a72e540]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1433ed29 [1433ed29]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4816e684 [4816e684]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c9f3b6c [3c9f3b6c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=41444a5d [41444a5d]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 80.6% (2134 of 2647 strings)&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=62275fac [62275fac]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4565a842 [4565a842]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eb88e6fc [eb88e6fc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a15c7835 [a15c7835]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/klipper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/klipper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e7e214ab [e7e214ab]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ff4ced6a [ff4ced6a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c8260126 [c8260126]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_generic&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_generic/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4d00bce3 [4d00bce3]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cadd2b5d [cadd2b5d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9a96806 [c9a96806]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (14 of 14 strings)&amp;lt;br/&amp;gt;Translation: tdebase/tdelicense&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdelicense/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bda14f95 [bda14f95]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5196 of 5196 strings)&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dac4018a [dac4018a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 80.9% (1648 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b5c59d83 [b5c59d83]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3050 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=643497da [643497da]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1e41785c [1e41785c]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (197 of 197 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1be1e3e9 [1be1e3e9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fbde5a66 [fbde5a66]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (326 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c1acc00 [6c1acc00]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (289 of 289 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9b635e1b [9b635e1b]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (212 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b0ef02e [7b0ef02e]] Added translation using Weblate (Italian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8dbd2744 [8dbd2744]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1b39883e [1b39883e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3b5c8e7a [3b5c8e7a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=49367158 [49367158]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da6ebc69 [da6ebc69]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.5% (211 of 212 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=38d19787 [38d19787]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da4c604a [da4c604a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a289914a [a289914a]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeaccessibility/kmag&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaccessibility/kmag/nl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=587622ea [587622ea]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d0076837 [d0076837]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=484fbfeb [484fbfeb]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 85.0% (805 of 946 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/katepart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/katepart/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a1c113b [5a1c113b]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 86.4% (369 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb4d9424 [bb4d9424]] Translated using Weblate (Japanese)&amp;lt;br/&amp;gt;Currently translated at 54.2% (247 of 455 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs_colors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs_colors/ja/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3059b6dc [3059b6dc]] Fix plural form of translations.&amp;lt;br/&amp;gt;The leading &amp;#039;_n: &amp;#039; should not be part of the translations.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd92b2ee [bd92b2ee]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=44c33da9 [44c33da9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.3% (158 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e405a694 [e405a694]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.8% (16 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmenergy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmenergy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1a8c65b3 [1a8c65b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 71.4% (5 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - image&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-image/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f91ae8b2 [f91ae8b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.3% (197 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ee561a5d [ee561a5d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.5% (193 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4b7818e1 [4b7818e1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegames/kmahjongg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kmahjongg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=62c862a8 [62c862a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.6% (191 of 223 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdefilereplace&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdefilereplace/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=feb94ddc [feb94ddc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdewalletmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdewalletmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9cf3ed6a [9cf3ed6a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=da73efd6 [da73efd6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (86 of 86 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/tdewalletmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/tdewalletmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=56f2e465 [56f2e465]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdebase/krdb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/krdb/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2ea2bd4b [2ea2bd4b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdevelop/tdevelop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdevelop/tdevelop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=289b8045 [289b8045]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 80.3% (1636 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17b287ee [17b287ee]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.9% (195 of 197 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e98cc110 [e98cc110]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7768467e [7768467e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ffe4047 [3ffe4047]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d42dfce9 [d42dfce9]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 77.9% (1588 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c033f982 [c033f982]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=447af80a [447af80a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 76.8% (1565 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f9a53f48 [f9a53f48]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5cac2c06 [5cac2c06]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7ec024ca [7ec024ca]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c624634e [c624634e]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f86ccae9 [f86ccae9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6fc3c2e [d6fc3c2e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin_lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin_lib/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f322a111 [f322a111]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f09ec0ab [f09ec0ab]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ba5d62d1 [ba5d62d1]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.5% (209 of 210 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7e255c40 [7e255c40]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=86acd12e [86acd12e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4f3b4305 [4f3b4305]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eac33e90 [eac33e90]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (196 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=17c51be5 [17c51be5]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0ab2398 [c0ab2398]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (326 of 326 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d6b7fac1 [d6b7fac1]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (206 of 206 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=4e97cea7 [4e97cea7]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e8274087 [e8274087]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d7fbab18 [d7fbab18]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3f1a08b4 [3f1a08b4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=92e6fc46 [92e6fc46]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/knode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/knode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6cf5249d [6cf5249d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=48907031 [48907031]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.3% (148 of 152 strings)&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9ef855fe [9ef855fe]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.4% (170 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79e81b47 [79e81b47]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 98.9% (194 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=af5e01d0 [af5e01d0]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f262c268 [f262c268]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.6% (326 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e03e491a [e03e491a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=299d7e9b [299d7e9b]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=963b03f8 [963b03f8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4643459 [a4643459]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 99.4% (171 of 172 strings)&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b6f0d602 [b6f0d602]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f6a6c8e5 [f6a6c8e5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdemultimedia/kmix&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdemultimedia/kmix/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=67d451ba [67d451ba]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdegraphics/kviewpresenterplugin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kviewpresenterplugin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a18b92ba [a18b92ba]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d9a6697 [7d9a6697]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aaeda12b [aaeda12b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcontrol&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcontrol/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3c999f37 [3c999f37]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdmconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmconfig/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ef954c90 [ef954c90]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2aa378ca [2aa378ca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_zeroconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_zeroconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2cd8ff75 [2cd8ff75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (790 of 790 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefileshare&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefileshare/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cb5cf602 [cb5cf602]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (171 of 171 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/krdc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/krdc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fc00fa70 [fc00fa70]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (94 of 94 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kpf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kpf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=325dc4a8 [325dc4a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.8% (2984 of 3050 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kopete&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kopete/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b912c6e7 [b912c6e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (248 of 248 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/knewsticker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/knewsticker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6e04a742 [6e04a742]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (103 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmwifi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmwifi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ca7235c9 [ca7235c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (100 of 100 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmlanbrowser&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmlanbrowser/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ddb067e7 [ddb067e7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (43 of 43 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kcmktalkd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kcmktalkd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c7fc70f6 [c7fc70f6]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (196 of 196 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=cff19a2f [cff19a2f]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (110 of 110 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bad75a4d [bad75a4d]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (327 of 327 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0115ec51 [0115ec51]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdetoys/kweather&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdetoys/kweather/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=75d3b850 [75d3b850]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkeys&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkeys/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1ade36f2 [1ade36f2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kxkb&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kxkb/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ad7aeafe [ad7aeafe]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=57cd82f9 [57cd82f9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=405dc7df [405dc7df]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ee0c314 [3ee0c314]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdmconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdmconfig/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2567a89d [2567a89d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b2441d13 [b2441d13]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_zeroconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_zeroconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c669a79d [c669a79d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_lan&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_lan/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5ecccc8f [5ecccc8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdeio_jabberdisco&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdeio_jabberdisco/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=153f7022 [153f7022]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/tdefile_torrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/tdefile_torrent/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=db5cbbbc [db5cbbbc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (22 of 22 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kwireless&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kwireless/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=70391ee5 [70391ee5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kinetd&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kinetd/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0f541093 [0f541093]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdenetwork/kdictapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdenetwork/kdictapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=16494e41 [16494e41]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/libtdepim&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/libtdepim/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7648b3c9 [7648b3c9]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7b7ec603 [7b7ec603]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeadmin/knetworkconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/knetworkconf/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fb3fdb2b [fb3fdb2b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeadmin/kpackage&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeadmin/kpackage/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fe4514c8 [fe4514c8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=83bdc126 [83bdc126]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=63a90127 [63a90127]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdegames/tdefifteen&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/tdefifteen/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=df53a5b9 [df53a5b9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a27093a0 [a27093a0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 87.5% (14 of 16 strings)&amp;lt;br/&amp;gt;Translation: tdeaddons/rename - audio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeaddons/rename-audio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bd2a6f38 [bd2a6f38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (89 of 89 strings)&amp;lt;br/&amp;gt;Translation: tdegames/twin4&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/twin4/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e64c11d2 [e64c11d2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (254 of 254 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libtdegames&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libtdegames/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7e30682d [7e30682d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (122 of 122 strings)&amp;lt;br/&amp;gt;Translation: tdegames/libksirtet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/libksirtet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3ce1a3bf [3ce1a3bf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.2% (56 of 57 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ktuberling&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ktuberling/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2d940247 [2d940247]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksirtet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksirtet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c9561b74 [c9561b74]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (46 of 46 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kshisen&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kshisen/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e67e6a7f [e67e6a7f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kolf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kolf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=12861973 [12861973]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (18 of 18 strings)&amp;lt;br/&amp;gt;Translation: tdegames/knetwalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/knetwalk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2e8f84f5 [2e8f84f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (381 of 381 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kgoldrunner&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kgoldrunner/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=1256c7f6 [1256c7f6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (457 of 457 strings)&amp;lt;br/&amp;gt;Translation: tdeutils/khexedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/khexedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f0087266 [f0087266]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 86.4% (1235 of 1428 strings)&amp;lt;br/&amp;gt;Translation: tdepim/korganizer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/korganizer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=06391dfe [06391dfe]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 84.4% (87 of 103 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktip&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktip/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=71347685 [71347685]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.2% (594 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=79cebe5e [79cebe5e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (124 of 124 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmbackground&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmbackground/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=78aaa659 [78aaa659]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (289 of 289 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konsole&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konsole/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=74773ebc [74773ebc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (226 of 226 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kdesktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=ac07e9f6 [ac07e9f6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdestyle_plastik_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdestyle_plastik_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e00cbcb5 [e00cbcb5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_kdatatool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_kdatatool/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c09081a6 [c09081a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdefileaudiopreview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdefileaudiopreview/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=624183f5 [624183f5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (28 of 28 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_autobookmarker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_autobookmarker/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b00d45a6 [b00d45a6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (946 of 946 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/katepart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/katepart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=db142dcb [db142dcb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabcformat_binary&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabcformat_binary/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7cd87b83 [7cd87b83]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (26 of 26 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_isearch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_isearch/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=11d74de2 [11d74de2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_file&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_file/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8c12f11 [b8c12f11]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (15 of 15 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_docwordcompletion&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_docwordcompletion/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dd4127b3 [dd4127b3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (10 of 10 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_net&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_net/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6d341d34 [6d341d34]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_sql&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_sql/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=661b618f [661b618f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (8 of 8 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_dir&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_dir/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=650ebed1 [650ebed1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdestyle_highcontrast_config&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdestyle_highcontrast_config/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=681fb57e [681fb57e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2865 of 2865 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/ppdtranslations&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/ppdtranslations/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5410b42a [5410b42a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/libtdescreensaver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/libtdescreensaver/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a4a938d [6a4a938d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdetexteditor_insertfile&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdetexteditor_insertfile/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f1d18823 [f1d18823]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (44 of 44 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeabc_ldaptdeio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeabc_ldaptdeio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30f083cd [30f083cd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=acbf80cd [acbf80cd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (227 of 227 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/cupsdconf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/cupsdconf/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f8fb2e20 [f8fb2e20]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1013 of 1013 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdeprint&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdeprint/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=aa0506f0 [aa0506f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (455 of 455 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs_colors&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs_colors/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82e61934 [82e61934]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2739 of 2739 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9a2ce6cb [9a2ce6cb]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=73eb4e4d [73eb4e4d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdepim/kmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdepim/kmail/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=91f7be0d [91f7be0d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 64.5% (129 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a9fa5d76 [a9fa5d76]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/taskbarextension&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/taskbarextension/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2b382a9a [2b382a9a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ktaskbarapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ktaskbarapplet/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=30e0f112 [30e0f112]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: tdebase/lockout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/lockout/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e1c4e2b5 [e1c4e2b5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5317fab2 [5317fab2]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=92ad6a46 [92ad6a46]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c0e61bcd [c0e61bcd]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=dedebeb6 [dedebeb6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdeutils/kmilo_delli8k&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeutils/kmilo_delli8k/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51c00880 [51c00880]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (206 of 206 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d4a6e3eb [d4a6e3eb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=c368d148 [c368d148]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a73707b4 [a73707b4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=9af8d504 [9af8d504]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 97.3% (219 of 225 strings)&amp;lt;br/&amp;gt;Translation: tdegraphics/kpdf&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegraphics/kpdf/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=875d4c24 [875d4c24]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a757dd8a [a757dd8a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kicker&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kicker/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=abcfb18a [abcfb18a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/libtaskbar&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/libtaskbar/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=7d481507 [7d481507]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kay&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kay/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fa9f0334 [fa9f0334]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/twin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/twin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5af0121c [5af0121c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/tdesud&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/tdesud/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e363127a [e363127a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/naughtyapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/naughtyapplet/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=54976205 [54976205]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 75.7% (1542 of 2036 strings)&amp;lt;br/&amp;gt;Translation: tdeartwork/kxsconfig&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdeartwork/kxsconfig/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=b8f32df4 [b8f32df4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8a46e674 [8a46e674]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/tdelibs&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/tdelibs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=82b00602 [82b00602]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8919bb8a [8919bb8a]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (200 of 200 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmhwmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmhwmanager/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=3e98afc4 [3e98afc4]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=51cb26bc [51cb26bc]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=d5046c21 [d5046c21]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=500f2c45 [500f2c45]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 98.5% (70 of 71 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kspaceduel&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kspaceduel/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=53f3360c [53f3360c]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 100.0% (36 of 36 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksokoban&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksokoban/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=fa57d92b [fa57d92b]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 48.9% (24 of 49 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksnake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksnake/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=a4d9d7c1 [a4d9d7c1]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 94.7% (18 of 19 strings)&amp;lt;br/&amp;gt;Translation: tdegames/ksmiletris&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/ksmiletris/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=63667467 [63667467]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 34.1% (27 of 79 strings)&amp;lt;br/&amp;gt;Translation: tdegames/kreversi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/kreversi/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e2b3a41b [e2b3a41b]] Translated using Weblate (Esperanto)&amp;lt;br/&amp;gt;Currently translated at 38.0% (19 of 50 strings)&amp;lt;br/&amp;gt;Translation: tdegames/klines&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdegames/klines/eo/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=33531138 [33531138]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=45486792 [45486792]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (58 of 58 strings)&amp;lt;br/&amp;gt;Translation: tdebase/ksmserver&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/ksmserver/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5e2914e7 [5e2914e7]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (617 of 617 strings)&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6c716f74 [6c716f74]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (145 of 145 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=5a270de3 [5a270de3]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (322 of 322 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=404b586a [404b586a]] Translated using Weblate (Italian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/it/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8b023bb7 [8b023bb7]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (322 of 322 strings)&amp;lt;br/&amp;gt;Translation: tdebase/kcmlayout&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmlayout/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=10d7630d [10d7630d]] tdepim: remove kitchensync pot file again, since it was automatically re-added&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=2a8b0c96 [2a8b0c96]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=f4de4713 [f4de4713]] tdepim: remove translations for kitchensync and multisynk&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=64d45800 [64d45800]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (427 of 427 strings)&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=0c2a0ab3 [0c2a0ab3]] tdegraphics: remove translations for kmrml&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=8aa58abf [8aa58abf]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdelibs/timezones&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdelibs/timezones/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=376b1bfe [376b1bfe]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=6a340797 [6a340797]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/konqueror&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/konqueror/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=90797510 [90797510]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkonq&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkonq/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=e0706cf8 [e0706cf8]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=eee4a43c [eee4a43c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: tdebase/kcmkwm&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/tdebase/kcmkwm/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-i18n/commit/?id=bb21ba44 [bb21ba44]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
= libraries =&lt;br /&gt;
== libkdcraw ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=d13e9744 [d13e9744]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (74 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=50387262 [50387262]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 70.2% (52 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=fb8e7233 [fb8e7233]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (74 of 74 strings)&amp;lt;br/&amp;gt;Translation: libraries/libkdcraw&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/libkdcraw/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkdcraw/commit/?id=4720b9e3 [4720b9e3]] Added translation using Weblate (Chinese (Simplified))&lt;br /&gt;
&lt;br /&gt;
== libkipi ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libkipi/commit/?id=1ea1d770 [1ea1d770]] Added translation using Weblate (Chinese (Traditional))&lt;br /&gt;
&lt;br /&gt;
== kipi-plugins ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=aa3b7277 [aa3b7277]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.0% (512 of 602 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - metadataedit&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-metadataedit/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=62e89ce1 [62e89ce1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 40.1% (53 of 132 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - cdarchiving&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-cdarchiving/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=1fc6b1e0 [1fc6b1e0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins - viewer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins-viewer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=f134eb8d [f134eb8d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: libraries/kipi-plugins&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/libraries/kipi-plugins/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=7115da7d [7115da7d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=c39b2d5d [c39b2d5d]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kipi-plugins/commit/?id=549a8d58 [549a8d58]] Added translation using Weblate (Chinese (Traditional))&lt;br /&gt;
&lt;br /&gt;
== libtqt-perl ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=ea4d4023 [ea4d4023]] Drop TQt&amp;#039;3 compat headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=a8738810 [a8738810]] Drop Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/libtqt-perl/commit/?id=076ec834 [076ec834]] Drop Qt2 obsolete classes&lt;br /&gt;
&lt;br /&gt;
= applications/development =&lt;br /&gt;
== kdbg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdbg/commit/?id=b171e1b2 [b171e1b2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kdbg - kdbg.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdbg-kdbgdesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== kdiff3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=453f35a8 [453f35a8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 67.2% (347 of 516 strings)&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=47366761 [47366761]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (6 of 6 strings)&amp;lt;br/&amp;gt;Translation: applications/kdiff3 - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=810025fb [810025fb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=b65164fa [b65164fa]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=abcdeb43 [abcdeb43]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdiff3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdiff3/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdiff3/commit/?id=1bab9902 [1bab9902]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tdesvn ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=2cdbcc87 [2cdbcc87]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 48.5% (359 of 739 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=f66e96c7 [f66e96c7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdesvn - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdesvn/commit/?id=e0823d75 [e0823d75]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tdesvn - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdesvn-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/graphics =&lt;br /&gt;
== digikam ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=d1ed2afa [d1ed2afa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1793 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=1798610f [1798610f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=e809e384 [e809e384]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 79.9% (1793 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=53e13c18 [53e13c18]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2244 of 2244 strings)&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/digikam/commit/?id=09a41f75 [09a41f75]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/digikam&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/digikam/&lt;br /&gt;
&lt;br /&gt;
== gwenview-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=3e754a52 [3e754a52]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=57175831 [57175831]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gwenview-i18n/commit/?id=827f6c7b [827f6c7b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (328 of 328 strings)&amp;lt;br/&amp;gt;Translation: applications/gwenview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gwenview/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/internet =&lt;br /&gt;
== kasablanca ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=2a9b7e7d [2a9b7e7d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kasablanca - kasablanca.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca-kasablancadesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=159a8faf [159a8faf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 64.3% (74 of 115 strings)&amp;lt;br/&amp;gt;Translation: applications/kasablanca&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kasablanca/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kasablanca/commit/?id=4b9e3dcb [4b9e3dcb]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kbiff ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=c53c9a60 [c53c9a60]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (90 of 90 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=2cc626b9 [2cc626b9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.8% (89 of 90 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbiff/commit/?id=4069eda9 [4069eda9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kbiff - kbiff.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbiff-kbiffdesktop/ru/&lt;br /&gt;
&lt;br /&gt;
== knmap ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=a289b05a [a289b05a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=2721c5e0 [2721c5e0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=24febfa6 [24febfa6]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=8f8a354b [8f8a354b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (221 of 221 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=b68bd35b [b68bd35b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap - knmap.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap-knmapdesktop/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=60528588 [60528588]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 16.2% (36 of 221 strings)&amp;lt;br/&amp;gt;Translation: applications/knmap&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knmap/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knmap/commit/?id=aea076a0 [aea076a0]] Added translation using Weblate (Ukrainian)&lt;br /&gt;
&lt;br /&gt;
== konversation ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/konversation/commit/?id=dfedc855 [dfedc855]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 85.6% (1167 of 1362 strings)&amp;lt;br/&amp;gt;Translation: applications/konversation&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/konversation/ru/&lt;br /&gt;
&lt;br /&gt;
== kshowmail ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=10272aed [10272aed]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 49.8% (174 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshowmail/commit/?id=b13b420d [b13b420d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 49.5% (173 of 349 strings)&amp;lt;br/&amp;gt;Translation: applications/kshowmail&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshowmail/ru/&lt;br /&gt;
&lt;br /&gt;
== kstreamripper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=3ec99f94 [3ec99f94]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=457de6e0 [457de6e0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=1801e3aa [1801e3aa]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 80.0% (24 of 30 strings)&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=382d4392 [382d4392]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=5da88b7e [5da88b7e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kstreamripper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kstreamripper/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kstreamripper/commit/?id=c621d368 [c621d368]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== ktorrent ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=523c79c3 [523c79c3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (875 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ktorrent/commit/?id=46220b63 [46220b63]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 80.1% (701 of 875 strings)&amp;lt;br/&amp;gt;Translation: applications/ktorrent&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ktorrent/ru/&lt;br /&gt;
&lt;br /&gt;
== kvirc ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=b32a017a [b32a017a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 92.8% (2404 of 2588 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=02e908ee [02e908ee]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=e2dd007c [e2dd007c]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a48e70a7 [a48e70a7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 98.6% (794 of 805 strings)&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a7254dcc [a7254dcc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - theme&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-theme/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=25f3bffc [25f3bffc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - options&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-options/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=1e208b4f [1e208b4f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - logview&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-logview/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=3e94a25e [3e94a25e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - editor&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-editor/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=0c62fcd5 [0c62fcd5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - filetransferwindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-filetransferwindow/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=a6e75ff9 [a6e75ff9]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - dcc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-dcc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=2091bae5 [2091bae5]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - notifier&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-notifier/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=90e47cbd [90e47cbd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc - sharedfileswindow&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc-sharedfileswindow/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=729d67a2 [729d67a2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kvirc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kvirc/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=116c3821 [116c3821]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kvirc/commit/?id=5e2a1ae3 [5e2a1ae3]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
= applications/misc =&lt;br /&gt;
== bibletime ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=9d90808b [9d90808b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/bibletime - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/bibletime-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=de0a4201 [de0a4201]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/bibletime/commit/?id=7c699d2d [7c699d2d]] Drop compatibility code for TQPalette&lt;br /&gt;
&lt;br /&gt;
== desktop-effects-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=4ef8c50e [4ef8c50e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=7437087e [7437087e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (20 of 20 strings)&amp;lt;br/&amp;gt;Translation: applications/desktop-effects-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/desktop-effects-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/desktop-effects-tde/commit/?id=92556696 [92556696]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== kerberostray ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kerberostray/commit/?id=f56d47b0 [f56d47b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kerberostray&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kerberostray/&lt;br /&gt;
&lt;br /&gt;
= applications/multimedia =&lt;br /&gt;
== amarok ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=73837f1a [73837f1a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=079f0cc9 [079f0cc9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b037abfb [b037abfb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=93aff8fd [93aff8fd]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=7f396148 [7f396148]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=8ac0d326 [8ac0d326]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=086adc4f [086adc4f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4ebfa149 [4ebfa149]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 79.7% (1981 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4cc71ec3 [4cc71ec3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=2116bf2a [2116bf2a]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=e6e2d189 [e6e2d189]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=c2a12e62 [c2a12e62]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=44ad188d [44ad188d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=83730846 [83730846]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=4ddb9e62 [4ddb9e62]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=90520108 [90520108]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 84.7% (2105 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=40099ec0 [40099ec0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b767627f [b767627f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=bcd8d83e [bcd8d83e]] Fix functionality broken by commit 1c3e0630.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=b04099ff [b04099ff]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=a7a79de0 [a7a79de0]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=1c3e0630 [1c3e0630]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=5dedf79f [5dedf79f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=8b28bb5c [8b28bb5c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2485 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=9038cb17 [9038cb17]] Translated using Weblate (Turkish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok-desktop-files/tr/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/amarok/commit/?id=3c835108 [3c835108]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.8% (2406 of 2485 strings)&amp;lt;br/&amp;gt;Translation: applications/amarok&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/amarok/ru/&lt;br /&gt;
&lt;br /&gt;
== codeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=033f32ab [033f32ab]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=28a3b75f [28a3b75f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/codeine/commit/?id=9f39f05e [9f39f05e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/codeine - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/codeine-desktop-files/&lt;br /&gt;
&lt;br /&gt;
== k3b ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=00a24ebc [00a24ebc]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=987871f0 [987871f0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=c2fbc8f1 [c2fbc8f1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=95a45a4f [95a45a4f]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (55 of 55 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=bbf83236 [bbf83236]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b/commit/?id=894069eb [894069eb]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - events&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-events/pt/&lt;br /&gt;
&lt;br /&gt;
== k3b-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=84cd0b47 [84cd0b47]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (47 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=6f6f5263 [6f6f5263]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=bd308fa9 [bd308fa9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=e6010418 [e6010418]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (47 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=cb12df11 [cb12df11]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1749 of 1749 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=ecef8905 [ecef8905]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=9c355f26 [9c355f26]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=1d1360a7 [1d1360a7]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=6f8f68cc [6f8f68cc]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=47c13aee [47c13aee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (695 of 695 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - lib&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-lib/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k3b-i18n/commit/?id=b92282bd [b92282bd]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 97.8% (46 of 47 strings)&amp;lt;br/&amp;gt;Translation: applications/k3b - device&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k3b-device/bg/&lt;br /&gt;
&lt;br /&gt;
== k9copy ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=ef83b5b8 [ef83b5b8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=4979c509 [4979c509]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=237b3548 [237b3548]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (495 of 495 strings)&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=553df4a4 [553df4a4]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/k9copy&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/k9copy/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/k9copy/commit/?id=bc07265d [bc07265d]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kaffeine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=eac2daca [eac2daca]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (729 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=6c9257f2 [6c9257f2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.5% (711 of 729 strings)&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=e0e0d158 [e0e0d158]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kaffeine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kaffeine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kaffeine/commit/?id=b871bd5b [b871bd5b]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kmplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=30650e19 [30650e19]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 88.9% (347 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=77c148a7 [77c148a7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=bb993d63 [bb993d63]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=d8d54a7f [d8d54a7f]] Translated using Weblate (Galician)&amp;lt;br/&amp;gt;Currently translated at 95.6% (373 of 390 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/gl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=122a27a0 [122a27a0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=bb9e13d1 [bb9e13d1]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmplayer/commit/?id=0817bc03 [0817bc03]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kmplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmplayer-desktop-files/bg/&lt;br /&gt;
&lt;br /&gt;
== kplayer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=cc14b9cf [cc14b9cf]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (9 of 9 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kplayer/commit/?id=d8391ef7 [d8391ef7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 77.0% (799 of 1037 strings)&amp;lt;br/&amp;gt;Translation: applications/kplayer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kplayer/ru/&lt;br /&gt;
&lt;br /&gt;
== soundkonverter ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=bcf2d459 [bcf2d459]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 94.6% (302 of 319 strings)&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=2bf7eb6c [2bf7eb6c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=28a35800 [28a35800]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=300613ee [300613ee]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/soundkonverter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/soundkonverter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/soundkonverter/commit/?id=a13d3527 [a13d3527]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tderadio ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=aa80a24c [aa80a24c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (31 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=28afa3da [28afa3da]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (38 of 38 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - oss-sound&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-oss-sound/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=5369d924 [5369d924]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (45 of 45 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - gui-standard-display&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-gui-standard-display/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=a9f14b38 [a9f14b38]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 82.3% (14 of 17 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - timeshifter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-timeshifter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=d57a893c [d57a893c]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.1% (75 of 78 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - recording&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-recording/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=55460675 [55460675]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=03b5df8e [03b5df8e]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 93.5% (29 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=0bb5fda6 [0bb5fda6]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=8cd30c0e [8cd30c0e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tderadio/commit/?id=c74cfcb6 [c74cfcb6]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 96.7% (30 of 31 strings)&amp;lt;br/&amp;gt;Translation: applications/tderadio - radio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tderadio-radio/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/office =&lt;br /&gt;
== basket ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=33317176 [33317176]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/basket&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/basket/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/basket/commit/?id=c8b892a3 [c8b892a3]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kbibtex ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbibtex/commit/?id=702a473b [702a473b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 73.7% (444 of 602 strings)&amp;lt;br/&amp;gt;Translation: applications/kbibtex&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbibtex/ru/&lt;br /&gt;
&lt;br /&gt;
== kbookreader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=e32bbc6e [e32bbc6e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (17 of 17 strings)&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=fcdb94c9 [fcdb94c9]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/kbookreader - kbookreader.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader-kbookreaderdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=ac3e0386 [ac3e0386]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbookreader/commit/?id=61e10e5a [61e10e5a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbookreader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbookreader/&lt;br /&gt;
&lt;br /&gt;
== kile ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kile/commit/?id=00b87abb [00b87abb]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kile - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kile-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== kmymoney ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=e592106d [e592106d]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (2658 of 2674 strings)&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=67a43ced [67a43ced]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kmymoney&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kmymoney/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kmymoney/commit/?id=9df4c701 [9df4c701]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== koffice ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=d165869a [d165869a]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=c2fdb394 [c2fdb394]] Fix functionality broken by commit a9bbaa83&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice/commit/?id=a9bbaa83 [a9bbaa83]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== koffice-i18n ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=572398a4 [572398a4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (3150 of 3168 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspread&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=bce5a0c4 [bce5a0c4]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.4% (1169 of 1200 strings)&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=cc44ebc3 [cc44ebc3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (34 of 34 strings)&amp;lt;br/&amp;gt;Translation: koffice/thesaurus_tool&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/thesaurus_tool/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=b6cedf64 [b6cedf64]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_ooo&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_ooo/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=9f49ba05 [9f49ba05]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_koffice&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_koffice/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=7a3529fd [7a3529fd]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_gnumeric&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_gnumeric/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=05196041 [05196041]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: koffice/tdefile_abiword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/tdefile_abiword/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ffe6d299 [ffe6d299]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (961 of 961 strings)&amp;lt;br/&amp;gt;Translation: koffice/kword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kword/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ad3cf8ee [ad3cf8ee]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (19 of 19 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspreadcalc_calc&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspreadcalc_calc/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=7f8b71fa [7f8b71fa]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (909 of 909 strings)&amp;lt;br/&amp;gt;Translation: koffice/kpresenter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kpresenter/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=d154e97e [d154e97e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (354 of 354 strings)&amp;lt;br/&amp;gt;Translation: koffice/kformdesigner&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kformdesigner/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=9c40a4ce [9c40a4ce]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=aa8c2267 [aa8c2267]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=ccf47869 [ccf47869]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=f690d314 [f690d314]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 91.0% (1295 of 1423 strings)&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=f0bcacf8 [f0bcacf8]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kivio&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kivio/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=e1f27756 [e1f27756]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kexi&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kexi/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=e84fa74c [e84fa74c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kword&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kword/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=fc3d61ff [fc3d61ff]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/koffice&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/koffice/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=31fd578d [31fd578d]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=069df0f0 [069df0f0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: koffice/kofficefilters&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kofficefilters/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=96a280ad [96a280ad]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=b7a0d0ff [b7a0d0ff]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 98.3% (420 of 427 strings)&amp;lt;br/&amp;gt;Translation: koffice/karbon&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/karbon/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=8e305f42 [8e305f42]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 99.8% (1421 of 1423 strings)&amp;lt;br/&amp;gt;Translation: koffice/chalk&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/chalk/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=61f41445 [61f41445]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: koffice/example&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/example/zh_Hant/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/koffice-i18n/commit/?id=1f753ab8 [1f753ab8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.4% (3150 of 3168 strings)&amp;lt;br/&amp;gt;Translation: koffice/kspread&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/koffice/kspread/ru/&lt;br /&gt;
&lt;br /&gt;
== kpilot ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=9beef848 [9beef848]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 97.3% (1059 of 1088 strings)&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=adc41d0e [adc41d0e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=43b3df95 [43b3df95]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=b2480185 [b2480185]] Fix functionality broken by commit a956e3e&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=f060f38e [f060f38e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kpilot&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kpilot/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=fa847ef4 [fa847ef4]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kpilot/commit/?id=a956e3e8 [a956e3e8]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tellico ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=10996a19 [10996a19]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=252be932 [252be932]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 99.5% (1108 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=f73799c2 [f73799c2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=30d2f3d2 [30d2f3d2]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 74.2% (826 of 1113 strings)&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=997c050d [997c050d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tellico&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tellico/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tellico/commit/?id=0a00263f [0a00263f]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
= applications/settings =&lt;br /&gt;
== kdpkg ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=752317fb [752317fb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=c178f4e3 [c178f4e3]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 93.1% (27 of 29 strings)&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=7afa4047 [7afa4047]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=3107e30a [3107e30a]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kdpkg/commit/?id=4277d12f [4277d12f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kdpkg - install&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kdpkg-install/&lt;br /&gt;
&lt;br /&gt;
== kkbswitch ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=c36d0446 [c36d0446]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (2 of 2 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch - kkbswitch.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch-kkbswitchdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=d7b89dac [d7b89dac]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=586412b8 [586412b8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 96.4% (55 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=8978515d [8978515d]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=29e2187e [29e2187e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kkbswitch&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kkbswitch/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=4f10d322 [4f10d322]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kkbswitch/commit/?id=2f27dd99 [2f27dd99]] Added global shortcuts for switching to previous/next group&amp;lt;br/&amp;gt;This resolves issue [https://mirror.git.trinitydesktop.org/gitea/TDE/kkbswitch/issues/6 #6]&lt;br /&gt;
&lt;br /&gt;
== klcddimmer ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=739e6b63 [739e6b63]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/klcddimmer - klcddimmer.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer-klcddimmerdesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/klcddimmer/commit/?id=c552505d [c552505d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/klcddimmer&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/klcddimmer/&lt;br /&gt;
&lt;br /&gt;
== tdenetworkmanager ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=f781e430 [f781e430]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 56.5% (160 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdenetworkmanager/commit/?id=6bd64d20 [6bd64d20]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 54.4% (154 of 283 strings)&amp;lt;br/&amp;gt;Translation: applications/tdenetworkmanager&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdenetworkmanager/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/system =&lt;br /&gt;
== dolphin ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=d6981f86 [d6981f86]] Translated using Weblate (Portuguese)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/pt/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=88bffef8 [88bffef8]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (63 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=50bf6ece [50bf6ece]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=df0f2634 [df0f2634]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 87.3% (55 of 63 strings)&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=128fc6c0 [128fc6c0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=4177bfeb [4177bfeb]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=31e79818 [31e79818]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=614887eb [614887eb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/dolphin - servicemenus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/dolphin-servicemenus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/dolphin/commit/?id=dfc034e5 [dfc034e5]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== kbfx ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbfx/commit/?id=7df544d7 [7df544d7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbfx&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbfx/&lt;br /&gt;
&lt;br /&gt;
== kcmautostart ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=e156d8d7 [e156d8d7]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (16 of 16 strings)&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=a34114dc [a34114dc]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcmautostart/commit/?id=e32b5599 [e32b5599]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcm-autostart&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcm-autostart/&lt;br /&gt;
&lt;br /&gt;
== knemo ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knemo/commit/?id=6132bf8e [6132bf8e]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/knemo - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knemo-desktop-files/ru/&lt;br /&gt;
&lt;br /&gt;
== krusader ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=a6d7af8f [a6d7af8f]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 89.0% (1246 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=1107ba66 [1107ba66]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/krusader/commit/?id=60b198a9 [60b198a9]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (1399 of 1399 strings)&amp;lt;br/&amp;gt;Translation: applications/krusader&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/krusader/uk/&lt;br /&gt;
&lt;br /&gt;
== kshutdown ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=0cb0eeb3 [0cb0eeb3]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown - kshutdown.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-kshutdowndesktop/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kshutdown/commit/?id=6c6e8bb5 [6c6e8bb5]] Translated using Weblate (Dutch)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/kshutdown - kshutdown.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kshutdown-kshutdowndesktop/nl/&lt;br /&gt;
&lt;br /&gt;
== ksystemlog ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=cf0f1b44 [cf0f1b44]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/ksystemlog&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/ksystemlog/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/ksystemlog/commit/?id=27e255d7 [27e255d7]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== polkit-agent-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=774e540b [774e540b]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=fe3d3837 [fe3d3837]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/polkit-agent-tde/commit/?id=81f288bf [81f288bf]] Translated using Weblate (Chinese (Traditional))&amp;lt;br/&amp;gt;Currently translated at 100.0% (23 of 23 strings)&amp;lt;br/&amp;gt;Translation: applications/polkit-agent-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/polkit-agent-tde/zh_Hant/&lt;br /&gt;
&lt;br /&gt;
== tdebluez ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=fce0091e [fce0091e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=f23e3839 [f23e3839]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=823b8121 [823b8121]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (32 of 32 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=d0311fa0 [d0311fa0]] Added translation using Weblate (Dutch)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ee1b7905 [ee1b7905]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 89.1% (239 of 268 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=14e65f81 [14e65f81]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=9a895e4f [9a895e4f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=5dbd02e3 [5dbd02e3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=75e3f4ae [75e3f4ae]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=1d2fcc95 [1d2fcc95]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (266 of 266 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=9ec32992 [9ec32992]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=226cacc4 [226cacc4]] Translated using Weblate (Czech)&amp;lt;br/&amp;gt;Currently translated at 100.0% (274 of 274 strings)&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/cs/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ae46115f [ae46115f]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=ad1894b7 [ad1894b7]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdebluez&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdebluez/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdebluez/commit/?id=e852055d [e852055d]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== tdepowersave ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=1e735aeb [1e735aeb]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (311 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=f39d5cd2 [f39d5cd2]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=c1d1a446 [c1d1a446]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=70666ec3 [70666ec3]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=c2676876 [c2676876]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 93.2% (290 of 311 strings)&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=5242ce6d [5242ce6d]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdepowersave&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdepowersave/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdepowersave/commit/?id=678ecbe9 [678ecbe9]] Update translation template.&lt;br /&gt;
&lt;br /&gt;
== yakuake ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/yakuake/commit/?id=4d40f6d0 [4d40f6d0]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 95.9% (94 of 98 strings)&amp;lt;br/&amp;gt;Translation: applications/yakuake&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/yakuake/ru/&lt;br /&gt;
&lt;br /&gt;
= applications/tdeio =&lt;br /&gt;
== tdeio-ftps ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-ftps/commit/?id=8ac1f636 [8ac1f636]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tdeio-ftps&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-ftps/&lt;br /&gt;
&lt;br /&gt;
== tdeio-umountwrapper ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=e3173ff2 [e3173ff2]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (7 of 7 strings)&amp;lt;br/&amp;gt;Translation: applications/tdeio-umountwrapper&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tdeio-umountwrapper/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tdeio-umountwrapper/commit/?id=c37ba2dc [c37ba2dc]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
= applications/themes =&lt;br /&gt;
== gtk-qt-engine ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=2178adeb [2178adeb]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=90c79e65 [90c79e65]] Translated using Weblate (Chinese (Simplified))&amp;lt;br/&amp;gt;Currently translated at 100.0% (57 of 57 strings)&amp;lt;br/&amp;gt;Translation: applications/gtk-qt-engine&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/gtk-qt-engine/zh_Hans/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/gtk-qt-engine/commit/?id=df701883 [df701883]] Added translation using Weblate (Chinese (Simplified))&lt;br /&gt;
&lt;br /&gt;
== kgtk-qt3 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kgtk-qt3/commit/?id=06bca424 [06bca424]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (12 of 12 strings)&amp;lt;br/&amp;gt;Translation: applications/kgtk-qt3&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kgtk-qt3/ru/&lt;br /&gt;
&lt;br /&gt;
== tde-style-baghira ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=bb43a575 [bb43a575]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - sessionapplet&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-sessionapplet/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=738600de [738600de]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/tde-style-baghira - starter&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-baghira-starter/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=54a306f5 [54a306f5]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=4a3bbfa4 [4a3bbfa4]] Rename library twin3_baghira -&amp;amp;gt; twin_baghira&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=fc8b3dd4 [fc8b3dd4]] Fix functionality broken by commit 66813ef&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-baghira/commit/?id=66813efe [66813efe]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== tde-style-domino ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-domino/commit/?id=7ea023ba [7ea023ba]] Rename library twin3_domino -&amp;amp;gt; twin_domino&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== tde-style-ia-ora ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-ia-ora/commit/?id=25c19604 [25c19604]] Rename library twin3_iaora -&amp;amp;gt; twin_iaora&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== tde-style-lipstik ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=39c758d5 [39c758d5]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (5 of 5 strings)&amp;lt;br/&amp;gt;Translation: applications/tde-style-lipstik - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/tde-style-lipstik-desktop-files/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/tde-style-lipstik/commit/?id=e0338512 [e0338512]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
== twin-style-crystal ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-crystal/commit/?id=d9afc78c [d9afc78c]] Rename library twin3_crystal -&amp;amp;gt; twin_crystal&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-dekorator ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-dekorator/commit/?id=c67f6084 [c67f6084]] Rename library twin3_deKorator -&amp;amp;gt; twin_deKorator&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-machbunt ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-machbunt/commit/?id=81c7c4d0 [81c7c4d0]] Rename library twin3_MachBunt to twin_MachBunt&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
== twin-style-suse2 ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/twin-style-suse2/commit/?id=9b5c2e1e [9b5c2e1e]] Rename library twin3_SUSE2 -&amp;amp;gt; twin_SUSE&amp;lt;br/&amp;gt;Related to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
&lt;br /&gt;
= applications/utilities =&lt;br /&gt;
== abakus ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=9ace50d1 [9ace50d1]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/abakus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=467ef6c1 [467ef6c1]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (49 of 49 strings)&amp;lt;br/&amp;gt;Translation: applications/abakus&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=e1762b36 [e1762b36]] Added translation using Weblate (Russian)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/abakus/commit/?id=b277c7ae [b277c7ae]] Translated using Weblate (Bulgarian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (3 of 3 strings)&amp;lt;br/&amp;gt;Translation: applications/abakus - abakus.desktop&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/abakus-abakusdesktop/bg/&lt;br /&gt;
&lt;br /&gt;
== filelight ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=28349b70 [28349b70]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=7cc11b7f [7cc11b7f]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=629295b3 [629295b3]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (4 of 4 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight - desktop files&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight-desktop-files/uk/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/filelight/commit/?id=33098270 [33098270]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (77 of 77 strings)&amp;lt;br/&amp;gt;Translation: applications/filelight&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/filelight/uk/&lt;br /&gt;
&lt;br /&gt;
== kbarcode ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=2f5aa189 [2f5aa189]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.1% (589 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=6c31a9ec [6c31a9ec]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=7f9e4e65 [7f9e4e65]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 97.9% (582 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=f6c05921 [f6c05921]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 74.5% (443 of 594 strings)&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=371ce27c [371ce27c]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kbarcode&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kbarcode/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=7bd51d72 [7bd51d72]] Update translation template.&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=6ca861bd [6ca861bd]] Fix functionality broken by commit fc06df3&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kbarcode/commit/?id=fc06df33 [fc06df33]] Drop Qt2&amp;#039;s TQSortedList class&lt;br /&gt;
&lt;br /&gt;
== kcpuload ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=b49178b0 [b49178b0]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=8ae8e9f8 [8ae8e9f8]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 94.8% (37 of 39 strings)&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=7a450d31 [7a450d31]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/kcpuload/commit/?id=d9952f82 [d9952f82]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/kcpuload&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/kcpuload/&lt;br /&gt;
&lt;br /&gt;
== knutclient ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=dfa5f3fa [dfa5f3fa]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/knutclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/knutclient/commit/?id=466ddc1b [466ddc1b]] Translated using Weblate (Ukrainian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (203 of 203 strings)&amp;lt;br/&amp;gt;Translation: applications/knutclient&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/knutclient/uk/&lt;br /&gt;
&lt;br /&gt;
== qalculate-tde ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=744ac88e [744ac88e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=6baf1704 [6baf1704]] Translated using Weblate (Polish)&amp;lt;br/&amp;gt;Currently translated at 99.4% (593 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/pl/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=accfbbbf [accfbbbf]] Added translation using Weblate (Polish)&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=34b3365e [34b3365e]] Update translation files&amp;lt;br/&amp;gt;Updated by &amp;quot;Update PO files to match POT (msgmerge)&amp;quot; hook in Weblate.&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=933d4190 [933d4190]] Drop compatibility code for TQPalette&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=68aa9b3b [68aa9b3b]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 100.0% (596 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=96280709 [96280709]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 75.0% (447 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=09de128a [09de128a]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 70.6% (421 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=c714c687 [c714c687]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 60.7% (362 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=1c102209 [1c102209]] Translated using Weblate (Russian)&amp;lt;br/&amp;gt;Currently translated at 42.4% (253 of 596 strings)&amp;lt;br/&amp;gt;Translation: applications/qalculate-tde&amp;lt;br/&amp;gt;Translate-URL: https://mirror.git.trinitydesktop.org/weblate/projects/applications/qalculate-tde/ru/&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/qalculate-tde/commit/?id=06249035 [06249035]] Added translation using Weblate (Russian)&lt;br /&gt;
&lt;br /&gt;
= packaging =&lt;br /&gt;
== packaging ==&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=70a0160c [70a0160c]] DEB tdebindings: remove dependency on libtqt3-compat-headers&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=fb212c9e [fb212c9e]] DEB tqt3: drop compat files&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=a4869e73 [a4869e73]] DEB tdebase twin: adjusted after renaming client libraries from twin3_* to twin_*. This relates to [https://mirror.git.trinitydesktop.org/gitea/TDE/tdebase/issues/364 TDE/tdebase#364]&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=7b064a10 [7b064a10]] DEB tqt3: adjusted after removing Qt2&amp;#039;s TQSemiModal and TQSortedList classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f7be243e [f7be243e]] DEB buildscripts: update supported distros&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=f82c8cc0 [f82c8cc0]] DEB: remove support for Debian Stretch and Ubuntu Xenial&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=4721bdc6 [4721bdc6]] DEB tqt3: remove Qt2 obsolete classes&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=e6b868c8 [e6b868c8]] DEB tdebase: added release notes for R14.2.x series&lt;br /&gt;
* [https://git.trinitydesktop.org/cgit/packaging/commit/?id=3c5c1e60 [3c5c1e60]] DEB trinity-apt-archive: Set the apt repository URL to PTB.&lt;/div&gt;</summary>
		<author><name>SlavekB</name></author>
	</entry>
</feed>